0byt3m1n1
Path:
/
data
/
20
/
2
/
23
/
153
/
2675642
/
meta
/
2937960
/
mysql.backup
/
[
Home
]
File: sjacksdb769284919.mysqlcluster10.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster10 Database: sjacksdb769284919 -- ------------------------------------------------------ -- Server version 5.6.43-84.3-56-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 utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `xATJHSGmcommentmeta` -- DROP TABLE IF EXISTS `xATJHSGmcommentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmcommentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmcommentmeta` -- LOCK TABLES `xATJHSGmcommentmeta` WRITE; /*!40000 ALTER TABLE `xATJHSGmcommentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `xATJHSGmcommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmcomments` -- DROP TABLE IF EXISTS `xATJHSGmcomments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmcomments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmcomments` -- LOCK TABLES `xATJHSGmcomments` WRITE; /*!40000 ALTER TABLE `xATJHSGmcomments` DISABLE KEYS */; INSERT INTO `xATJHSGmcomments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2019-01-13 19:30:49','2019-01-13 19:30:49','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','',0,0); /*!40000 ALTER TABLE `xATJHSGmcomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmgf_draft_submissions` -- DROP TABLE IF EXISTS `xATJHSGmgf_draft_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmgf_draft_submissions` ( `uuid` char(32) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `form_id` mediumint(8) unsigned NOT NULL, `date_created` datetime NOT NULL, `ip` varchar(39) COLLATE utf8mb4_unicode_ci NOT NULL, `source_url` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `submission` longtext COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`uuid`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmgf_draft_submissions` -- LOCK TABLES `xATJHSGmgf_draft_submissions` WRITE; /*!40000 ALTER TABLE `xATJHSGmgf_draft_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `xATJHSGmgf_draft_submissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmgf_entry` -- DROP TABLE IF EXISTS `xATJHSGmgf_entry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmgf_entry` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `post_id` bigint(20) unsigned DEFAULT NULL, `date_created` datetime NOT NULL, `date_updated` datetime DEFAULT NULL, `is_starred` tinyint(1) NOT NULL DEFAULT '0', `is_read` tinyint(1) NOT NULL DEFAULT '0', `ip` varchar(39) COLLATE utf8mb4_unicode_ci NOT NULL, `source_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_agent` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `currency` varchar(5) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_status` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_date` datetime DEFAULT NULL, `payment_amount` decimal(19,2) DEFAULT NULL, `payment_method` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `transaction_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_fulfilled` tinyint(1) DEFAULT NULL, `created_by` bigint(20) unsigned DEFAULT NULL, `transaction_type` tinyint(1) DEFAULT NULL, `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active', PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `form_id_status` (`form_id`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmgf_entry` -- LOCK TABLES `xATJHSGmgf_entry` WRITE; /*!40000 ALTER TABLE `xATJHSGmgf_entry` DISABLE KEYS */; /*!40000 ALTER TABLE `xATJHSGmgf_entry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmgf_entry_meta` -- DROP TABLE IF EXISTS `xATJHSGmgf_entry_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmgf_entry_meta` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `entry_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, `item_index` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `meta_key` (`meta_key`(191)), KEY `entry_id` (`entry_id`), KEY `meta_value` (`meta_value`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmgf_entry_meta` -- LOCK TABLES `xATJHSGmgf_entry_meta` WRITE; /*!40000 ALTER TABLE `xATJHSGmgf_entry_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `xATJHSGmgf_entry_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmgf_entry_notes` -- DROP TABLE IF EXISTS `xATJHSGmgf_entry_notes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmgf_entry_notes` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `entry_id` int(10) unsigned NOT NULL, `user_name` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` bigint(20) DEFAULT NULL, `date_created` datetime NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, `note_type` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `sub_type` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `entry_id` (`entry_id`), KEY `entry_user_key` (`entry_id`,`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmgf_entry_notes` -- LOCK TABLES `xATJHSGmgf_entry_notes` WRITE; /*!40000 ALTER TABLE `xATJHSGmgf_entry_notes` DISABLE KEYS */; /*!40000 ALTER TABLE `xATJHSGmgf_entry_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmgf_form` -- DROP TABLE IF EXISTS `xATJHSGmgf_form`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmgf_form` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL, `date_created` datetime NOT NULL, `date_updated` datetime DEFAULT NULL, `is_active` tinyint(1) NOT NULL DEFAULT '1', `is_trash` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmgf_form` -- LOCK TABLES `xATJHSGmgf_form` WRITE; /*!40000 ALTER TABLE `xATJHSGmgf_form` DISABLE KEYS */; INSERT INTO `xATJHSGmgf_form` VALUES (1,'Contact Us','2019-01-14 01:07:33',NULL,1,0),(2,'Questions?','2019-01-14 02:54:39',NULL,1,0); /*!40000 ALTER TABLE `xATJHSGmgf_form` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmgf_form_meta` -- DROP TABLE IF EXISTS `xATJHSGmgf_form_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmgf_form_meta` ( `form_id` mediumint(8) unsigned NOT NULL, `display_meta` longtext COLLATE utf8mb4_unicode_ci, `entries_grid_meta` longtext COLLATE utf8mb4_unicode_ci, `confirmations` longtext COLLATE utf8mb4_unicode_ci, `notifications` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmgf_form_meta` -- LOCK TABLES `xATJHSGmgf_form_meta` WRITE; /*!40000 ALTER TABLE `xATJHSGmgf_form_meta` DISABLE KEYS */; INSERT INTO `xATJHSGmgf_form_meta` VALUES (1,'{\"title\":\"Contact Us\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\",\"placeholder\":\"First Name\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\",\"placeholder\":\"Last Name\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"hidden_label\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"visibility\":\"visible\",\"fields\":\"\",\"maxLength\":\"\"},{\"type\":\"email\",\"id\":2,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Email\",\"cssClass\":\"gf_left_half\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"visibility\":\"visible\",\"fields\":\"\",\"maxLength\":\"\"},{\"type\":\"phone\",\"id\":3,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Phone\",\"cssClass\":\"gf_right_half\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"form_id\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"visibility\":\"visible\",\"fields\":\"\",\"maxLength\":\"\"},{\"type\":\"select\",\"id\":4,\"label\":\"What Type of Tour Are You Planning\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"choices\":[{\"text\":\"Individual (1-9 people)\",\"value\":\"Individual (1-9 people)\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Group (10+)\",\"value\":\"Group (10+)\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Student\",\"value\":\"Student\",\"isSelected\":false,\"price\":\"\"}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"What Type of Tour Are You Planning?\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"visibility\":\"visible\",\"fields\":\"\",\"maxLength\":\"\"},{\"type\":\"date\",\"id\":5,\"label\":\"Start Date\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"dateType\":\"datepicker\",\"calendarIconType\":\"none\",\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Start Date\",\"cssClass\":\"gf_left_half\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"calendarIconUrl\":\"\",\"dateFormat\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"visibility\":\"visible\",\"fields\":\"\",\"maxLength\":\"\"},{\"type\":\"date\",\"id\":6,\"label\":\"End Date\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"dateType\":\"datepicker\",\"calendarIconType\":\"none\",\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"End Date\",\"cssClass\":\"gf_right_half\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"calendarIconUrl\":\"\",\"dateFormat\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"visibility\":\"visible\",\"fields\":\"\",\"maxLength\":\"\"},{\"type\":\"list\",\"id\":7,\"label\":\"Desired Destination Locations\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":1,\"description\":\"Use the plus on the right to add additional locations\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"above\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"maxRows\":0,\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"visibility\":\"visible\",\"fields\":\"\",\"maxLength\":\"\",\"enableColumns\":false},{\"type\":\"textarea\",\"id\":8,\"label\":\"Any Additional Notes\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Any Additional Notes\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"visibility\":\"visible\",\"fields\":\"\",\"maxLength\":\"\"}],\"version\":\"2.4.5\",\"id\":1,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}','','{\"5c3be0d5d017c\":{\"id\":\"5c3be0d5d017c\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5c3be0d5cf9b5\":{\"id\":\"5c3be0d5cf9b5\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(2,'{\"title\":\"Questions?\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\",\"placeholder\":\"First Name\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\",\"placeholder\":\"Last Name\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"hidden_label\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":2,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Email\",\"cssClass\":\"gf_left_half\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":3,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Phone\",\"cssClass\":\"gf_right_half\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"form_id\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":8,\"label\":\"How can we help you?\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"How can we help you?\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"displayOnly\":\"\"}],\"version\":\"2.0.7\",\"id\":2,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}','','{\"5c3be0d5d017c\":{\"id\":\"5c3be0d5d017c\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5c3be0d5cf9b5\":{\"id\":\"5c3be0d5cf9b5\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'); /*!40000 ALTER TABLE `xATJHSGmgf_form_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmgf_form_revisions` -- DROP TABLE IF EXISTS `xATJHSGmgf_form_revisions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmgf_form_revisions` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `display_meta` longtext COLLATE utf8mb4_unicode_ci, `date_created` datetime NOT NULL, PRIMARY KEY (`id`), KEY `date_created` (`date_created`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmgf_form_revisions` -- LOCK TABLES `xATJHSGmgf_form_revisions` WRITE; /*!40000 ALTER TABLE `xATJHSGmgf_form_revisions` DISABLE KEYS */; /*!40000 ALTER TABLE `xATJHSGmgf_form_revisions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmgf_form_view` -- DROP TABLE IF EXISTS `xATJHSGmgf_form_view`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmgf_form_view` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `date_created` datetime NOT NULL, `ip` char(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `count` mediumint(8) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `date_created` (`date_created`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmgf_form_view` -- LOCK TABLES `xATJHSGmgf_form_view` WRITE; /*!40000 ALTER TABLE `xATJHSGmgf_form_view` DISABLE KEYS */; INSERT INTO `xATJHSGmgf_form_view` VALUES (1,1,'2019-01-14 00:59:15','71.82.248.153',36),(2,2,'2019-01-14 02:55:18','71.82.248.153',3),(3,1,'2019-01-16 16:26:47','',7),(4,2,'2019-01-16 16:26:48','',2),(5,1,'2019-01-17 21:40:46','',14),(6,2,'2019-01-18 03:18:54','',4),(7,1,'2019-02-08 23:40:18','',3),(8,1,'2019-02-10 16:24:17','',3),(9,2,'2019-02-10 16:24:20','',1),(10,2,'2019-02-11 16:41:30','',1),(11,1,'2019-02-11 16:43:05','',2),(12,1,'2019-02-18 22:20:51','',3),(13,2,'2019-02-27 21:51:10','',8),(14,1,'2019-02-27 21:52:34','',11); /*!40000 ALTER TABLE `xATJHSGmgf_form_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmlinks` -- DROP TABLE IF EXISTS `xATJHSGmlinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmlinks` ( `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmlinks` -- LOCK TABLES `xATJHSGmlinks` WRITE; /*!40000 ALTER TABLE `xATJHSGmlinks` DISABLE KEYS */; /*!40000 ALTER TABLE `xATJHSGmlinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmoptions` -- DROP TABLE IF EXISTS `xATJHSGmoptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmoptions` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=1149 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmoptions` -- LOCK TABLES `xATJHSGmoptions` WRITE; /*!40000 ALTER TABLE `xATJHSGmoptions` DISABLE KEYS */; INSERT INTO `xATJHSGmoptions` VALUES (1,'siteurl','http://valhol.com','yes'),(2,'home','http://valhol.com','yes'),(3,'blogname','Value Holidays','yes'),(4,'blogdescription','Just another WordPress site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','Hornseyjl04@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%','yes'),(29,'rewrite_rules','a:163:{s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:56:\"layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=layout_category&term=$matches[1]&feed=$matches[2]\";s:51:\"layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=layout_category&term=$matches[1]&feed=$matches[2]\";s:32:\"layout_category/([^/]+)/embed/?$\";s:62:\"index.php?taxonomy=layout_category&term=$matches[1]&embed=true\";s:44:\"layout_category/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?taxonomy=layout_category&term=$matches[1]&paged=$matches[2]\";s:26:\"layout_category/([^/]+)/?$\";s:51:\"index.php?taxonomy=layout_category&term=$matches[1]\";s:52:\"layout_pack/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_pack&term=$matches[1]&feed=$matches[2]\";s:47:\"layout_pack/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_pack&term=$matches[1]&feed=$matches[2]\";s:28:\"layout_pack/([^/]+)/embed/?$\";s:58:\"index.php?taxonomy=layout_pack&term=$matches[1]&embed=true\";s:40:\"layout_pack/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?taxonomy=layout_pack&term=$matches[1]&paged=$matches[2]\";s:22:\"layout_pack/([^/]+)/?$\";s:47:\"index.php?taxonomy=layout_pack&term=$matches[1]\";s:52:\"layout_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_type&term=$matches[1]&feed=$matches[2]\";s:47:\"layout_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=layout_type&term=$matches[1]&feed=$matches[2]\";s:28:\"layout_type/([^/]+)/embed/?$\";s:58:\"index.php?taxonomy=layout_type&term=$matches[1]&embed=true\";s:40:\"layout_type/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?taxonomy=layout_type&term=$matches[1]&paged=$matches[2]\";s:22:\"layout_type/([^/]+)/?$\";s:47:\"index.php?taxonomy=layout_type&term=$matches[1]\";s:46:\"scope/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?taxonomy=scope&term=$matches[1]&feed=$matches[2]\";s:41:\"scope/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?taxonomy=scope&term=$matches[1]&feed=$matches[2]\";s:22:\"scope/([^/]+)/embed/?$\";s:52:\"index.php?taxonomy=scope&term=$matches[1]&embed=true\";s:34:\"scope/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?taxonomy=scope&term=$matches[1]&paged=$matches[2]\";s:16:\"scope/([^/]+)/?$\";s:41:\"index.php?taxonomy=scope&term=$matches[1]\";s:53:\"module_width/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?taxonomy=module_width&term=$matches[1]&feed=$matches[2]\";s:48:\"module_width/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?taxonomy=module_width&term=$matches[1]&feed=$matches[2]\";s:29:\"module_width/([^/]+)/embed/?$\";s:59:\"index.php?taxonomy=module_width&term=$matches[1]&embed=true\";s:41:\"module_width/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?taxonomy=module_width&term=$matches[1]&paged=$matches[2]\";s:23:\"module_width/([^/]+)/?$\";s:48:\"index.php?taxonomy=module_width&term=$matches[1]\";s:40:\"et_pb_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"et_pb_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"et_pb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"et_pb_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"et_pb_layout/([^/]+)/embed/?$\";s:60:\"index.php?post_type=et_pb_layout&name=$matches[1]&embed=true\";s:33:\"et_pb_layout/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=et_pb_layout&name=$matches[1]&tb=1\";s:41:\"et_pb_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&paged=$matches[2]\";s:48:\"et_pb_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&cpage=$matches[2]\";s:37:\"et_pb_layout/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=et_pb_layout&name=$matches[1]&page=$matches[2]\";s:29:\"et_pb_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"et_pb_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"et_pb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"et_pb_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$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:39:\"index.php?&page_id=61&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:6:{i:0;s:29:\"gravityforms/gravityforms.php\";i:1;s:55:\"1and1-wordpress-assistant/1and1-wordpress-assistant.php\";i:2;s:33:\"duplicate-post/duplicate-post.php\";i:3;s:49:\"elegant-themes-updater/elegant-themes-updater.php\";i:4;s:27:\"updraftplus/updraftplus.php\";i:5;s:35:\"wp-sitemap-page/wp-sitemap-page.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:3:{i:0;s:99:\"/homepages/27/d474670041/htdocs/clickandbuilds/ValueHolidays/wp-content/themes/Divi-Child/style.css\";i:2;s:100:\"/homepages/27/d474670041/htdocs/clickandbuilds/ValueHolidays/wp-content/themes/Divi-Child/footer.php\";i:3;s:0:\"\";}','no'),(40,'template','Divi','yes'),(41,'stylesheet','Divi-Child','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','44719','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:0:{}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','61','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','0','yes'),(93,'initial_db_version','43764','yes'),(94,'xATJHSGmuser_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:10:\"copy_posts\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:10:\"copy_posts\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(95,'fresh_site','0','yes'),(96,'widget_search','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:29:\"Find Your Perfect Destination\";}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:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:1:{i:0;s:13:\"custom_html-3\";}s:9:\"sidebar-3\";a:1:{i:0;s:13:\"custom_html-2\";}s:9:\"sidebar-4\";a:1:{i:0;s:13:\"custom_html-4\";}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:19:\"et_pb_widget_area_1\";a:1:{i:0;s:8:\"search-3\";}s:13:\"array_version\";i:3;}','yes'),(102,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_custom_html','a:4:{i:2;a:2:{s:5:\"title\";s:8:\"Location\";s:7:\"content\";s:438:\"<a href=\"https://goo.gl/maps/kgJuRnQFVcP2\" target=\"_blank\">10224 N Port Washington Rd<br/>\r\nMequon, WI 53092</a><br/><br/>\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d11633.088037027666!2d-87.9235023!3d43.2037838!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x33c553c24d5e3985!2sValue+Holidays%2C+Inc.!5e0!3m2!1sen!2sus!4v1547434765998\" width=\"200\" height=\"150\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\";}i:3;a:2:{s:5:\"title\";s:16:\"Your Destination\";s:7:\"content\";s:85:\"United States<br/>\r\nCanada<br/>\r\nEurope<br/>\r\nIreland<br/>\r\nAfrica<br/>\r\nIceland<br/>\";}i:4;a:2:{s:5:\"title\";s:10:\"Contact Us\";s:7:\"content\";s:186:\"Monday to Friday: 8:30-4:30<br/>\r\n<strong>Email:</strong> <a href=\"mailto:Sales@valhol.com\">Sales@valhol.com</a><br/>\r\n<strong>Phone:</strong> <a href=\"tel:18005586850\">(800)558-6850</a>\";}s:12:\"_multiwidget\";i:1;}','yes'),(111,'cron','a:8:{i:1551468650;a:4:{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;}}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:1551468716;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:1551468940;a:1:{s:21:\"et_cron_check_account\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1551468973;a:1:{s:17:\"gravityforms_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:1551469213;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:1551469235;a:1:{s:21:\"et_builder_fonts_cron\";a:1:{s:32:\"552cbb9d6515dadbbc4718ad75114f08\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{s:8:\"interval\";s:5:\"daily\";}s:8:\"interval\";i:86400;}}}i:1552591992;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','yes'),(112,'theme_mods_twentynineteen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1547407991;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'),(123,'assistant_market','US','yes'),(129,'oneandone_assistant_completed','1','yes'),(147,'current_theme','Divi Child','yes'),(148,'theme_mods_Divi-Child','a:9:{i:0;b:0;s:18:\"custom_css_post_id\";i:58;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:3;}s:21:\"et_pb_layouts_updated\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:30:\"et_pb_predefined_layouts_added\";s:2:\"on\";s:34:\"et_pb_predefined_layouts_version_6\";s:2:\"on\";s:13:\"et_pb_widgets\";a:2:{s:5:\"areas\";a:1:{s:19:\"et_pb_widget_area_1\";s:10:\"Search Bar\";}s:6:\"number\";i:1;}}','yes'),(149,'theme_switched','','yes'),(150,'et_pb_cache_notice','a:1:{s:6:\"3.0.73\";s:6:\"ignore\";}','yes'),(155,'et_core_version','3.19.18','yes'),(157,'et_divi','a:142:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:25:\"3_0_flush_rewrite_rules_2\";s:4:\"done\";s:27:\"divi_skip_font_subset_force\";b:1;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:15:\"divi_1_3_images\";s:7:\"checked\";s:30:\"3_0_flush_rewrite_rules_3.19.4\";s:4:\"done\";s:31:\"divi_previous_installed_version\";s:6:\"3.19.4\";s:29:\"divi_latest_installed_version\";s:7:\"3.19.18\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:9:\"divi_logo\";s:79:\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Logo.png\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#e02b20|#e09900|#edf000|#7cda24|#0c71c3|#8300e9\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:23:\"divi_show_facebook_icon\";s:5:\"false\";s:22:\"divi_show_twitter_icon\";s:5:\"false\";s:21:\"divi_show_google_icon\";s:5:\"false\";s:18:\"divi_show_rss_icon\";s:5:\"false\";s:17:\"divi_facebook_url\";s:1:\"#\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:27:\"divi_minify_combine_scripts\";s:2:\"on\";s:26:\"divi_minify_combine_styles\";s:2:\"on\";s:15:\"divi_custom_css\";s:0:\"\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:25:\"divi_scroll_to_anchor_fix\";s:5:\"false\";s:27:\"et_pb_post_type_integration\";a:3:{s:4:\"page\";s:2:\"on\";s:4:\"post\";s:2:\"on\";s:7:\"project\";s:2:\"on\";}s:21:\"et_pb_static_css_file\";s:2:\"on\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:2:\"on\";s:24:\"et_enable_classic_editor\";s:2:\"on\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:0:\"\";s:21:\"divi_integration_body\";s:0:\"\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:19:\"body_header_spacing\";i:1;s:17:\"body_header_style\";s:0:\"\";s:12:\"accent_color\";s:7:\"#899d2a\";s:24:\"footer_widget_text_color\";s:16:\"rgba(0,0,0,0.65)\";s:24:\"footer_widget_link_color\";s:15:\"rgba(0,0,0,0.6)\";s:12:\"heading_font\";s:9:\"Open Sans\";s:9:\"body_font\";s:9:\"Open Sans\";s:10:\"link_color\";s:7:\"#899d2a\";s:21:\"all_buttons_font_size\";i:16;s:20:\"all_buttons_bg_color\";s:7:\"#000000\";s:24:\"all_buttons_border_width\";i:0;s:25:\"all_buttons_border_radius\";i:0;s:19:\"all_buttons_spacing\";i:1;s:22:\"all_buttons_font_style\";s:14:\"bold|uppercase\";s:16:\"all_buttons_font\";s:9:\"Open Sans\";s:16:\"all_buttons_icon\";s:2:\"no\";s:26:\"all_buttons_bg_color_hover\";s:16:\"rgba(0,0,0,0.55)\";s:14:\"footer_columns\";s:1:\"3\";s:9:\"footer_bg\";s:7:\"#ffffff\";s:24:\"show_footer_social_icons\";b:0;s:24:\"widget_header_font_style\";s:14:\"bold|uppercase\";s:26:\"footer_widget_header_color\";s:7:\"#000000\";s:26:\"footer_widget_bullet_color\";s:7:\"#000000\";s:27:\"bottom_bar_background_color\";s:16:\"rgba(0,0,0,0.05)\";s:12:\"header_style\";s:5:\"split\";s:24:\"primary_nav_font_spacing\";i:1;s:16:\"primary_nav_font\";s:9:\"Open Sans\";s:22:\"primary_nav_font_style\";s:9:\"uppercase\";s:16:\"menu_link_active\";s:7:\"#899d2a\";s:14:\"primary_nav_bg\";s:19:\"rgba(255,255,255,0)\";s:13:\"nav_fullwidth\";b:1;s:17:\"hide_primary_logo\";b:0;s:11:\"logo_height\";i:90;s:31:\"primary_nav_dropdown_line_color\";s:7:\"#ffffff\";s:15:\"hide_fixed_logo\";b:1;s:16:\"show_search_icon\";b:0;s:22:\"fixed_menu_link_active\";s:7:\"#899d2a\";s:22:\"fixed_secondary_nav_bg\";s:7:\"#899d2a\";s:23:\"primary_nav_dropdown_bg\";s:7:\"#ffffff\";s:27:\"et_pb_clear_templates_cache\";b:1;s:30:\"et_flush_rewrite_rules_library\";s:7:\"3.19.18\";}','yes'),(158,'widget_aboutmewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(159,'widget_adsensewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(160,'widget_advwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(161,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}','yes'),(162,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}','yes'),(163,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}','yes'),(164,'et_images_temp_folder','/homepages/27/d474670041/htdocs/clickandbuilds/ValueHolidays/wp-content/uploads/et_temp','yes'),(165,'et_schedule_clean_images_last_time','1551239007','yes'),(166,'et_pb_builder_options','a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}','yes'),(170,'et_account_status','active','yes'),(171,'_site_transient_et_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1551457711;}','no'),(212,'_site_transient_et_update_all_plugins','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1551457710;}','no'),(219,'recently_activated','a:0:{}','yes'),(237,'widget_gform_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(238,'gravityformsaddon_gravityformswebapi_version','1.0','yes'),(239,'gform_pending_installation','','yes'),(240,'gform_enable_background_updates','1','yes'),(241,'rg_form_version','2.4.6','yes'),(249,'duplicate_post_copytitle','1','yes'),(250,'duplicate_post_copydate','0','yes'),(251,'duplicate_post_copystatus','0','yes'),(252,'duplicate_post_copyslug','0','yes'),(253,'duplicate_post_copyexcerpt','1','yes'),(254,'duplicate_post_copycontent','1','yes'),(255,'duplicate_post_copythumbnail','1','yes'),(256,'duplicate_post_copytemplate','1','yes'),(257,'duplicate_post_copyformat','1','yes'),(258,'duplicate_post_copyauthor','0','yes'),(259,'duplicate_post_copypassword','0','yes'),(260,'duplicate_post_copyattachments','0','yes'),(261,'duplicate_post_copychildren','0','yes'),(262,'duplicate_post_copycomments','0','yes'),(263,'duplicate_post_copymenuorder','1','yes'),(264,'duplicate_post_taxonomies_blacklist','a:0:{}','yes'),(265,'duplicate_post_blacklist','','yes'),(266,'duplicate_post_types_enabled','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(267,'duplicate_post_show_row','1','yes'),(268,'duplicate_post_show_adminbar','1','yes'),(269,'duplicate_post_show_submitbox','1','yes'),(270,'duplicate_post_show_bulkactions','1','yes'),(271,'duplicate_post_version','3.2.2','yes'),(272,'duplicate_post_show_notice','1','no'),(273,'wsp_exclude_cpt_archive','1','yes'),(274,'wsp_exclude_cpt_author','1','yes'),(275,'wsp_version_key','1.3.0','yes'),(276,'wsp_posts_by_category','<a href=\"{permalink}\">{title}</a>','yes'),(288,'WPLANG','','yes'),(289,'new_admin_email','Hornseyjl04@gmail.com','yes'),(290,'et_automatic_updates_options','a:2:{s:8:\"username\";s:15:\"StreamlineJacks\";s:7:\"api_key\";s:40:\"e5e11560d63d5372ed2a8e15d997fe2785fc2369\";}','yes'),(293,'et_account_status_last_checked','1551457132','no'),(300,'et_google_api_settings','a:3:{s:7:\"api_key\";s:0:\"\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";s:16:\"use_google_fonts\";s:2:\"on\";}','yes'),(301,'et_bfb_settings','a:1:{s:10:\"enable_bfb\";s:3:\"off\";}','yes'),(366,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(413,'rg_gforms_key','ed1d95099ebc866f2ad34bd63d0925a0','yes'),(414,'rg_gforms_enable_akismet','1','yes'),(415,'rg_gforms_currency','USD','yes'),(416,'gform_enable_toolbar_menu','1','yes'),(427,'category_children','a:0:{}','yes'),(567,'gf_previous_db_version','2.4.5','yes'),(568,'gf_upgrade_lock','','yes'),(569,'gform_sticky_admin_messages','a:0:{}','yes'),(573,'gf_submissions_block','','yes'),(575,'gform_version_info','a:10:{s:12:\"is_valid_key\";b:1;s:6:\"reason\";s:0:\"\";s:7:\"version\";s:5:\"2.4.6\";s:3:\"url\";s:164:\"http://s3.amazonaws.com/gravityforms/releases/gravityforms_2.4.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=qKTVonk0u4uU1lZQOfEVbEi6ams%3D\";s:15:\"expiration_time\";i:1570406400;s:9:\"offerings\";a:52:{s:12:\"gravityforms\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:5:\"2.4.6\";s:14:\"version_latest\";s:7:\"2.4.6.6\";s:3:\"url\";s:164:\"http://s3.amazonaws.com/gravityforms/releases/gravityforms_2.4.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=qKTVonk0u4uU1lZQOfEVbEi6ams%3D\";s:10:\"url_latest\";s:166:\"http://s3.amazonaws.com/gravityforms/releases/gravityforms_2.4.6.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=rKgrEjrjTyOrdvQnZhUIdjFeozA%3D\";}s:21:\"gravityforms2checkout\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.0\";s:14:\"version_latest\";s:3:\"1.0\";s:3:\"url\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/2checkout/gravityforms2checkout_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=%2FB%2FF71oGuDVKJ0lZA2QnXsFK6KQ%3D\";s:10:\"url_latest\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/2checkout/gravityforms2checkout_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=%2FB%2FF71oGuDVKJ0lZA2QnXsFK6KQ%3D\";}s:26:\"gravityformsactivecampaign\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.6\";s:14:\"version_latest\";s:3:\"1.6\";s:3:\"url\";s:193:\"http://s3.amazonaws.com/gravityforms/addons/activecampaign/gravityformsactivecampaign_1.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=f%2BmwlGk2%2F8DvfX579MK3sybmS3w%3D\";s:10:\"url_latest\";s:193:\"http://s3.amazonaws.com/gravityforms/addons/activecampaign/gravityformsactivecampaign_1.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=f%2BmwlGk2%2F8DvfX579MK3sybmS3w%3D\";}s:32:\"gravityformsadvancedpostcreation\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:10:\"1.0-beta-1\";s:14:\"version_latest\";s:12:\"1.0-beta-1.3\";s:3:\"url\";s:208:\"http://s3.amazonaws.com/gravityforms/addons/advancedpostcreation/gravityformsadvancedpostcreation_1.0-beta-1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=5EHMLanpAJyRBhMp8Nsm5Cp5V1w%3D\";s:10:\"url_latest\";s:214:\"http://s3.amazonaws.com/gravityforms/addons/advancedpostcreation/gravityformsadvancedpostcreation_1.0-beta-1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=CQml%2F9K3ZyKhBpe%2F6aJgBarUeMM%3D\";}s:20:\"gravityformsagilecrm\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";s:3:\"url\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/agilecrm/gravityformsagilecrm_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=AKXjwWqwgzOwNmkL0TPRkSXpEQk%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/agilecrm/gravityformsagilecrm_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=AKXjwWqwgzOwNmkL0TPRkSXpEQk%3D\";}s:24:\"gravityformsauthorizenet\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.6\";s:14:\"version_latest\";s:3:\"2.6\";s:3:\"url\";s:187:\"http://s3.amazonaws.com/gravityforms/addons/authorizenet/gravityformsauthorizenet_2.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=GozbneA%2FRYI82pdixpAsCKkLel4%3D\";s:10:\"url_latest\";s:187:\"http://s3.amazonaws.com/gravityforms/addons/authorizenet/gravityformsauthorizenet_2.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=GozbneA%2FRYI82pdixpAsCKkLel4%3D\";}s:18:\"gravityformsaweber\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.8\";s:14:\"version_latest\";s:3:\"2.8\";s:3:\"url\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/aweber/gravityformsaweber_2.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=wXMb4iN3P4K%2FFqfvwf1xCVbB%2B%2Fk%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/aweber/gravityformsaweber_2.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=wXMb4iN3P4K%2FFqfvwf1xCVbB%2B%2Fk%3D\";}s:21:\"gravityformsbatchbook\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";s:3:\"url\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/batchbook/gravityformsbatchbook_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=eIYqIApMxpCMt%2FAeK5AXl8PHGp0%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/batchbook/gravityformsbatchbook_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=eIYqIApMxpCMt%2FAeK5AXl8PHGp0%3D\";}s:18:\"gravityformsbreeze\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/breeze/gravityformsbreeze_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=Vt3sKC4CsiMZv1ywnLfexwQq4vw%3D\";s:10:\"url_latest\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/breeze/gravityformsbreeze_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=Vt3sKC4CsiMZv1ywnLfexwQq4vw%3D\";}s:27:\"gravityformscampaignmonitor\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.7\";s:14:\"version_latest\";s:3:\"3.7\";s:3:\"url\";s:193:\"http://s3.amazonaws.com/gravityforms/addons/campaignmonitor/gravityformscampaignmonitor_3.7.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=0aUDuTjG1XLcA23tX%2BBmEs0z0jc%3D\";s:10:\"url_latest\";s:193:\"http://s3.amazonaws.com/gravityforms/addons/campaignmonitor/gravityformscampaignmonitor_3.7.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=0aUDuTjG1XLcA23tX%2BBmEs0z0jc%3D\";}s:20:\"gravityformscampfire\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:14:\"version_latest\";s:5:\"1.2.2\";s:3:\"url\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/campfire/gravityformscampfire_1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=6J2rU%2BeZ0rkmxtBHYDbAhxzsEG8%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/campfire/gravityformscampfire_1.2.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=zL2AgqcOfyRtoKqy%2FlpPrdSb3qM%3D\";}s:22:\"gravityformscapsulecrm\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";s:3:\"url\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/capsulecrm/gravityformscapsulecrm_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=nFbFnlzdEpq8SQ0L2mdcyri0GQs%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/capsulecrm/gravityformscapsulecrm_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=nFbFnlzdEpq8SQ0L2mdcyri0GQs%3D\";}s:26:\"gravityformschainedselects\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:14:\"version_latest\";s:5:\"1.1.3\";s:3:\"url\";s:189:\"http://s3.amazonaws.com/gravityforms/addons/chainedselects/gravityformschainedselects_1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=7itPyLlatICS5e0IyfqhSlyHnJk%3D\";s:10:\"url_latest\";s:191:\"http://s3.amazonaws.com/gravityforms/addons/chainedselects/gravityformschainedselects_1.1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=47vp09fLIUQqFUEigf9mjrDr1Ko%3D\";}s:23:\"gravityformscleverreach\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";s:3:\"url\";s:185:\"http://s3.amazonaws.com/gravityforms/addons/cleverreach/gravityformscleverreach_1.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=3vaHXKvmi%2BneAAVpEtqHkyJJV6g%3D\";s:10:\"url_latest\";s:185:\"http://s3.amazonaws.com/gravityforms/addons/cleverreach/gravityformscleverreach_1.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=3vaHXKvmi%2BneAAVpEtqHkyJJV6g%3D\";}s:27:\"gravityformsconstantcontact\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.0\";s:14:\"version_latest\";s:3:\"1.0\";s:3:\"url\";s:195:\"http://s3.amazonaws.com/gravityforms/addons/constantcontact/gravityformsconstantcontact_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=8nxYREHfMv%2Fhj%2FrScZPrUty8rPQ%3D\";s:10:\"url_latest\";s:195:\"http://s3.amazonaws.com/gravityforms/addons/constantcontact/gravityformsconstantcontact_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=8nxYREHfMv%2Fhj%2FrScZPrUty8rPQ%3D\";}s:19:\"gravityformscoupons\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.8\";s:14:\"version_latest\";s:5:\"2.8.3\";s:3:\"url\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/coupons/gravityformscoupons_2.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=VP%2BjbOE449QY7OSIwbFR%2BY8JG9s%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/coupons/gravityformscoupons_2.8.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=y6yDOXQdokDELoWNKcxvt%2F%2B6weI%3D\";}s:17:\"gravityformsdebug\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";s:10:\"1.0.beta11\";s:3:\"url\";s:0:\"\";s:10:\"url_latest\";s:178:\"http://s3.amazonaws.com/gravityforms/addons/debug/gravityformsdebug_1.0.beta11.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=uE6CRCiB4WIYJlzijrbMpzH0Yjg%3D\";}s:19:\"gravityformsdropbox\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.2\";s:14:\"version_latest\";s:5:\"2.2.1\";s:3:\"url\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/dropbox/gravityformsdropbox_2.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=l7XXaHzuw9HIefN2O91ez17hkUM%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/dropbox/gravityformsdropbox_2.2.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=oiIumjsIGEcWWf3JMeKdWz%2FqB7A%3D\";}s:16:\"gravityformsemma\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:5:\"1.2.5\";s:3:\"url\";s:171:\"http://s3.amazonaws.com/gravityforms/addons/emma/gravityformsemma_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=zjq5z%2BapKWV8UQEIjzdsP2ONEjc%3D\";s:10:\"url_latest\";s:171:\"http://s3.amazonaws.com/gravityforms/addons/emma/gravityformsemma_1.2.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=XdOCIUpHmR8GtOks9qaWUZdWgzQ%3D\";}s:22:\"gravityformsfreshbooks\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.5\";s:14:\"version_latest\";s:5:\"2.5.2\";s:3:\"url\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/freshbooks/gravityformsfreshbooks_2.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=PzCRFJI3kxSPHcxNUJIc7TEu4ss%3D\";s:10:\"url_latest\";s:189:\"http://s3.amazonaws.com/gravityforms/addons/freshbooks/gravityformsfreshbooks_2.5.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=O%2F%2BQ27C9xLc%2BWRFTEryEpXrz5PU%3D\";}s:23:\"gravityformsgetresponse\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";s:3:\"url\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/getresponse/gravityformsgetresponse_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=SIyQ4RNth90GjHugSXSzdiwUYSQ%3D\";s:10:\"url_latest\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/getresponse/gravityformsgetresponse_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=SIyQ4RNth90GjHugSXSzdiwUYSQ%3D\";}s:21:\"gravityformsgutenberg\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:10:\"1.0-rc-1.2\";s:14:\"version_latest\";s:10:\"1.0-rc-1.2\";s:3:\"url\";s:186:\"http://s3.amazonaws.com/gravityforms/addons/gutenberg/gravityformsgutenberg_1.0-rc-1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=h7wBHI5JnbyIb7Cg4VvuFR6Mu10%3D\";s:10:\"url_latest\";s:186:\"http://s3.amazonaws.com/gravityforms/addons/gutenberg/gravityformsgutenberg_1.0-rc-1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=h7wBHI5JnbyIb7Cg4VvuFR6Mu10%3D\";}s:21:\"gravityformshelpscout\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:5:\"1.5.1\";s:3:\"url\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/helpscout/gravityformshelpscout_1.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=%2BwCCfeq1SIDBz35BaM36LkE%2FZr0%3D\";s:10:\"url_latest\";s:187:\"http://s3.amazonaws.com/gravityforms/addons/helpscout/gravityformshelpscout_1.5.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=QcA9QT%2FCiQ%2Byw8fdUEhJK%2FlxaW4%3D\";}s:20:\"gravityformshighrise\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:5:\"1.2.3\";s:3:\"url\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/highrise/gravityformshighrise_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=I312gaQHbObVEVau33F1JJT0AdM%3D\";s:10:\"url_latest\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/highrise/gravityformshighrise_1.2.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=F%2FqXAN0ZmRzsBOWdgKOBqU%2Bwkfc%3D\";}s:19:\"gravityformshipchat\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";s:3:\"url\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/hipchat/gravityformshipchat_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=UD9MurO87pHOZYOIOClh6hc9ZIE%3D\";s:10:\"url_latest\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/hipchat/gravityformshipchat_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=UD9MurO87pHOZYOIOClh6hc9ZIE%3D\";}s:20:\"gravityformsicontact\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.1\";s:3:\"url\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/icontact/gravityformsicontact_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=uQQ0gwhJg40kAw2O3Nhqq9C402E%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/icontact/gravityformsicontact_1.3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=U8Yf2j6JS%2BOV8A7HSuZEjEwwpX8%3D\";}s:19:\"gravityformslogging\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.1\";s:3:\"url\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/logging/gravityformslogging_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=EKK3JG9%2B5KhXxB7NX%2ByT0Mjd%2FTI%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/logging/gravityformslogging_1.3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=0Q7OA%2BtlFymkuSvOmTpzCpZUOtI%3D\";}s:19:\"gravityformsmadmimi\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";s:3:\"url\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/madmimi/gravityformsmadmimi_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=wwbV8AWIIzVNC7m0DX6g9KA0WSc%3D\";s:10:\"url_latest\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/madmimi/gravityformsmadmimi_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=wwbV8AWIIzVNC7m0DX6g9KA0WSc%3D\";}s:21:\"gravityformsmailchimp\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"4.5\";s:14:\"version_latest\";s:3:\"4.5\";s:3:\"url\";s:185:\"http://s3.amazonaws.com/gravityforms/addons/mailchimp/gravityformsmailchimp_4.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=CXbqdoQTJe9GPEzp%2B%2Fz%2B0A4QU7M%3D\";s:10:\"url_latest\";s:185:\"http://s3.amazonaws.com/gravityforms/addons/mailchimp/gravityformsmailchimp_4.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=CXbqdoQTJe9GPEzp%2B%2Fz%2B0A4QU7M%3D\";}s:19:\"gravityformsmailgun\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:14:\"version_latest\";s:5:\"1.1.1\";s:3:\"url\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/mailgun/gravityformsmailgun_1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=4yjLTzmsvvz55n8X8Y24KCPzFzY%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/mailgun/gravityformsmailgun_1.1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=NabzKXq6Z0IMEkhHGc3JuArZdmU%3D\";}s:26:\"gravityformspartialentries\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";s:3:\"url\";s:191:\"http://s3.amazonaws.com/gravityforms/addons/partialentries/gravityformspartialentries_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=h5%2FYZ0uPiS85RUYGQ2Tea6iOQxs%3D\";s:10:\"url_latest\";s:191:\"http://s3.amazonaws.com/gravityforms/addons/partialentries/gravityformspartialentries_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=h5%2FYZ0uPiS85RUYGQ2Tea6iOQxs%3D\";}s:18:\"gravityformspaypal\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.1\";s:14:\"version_latest\";s:5:\"3.1.1\";s:3:\"url\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/paypal/gravityformspaypal_3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=uVBBS8MXggN5byl%2FrbxFULZhL8I%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/paypal/gravityformspaypal_3.1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=jL8%2BdN2ufT16GHjuUTDqkoOJ%2BGk%3D\";}s:33:\"gravityformspaypalexpresscheckout\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";N;}s:29:\"gravityformspaypalpaymentspro\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.3\";s:14:\"version_latest\";s:5:\"2.3.3\";s:3:\"url\";s:197:\"http://s3.amazonaws.com/gravityforms/addons/paypalpaymentspro/gravityformspaypalpaymentspro_2.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=HUkpkcM7L6cqwZMe0IEBV2t%2F1Xc%3D\";s:10:\"url_latest\";s:199:\"http://s3.amazonaws.com/gravityforms/addons/paypalpaymentspro/gravityformspaypalpaymentspro_2.3.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=E0uGa%2Fz1PKf9m5xcO3bksMb1ofI%3D\";}s:21:\"gravityformspaypalpro\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:5:\"1.8.1\";s:14:\"version_latest\";s:5:\"1.8.1\";s:3:\"url\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/paypalpro/gravityformspaypalpro_1.8.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=c7Ktj3DNtTILle0ukXCUSZ9sgvM%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/paypalpro/gravityformspaypalpro_1.8.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=c7Ktj3DNtTILle0ukXCUSZ9sgvM%3D\";}s:20:\"gravityformspicatcha\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:3:\"2.0\";}s:16:\"gravityformspipe\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:14:\"version_latest\";s:3:\"1.1\";s:3:\"url\";s:169:\"http://s3.amazonaws.com/gravityforms/addons/pipe/gravityformspipe_1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=mvQM58lOVHKMqXa0u7XdooJo31o%3D\";s:10:\"url_latest\";s:169:\"http://s3.amazonaws.com/gravityforms/addons/pipe/gravityformspipe_1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=mvQM58lOVHKMqXa0u7XdooJo31o%3D\";}s:17:\"gravityformspolls\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.1\";s:14:\"version_latest\";s:5:\"3.1.4\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/polls/gravityformspolls_3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=lGoanI%2FSpQn8HkNPcGj08oNABdI%3D\";s:10:\"url_latest\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/polls/gravityformspolls_3.1.4.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=LVUNCKG47HMwxe235VrkPZytztY%3D\";}s:20:\"gravityformspostmark\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.0\";s:14:\"version_latest\";s:3:\"1.0\";s:3:\"url\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/postmark/gravityformspostmark_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=TE1NKt6u8yxSSBuNE6ieUYf9N9Y%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/postmark/gravityformspostmark_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=TE1NKt6u8yxSSBuNE6ieUYf9N9Y%3D\";}s:16:\"gravityformsquiz\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.1\";s:14:\"version_latest\";s:5:\"3.1.8\";s:3:\"url\";s:169:\"http://s3.amazonaws.com/gravityforms/addons/quiz/gravityformsquiz_3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=AHVCOZgDXqVBHaaELNPaTeE7IHg%3D\";s:10:\"url_latest\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/quiz/gravityformsquiz_3.1.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=7h6V5LjKQ%2FV0ulbsTTMkLkWf2EY%3D\";}s:19:\"gravityformsrestapi\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:10:\"2.0-beta-2\";s:14:\"version_latest\";s:10:\"2.0-beta-2\";s:3:\"url\";s:184:\"http://s3.amazonaws.com/gravityforms/addons/restapi/gravityformsrestapi_2.0-beta-2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=wpYiGC%2BFj8BVJmFn5uqbjYQTiUA%3D\";s:10:\"url_latest\";s:184:\"http://s3.amazonaws.com/gravityforms/addons/restapi/gravityformsrestapi_2.0-beta-2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=wpYiGC%2BFj8BVJmFn5uqbjYQTiUA%3D\";}s:20:\"gravityformssendgrid\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";s:3:\"url\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/sendgrid/gravityformssendgrid_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=ARhp%2BVJ5XKkkic88wKrGIaq3f%2BI%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/sendgrid/gravityformssendgrid_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=ARhp%2BVJ5XKkkic88wKrGIaq3f%2BI%3D\";}s:21:\"gravityformssignature\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.6\";s:14:\"version_latest\";s:5:\"3.6.3\";s:3:\"url\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/signature/gravityformssignature_3.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=06yvIcng5bF5Ck6%2FOxekygPHzIk%3D\";s:10:\"url_latest\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/signature/gravityformssignature_3.6.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=0Ud4GVQIRuAlLxJOxagYbC%2FepeY%3D\";}s:17:\"gravityformsslack\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.8\";s:14:\"version_latest\";s:3:\"1.8\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/slack/gravityformsslack_1.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=eSfQdMMEXW6roLmrJ%2BFFqzywoUU%3D\";s:10:\"url_latest\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/slack/gravityformsslack_1.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=eSfQdMMEXW6roLmrJ%2BFFqzywoUU%3D\";}s:18:\"gravityformsstripe\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.6\";s:14:\"version_latest\";s:7:\"2.6.0.5\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/stripe/gravityformsstripe_2.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=1Ew8y8CnynzlAAAoC3uM90KJC8U%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/stripe/gravityformsstripe_2.6.0.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=Wy7NE%2FIvQSYVn%2BNBPdYboL4O8PM%3D\";}s:18:\"gravityformssurvey\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.3\";s:14:\"version_latest\";s:5:\"3.3.1\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/survey/gravityformssurvey_3.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=fyJlMatTZfQPwA5tTmEDEmrQ1gw%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/survey/gravityformssurvey_3.3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=FugRZny1CBrM5MvD%2BVWDrn2noVA%3D\";}s:18:\"gravityformstrello\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:5:\"1.2.2\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/trello/gravityformstrello_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=tvVslIu2yxEim5UKoCYu8A6DWps%3D\";s:10:\"url_latest\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/trello/gravityformstrello_1.2.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=0aaQoxEN0d3R2cyEmzAKQjiTDmY%3D\";}s:18:\"gravityformstwilio\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.5\";s:14:\"version_latest\";s:5:\"2.5.2\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/twilio/gravityformstwilio_2.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=hLqwPxCml1FoTVMjpWnzI3IiMsA%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/twilio/gravityformstwilio_2.5.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=fPj3zvA9h%2FayyvQBEZ%2F86fxVMwc%3D\";}s:28:\"gravityformsuserregistration\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"4.0\";s:14:\"version_latest\";s:5:\"4.0.3\";s:3:\"url\";s:193:\"http://s3.amazonaws.com/gravityforms/addons/userregistration/gravityformsuserregistration_4.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=OFNyeOx0AOcyXHv1EAzGwmJ5jm4%3D\";s:10:\"url_latest\";s:195:\"http://s3.amazonaws.com/gravityforms/addons/userregistration/gravityformsuserregistration_4.0.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=WdRWSYsCIPOrcs6GPhekz5wyD7c%3D\";}s:20:\"gravityformswebhooks\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:14:\"version_latest\";s:5:\"1.1.5\";s:3:\"url\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/webhooks/gravityformswebhooks_1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=phkEjnde3oef%2FINAWt190M2Lktw%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/webhooks/gravityformswebhooks_1.1.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=iYsCGtMfcSxz9FJAMRebhLsijpE%3D\";}s:18:\"gravityformszapier\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.1\";s:14:\"version_latest\";s:5:\"3.1.2\";s:3:\"url\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/zapier/gravityformszapier_3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=4MdBTsTdD62Be3ocFG5vkpCVpZQ%3D\";s:10:\"url_latest\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/zapier/gravityformszapier_3.1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=Of3Nhx2u8higsgOOUKpRvXpJyuU%3D\";}s:19:\"gravityformszohocrm\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:5:\"1.5.2\";s:3:\"url\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/zohocrm/gravityformszohocrm_1.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=DmqLV9UOQxbLbyx1As9%2Bt5n3lvk%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/zohocrm/gravityformszohocrm_1.5.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=tpIdWGbwrqwQBdGEgw3xnm3uXaU%3D\";}}s:9:\"is_active\";s:1:\"1\";s:14:\"version_latest\";s:7:\"2.4.6.6\";s:10:\"url_latest\";s:166:\"http://s3.amazonaws.com/gravityforms/releases/gravityforms_2.4.6.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1551629893&Signature=rKgrEjrjTyOrdvQnZhUIdjFeozA%3D\";s:9:\"timestamp\";i:1551457093;}','yes'),(984,'gf_db_version','2.4.6','yes'),(1042,'_site_transient_timeout_theme_roots','1551458893','no'),(1043,'_site_transient_theme_roots','a:5:{s:10:\"Divi-Child\";s:7:\"/themes\";s:4:\"Divi\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(1046,'_site_transient_timeout_browser_b3085a112f1f1dc7423be5ff4eb98433','1552061898','no'),(1047,'_site_transient_browser_b3085a112f1f1dc7423be5ff4eb98433','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"72.0.3626.119\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1048,'_site_transient_timeout_community-events-a02d156ee1b506c29a04ac5425b01586','1551500300','no'),(1049,'_site_transient_community-events-a02d156ee1b506c29a04ac5425b01586','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"71.82.248.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:62:\"Milwaukee Wordpress Meetup for Beginners to Intermediate Users\";s:3:\"url\";s:67:\"https://www.meetup.com/Milwaukee-WordPress-MeetUp/events/256927231/\";s:6:\"meetup\";s:39:\"Greater Milwaukee Area WordPress Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/Milwaukee-WordPress-MeetUp/\";s:4:\"date\";s:19:\"2019-03-05 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Milwaukee, WI, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:42.987679999999997;s:9:\"longitude\";d:-88.041150000000002;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:82:\"1st-Wednesday-Morning-of-the-Month Waukesha County WordPress Meetup (No Topic)\";s:3:\"url\";s:67:\"https://www.meetup.com/Milwaukee-WordPress-MeetUp/events/249173552/\";s:6:\"meetup\";s:39:\"Greater Milwaukee Area WordPress Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/Milwaukee-WordPress-MeetUp/\";s:4:\"date\";s:19:\"2019-03-06 09:15:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Brookfield, WI, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:43.055210000000002;s:9:\"longitude\";d:-88.125434999999996;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:80:\"Wordpress DIVI Theme by Elegant Themes - Divi Nation Milwaukee - Divisociety.com\";s:3:\"url\";s:67:\"https://www.meetup.com/Milwaukee-WordPress-MeetUp/events/258615863/\";s:6:\"meetup\";s:39:\"Greater Milwaukee Area WordPress Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/Milwaukee-WordPress-MeetUp/\";s:4:\"date\";s:19:\"2019-03-12 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Milwaukee, WI, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:42.987679999999997;s:9:\"longitude\";d:-88.041150000000002;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:32:\"Milwaukee WordPress Meetup Group\";s:3:\"url\";s:67:\"https://www.meetup.com/Milwaukee-WordPress-MeetUp/events/256927248/\";s:6:\"meetup\";s:39:\"Greater Milwaukee Area WordPress Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/Milwaukee-WordPress-MeetUp/\";s:4:\"date\";s:19:\"2019-03-14 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Milwaukee, WI, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:42.987679;s:9:\"longitude\";d:-88.041152999999994;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:41:\"Meditate Your Way To Better Mental Health\";s:3:\"url\";s:72:\"https://www.meetup.com/Janesville-Area-WordPress-Users/events/256203841/\";s:6:\"meetup\";s:31:\"Janesville Area WordPress Users\";s:10:\"meetup_url\";s:55:\"https://www.meetup.com/Janesville-Area-WordPress-Users/\";s:4:\"date\";s:19:\"2019-03-25 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Janesville, WI, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:42.679349999999999;s:9:\"longitude\";d:-89.018523999999999;}}}}','no'),(1050,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1551500300','no'),(1051,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"\n Fri, 01 Mar 2019 10:00:10 +0000 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.2-alpha-44784\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: February 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2019/03/the-month-in-wordpress-february-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Mar 2019 10:00:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6652\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:363:\"A new version of WordPress, significant security enhancements, important discussions, and much more – read on to find out what has been going on in the WordPress community for the month of February. Release of WordPress 5.1 Near the end of the month, WordPress 5.1 was released, featuring significant stability and performance enhancements as well […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7509:\"\n<p>A new version of WordPress, significant security enhancements, important discussions, and much more – read on to find out what has been going on in the WordPress community for the month of February.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Release of WordPress 5.1</h2>\n\n\n\n<p>Near the end of the month, <a href=\"https://wordpress.org/news/2019/02/betty/\">WordPress 5.1 was released</a>, featuring significant stability and performance enhancements as well as the first of the <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">Site Health</a> mechanisms that are in active development. Most prominent is the new warning for sites running long-outdated versions of PHP.<br></p>\n\n\n\n<p>You can check out <a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">the Field Guide for this release</a> for a detailed look at all the new features and improvements. The next release <a href=\"https://make.wordpress.org/core/2019/02/19/wordpress-5-2-schedule-and-scope/\">is already in development</a> with plans to improve the Site Health features, PHP compatibility, and a number of other things.<br></p>\n\n\n\n<p>Want to get involved in testing or building WordPress Core? You can install <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the WordPress Beta Tester plugin</a>, follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg Development Continues </h2>\n\n\n\n<p>The block editor that is now a part of WordPress core started out as a project named <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a> with the lofty goal of creating a whole new site-building experience for all WordPress users. The first phase of Gutenberg resulted in the block editor that was included in WordPress 5.0, but development didn’t stop there – <a href=\"https://make.wordpress.org/core/2019/02/20/whats-new-in-gutenberg-20th-february/\">phase 2 of the project is well underway</a>.<br></p>\n\n\n\n<p>This month, one of the initial goals for this phase was reached with <a href=\"https://make.wordpress.org/core/2019/02/18/porting-widgets-to-blocks-feb-18-2019/\">all of the core WordPress widgets being converted to blocks</a> – this will go a long way to allowing full sites to be built using blocks, rather than simply post or page content.<br></p>\n\n\n\n<p>Want to get involved in developing Gutenberg? Check out <a href=\"https://github.com/wordpress/gutenberg\">the GitHub repository</a> and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Block Editor Comes to the Mobile Apps</h2>\n\n\n\n<p>As Gutenberg development continues, the Mobile team has been working hard to integrate the new block editor into <a href=\"https://wordpress.org/mobile/\">the WordPress mobile apps</a>. Near the end of February, <a href=\"https://make.wordpress.org/mobile/2019/02/26/the-block-editor-is-coming-to-the-mobile-apps/\">the team shipped a complete integration in the beta versions of the apps</a> – this a significant milestone and a big step towards unifying the mobile and desktop editing experiences.<br></p>\n\n\n\n<p>Both the iOS and Android apps are open for beta testers, so if you would like to experience the block editor on mobile today, then <a href=\"https://apps.wordpress.com/contribute/\">join the beta program</a>.<br></p>\n\n\n\n<p>Want to get involved in developing the WordPress mobile apps? Follow <a href=\"https://make.wordpress.org/mobile/\">the Mobile team blog</a>, and join the #mobile channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.<br></p>\n\n\n\n<h2>WordPress Triage Team Announced</h2>\n\n\n\n<p>One of the goals for 2019 that Matt Mullenweg (<a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a>) announced in his <a href=\"https://2018.us.wordcamp.org/state-of-the-word/\">State of the Word</a> address last year was to form a team who would work to manage the ever-increasing number of tickets in <a href=\"https://core.trac.wordpress.org/\">Trac</a>, the bug tracker that WordPress Core employs.</p>\n\n\n\n<p>This team, known as the Triage Team, <a href=\"https://make.wordpress.org/core/2019/03/01/introducing-the-wordpress-triage-team/\">has been announced</a>. Their work will involve coordinating with component maintainers, release leads, project leadership, contributors, and other WordPress related projects with issue trackers outside of Trac to ensure that everyone is empowered to focus on contributing.</p>\n\n\n\n<p>The team was formed based on nominations of volunteers to take part and will be led by Jonathan Desrosiers (<a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>). The other members of the team are Chris Christoff (<a href=\'https://profiles.wordpress.org/chriscct7/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chriscct7</a>), Tammie Lister (<a href=\'https://profiles.wordpress.org/karmatosed/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>karmatosed</a>), Sergey Biryukov (<a href=\'https://profiles.wordpress.org/sergey/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergey</a>), and Sheri Bigelow (<a href=\'https://profiles.wordpress.org/designsimply/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>designsimply</a>) – all of whom have a strong track record of contributing to WordPress, have exhibited good triaging practices, and are overall good community members.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>In this year alone, <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the WordPress meetup program</a> has hosted 800 events across the world, all organized by local community members.</li><li><a href=\"https://make.wordpress.org/community/2019/02/21/discussion-how-could-we-improve-the-wordpress-community-summit/\">An important discussion has been opened</a> regarding the future of the WordPress Community Summit.</li><li>The Polyglots team <a href=\"https://make.wordpress.org/polyglots/2019/03/01/global-wordpress-translation-day-4-is-coming/\">has started planning the fourth Global WordPress Translation Day</a> to take place on 11 May 2019.</li><li>The Theme Review team <a href=\"https://make.wordpress.org/themes/2019/02/26/theme-sniffer-plugin-v1-0-0-rc1-version/\">is working on a useful tool named Theme Sniffer</a> to assist theme developers and reviewers in making sure their code is standards-compliant.</li><li>The first <a href=\"https://2019.nordic.wordcamp.org/\">WordCamp Nordic</a> is coming up on March 7-8.</li><li>The WordCamp Europe team <a href=\"https://make.wordpress.org/community/2019/02/13/wordcamp-pwa-plugin-proposal-and-designs/\">is looking for feedback</a> on their designs for a Progressive Web Application (PWA) for WordCamp.org.</li><li>The Design team has been working hard on designing the new Navigation Menu block and are <a href=\"https://make.wordpress.org/design/2019/02/26/proposal-navigation-menu-block/\">looking for feedback</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em><br></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6652\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 5.1 “Betty”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2019/02/betty/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Feb 2019 22:48:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6589\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:153:\"A Little Better Every Day: Version 5.1 of WordPress, named \"Betty\" in honour of acclaimed jazz vocalist Betty Carter, is available for download! ??\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:43221:\"\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 style=\"text-align:center\">A Little Better Every Day</h2>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://s.w.org/images/core/5.1/update.svg\" alt=\"\" /></figure>\n\n\n\n<p>Version 5.1 of WordPress, named “Betty” in honour of acclaimed jazz vocalist Betty Carter, is available for download or update in your WordPress dashboard.</p>\n\n\n\n<p>Following <a href=\"https://wordpress.org/news/2018/12/bebo/\">WordPress 5.0</a> — a major release which introduced the new block editor — 5.1 focuses on polish, in particular by improving the overall performance of the editor. In addition, this release paves the way for a better, faster, and more secure WordPress with some essential tools for site administrators and developers.</p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 style=\"text-align:left\">Site Health</h2>\n\n\n\n<div class=\"wp-block-image inline-svg\"><figure class=\"alignright is-resized\"><img src=\"https://s.w.org/images/core/5.1/site-health.svg\" alt=\"\" width=\"191\" height=\"168\" /></figure></div>\n\n\n\n<p>With security and speed in mind, this release introduces WordPress’s first <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">Site Health</a> features. WordPress will start showing notices to administrators of sites that run long-outdated versions of PHP, which is the programming language that powers WordPress.</p>\n\n\n\n<p>When you install new plugins, WordPress’s Site Health features will check them against the version of PHP you’re running. If the plugin requires a version that won’t work with your site, WordPress will keep you from installing that plugin.</p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 style=\"text-align:left\">Editor Performance</h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignright is-resized\"><img src=\"https://s.w.org/images/core/5.1/editor-performance.svg\" alt=\"\" width=\"182\" height=\"182\" /></figure></div>\n\n\n\n<p>Introduced in WordPress 5.0, the new block editor continues to improve. Most significantly, WordPress 5.1 includes solid performance improvements within the editor. The editor should feel a little quicker to start, and typing should feel smoother. </p>\n\n\n\n<p>Expect more performance improvements in the next couple of releases.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 style=\"text-align:left\">Developer Happiness</h2>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2019/01/28/multisite-support-for-site-metadata-in-5-1/\">Multisite Metadata</a></h3>\n\n\n\n<p>5.1 introduces a new database table to store metadata associated with sites and allows for the storage of arbitrary site data relevant in a multisite / network context.</p>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2019/01/23/cron-api-changes-in-wordpress-5-1/\">Cron API</a></h3>\n\n\n\n<p>The Cron API has been updated with new functions to assist with returning data and includes new filters for modifying cron storage. Other changes in behavior affect cron spawning on servers running FastCGI and PHP-FPM versions 7.0.16 and above.</p>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2018/05/16/preparing-wordpress-for-a-javascript-future-part-1-build-step-and-folder-reorganization/\">New JS Build Processes</a></h3>\n\n\n\n<p>WordPress 5.1 features a new JavaScript build option, following the large reorganisation of code that started in the 5.0 release.</p>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2019/01/23/miscellaneous-developer-focused-changes-in-5-1/\">Other Developer Goodness</a></h3>\n\n\n\n<p>Miscellaneous improvements include:</p>\n\n\n\n<ul><li>Updates to values for the <code>WP_DEBUG_LOG</code> constant</li><li>New test config file constant in the test suite, new plugin action hooks </li><li>Short-circuit filters for <code>wp_unique_post_slug()</code>, <code>WP_User_Query</code>, and <code>count_users()</code></li><li>A new <code>human_readable_duration</code> function</li><li>Improved taxonomy metabox sanitization</li><li>Limited <code>LIKE</code> support for meta keys when using <code>WP_Meta_Query</code></li><li>A new “doing it wrong” notice when registering REST API endpoints</li></ul>\n\n\n\n<p>…and more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 style=\"text-align:left\">The Squad</h2>\n\n\n\n<p>This release was led by <a href=\"http://ma.tt/\">Matt Mullenweg</a>, along with <a href=\"https://pento.net/\">Gary Pendergast</a> as <a href=\"https://core.trac.wordpress.org/changeset/42343\">Senior Code Reshuffler</a> and <a href=\"https://core.trac.wordpress.org/changeset/43309\">Poet</a>. They received wonderful assistance from the following 561 contributors for this release, 231 of whom were making their first ever contribution! Pull up some Betty Carter on your music service of choice, and check out some of their profiles:</p>\n\n\n<a href=\"https://profiles.wordpress.org/0x6f0\">0x6f0</a>, <a href=\"https://profiles.wordpress.org/1265578519-1\">1265578519</a>, <a href=\"https://profiles.wordpress.org/1naveengiri\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/360zen\">360zen</a>, <a href=\"https://profiles.wordpress.org/aardrian\">aardrian</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abdullahramzan\">Abdullah Ramzan</a>, <a href=\"https://profiles.wordpress.org/abhayvishwakarma\">Abhay Vishwakarma</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/ajitbohra\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/aldavigdis\">aldavigdis</a>, <a href=\"https://profiles.wordpress.org/alejandroxlopez\">alejandroxlopez</a>, <a href=\"https://profiles.wordpress.org/alexstine\">Alex</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/xyfi\">Alexander Botteram</a>, <a href=\"https://profiles.wordpress.org/alexvorn2\">Alexandru Vornicescu</a>, <a href=\"https://profiles.wordpress.org/alexgso\">alexgso</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/alvarogois\">Alvaro Gois dos Santos</a>, <a href=\"https://profiles.wordpress.org/acirujano\">Ana Cirujano</a>, <a href=\"https://profiles.wordpress.org/anantajitjg\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/nosolosw\">Andrés</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/andrei0x309\">andrei0x309</a>, <a href=\"https://profiles.wordpress.org/andreiglingeanu\">andreiglingeanu</a>, <a href=\"https://profiles.wordpress.org/aduth\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/andrewza\">Andrew Lima</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/anevins\">Andrew Nevins</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/la-geek\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/antaltettinger\">Antal Tettinger</a>, <a href=\"https://profiles.wordpress.org/antipole\">antipole</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/avillegasn\">Antonio Villegas</a>, <a href=\"https://profiles.wordpress.org/antonioeatgoat\">antonioeatgoat</a>, <a href=\"https://profiles.wordpress.org/aranwer104\">Anwer AR</a>, <a href=\"https://profiles.wordpress.org/aryamaaru\">Arun</a>, <a href=\"https://profiles.wordpress.org/mrasharirfan\">Ashar Irfan</a>, <a href=\"https://profiles.wordpress.org/ashokrd2013\">ashokrd2013</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/ayubadiputra\">Ayub Adiputra</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/behzod\">Behzod Saidov</a>, <a href=\"https://profiles.wordpress.org/drywallbmb\">Ben Byrne</a>, <a href=\"https://profiles.wordpress.org/benhuberman\">benhuberman</a>, <a href=\"https://profiles.wordpress.org/benoitchantre\">Benoit Chantre</a>, <a href=\"https://profiles.wordpress.org/benvaassen\">benvaassen</a>, <a href=\"https://profiles.wordpress.org/bhargavmehta\">Bhargav Mehta</a>, <a href=\"https://profiles.wordpress.org/bikecrazyy\">bikecrazyy</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/blair-jersyer\">Blair jersyer</a>, <a href=\"https://profiles.wordpress.org/blobfolio\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/bradparbs\">Brad Parbs</a>, <a href=\"https://profiles.wordpress.org/bradleyt\">Bradley Taylor</a>, <a href=\"https://profiles.wordpress.org/bramheijmink\">bramheijmink</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/brentswisher\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard\">bridgetwillard</a>, <a href=\"https://profiles.wordpress.org/bandonrandon\">Brooke.</a>, <a href=\"https://profiles.wordpress.org/bruceallen\">bruceallen</a>, <a href=\"https://profiles.wordpress.org/burhandodhy\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/burlingtonbytes\">Bytes.co</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calin\">Calin Don</a>, <a href=\"https://profiles.wordpress.org/campusboy1987\">campusboy</a>, <a href=\"https://profiles.wordpress.org/carolinegeven\">carolinegeven</a>, <a href=\"https://profiles.wordpress.org/ccismaru\">ccismaru</a>, <a href=\"https://profiles.wordpress.org/chasewg\">chasewg</a>, <a href=\"https://profiles.wordpress.org/chetan200891\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/boda1982\">Christopher Spires</a>, <a href=\"https://profiles.wordpress.org/claudiu\">claudiu</a>, <a href=\"https://profiles.wordpress.org/cliffpaulick\">Clifford Paulick</a>, <a href=\"https://profiles.wordpress.org/munklefish\">Code Clinic</a>, <a href=\"https://profiles.wordpress.org/codegrau\">codegrau</a>, <a href=\"https://profiles.wordpress.org/coleh\">coleh</a>, <a href=\"https://profiles.wordpress.org/conner_bw\">conner_bw</a>, <a href=\"https://profiles.wordpress.org/coreymckrill\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/croce\">croce</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/clarinetlord\">Cyrus Collier</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danieltj\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/daniel-koskinen\">Daniel Koskinen</a>, <a href=\"https://profiles.wordpress.org/talldanwp\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danimalbrown\">danimalbrown</a>, <a href=\"https://profiles.wordpress.org/dannycooper\">Danny Cooper</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/darko-a7\">Darko A7</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/desertsnowman\">David Cramer</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/superdav42\">David Stone</a>, <a href=\"https://profiles.wordpress.org/dekervit\">dekervit</a>, <a href=\"https://profiles.wordpress.org/denisco\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/designsimply\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dfangstrom\">dfangstrom</a>, <a href=\"https://profiles.wordpress.org/dhanendran\">Dhanendran</a>, <a href=\"https://profiles.wordpress.org/dharm1025\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dhavalkasvala\">Dhaval kasavala</a>, <a href=\"https://profiles.wordpress.org/dhruvin\">Dhruvin</a>, <a href=\"https://profiles.wordpress.org/diedeexterkate\">DiedeExterkate</a>, <a href=\"https://profiles.wordpress.org/dilipbheda\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donncha\">Donncha O Caoimh</a>, <a href=\"https://profiles.wordpress.org/dontstealmyfish\">dontstealmyfish</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/drivingralle\">Drivingralle</a>, <a href=\"https://profiles.wordpress.org/dschalk\">dschalk</a>, <a href=\"https://profiles.wordpress.org/dsifford\">dsifford</a>, <a href=\"https://profiles.wordpress.org/eamax\">eamax</a>, <a href=\"https://profiles.wordpress.org/eartboard\">eArtboard</a>, <a href=\"https://profiles.wordpress.org/edo888\">edo888</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Van Durpe</a>, <a href=\"https://profiles.wordpress.org/edocev\">Emil Dotsev</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/ericmeyer\">ericmeyer</a>, <a href=\"https://profiles.wordpress.org/etoledom\">etoledom</a>, <a href=\"https://profiles.wordpress.org/evansolomon\">Evan Solomon</a>, <a href=\"https://profiles.wordpress.org/dyrer\">Evangelos Athanasiadis</a>, <a href=\"https://profiles.wordpress.org/faisal03\">Faisal Alvi</a>, <a href=\"https://profiles.wordpress.org/felipeelia\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fclaussen\">Fernando Claussen</a>, <a href=\"https://profiles.wordpress.org/flipkeijzer\">flipkeijzer</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/fpcsjames\">FPCSJames</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fuchsws\">fuchsws</a>, <a href=\"https://profiles.wordpress.org/fullyint\">fullyint</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/garetharnold\">Gareth</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/kloon\">Gerhard Potgieter</a>, <a href=\"https://profiles.wordpress.org/girishpanchal\">Girish Panchal</a>, <a href=\"https://profiles.wordpress.org/gm_alex\">GM_Alex</a>, <a href=\"https://profiles.wordpress.org/gnif\">gnif</a>, <a href=\"https://profiles.wordpress.org/graymouser\">graymouser</a>, <a href=\"https://profiles.wordpress.org/greg\">greg</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Grzegorz (Greg) Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/guido07111975\">Guido</a>, <a href=\"https://profiles.wordpress.org/gutendev\">GutenDev</a>, <a href=\"https://profiles.wordpress.org/hafiz\">Hafiz Rahman</a>, <a href=\"https://profiles.wordpress.org/hailite\">Hai@LiteSpeed<img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></a>, <a href=\"https://profiles.wordpress.org/hansjovisyoast\">Hans-Christiaan Braun</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/hardik-amipara\">Hardik Amipara</a>, <a href=\"https://profiles.wordpress.org/harsh175\">Harsh Patel</a>, <a href=\"https://profiles.wordpress.org/haruharuharuby\">haruharuharuby</a>, <a href=\"https://profiles.wordpress.org/idea15\">Heather Burns</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herregroen\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hitendra-chopda\">Hitendra Chopda</a>, <a href=\"https://profiles.wordpress.org/ianbelanger\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ibantxillo\">ibantxillo</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/igorsch\">Igor</a>, <a href=\"https://profiles.wordpress.org/ibenic\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ionvv\">ionvv</a>, <a href=\"https://profiles.wordpress.org/ireneyoast\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel104\">isabel104</a>, <a href=\"https://profiles.wordpress.org/ishitaka\">ishitaka</a>, <a href=\"https://profiles.wordpress.org/meatman89fs\">Ivan Mudrik</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/janak007\">janak Kaneriya</a>, <a href=\"https://profiles.wordpress.org/janalwin\">janalwin</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/janthiel\">janthiel</a>, <a href=\"https://profiles.wordpress.org/jaswrks\">Jason Caldwell</a>, <a href=\"https://profiles.wordpress.org/javorszky\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami\">Jaydip Rami</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeffpaul\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/miss_jwo\">Jenny</a>, <a href=\"https://profiles.wordpress.org/jeremeylduvall\">Jeremey</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jeremyescott\">Jeremy Scott</a>, <a href=\"https://profiles.wordpress.org/jesperher\">Jesper V Nielsen</a>, <a href=\"https://profiles.wordpress.org/professor44\">Jesse Friedman</a>, <a href=\"https://profiles.wordpress.org/jjcomack\">Jimmy Comack</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jirihon\">Jiri Hon</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">JJJ</a>, <a href=\"https://profiles.wordpress.org/joanrho\">joanrho</a>, <a href=\"https://profiles.wordpress.org/jobthomas\">Job</a>, <a href=\"https://profiles.wordpress.org/sephsekla\">Joe Bailey-Roberts</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James <img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnny5\">John Godley</a>, <a href=\"https://profiles.wordpress.org/johnalarcon\">johnalarcon</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/johnschulz\">johnschulz</a>, <a href=\"https://profiles.wordpress.org/jrchamp\">Jonathan Champ</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joneiseman\">joneiseman</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/josephscott\">Joseph Scott</a>, <a href=\"https://profiles.wordpress.org/joshuawold\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jpurdy647\">jpurdy647</a>, <a href=\"https://profiles.wordpress.org/jrdelarosa\">jrdelarosa</a>, <a href=\"https://profiles.wordpress.org/jryancard\">jryancard</a>, <a href=\"https://profiles.wordpress.org/juiiee8487\">Juhi Patel</a>, <a href=\"https://profiles.wordpress.org/jamosova\">Julia Amosova</a>, <a href=\"https://profiles.wordpress.org/juliemoynat\">juliemoynat</a>, <a href=\"https://profiles.wordpress.org/jrf\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/junaidkbr\">Junaid Ahmed</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kapteinbluf\">kapteinbluf</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kelvink\">kelvink</a>, <a href=\"https://profiles.wordpress.org/khaihong\">khaihong</a>, <a href=\"https://profiles.wordpress.org/kiranpotphode\">Kiran Potphode</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr\">kjellr</a>, <a href=\"https://profiles.wordpress.org/kkarpieszuk\">kkarpieszuk</a>, <a href=\"https://profiles.wordpress.org/kmeze\">kmeze</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/konainm\">konainm</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/kristastevens\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/krutidugade\">krutidugade</a>, <a href=\"https://profiles.wordpress.org/laghee\">laghee</a>, <a href=\"https://profiles.wordpress.org/lakenh\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lbenicio\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/leanderiversen\">Leander Iversen</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/lenasterg\">lenasterg</a>, <a href=\"https://profiles.wordpress.org/lisannekluitmans\">lisannekluitmans</a>, <a href=\"https://profiles.wordpress.org/lizkarkoski\">lizkarkoski</a>, <a href=\"https://profiles.wordpress.org/lucagrandicelli\">Luca Grandicelli</a>, <a href=\"https://profiles.wordpress.org/lucasrolff\">LucasRolff</a>, <a href=\"https://profiles.wordpress.org/luciano-croce\">luciano-croce</a>, <a href=\"https://profiles.wordpress.org/luminus\">Luminus</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/maartenleenders\">maartenleenders</a>, <a href=\"https://profiles.wordpress.org/macbookandrew\">macbookandrew</a>, <a href=\"https://profiles.wordpress.org/travel_girl\">Maja Benke</a>, <a href=\"https://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">mallorydxw-old</a>, <a href=\"https://profiles.wordpress.org/manuelaugustin\">Manuel Augustin</a>, <a href=\"https://profiles.wordpress.org/manuel_84\">manuel_84</a>, <a href=\"https://profiles.wordpress.org/zottto\">Marc Nilius</a>, <a href=\"https://profiles.wordpress.org/marcelo2605\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/marcomartins\">Marco Martins</a>, <a href=\"https://profiles.wordpress.org/marcomarsala\">marco.marsala</a>, <a href=\"https://profiles.wordpress.org/mkaz\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marcwieland95\">marcwieland95</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mariusvw\">mariusvw</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">Mariyan Belchev</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/iceable\">Mathieu Sarrasin</a>, <a href=\"https://profiles.wordpress.org/mathieuhays\">mathieuhays</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom\">Matt Cromwell</a>, <a href=\"https://profiles.wordpress.org/mgibbs189\">Matt Gibbs</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/lonelyvegan\">Matthew Riley MacPherson</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/mcmwebsol\">mcmwebsol</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mensmaximus\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/mermel\">mermel</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee\">metalandcoffee</a>, <a href=\"https://profiles.wordpress.org/wpscholar\">Micah Wood</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/michielatyoast\">Michiel Heijmans</a>, <a href=\"https://profiles.wordpress.org/sebastienthivinfocom\">Migrated to @sebastienserre</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mmtr86\">Miguel Torres</a>, <a href=\"https://profiles.wordpress.org/mihaiiceyro\">mihaiiceyro</a>, <a href=\"https://profiles.wordpress.org/mihdan\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mikegillihan\">Mike Gillihan</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/lanche86\">Milan Ivanovic</a>, <a href=\"https://profiles.wordpress.org/milana_cap\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/milindmore22\">Milind More</a>, <a href=\"https://profiles.wordpress.org/mirkoschubert\">mirkoschubert</a>, <a href=\"https://profiles.wordpress.org/monikarao\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/boemedia\">Monique Dubbelman</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrmadhat\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/xpertone\">Muhammad Kashif</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/lorenzone92\">MultiformeIngegno</a>, <a href=\"https://profiles.wordpress.org/mmaumio\">Muntasir Mahmud</a>, <a href=\"https://profiles.wordpress.org/munyagu\">munyagu</a>, <a href=\"https://profiles.wordpress.org/mythemeshop\">MyThemeShop</a>, <a href=\"https://profiles.wordpress.org/mzorz\">mzorz</a>, <a href=\"https://profiles.wordpress.org/nadim0988\">nadim0988</a>, <a href=\"https://profiles.wordpress.org/nandorsky\">nandorsky</a>, <a href=\"https://profiles.wordpress.org/naoki0h\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nao\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nataliashitova\">nataliashitova</a>, <a href=\"https://profiles.wordpress.org/nateallen\">Nate Allen</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/ndavison\">ndavison</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/nextendweb\">Nextendweb</a>, <a href=\"https://profiles.wordpress.org/ndiego\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>, <a href=\"https://profiles.wordpress.org/nick_thegeek\">Nick the Geek</a>, <a href=\"https://profiles.wordpress.org/nahuelmahe\">Nicolas Figueira</a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nicollle\">Nicolle Helgers</a>, <a href=\"https://profiles.wordpress.org/jainnidhi\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielslange\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/mrtortai\">Noam Eppel</a>, <a href=\"https://profiles.wordpress.org/notnownikki\">notnownikki</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/omarreiss\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/codestor\">Omkar Bhagat</a>, <a href=\"https://profiles.wordpress.org/ov3rfly\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paaljoachim\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak\">palmiak</a>, <a href=\"https://profiles.wordpress.org/panchen\">panchen</a>, <a href=\"https://profiles.wordpress.org/parbaugh\">parbaugh</a>, <a href=\"https://profiles.wordpress.org/xparham\">Parham Ghaffarian</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/natacado\">Paul Paradise</a>, <a href=\"https://profiles.wordpress.org/paulschreiber\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/pputzer\">Peter Putzer</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/pskli\">Pierre Saïkali</a>, <a href=\"https://profiles.wordpress.org/wizzard_\">Pieter Daalder</a>, <a href=\"https://profiles.wordpress.org/piyush9100\">Piyush Patel</a>, <a href=\"https://profiles.wordpress.org/poena\">poena</a>, <a href=\"https://profiles.wordpress.org/promz\">Pramod Jodhani</a>, <a href=\"https://profiles.wordpress.org/pmbaldha\">Prashant Baldha</a>, <a href=\"https://profiles.wordpress.org/pratikthink\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/pratikkry\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/precies\">precies</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presslabs\">Presslabs</a>, <a href=\"https://profiles.wordpress.org/presstigers\">PressTigers</a>, <a href=\"https://profiles.wordpress.org/programmin\">programmin</a>, <a href=\"https://profiles.wordpress.org/punit5658\">Punit Patel</a>, <a href=\"https://profiles.wordpress.org/purnendu\">Purnendu Dash</a>, <a href=\"https://profiles.wordpress.org/qcmiao\">qcmiao</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/bamadesigner\">Rachel Cherry</a>, <a href=\"https://profiles.wordpress.org/larrach\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/rafsuntaskin\">Rafsun Chowdhury</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/cthreelabs\">Raja Mohammed</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramizmanked\">Ramiz Manked</a>, <a href=\"https://profiles.wordpress.org/ramonopoly\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/ravanh\">RavanH</a>, <a href=\"https://profiles.wordpress.org/redcastor\">redcastor</a>, <a href=\"https://profiles.wordpress.org/remyvv\">remyvv</a>, <a href=\"https://profiles.wordpress.org/rensw90\">rensw90</a>, <a href=\"https://profiles.wordpress.org/rhetorical\">rhetorical</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/rishishah\">Rishi Shah</a>, <a href=\"https://profiles.wordpress.org/robbie505\">Robbie</a>, <a href=\"https://profiles.wordpress.org/robdxw\">robdxw</a>, <a href=\"https://profiles.wordpress.org/noisysocks\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/littlerchicken\">Robin Cornett</a>, <a href=\"https://profiles.wordpress.org/robinvandervliet\">Robin van der Vliet</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/othellobloke\">Ryan Paul</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/ryotsun\">ryotsun</a>, <a href=\"https://profiles.wordpress.org/sebastienserre\">Sébastien SERRE</a>, <a href=\"https://profiles.wordpress.org/stodorovic\">Saša</a>, <a href=\"https://profiles.wordpress.org/sagarnasit\">sagarnasit</a>, <a href=\"https://profiles.wordpress.org/sasiddiqui\">Sami Ahmed Siddiqui</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly\">sarah semark</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/scottlee\">Scott Lee</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebakurzyn\">Sebastian Kurzynoswki</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shamim51\">Shamim Hasan</a>, <a href=\"https://profiles.wordpress.org/shaneeckert\">Shane Eckert</a>, <a href=\"https://profiles.wordpress.org/sharaz\">Sharaz Shahid</a>, <a href=\"https://profiles.wordpress.org/shashwatmittal\">Shashwat Mittal</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/sherwood\">sherwood</a>, <a href=\"https://profiles.wordpress.org/shital-patel\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shivapoudel\">Shiva Poudel</a>, <a href=\"https://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/sjardo\">Sjardo</a>, <a href=\"https://profiles.wordpress.org/skoldin\">skoldin</a>, <a href=\"https://profiles.wordpress.org/slilley\">slilley</a>, <a href=\"https://profiles.wordpress.org/slushman\">slushman</a>, <a href=\"https://profiles.wordpress.org/sonjaleix\">Sonja Leix</a>, <a href=\"https://profiles.wordpress.org/sonjanyc\">sonjanyc</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spartank\">spartank</a>, <a href=\"https://profiles.wordpress.org/spyderbytes\">spyderbytes</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stazdotio\">stazdotio</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stormrockwell\">Storm Rockwell</a>, <a href=\"https://profiles.wordpress.org/skostadinov\">Stoyan Kostadinov</a>, <a href=\"https://profiles.wordpress.org/strategio\">strategio</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/manikmist09\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/swift\">swift</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/teddytime\">teddytime</a>, <a href=\"https://profiles.wordpress.org/terriann\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/terwdan\">terwdan</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themezee\">ThemeZee</a>, <a href=\"https://profiles.wordpress.org/thomasplevy\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/thrijith\">Thrijith Thankachan</a>, <a href=\"https://profiles.wordpress.org/tiagohillebrandt\">Tiago Hillebrandt</a>, <a href=\"https://profiles.wordpress.org/tigertech\">tigertech</a>, <a href=\"https://profiles.wordpress.org/timhavinga\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/titodevera\">titodevera</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tz-media\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/tferry\">Tommy Ferry</a>, <a href=\"https://profiles.wordpress.org/tonybogdanov\">tonybogdanov</a>, <a href=\"https://profiles.wordpress.org/tobifjellner\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/torontodigits\">TorontoDigits</a>, <a href=\"https://profiles.wordpress.org/mirucon\">Toshihiro Kanai</a>, <a href=\"https://profiles.wordpress.org/itowhid06\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/upadalavipul\">upadalavipul</a>, <a href=\"https://profiles.wordpress.org/usmankhalid\">Usman Khalid</a>, <a href=\"https://profiles.wordpress.org/utsav72640\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/uttam007\">uttam007</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/valer1e\">Valérie Galassi</a>, <a href=\"https://profiles.wordpress.org/valchovski\">valchovski</a>, <a href=\"https://profiles.wordpress.org/vishaldodiya\">vishaldodiya</a>, <a href=\"https://profiles.wordpress.org/vnsavage\">vnsavage</a>, <a href=\"https://profiles.wordpress.org/voneff\">voneff</a>, <a href=\"https://profiles.wordpress.org/warmlaundry\">warmlaundry</a>, <a href=\"https://profiles.wordpress.org/wbrubaker\">wbrubaker</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/kwonye\">Will Kwon</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wpzinc\">wpzinc</a>, <a href=\"https://profiles.wordpress.org/xhezairi\">xhezairi</a>, <a href=\"https://profiles.wordpress.org/yahil\">Yahil Madakiya</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/fierevere\">Yui</a>, <a href=\"https://profiles.wordpress.org/yuriv\">YuriV</a>, <a href=\"https://profiles.wordpress.org/zanematthew\">Zane Matthew</a>, and <a href=\"https://profiles.wordpress.org/zebulan\">zebulan</a>.\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 5.1. Their efforts bring WordPress 5.1 fully translated to 34 languages at release time, with more on the way.</p>\n\n\n\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<p>Thanks for choosing WordPress!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6589\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:54:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.1 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2019/02/wordpress-5-1-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Feb 2019 02:58:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6585\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:333:\"The second release candidate for WordPress 5.1 is now available! WordPress 5.1 will be released on Thursday, February 21, but we need your help to get there—if you haven’t tried 5.1 yet, now is the time! There are two ways to test the WordPress 5.1 release candidate: try the WordPress Beta Tester plugin (you’ll want […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3550:\"\n<p>The second release candidate for WordPress 5.1 is now available!</p>\n\n\n\n<p>WordPress 5.1 will be released on <a href=\"https://make.wordpress.org/core/5-1/\"><strong>Thursday, February 21</strong></a>, but we need <em>your</em> help to get there—if you haven’t tried 5.1 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.1-RC2.zip\">download the release candidate here</a> (zip).</p>\n\n\n\n<p>For details about what to expect in WordPress 5.1, please see the <a href=\"https://wordpress.org/news/2019/02/wordpress-5-1-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>This release includes the final About page design. It also contains fixes for:</p>\n\n\n\n<ul><li>New WordPress installs not setting the database table prefix correctly (<a href=\"https://core.trac.wordpress.org/ticket/46220\">#46220</a>).</li><li>A HTTP error occurring when opening browser developer tools (<a href=\"https://core.trac.wordpress.org/ticket/46218\">#46218</a>).</li><li>The legacy media dialog having incorrect pagination link styling (<a href=\"https://core.trac.wordpress.org/ticket/41858\">#41858</a>).</li><li>The comment form not appearing when clicking “Reply” on comments loaded via Ajax (<a href=\"https://core.trac.wordpress.org/ticket/46260\">#46260</a>).</li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.1 and update the <em>Tested up to</em> version in the readme to 5.1. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The WordPress 5.1 Field Guide has also been published, which goes into the details of the major changes.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-make-wordpress-core\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"0OzM0i1KJx\"><a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">WordPress 5.1 Field Guide</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" src=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/embed/#?secret=0OzM0i1KJx\" data-secret=\"0OzM0i1KJx\" width=\"600\" height=\"338\" title=\"“WordPress 5.1 Field Guide” — Make WordPress Core\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>WordPress Five Point One:<br> It’s so slick, shiny, and new.<br> Lands in a few days!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6585\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 5.1 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2019/02/wordpress-5-1-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Feb 2019 02:22:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6577\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:365:\"The first release candidate for WordPress 5.1 is now available! This is an important milestone, as the release date for WordPress 5.1 draws near. “Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.1 is scheduled […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4874:\"\n<p>The first release candidate for WordPress 5.1 is now available!</p>\n\n\n\n<p>This is an important milestone, as the release date for WordPress 5.1 draws near. “Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.1 is <a href=\"https://make.wordpress.org/core/5-1/\">scheduled to be released</a> on <strong>Thursday, February 21</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.1 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.1-RC1.zip\">download the release candidate here</a> (zip).</p>\n\n\n\n<h2>What’s in WordPress 5.1?</h2>\n\n\n\n<p>Inspired by Archie Bell & The Drells, WordPress’s theme for 2019 is to “tighten up”, and WordPress 5.1 focussed on exactly that.</p>\n\n\n\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\'youtube-player\' type=\'text/html\' width=\'632\' height=\'386\' src=\'https://www.youtube.com/embed/Wro3bqi4Eb8?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe>\n</div></figure>\n\n\n\n<p>With security and speed in mind, this release introduces WordPress’s first <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">Site Health</a> features. WordPress will start showing notices to administrators of sites that run long-outdated versions of PHP, which is the programming language that powers WordPress.</p>\n\n\n\n<p>Furthermore, when installing new plugins, WordPress’s Site Health features will check whether a plugin requires a version of PHP incompatible with your site. If so, WordPress will prevent you from installing that plugin.</p>\n\n\n\n<p>The new block editor has kept improving since its introduction in WordPress 5.0. Most significantly, WordPress 5.1 includes solid performance improvements within the editor. The editor should feel a little quicker to start, and typing should feel smoother. There are more features and performance improvements planned in upcoming WordPress releases, you can check them out in the <a href=\"https://wordpress.org/plugins/gutenberg\">Gutenberg plugin</a>.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.1 and update the <em>Tested up to</em> version in the readme to 5.1. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The WordPress 5.1 Field Guide has also been published, which goes into the details of the major changes.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-make-wordpress-core\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"vJJstvskLt\"><a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">WordPress 5.1 Field Guide</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" src=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/embed/#?secret=vJJstvskLt\" data-secret=\"vJJstvskLt\" width=\"600\" height=\"338\" title=\"“WordPress 5.1 Field Guide” — Make WordPress Core\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 5.1 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>This is my release<br> candidate. There are many<br> like it. This is mine.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6577\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress: January 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2019/02/the-month-in-wordpress-january-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Feb 2019 09:17:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6575\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:381:\"The momentum from December’s WordPress 5.0 release was maintained through January with some big announcements and significant updates. Read on to find out what happened in the WordPress project last month. WordPress Leadership Grows In a milestone announcement this month, WordPress project lead, Matt Mullenweg (@matt), named two individuals who are coming on board to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4627:\"\n<p>The momentum from December’s WordPress 5.0 release was maintained through January with some big announcements and significant updates. Read on to find out what happened in the WordPress project last month.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress Leadership Grows</h2>\n\n\n\n<p>In a milestone announcement this month, WordPress project lead, Matt Mullenweg (<a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a>), <a href=\"https://make.wordpress.org/updates/2019/01/16/expanding-wordpress-leadership/\">named two individuals</a> who are coming on board to expand the leadership team of the project.<br></p>\n\n\n\n<p>As Executive Director, Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) will oversee <a href=\"https://make.wordpress.org/\">all the contribution teams</a> across the project. As Marketing & Communications Lead, Joost de Valk (<a href=\'https://profiles.wordpress.org/joostdevalk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joostdevalk</a>) will lead <a href=\"https://make.wordpress.org/marketing/\">the Marketing team</a> and generally oversee improvements to WordPress.org.<br></p>\n\n\n\n<p>Both Josepha and Joost have contributed to the WordPress project for many years and will certainly have a much larger impact going forward in their new roles.</p>\n\n\n\n<h2>WordPress 5.1 Development Continues</h2>\n\n\n\n<p>Immediately after the 5.0 release of WordPress, work started on version 5.1 with <a href=\"https://make.wordpress.org/core/tag/5-1/\">some highly anticipated new features</a> coming out in <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-1/\">the first beta release</a>. Since then, the <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-2/\">second</a> and <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-3/\">third</a> betas have been made available.<br></p>\n\n\n\n<p>One of the core updates in this release — <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">a feature to improve the way in which WordPress handles PHP errors</a> — has <a href=\"https://make.wordpress.org/core/2019/01/30/wordpress-5-1-beta-3-delay/\">been pushed back</a> to version 5.2 due to unforeseen issues that would have caused significant delays to the 5.1 release.<br></p>\n\n\n\n<p>Want to get involved in testing or building WordPress Core? You can install <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the WordPress Beta Tester plugin</a>, follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The WordPress Coding Standards team <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/2.0.0\">released version 2.0</a> this month.</li><li>In her new role as Executive Director, Josepha Haden <a href=\"https://make.wordpress.org/updates/2019/01/21/our-strengths-and-challenges/\">looks at what contributors need</a> to help support them more effectively.</li><li>Approximately 2,300 tickets in the Core bug tracker <a href=\"https://make.wordpress.org/core/2019/01/14/follow-up-on-recent-trac-bulk-edit/\">were closed</a> in a large bulk edit this month due to their inactivity over the last two years.</li><li>Autocomplete for usernames has been added to <a href=\"https://wordpress.org/support/forums/\">the WordPress Support Forums</a>, making it much easier to communicate directly with individuals.</li><li><a href=\"https://make.wordpress.org/core/tag/gutenberg/\">Work continues on the Gutenberg project</a>, expanding into more areas of the WordPress dashboard.</li><li>Since the new <a href=\"https://wordpress.org/support/\">WordPress Support portal</a> release in December, <a href=\"https://make.wordpress.org/docs/2019/01/28/summary-for-docs-team-meeting-28-january-2019/\">work has been ongoing</a> to improve its features and complete the content migration.</li><li>The Plugin Review team has published <a href=\"https://make.wordpress.org/plugins/2019/01/28/reminder-about-behavior/\">an important reminder about behavior</a> in the Plugin Directory and support forums.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em><br></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6575\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.1 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Jan 2019 03:34:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6566\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:344:\"WordPress 5.1 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the WordPress 5.1 beta: try the WordPress Beta Testerplugin (you’ll want to select the “bleeding […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3754:\"\n<p>WordPress 5.1 Beta 3 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 beta: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.1-beta3.zip\">download the beta here</a> (zip).</p>\n\n\n\n<p>WordPress 5.1 is slated for release on <a href=\"https://make.wordpress.org/core/5-1/\">February 21</a>, and we need your help to get there!</p>\n\n\n\n<h2>Site Health Check</h2>\n\n\n\n<p>One of the features originally slated for WordPress 5.1—the PHP error protection handler—will target WordPress 5.2 instead. Some potential security issues were discovered in the implementation: rather than risk releasing insecure code, the team decided to pull it out of WordPress 5.1. The work in <a href=\"https://core.trac.wordpress.org/ticket/46130\">#46130</a> is showing good progress towards addressing the security concerns, if you’d like to follow development progress on this feature.</p>\n\n\n\n<h2>Additional Changes</h2>\n\n\n\n<p>A handful of smaller bugs have also been fixed in this release, including:</p>\n\n\n\n<ul><li>TinyMCE has been upgraded to version 4.9.2 (<a href=\"https://core.trac.wordpress.org/ticket/46094\">#46094</a>).</li><li>The block editor has had a couple of bugs fixed (<a href=\"https://core.trac.wordpress.org/ticket/46137\">#46137</a>).</li><li>A few differences in behaviour between the classic block and the classic editor have been fixed (<a href=\"https://core.trac.wordpress.org/ticket/46062\">#46062</a>, <a href=\"https://core.trac.wordpress.org/ticket/46071\">#46071</a>, <a href=\"https://core.trac.wordpress.org/ticket/46085\">#46085</a>).</li><li>When adding <code>rel</code> attributes to links, ensure the value isn’t empty (<a href=\"https://core.trac.wordpress.org/ticket/45352\">#45352</a>), and that it works as expected with customizer changesets (<a href=\"https://core.trac.wordpress.org/ticket/45292\">#45292</a>).</li></ul>\n\n\n\n<h2>Developer Notes</h2>\n\n\n\n<p>WordPress 5.1 has many changes aimed at polishing the developer experience. To keep you informed, we publish <a href=\"https://make.wordpress.org/core/tag/5-1+dev-notes/\">developers’ notes</a> on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> throughout the release cycle. Subscribe to the Make WordPress Core blog for updates over the coming weeks, detailing other changes in 5.1 that you should be aware of.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> The beta 2 release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#soft-freeze\">soft string freeze</a> point of the 5.1 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>In just a few weeks<br> WordPress Five-One will be here.<br> Your testing helps us!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.1 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Jan 2019 01:01:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6550\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:312:\"WordPress 5.1 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the WordPress 5.1 beta: try the WordPress Beta Tester plugin (you’ll want to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4592:\"\n<p>WordPress 5.1 Beta 2 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 beta: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.1-beta2.zip\">download the beta here</a> (zip).</p>\n\n\n\n<p>WordPress 5.1 is slated for release on <a href=\"https://make.wordpress.org/core/5-1/\">February 21</a>, and we need your help to get there!</p>\n\n\n\n<p>Over <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=01%2F11%2F2019..&milestone=5.1&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">110 tickets have been closed</a> since <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-1/\">beta 1</a>, many of which are documentation and testing suite improvements. Here are the major changes and bug fixes:</p>\n\n\n\n<ul><li><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=01%2F11%2F2019..01%2F22%2F2019&focuses=!~docs&keywords=~servehappy&milestone=5.1&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">Several refinements and bug fixes</a> related to the Site Health project have been made.</li><li>The <code>pre_render_block</code> and <code>render_block_data</code> filters have been introduced allowing plugins to override block attribute values (<a href=\"https://core.trac.wordpress.org/ticket/45451\">#45451</a>, dev note coming soon).</li><li><code>get_template_part()</code> will now return a value indicating whether a template file was found and loaded (<a href=\"https://core.trac.wordpress.org/ticket/40969\">#40969</a>).</li><li>A notice will now be triggered when developers incorrectly register REST API endpoints (related <a href=\"https://make.wordpress.org/core/2019/01/11/new-rest-api-notice-in-5-1/\">dev note</a>).</li><li>Bulk editing posts will no longer unintentionally change a post’s post format (<a href=\"https://core.trac.wordpress.org/ticket/44914\">#44914</a>)</li><li>Twemoji has been updated to the latest version, 11.2.0 (<a href=\"https://core.trac.wordpress.org/ticket/45133\">#45133</a>).</li><li>A bug preventing the Custom Fields meta box from being enabled has been fixed (#<a href=\"https://core.trac.wordpress.org/ticket/46028\">46028</a>).</li><li>The treatment of <code>orderby</code> values for <code>post__in</code>, <code>post_parent__in</code>, and <code>post_name__in</code> has been standardized (<a href=\"https://core.trac.wordpress.org/ticket/38034\">#38034</a>).</li><li>When updating language packs, old language packs are now correctly deleted to avoid filling up disk space (<a href=\"https://core.trac.wordpress.org/ticket/45468\">#45468</a>).</li></ul>\n\n\n\n<h2>Developer Notes</h2>\n\n\n\n<p>WordPress 5.1 has many changes aimed at polishing the developer experience. To keep you informed, we publish <a href=\"https://make.wordpress.org/core/tag/5-1+dev-notes/\">developers notes</a> on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> throughout the release cycle. Subscribe to the Make WordPress Core blog for updates over the coming weeks, detailing other changes in 5.1 that you should be aware of.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> The beta 2 release als marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#soft-freeze\">soft string freeze</a> point of the 5.1 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Do you enjoy bugs?<br> I don’t. So, we fixed them all.<br> Well, not all. But close.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6550\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.1 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Jan 2019 00:58:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6540\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"WordPress 5.1 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the WordPress 5.1 beta: try the WordPress Beta Tester plugin (you’ll want to select the “bleeding […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4178:\"\n<p>WordPress 5.1 Beta 1 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 beta: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.1-beta1.zip\">download the beta here</a> (zip).</p>\n\n\n\n<p>WordPress 5.1 is slated for release on <a href=\"https://make.wordpress.org/core/5-1/\">February 21</a>, and we need your help to get there. Here are some of the big items to test so we can find as many bugs as possible in the coming weeks.</p>\n\n\n\n<h2>Site Health Check</h2>\n\n\n\n<p>Site Health Check is an ongoing project aimed at improving the stability and performance of the entire WordPress ecosystem. The first phase of this project is included in WordPress 5.1. For the first time, WordPress will catch and pause the problem code, so you can log in to your Dashboard and see what the problem is (<a href=\"https://core.trac.wordpress.org/ticket/44458\">#44458</a>). Before, you’d have to FTP in to your files or get in touch with your host.</p>\n\n\n\n<p>Additionally, in April 2019, <a href=\"https://make.wordpress.org/core/2018/12/08/updating-the-minimum-php-version/\">WordPress’ will increase its minimum supported PHP version to 5.6</a>. To help you check if you’re prepared for this change, WordPress 5.1 will show you a warning and help you upgrade your version of PHP, if necessary.</p>\n\n\n\n<h2>For Developers</h2>\n\n\n\n<ul><li>The Cron system can now be more easily replaced with a custom cron handler (<a href=\"https://core.trac.wordpress.org/ticket/32656\">#32656</a>).</li><li>When starting cron under PHP-FPM, the connection will return a response immediately, even for long running cron jobs (<a href=\"https://make.wordpress.org/core/2019/01/09/cron-improvements-with-php-fpm-in-wordpress-5-1/\">dev note</a>).</li><li><code>WP_DEBUG_LOG</code> can be set to a custom log location (<a href=\"https://core.trac.wordpress.org/ticket/18391\">#18391</a>).</li><li>Introduced the <code>wp_blogmeta</code> table (<a href=\"https://core.trac.wordpress.org/ticket/37923\">#37923</a>).</li><li>Added <code>LIKE</code> support to <code>meta_key</code> comparisons in <code>WP_Meta_Query</code> (<a href=\"https://core.trac.wordpress.org/ticket/42409\">#42409</a>).</li></ul>\n\n\n\n<p>There have been <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.1&group=resolution&col=id&col=summary&col=component&col=owner&col=type&col=priority&col=version&order=priority\">over 360 tickets closed</a> in WordPress 5.1, with numerous small bug fixes and improvements to help smooth your WordPress experience.</p>\n\n\n\n<p>Keep your eyes on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for more developer notes (which are <a href=\"https://make.wordpress.org/core/tag/5-1+dev-notes/\">assigned</a> the <code>dev-notes</code> tag) in the coming weeks detailing other changes in 5.1 that you should be aware of.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><strong><em>If you think you’ve found a bug</em></strong><em>, you can post to the </em><a href=\"https://wordpress.org/support/forum/alphabeta\"><em>Alpha/Beta area</em></a><em> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, </em><a href=\"https://make.wordpress.org/core/reports/\"><em>file one on WordPress Trac</em></a><em>, where you can also find </em><a href=\"https://core.trac.wordpress.org/tickets/major\"><em>a list of known bugs</em></a><em>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Miss my haiku?<br>I will have plenty for you<br>in the coming weeks.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6540\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 5.0.3 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2019/01/wordpress-5-0-3-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Jan 2019 18:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6530\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:335:\"WordPress 5.0.3 is now available! 5.0.3 is a maintenance release that includes 37 bug fixes and 7 performance updates. The focus of this release was fine-tuning the new block editor, and fixing any major bugs or regressions. Here are a few of the highlights: 15 block editor related bug fixes and improvements have been added […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4616:\"\n<p>WordPress 5.0.3 is now available!</p>\n\n\n\n<p>5.0.3 is a maintenance release that includes 37 bug fixes and 7 performance updates. The focus of this release was fine-tuning the new block editor, and fixing any major bugs or regressions.</p>\n\n\n\n<p>Here are a few of the highlights:</p>\n\n\n\n<ul><li>15 block editor related bug fixes and improvements have been added to bundled themes. Make sure to update these for an improved block editing experience.</li><li><a href=\"https://core.trac.wordpress.org/query?status=closed&component=I18N&milestone=5.0.3&group=component&order=priority\">2 block editor related internationalization (I18N) bugs</a> have been fixed</li><li>Users with JavaScript disabled <a href=\"https://core.trac.wordpress.org/ticket/45453\">now see a notice</a> when attempting to use the block editor.</li><li>A few <a href=\"https://core.trac.wordpress.org/ticket/44770\">PHP</a> <a href=\"https://core.trac.wordpress.org/ticket/44809\">errors</a> in the Customizer have been fixed.</li><li>Some <a href=\"https://core.trac.wordpress.org/ticket/45615\">issues uploading common file types</a>, like CSVs, have been fixed.</li></ul>\n\n\n\n<p>For a full list of changes, please consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.0.3&group=component\">list of tickets on Trac</a>, <a href=\"https://core.trac.wordpress.org/log/branches/5.0?action=stop_on_copy&mode=stop_on_copy&rev=44522&stop_rev=44342&limit=100&sfp_email=&sfph_mail=\">changelog</a>, or read a <a href=\"https://make.wordpress.org/core/?p=36158\">more technical summary</a> on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/download/\">download WordPress 5.0.3</a> or visit Dashboard → Updates on your site and click <em>Update Now</em>. Sites that support automatic background updates have already started to update automatically.</p>\n\n\n\n<p>Thank you to everyone who contributed to WordPress 5.0.3:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/anevins/\">Andrew Nevins</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/kloon/\">Gerhard Potgieter</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz (Greg) Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jobthomas/\">Job</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">kjellr</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/mmaumio/\">Muntasir Mahmud</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/panchen/\">panchen</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rickalee/\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, and <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6530\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: December 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2019/01/the-month-in-wordpress-december-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Jan 2019 09:18:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6527\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:361:\"New features, a big event, and important announcements marked December as a milestone month for the WordPress community. Release of WordPress 5.0 On December 6 WordPress 5.0 was released. This release includes the much anticipated new block editor as the default editing experience. While some users have chosen to continue using the Classic Editor on […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Aditya Kane\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3518:\"\n<p>New features, a big event, and important announcements marked December as a milestone month for the WordPress community. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Release of WordPress 5.0</h2>\n\n\n\n<p>On December 6 <a href=\"https://wordpress.org/news/2018/12/bebo/\">WordPress 5.0 was released</a>. This release includes the much anticipated new block editor as the default editing experience. While some users have chosen to continue using the <a href=\"https://wordpress.org/plugins/classic-editor/\">Classic Editor</a> on their sites, many site owners have quickly upgraded to this latest version.<br></p>\n\n\n\n<p>Two security and maintenance releases came out over the course of the month, with <a href=\"https://wordpress.org/news/2018/12/wordpress-5-0-2-maintenance-release/\">the latest update</a> providing a huge boost to performance and stability.<br></p>\n\n\n\n<p>The new version of WordPress comes a new default theme: <a href=\"https://wordpress.org/themes/twentynineteen/\">Twenty Nineteen</a>. This theme is designed to highlight how the block editor can be used.<br></p>\n\n\n\n<p>Want to get involved in developing WordPress Core? Follow <a href=\"https://make.wordpress.org/core\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg Phase 2</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2018/12/08/gutenberg-phase-2/\">The next phase of Gutenberg</a> is being decided, starting with widgets, which will make it easier for users to customize their sites. This will be done with features being added to the Gutenberg plugin.<br></p>\n\n\n\n<p>Want to get involved in develop the future of the WordPress dashboard? Follow <a href=\"https://make.wordpress.org/core\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>9 Projects for 2019</h2>\n\n\n\n<p>WordPress co-founder Matt Mullenweg outlined <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\">9 projects for the year 2019</a>. These projects range from creating a block for navigations menus, porting all existing widgets into blocks, forming a triage team to tackle open issues on Trac and more.<br></p>\n\n\n\n<p>A <a href=\"https://make.wordpress.org/core/2018/12/17/status-update-porting-widgets-to-blocks/\">status update</a> for porting existing widgets to blocks has been posted by Mel Choyce.</p>\n\n\n\n<h2>WordCamp US 2019 Dates announced</h2>\n\n\n\n<p><a href=\"https://2019.us.wordcamp.org/2018/12/12/wordcamp-us-2019-announcing-our-dates/\">WordCamp US 2019</a> will be held during Nov. 1-3, 2019, in St Louis, Missouri. It will be one of our largest events of the year and will feature Matt Mullenweg’s annual State of the Word address.<br></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>v1.2.1 of the WordPress Coding Standards library <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/1.2.1\">has been released</a>.</li><li>A few revisions <a href=\"https://make.wordpress.org/core/2018/12/18/proposed-revisions-to-javascript-coding-standards/\">have been proposed</a> for the WordPress JavaScript coding standards.</li></ul>\n\n\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6527\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 01 Mar 2019 16:18:20 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 01 Mar 2019 10:00:10 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20190110094540\";}','no'),(1052,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1551500300','no'),(1053,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1551457100','no'),(1054,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1551500300','no'),(1055,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Dev Blog: The Month in WordPress: February 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6652\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2019/03/the-month-in-wordpress-february-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7523:\"<p>A new version of WordPress, significant security enhancements, important discussions, and much more – read on to find out what has been going on in the WordPress community for the month of February.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Release of WordPress 5.1</h2>\n\n\n\n<p>Near the end of the month, <a href=\"https://wordpress.org/news/2019/02/betty/\">WordPress 5.1 was released</a>, featuring significant stability and performance enhancements as well as the first of the <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">Site Health</a> mechanisms that are in active development. Most prominent is the new warning for sites running long-outdated versions of PHP.<br /></p>\n\n\n\n<p>You can check out <a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">the Field Guide for this release</a> for a detailed look at all the new features and improvements. The next release <a href=\"https://make.wordpress.org/core/2019/02/19/wordpress-5-2-schedule-and-scope/\">is already in development</a> with plans to improve the Site Health features, PHP compatibility, and a number of other things.<br /></p>\n\n\n\n<p>Want to get involved in testing or building WordPress Core? You can install <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the WordPress Beta Tester plugin</a>, follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg Development Continues </h2>\n\n\n\n<p>The block editor that is now a part of WordPress core started out as a project named <a href=\"https://wordpress.org/gutenberg/\">Gutenberg</a> with the lofty goal of creating a whole new site-building experience for all WordPress users. The first phase of Gutenberg resulted in the block editor that was included in WordPress 5.0, but development didn’t stop there – <a href=\"https://make.wordpress.org/core/2019/02/20/whats-new-in-gutenberg-20th-february/\">phase 2 of the project is well underway</a>.<br /></p>\n\n\n\n<p>This month, one of the initial goals for this phase was reached with <a href=\"https://make.wordpress.org/core/2019/02/18/porting-widgets-to-blocks-feb-18-2019/\">all of the core WordPress widgets being converted to blocks</a> – this will go a long way to allowing full sites to be built using blocks, rather than simply post or page content.<br /></p>\n\n\n\n<p>Want to get involved in developing Gutenberg? Check out <a href=\"https://github.com/wordpress/gutenberg\">the GitHub repository</a> and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Block Editor Comes to the Mobile Apps</h2>\n\n\n\n<p>As Gutenberg development continues, the Mobile team has been working hard to integrate the new block editor into <a href=\"https://wordpress.org/mobile/\">the WordPress mobile apps</a>. Near the end of February, <a href=\"https://make.wordpress.org/mobile/2019/02/26/the-block-editor-is-coming-to-the-mobile-apps/\">the team shipped a complete integration in the beta versions of the apps</a> – this a significant milestone and a big step towards unifying the mobile and desktop editing experiences.<br /></p>\n\n\n\n<p>Both the iOS and Android apps are open for beta testers, so if you would like to experience the block editor on mobile today, then <a href=\"https://apps.wordpress.com/contribute/\">join the beta program</a>.<br /></p>\n\n\n\n<p>Want to get involved in developing the WordPress mobile apps? Follow <a href=\"https://make.wordpress.org/mobile/\">the Mobile team blog</a>, and join the #mobile channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.<br /></p>\n\n\n\n<h2>WordPress Triage Team Announced</h2>\n\n\n\n<p>One of the goals for 2019 that Matt Mullenweg (<a href=\"https://profiles.wordpress.org/matt/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>matt</a>) announced in his <a href=\"https://2018.us.wordcamp.org/state-of-the-word/\">State of the Word</a> address last year was to form a team who would work to manage the ever-increasing number of tickets in <a href=\"https://core.trac.wordpress.org/\">Trac</a>, the bug tracker that WordPress Core employs.</p>\n\n\n\n<p>This team, known as the Triage Team, <a href=\"https://make.wordpress.org/core/2019/03/01/introducing-the-wordpress-triage-team/\">has been announced</a>. Their work will involve coordinating with component maintainers, release leads, project leadership, contributors, and other WordPress related projects with issue trackers outside of Trac to ensure that everyone is empowered to focus on contributing.</p>\n\n\n\n<p>The team was formed based on nominations of volunteers to take part and will be led by Jonathan Desrosiers (<a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>). The other members of the team are Chris Christoff (<a href=\"https://profiles.wordpress.org/chriscct7/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chriscct7</a>), Tammie Lister (<a href=\"https://profiles.wordpress.org/karmatosed/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>karmatosed</a>), Sergey Biryukov (<a href=\"https://profiles.wordpress.org/sergey/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sergey</a>), and Sheri Bigelow (<a href=\"https://profiles.wordpress.org/designsimply/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>designsimply</a>) – all of whom have a strong track record of contributing to WordPress, have exhibited good triaging practices, and are overall good community members.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>In this year alone, <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the WordPress meetup program</a> has hosted 800 events across the world, all organized by local community members.</li><li><a href=\"https://make.wordpress.org/community/2019/02/21/discussion-how-could-we-improve-the-wordpress-community-summit/\">An important discussion has been opened</a> regarding the future of the WordPress Community Summit.</li><li>The Polyglots team <a href=\"https://make.wordpress.org/polyglots/2019/03/01/global-wordpress-translation-day-4-is-coming/\">has started planning the fourth Global WordPress Translation Day</a> to take place on 11 May 2019.</li><li>The Theme Review team <a href=\"https://make.wordpress.org/themes/2019/02/26/theme-sniffer-plugin-v1-0-0-rc1-version/\">is working on a useful tool named Theme Sniffer</a> to assist theme developers and reviewers in making sure their code is standards-compliant.</li><li>The first <a href=\"https://2019.nordic.wordcamp.org/\">WordCamp Nordic</a> is coming up on March 7-8.</li><li>The WordCamp Europe team <a href=\"https://make.wordpress.org/community/2019/02/13/wordcamp-pwa-plugin-proposal-and-designs/\">is looking for feedback</a> on their designs for a Progressive Web Application (PWA) for WordCamp.org.</li><li>The Design team has been working hard on designing the new Navigation Menu block and are <a href=\"https://make.wordpress.org/design/2019/02/26/proposal-navigation-menu-block/\">looking for feedback</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em><br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Mar 2019 10:00:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: WordPress Designers Seek Feedback on Navigation Menu Block Prototype\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87642\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/wordpress-designers-seek-feedback-on-navigation-menu-block-prototype\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2677:\"<p>Creating a block for navigation menus is one of the <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\" rel=\"noopener\" target=\"_blank\">nine projects</a> Matt Mullenweg identified as a priority for 2019, and the future of WordPress menus is starting to take shape. Designers working on the new Navigation Menu block have <a href=\"https://make.wordpress.org/design/2019/02/26/proposal-navigation-menu-block/\" rel=\"noopener\" target=\"_blank\">published a prototype</a> this week with detailed notes on how users will interact with the block.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/02/navigation-menu-prototype.png?ssl=1\"><img /></a></p>\n<p>The proposed solution would automatically generate a menu and users would able to delete menu items using the keyboard or block settings ellipsis menu. Individual menu items can be moved right or left and more advanced options for reordering or nesting would be hidden behind the block inspector.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/02/navigation-menu-block-advanced.png?ssl=1\"><img /></a></p>\n<p>Adding a menu item opens a search bar that would give quick access to all the content in the site. From here users can create a new page or use advanced mode to bulk add more pages. The designs aim to hide most of the more complex tasks behind the block inspector.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/02/navigation-block-add-new-item.png?ssl=1\"><img /></a></p>\n<p>Reading through the list of interactions this design is expected to cover, it’s clear that navigation menus are one of the most challenging interfaces to bring into the block editor. One of the principles the designs are based on is that “The editing state of the block itself should mimic as closely as possible the front-end output.” However, it’s difficult to fully visualize how this will work. Navigation menus are most likely to be used in the header and/or footer of a website, but it’s not yet clear how themes will reveal a navigation area to Gutenberg.</p>\n<p>There are still many questions to be answered and the design team is seeking feedback on the prototype. Comments are open on the <a href=\"https://make.wordpress.org/design/2019/02/26/proposal-navigation-menu-block/\" rel=\"noopener\" target=\"_blank\">post</a> and feedback on more specific interactions can be left on the relevant GitHub tickets or in Figma. The tickets related to the navigation block discussion are listed in the proposal. The design team is currently working on usability testing and aims to have a final design by the end of March.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Mar 2019 04:55:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: WPWeekly Episode 347 – Chair Buying, Pressing Issues, and Block Management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=87718&preview=true&preview_id=87718\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/wpweekly-episode-347-chair-buying-pressing-issues-and-block-management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2347:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I start off by discussing the office chair purchasing process. I recently needed to buy a new chair and was surprised by some of the features that were highlighted.</p>\n<p>We talked about block managers and some of the pitfalls that will need to be overcome. For example, what should WordPress do if a user disables a block that’s already used in a post?</p>\n<p>We wrap up the show by sharing some of the most pressing issues people are having with WordPress.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/yoast-ceo-responds-to-yoastcon-twitter-controversy-calls-for-change-in-the-seo-industry\">Yoast CEO Responds to #YoastCon Twitter Controversy, Calls for Change in the SEO Industry</a></p>\n<p><a href=\"https://wptavern.com/wordpress-5-1-improves-editor-performance-encourages-users-to-update-outdated-php-versions\">WordPress 5.1 Improves Editor Performance, Encourages Users to Update Outdated PHP Versions</a></p>\n<p><a href=\"https://wptavern.com/block-management-features-proposed-for-wordpress-5-2\">Block Management Features Proposed for WordPress 5.2</a></p>\n<p><a href=\"https://make.wordpress.org/core/2019/02/19/wordpress-5-2-schedule-and-scope/\">5.2 Proposed Scope and Release Schedule </a></p>\n<p><a href=\"https://twitter.com/ClorithMJ/status/1100342470431391744\">UI/UX Changes for the Site Health Check Plugin </a></p>\n<p><a href=\"https://twitter.com/jeffr0/status/1098306572030279680\">Jeffrey Zeldman Promoted to Automattic Employee</a></p>\n<p><a href=\"https://twitter.com/jeffr0/status/1097603348977586178\">The Most Pressing Issues People Have with WordPress These Days</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 6th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #347:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Feb 2019 22:10:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: WordPress Contributors Propose Shorter, Time-based Release Cycles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87336\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/wordpress-contributors-propose-shorter-time-based-release-cycles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5299:\"<p>WordPress release cycles may soon take a more predictable cadence, as contributors are considering moving to a time-based approach. The discussion began during a recent core dev chat in mid-February when Gutenberg phase 2 lead Riad Benguella proposed the project move to shorter, automated release cycles. </p>\n<p>The Gutenberg team has successfully been releasing a new version of the plugin every two weeks on schedule and any features that aren’t ready are postponed to the next releases automatically. Benguella contends that this type of release schedule has the potential to bring several benefits to WordPress:</p>\n<ul>\n<li>Less stress for contributors</li>\n<li>Predictability: People can plan around the release timelines easily</li>\n<li>No delays as releases are not feature-based</li>\n</ul>\n<p>Shortening major releases may prove more challenging for WordPress, which is at a much larger scale than the Gutenberg plugin. The plugin also has the added advantage of being able to manage releases and development on GitHub. </p>\n<p>“I think there are a lot of infrastructure problems that need to be solved for WordPress before we could move to a fast, automated release cycle,” Gary Pendergast said. </p>\n<p>“Having a major release once a month is achievable, it’s something I’d like us to get to, but the release process is too manual to have multiple releases running at the same time at the moment.”</p>\n<p>Jonathan Desrosiers drafted a <a href=\"https://make.wordpress.org/core/2019/02/27/major-and-minor-version-release-cadence/\" rel=\"noopener\" target=\"_blank\">proposal</a> that summarizes this discussion and outlines some of the manual tasks required for getting a major release out the door. These include time-consuming tasks like Trac gardening, creating a Field Guide, blog posts for the betas, RCs, and official release, documentation updates, videos, dev notes, and other items that are often completed by volunteers. </p>\n<p>The 3-4 month release cycles that WordPress had from versions 3.9 – 4.7 allowed for all of the administrative overhead outlined above to be completed in a reasonable amount of time, but the general consensus is that some of these tasks could be more simplified and/or automated. </p>\n<p>Desrosiers highlighted several benefits of moving to a shorter major release cycle, including less drastic change for users that might ultimately result in more users being comfortable enabling automatic updates for major releases. Detriments to shortening the release cycle are the increased burden it puts on volunteers as well as theme and plugin developers who need to push compatibility releases. It would also introduce more backporting work for security releases. </p>\n<p>Several contributors have left feedback on the post with insight gleaned from other projects’ release scheduling. Jeremy Felt reviewed <a href=\"https://wiki.mozilla.org/Release_Management/Release_owners\" rel=\"noopener\" target=\"_blank\">Firefox’s release owner table</a> that assigns leadership and dates for several releases in advance.</p>\n<p>“I think getting to a shorter release cycle in general will involve scheduling multiple releases and assigning their release leads in advance,” Felt said. “So far most of our scheduling is done as soon as the last release has been shipped.”</p>\n<p>Joe McGill examined <a href=\"https://github.com/Microsoft/vscode/wiki/Development-Process\" rel=\"noopener\" target=\"_blank\">VS Code’s development process</a> and found several similarities to the process he thinks WordPress could adopt in the future: </p>\n<ol>\n<li>A long term roadmap (theirs is 6–12 months) outlining major themes and features.</li>\n<li>A monthly release cadence based on 4 week sprints which begin with milestone planning and always results in a release of whatever was completed in that monthly iteration.</li>\n<li>Regular project triage, with release priorities managed at the team (i.e. Component) level.</li>\n<li>Documentation integrated into the development process.</li>\n<li>Automated testing of releases and upgrades.</li>\n<li>Only important regressions and security issues are handled in minor releases between monthly milestones, everything else is moved forward to the next release (or reprioritized in the backlog).</li>\n</ol>\n<p>Several of these points echo feedback from other contributors who have identified documentation integrated into development and automated testing as ways to speed up major release cycles.</p>\n<p>“If we don’t have the infrastructure and tooling to support a 1 month cycle, then I think we could attempt a 2 month cycle with a goal towards moving to shorter cycles,” McGill said.</p>\n<p>The Gutenberg plugin’s relentless pace of iteration and predictable release cycles have opened up a world of new ideas for improving the process for WordPress core. Discussion around moving the project to shorter, time-based release cycles is still in the preliminary stages. No major changes have been agreed upon yet, but the process of exploring different ideas has put the spotlight on tasks that could afford to be tightened up in the release process. This falls in line with WordPress’ 2019 theme of “tightening up.” </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Feb 2019 18:21:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Post Status: Branching out: An interview with Peter Suhm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=55639\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://poststatus.com/branching-out-an-interview-with-peter-suhm/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7073:\"<p>In Peter’s words, “the most basic way to think of WP Pusher is that it replaces FTP with a flow where updates come directly from GitHub/Bitbucket” through the WordPress core auto-updater.</p>\n<p>You may <em>not</em> know Peter built the first version of <a href=\"https://wppusher.com/\">WP Pusher</a> in a shopping mall in Thailand while traveling the globe for four years. Originally from Copenhagen, today Peter is settled down in Glasgow and has just launched <a href=\"https://usebranch.co/\">Branch</a>, a Docker-based build and deployment tool for WordPress developers that goes quite a bit further than WP Pusher. Branch is a continuous integration service for WordPress that adds “the ‘build’ and ‘test’ steps” before deployment.</p>\n<p><strong>DK: You’ve launched Branch with a manifesto that declares “WordPress developers are developers too” before outlining the well-known lack of modern tools for WordPress development. Why do you think that has been such a long-lamented situation and was there something unique in your experience that drove you to do something about it?</strong></p>\n<p><strong>PS: </strong>One of the things that makes WordPress really special is its low barrier of entry. The 5-minute install and all of that. The WordPress community proudly consists of a large percentage of amateurs and hobbyists. A lot of people have their first experience with programming because of WordPress, which is great and something WordPress should be really proud of. Most development frameworks exist to make the developer more productive, but I think WordPress has another purpose. The purpose of WordPress is to democratize publishing (which is something user facing), not to be an awesome tool for developers. There are obviously some political decisions behind this lack as well. Religiously supporting outdated versions of PHP is just one of them. Not having any sort of dependency management, so everyone has to reinvent the wheel on each project is another one.</p>\n<p>Every WordPress developer is asking the same questions. “How do I manage my dependencies?” or “how do I migrate changes to the database?” These are questions people literally ask me because I sell WordPress developer tools. Personally, I didn’t get into programming because of WordPress. I have been doing PHP development since my early teens, and my first job was as a Ruby on Rails junior developer. “Growing up” as a developer, I was raised very strictly! My co-workers would write failing unit tests for me, and I’d have to implement the code. This made me pretty religious about best practices, testing etc. After RoR I discovered Laravel in 2013 and helped build the Laravel community in Copenhagen. However, during high school, I had built quite a few different projects using WordPress for myself and my clients. Once in a while, I’d have to update these old WordPress sites, which always involved installing an FTP client. This was rough after five years of continuous deployment using Git and automated tests. I hate FTP with a passion. It’s an error-prone and outdated way to deploy your code.</p>\n<p>Inspired by some of the tooling I knew from RoR and Laravel, I set out to build a better way to deploy WordPress code. After a lot of experimentation, I landed on WP Pusher. However, WP Pusher only moves the code. It doesn’t run your build scripts or your unit tests. It just blindly moves your code from a Git repository to WordPress. I was intentionally ignoring this problem for a while, being kind of intimidated by it I guess. However, people kept asking me the questions I described earlier, so I started experimenting again and believe I found a really cool solution with Branch. Branch is built on top of Docker, so everything you can imagine doing inside of Docker containers will eventually be available within Branch. A major part of building Branch is to make this great, but highly technical, stack available to WordPress developers.</p>\n<div id=\"attachment_55795\" class=\"wp-caption aligncenter\"><img class=\"wp-image-55795 size-full\" src=\"https://cdn.poststatus.com/wp-content/uploads/2019/02/branch_screen.png\" alt=\"\" width=\"4152\" height=\"2305\" /><p class=\"wp-caption-text\">The Branch Dashboard showing the configuration options for a theme’s build steps.</p></div>\n<p><strong>DK: Does Branch build on or incorporate WP Pusher, or are these totally separate technologies? As SaaS businesses, will they remain separate or merge? I imagine some of your agency customers for WP Pusher might want to move up to Branch, if they don’t lose anything in the process.</strong></p>\n<p><strong>PS:</strong> The best way to understand Branch, and why it’s different from WP Pusher, is to imagine it as two separate parts: The build + test part (continuous integration) and the deployment part (continuous deployment). The deployment part of Branch very much builds upon WP Pusher. The build part is what’s new. It’s the missing link between developing on your local machine and shipping to production.</p>\n<p>One of the things that excite me the most about Branch is that it’s a hosted SaaS, compared to WP Pusher which is “just” a WordPress plugin. That allows me to add a much more advanced feature set and ship much faster. With a SaaS, you are in control of the environment in which the software runs. That gives you a lot more flexibility and opportunity. I want WP Pusher to stay around for everyone to keep using. However, I want to make Branch so good that everyone wants to switch eventually. But WP Pusher will stay around. That’s for sure.</p>\n<p><strong>DK: What did you learn from life as a digital nomad? Have you given it up for good now, or do you plan to do more traveling?</strong></p>\n<p><strong>PS:</strong> That’s a good question, I should probably spend some more time thinking about! I came into the “nomadic” lifestyle sort of by accident. It wasn’t very purposeful. I think on a personal level the number one lesson has been how important for me it is to have a base. Traveling for a long time, you become very aware of your roots. You spend a lot of time thinking about the good and the bad parts of being back home. I think ideally it allows you to go “home” and have a better idea of which parts of settled life you like, and which ones you’d rather be without.</p>\n<p>On a business level, WP Pusher was born on the road and has a very different nature than most businesses. From day one it’s been a premise that I wasn’t always around 24/7. It’s never been a problem, because it’s never been an expectation. I’ve never had to change anything about WP Pusher to allow me to travel, because I was already traveling when I built it. Now I’m pretty settled, and I live with my fiancé and only travel for smaller trips. I’ll never stop traveling, hopefully, but I don’t think I’ll ever live on the road again! <img src=\"https://cdn.poststatus.com/wp-content/uploads/2015/10/cropped-logo-blue-192x192.png\" width=\"16px\" height=\"16px\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Feb 2019 22:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"WPTavern: Gatsby WordPress Themes Project Partners with Theme Shops to Port Popular Themes to Gatsby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87635\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/gatsby-wordpress-themes-project-partners-with-theme-shops-to-port-popular-themes-to-gatsby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6696:\"<p><a href=\"https://gatsbywpthemes.com/\" rel=\"noopener\" target=\"_blank\">Gatsby WordPress Themes</a> is a new collaborative project led by Zac Gordon with help from Jason Bahl, Rich Tabor, Muhammad Muhsin, and Alexandra Spalato. The group is working together to port popular themes for use with <a href=\"https://www.gatsbyjs.org/\" rel=\"noopener\" target=\"_blank\">Gatsby</a>, the React-based static site generator that uses GraphQL for its data layer.</p>\n<p>Known for its performance and ease of deployment, Gatsby has captured developers’ attention and was <a href=\"https://risingstars.js.org/2018/\" rel=\"noopener\" target=\"_blank\">one of the rising stars</a> of the React ecosystem throughout 2018. Using WordPress as a headless CMS, developers can pull data into Gatsby and enjoy the scalability, speed, and security that comes with serving static files. </p>\n<p>Although static site generators have been around for awhile, the current Gatsby craze seems to be rooted in the fact that the project uses React, Webpack, and modern JavaScript and CSS. </p>\n<p>“WordPress devs love Gatsby because it lets them throw away the entire old school PHP based WordPress theming system and built sites with React and GraphQL,” Gordon said.</p>\n<p>“Gatsby devs are finding a new interest in WordPress because by default you have to edit Gatsby content in Markdown. WordPress gives a much richer editing experience.”</p>\n<p><a href=\"https://twitter.com/jasonbahl\" rel=\"noopener\" target=\"_blank\">Jason Bahl</a>, creator of the <a href=\"https://www.wpgraphql.com/\" rel=\"noopener\" target=\"_blank\">WPGraphQL</a> project, is a technical advisor for the Gatsby WP Themes project. He was inspired to collaborate with the team because he thinks Gatsby has a lot of benefits for WordPress sites.</p>\n<p>“The end result of a Gatsby site is a static site with no live Database connection,” Bahl said. “Just HTML and JavaScript files, so performance is better than even the most highly cached WordPress sites, and security is better because there’s no live database connection to be compromised.</p>\n<p>“Also, Gatsby is fully React. With Gutenberg in core, WordPress developers are writing a LOT more React. Using Gatsby as the presentation layer for a site allows for components to be re-used across the admin and the theme, where now developers need to create React components for Gutenberg and PHP template partials for the ‘regular’ theme rendering.”</p>\n<p>Regular WordPress theme are not immediately compatible with Gatsby, since the entire theme has to be built with React, but developers can use the same styles. </p>\n<p>“We are taking a distinctly different direction than the WordPress themes on the Gatsby themes repo currently,” Gordon said. “We are going to base all of our themes on the WP GraphQL plugin. The default Gatsby themes now work on a wrapper on top of the REST API and don’t have live GraphQL endpoints, so they are limited.”</p>\n<h3>Gatsby WordPress Themes Project Partners with Theme Shops to Offer Free and Commercial Gatsby Themes</h3>\n<p>The Gatsby WordPress Themes project will offer a combination of free and commercial Gatsby themes. Gordon is partnering with theme shops that are open to his team doing the heavy lifting of porting popular themes over to Gatsby.</p>\n<p>“The first two theme partners are Rich Tabor of <a href=\"https://coblocks.com/\" rel=\"noopener\" target=\"_blank\">CoBlocks</a> and <a href=\"https://themebeans.com/\" rel=\"noopener\" target=\"_blank\">ThemeBeans</a>, who is licensing us his super clean and Gutenberg perfect ‘Tabor’ premium theme,” Gordon said. “Then we have Leland Fiegel, a fellow DC WP chap and long time friend, from <a href=\"https://themetry.com/\" rel=\"noopener\" target=\"_blank\">Themetry</a>. They specialize in themes on WordPress.com, which means they are also battle tested. They have licensed us their great business theme Belmont.”</p>\n<p>Gordon said the first versions of the Gatsby themes are targeted towards business and brochure sites that might have a couple pages laid out in Gutenberg and possibly a news/blog section and contact page.</p>\n<p>“Since headless sites don’t work with a lot of plugins by default, the V1 of all the themes will be super opinionated and focused (but 100% extendable),” Gordon said.</p>\n<p>“The final set of themes are from the WordPress default themes collection. We will have a detailed article showing how we ported the Twenty Nineteen theme over to a Gatsby theme and that will be the first of the default themes we do.”</p>\n<p>Although this initiative is aimed at simpler WordPress sites, creating and maintaining a Gatsby site isn’t necessarily going to be well-suited to beginners.</p>\n<p>“As far as the target audience, I think any WordPress site that doesn’t have super fast moving content – like the average marketing site or documentation site is perfect for Gatsby,” Bahl said.</p>\n<p>“Gatsby does have a ‘Build’ step, where it collects ALL the data needed for the entire site, then outputs the content in the static Gatsby site. So even changing a typo on a post would require the ENTIRE SITE to rebuild, which can take anywhere from a few seconds to several minutes, which may not be acceptable for sites that need content live FAST (like a newspaper).</p>\n<p>“But for your average WordPress site, waiting two minutes for your changes to be live in production is acceptable. Many heavily cached WordPress sites already experience a delay in content being live anyway.”</p>\n<p>Gordon said he doesn’t believe Gatsby is the right fit for all WordPress sites but for certain projects it “can be a really cool approach both in terms of development experience and gains in speed and security.”</p>\n<p>The group is aiming to have its first themes released for WordCamp Miami in mid-March and plans to release more as they make new partnerships and see an actual demand. Gordon is actively looking for more theme shops to bring on board.</p>\n<p>“Zac will be primarily maintaining the Gatsby themes, though I’ll help where I’m needed,” ThemeBeans founder Rich Tabor said. “We’re still in the very initial stages of development. </p>\n<p>“Overall, it’s a super interesting idea. Static site generators are increasing in popularity and Gatsby is pretty much leading the pack in terms of performance and ease-of-use — both of which WordPress is not particularly well-known for (but is making strides to improve).”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Feb 2019 19:50:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"HeroPress: Know That You Are Not Alone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2692\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"https://heropress.com/essays/know-that-you-are-not-alone/#utm_source=rss&utm_medium=rss&utm_campaign=know-that-you-are-not-alone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9625:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/02/022719-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress for me has been a life skill that has brought be wealth.\" /><p>I remember when I was about 10 years and my mom got our first ever computer. She went to the store and got a bunch of CD’s which I was hyped about because I knew some of them were games. She gave me a yellow box that had “Microsoft FrontPage” on the front and said, “Here, learn this”. She saw my confused face and said “It shows you how to build websites. The web is huge right now. If you have this skill, one day you can make a lot of money.” I did go through the course and was pretty good at HTML and CSS but never stuck with it.</p>\n<blockquote><p>Besides, no one else I knew was doing it and what do moms know anyway?</p>\n<p>Everything. They know everything.</p></blockquote>\n<p>This was my first taste of coding. But it definitely wasn’t the last.</p>\n<h3>Growing Out</h3>\n<p>2016 was a bad year. I was still living in my hometown Philly, constantly working overtime at my low paying job, constantly stressed, trying to prove myself to a company that only viewed me as a number. That combined with the two hour commute both ways daily and I eventually burned myself out severely. I was so depressed that I would go to sleep crying and then wake back up crying again willing myself to get out of bed so that I could go to work. Eventually, I saw a therapist who diagnosed me with depression and she recommended that I take a break from work to recover. I was out of work for three months still recovering when my job called not to check on me, but to see when I was coming back. I ended up quitting over the phone, and never looked back.</p>\n<p>But I knew I needed to find out what I wanted to do career-wise. I decided to start teaching myself HTML and CSS again to see what I could do with that skill. I took the CodeAcademy courses and was surprised at how much I remembered.</p>\n<blockquote><p>I eventually found someone who wanted me to do maintenance on their site for really cheap. I was excited because in just a couple of months I landed a client! But it was also a HUGE mistake.</p></blockquote>\n<p>He was constantly nagging me daily on fixing his site, and every time I would fix it he would find something else wrong. Worse part is that went on for months without me collecting any extra money from him. I didn’t have him sign a contract (BIG Mistake) and he would contact me at various hours which I always responded right away because I felt I had to (Another mistake). Eventually, it got to be too much and I had to cut him off completely. I learned quite a bit about the business of web development and knew I needed to do more research before jumping head first into this again.</p>\n<h3>A Leap Of Faith</h3>\n<p>Fast forward to December 2017, I got offered an IT Management job in DC and moved within a couple of weeks with only $50 in my pocket which no place to live. But I made it work. I stayed in a hostel for two weeks while I found an apartment. My mom helped with getting the funds for my apartment and without her support, I don’t know think I would be here now. I stopped my web stuff for a while so I can focus on my transition. I’m not gonna lie, as much as I was happy to move here, I was also very lonely. The folks at my job were older and they were all family people, and I knew no one out here. But the biggest challenge was trying to run a whole IT department by myself and the upper-management C-Suite folks not having a clue about tech or why it costs so much. It also didn’t help that there were folks that had a huge dislike of IT and therefore transferred that dislike to me. I knew about a month into this job that this wasn’t going to be the path that I was going an needed to do something else.</p>\n<p>I searched online for a web course that would help me learn front-end development and eventually I came across Skillcrush. They were offering a course to teach WordPress development and all you needed to know was HTML and CSS. They offered the course for $150 a month for 3 months. After researching and seeing how many companies were using WordPress and the value in it I decided to take the plunge and take the course. I started in May and completed it in August.</p>\n<blockquote><p>While taking the course I joined their Slack and met a group of amazing women, some who were alumni and found success from freelancing building websites with WordPress. They shared advice and tips on how to find clients and freelance and how they made the transition.</p></blockquote>\n<p>I took all the knowledge I saw and absorbed it like a sponge. Then in September, I took the plunge and quit my job.</p>\n<h3>Finding Community</h3>\n<p>Now, this was reckless of me. While I did have some savings to keep me afloat for a minute I never planned this out. If you’re going to freelance I highly recommend you don’t go this route. I started looking everywhere I could to get gigs. Upwork was the most successful platform especially for finding WordPress gigs. I was able to find a few successful gigs and luckily got to work with a web agency which gave me a steady stream of income for a while. I learned how to do contracts, set rates and expectations and through these methods and more was able to secure quality clients that I still work with today. One client referred me to others who needed work, which brought in even more income. While I was doing this I also decided to join Twitter and found a community of other black folks who were also starting their tech journey. I was able to help others and well as ask for advice when I needed it. Finally, I no longer felt alone.</p>\n<p>But then in February, the agency jobs started to slow down. I could have gone a little longer without a proper job but I decided to go back into the workforce because I wanted to build back up my savings faster and also invest in other parts of my business. So I decided to get back into the job world and got a contract job with the federal government. The job was good and I did so well that after 2 months they offered me a full-time position. I still work at this job to this day.</p>\n<p>As for my WordPress websites, I still do work for existing clients if they really need it. In addition, I run a blog called #WordPressWednesday (now named #WordPressWisdom) where I share tips and tricks on all things WordPress. But my journey isn’t over. I recently got accepted into Flatiron Software Development Bootcamp where I will be diving into more backend development. I also have a lot of other things coming which I can’t share just yet. It took a lot of work to get to this point.</p>\n<blockquote><p>I don’t think I would have ever gotten to this point without the support of the tech community on Twitter and most notably the Digital Empire community that I’m a part of.</p></blockquote>\n<p>Having a place to share resources, tips and jokes daily have kept me motivated and going for the past year.</p>\n<p>WordPress for me has been a life skill that has brought wealth. It has given me the ability to generate a whole other means of income as well and give resources to other people who are looking for a place to start in the coding world. But it wasn’t an easy journey to get this point. And if you feel stuck like I was, know that there are people here for you. Start your journey today. Get on Twitter and introduce yourself to the community. Ask for help. And most importantly, know that you are not alone.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Know That You Are Not Alone\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Know%20That%20You%20Are%20Not%20Alone&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fknow-that-you-are-not-alone%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Know That You Are Not Alone\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fknow-that-you-are-not-alone%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fknow-that-you-are-not-alone%2F&title=Know+That+You+Are+Not+Alone\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Know That You Are Not Alone\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/know-that-you-are-not-alone/&media=https://heropress.com/wp-content/uploads/2019/02/022719-min-150x150.jpg&description=Know That You Are Not Alone\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Know That You Are Not Alone\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/know-that-you-are-not-alone/\" title=\"Know That You Are Not Alone\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/know-that-you-are-not-alone/\">Know That You Are Not Alone</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Feb 2019 12:00:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Sarah Williams\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Block Editor Now in Beta for WordPress Mobile Apps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87647\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wptavern.com/block-editor-now-in-beta-for-wordpress-mobile-apps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2369:\"<p>The new Gutenberg block editor that arrived in WordPress 5.0 is <a href=\"https://make.wordpress.org/mobile/2019/02/26/the-block-editor-is-coming-to-the-mobile-apps/\" rel=\"noopener\" target=\"_blank\">now in beta testing on the mobile apps</a>. The editor will be available in version 11.9, which is planned to be released to the public on March 11.</p>\n<p>“For this first version, our main focus was to build a pleasant writing experience with support for the most basic types of content,” WordPress mobile engineer Jorge Bernal said.</p>\n<p>“Our data showed that 90%+ of the posts created on the mobile apps consisted of basic text and images, so we decided to focus on supporting the Paragraph, Image, and Heading blocks on this version.”</p>\n<p>The interface looks similar to using Gutenberg on desktop, but it has been pared back to allow for only the most commonly used blocks and access to simple block settings. </p>\n<p><a href=\"https://cloudup.com/c37PVQ3lpgK\"><img src=\"https://i2.wp.com/cldup.com/p1TdZhszqp.gif?resize=606%2C454&ssl=1\" alt=\"Block editor v1 0 demo FINAL 2019 02 26 08 29 03\" width=\"606\" height=\"454\" /></a></p>\n<p>The block editor in the Android app feels noticeably slower on mobile than the previous editor. It’s not yet an improvement on the existing mobile editor but it’s still in beta. Even though it’s still rough around the edges, the posting interface is more consistent with what users experience on the desktop. During this transition time, users will retain the ability to use either editor, since the Gutenberg implementation just provides the basics for now.</p>\n<p>After version 11.9 rolls out to the apps, users can choose if they want to use the block editor. The app detects which editor a post was created with and will automatically open it when a user attempts to edit a post. Users can manually switch back to the old editor for posts that have blocks by selecting “Switch to Classic Editor” under the ellipses menu. New posts will still use the Classic Editor by default but users can change the default to the block editor by going to Me > App Settings and enabling the “Use Block Editor” option. </p>\n<p>After 11.9 is released the team plans to work on UX improvements and bug fixes before moving on to add support for the most common blocks and use cases.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Feb 2019 01:00:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Gumroad Plugin for WordPress Adds Gutenberg Block for Embedding Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87606\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/gumroad-plugin-for-wordpress-adds-gutenberg-block-for-embedding-products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2290:\"<p><a href=\"https://gumroad.com/\">Gumroad</a> has updated its WordPress <a href=\"https://wordpress.org/plugins/gumroad/\">plugin</a> to include a Gutenberg block for embedding a product in any page or post. The online platform enables creators, artists, educators, writers, and anyone else to sell their products without having to manage their own e-commerce setup. Gumroad’s WordPress plugin has been available for several years and is now compatible with the new Gutenberg editor.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><img src=\"https://s.w.org/images/core/emoji/11/72x72/1f4e2.png\" alt=\"?\" class=\"wp-smiley\" /> Re-introducing: Gumroad for WordPress.<br /><br />• automatically includes our JS if we detect a link to a Gumroad product<br />• support for Gutenberg blocks<br /><br />Get it now: <a href=\"https://t.co/DW87xf1f8K\">https://t.co/DW87xf1f8K</a> <a href=\"https://t.co/wRHy0pI5I0\">pic.twitter.com/wRHy0pI5I0</a></p>— Gumroad (@gumroad) <a href=\"https://twitter.com/gumroad/status/1098968154380808192?ref_src=twsrc%5Etfw\">February 22, 2019</a></blockquote>\n</div>\n\n\n\n<p>I tested the block and it works as advertised. It would be nice if the block also provided an optional button style, instead of just a plain link on the frontend. </p>\n\n\n\n<p>Gumroad founder and CEO Sahil Lavingia recently published a post titled “<a href=\"https://medium.com/s/story/reflecting-on-my-failure-to-build-a-billion-dollar-company-b0c31d7db0e7\">Reflecting on My Failure to Build a Billion-Dollar Company</a>” about his journey building Gumroad. The post gained a lot of attention due to Lavingia’s honest and inspiring account of the failures and painful changes he experienced throughout the company’s history. Last year he decided to embrace transparency and began publishing the company’s monthly financials. The post also included a nod to WordPress with Gumroad’s plans to go open source.</p>\n\n\n\n<p>“Soon, we’re also planning to open-source the whole product, WordPress-style,” Lavingia said. “Anyone will be able to deploy their own version of Gumroad, make the changes they want, and sell the content they want, without us being the middleman.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Feb 2019 16:23:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Block Management Features Proposed for WordPress 5.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87478\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/block-management-features-proposed-for-wordpress-5-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7394:\"<p>WordPress 5.1 has been <a href=\"https://wordpress.org/download/counter/\" rel=\"noopener\" target=\"_blank\">downloaded</a> more than 3.6 million times since its release last week and work on 5.2 is now underway. The upcoming release will be led by Matt Mullenweg with Josepha Haden acting as Release Coordinator. Gary Pendergast posted a <a href=\"https://make.wordpress.org/core/2019/02/19/wordpress-5-2-schedule-and-scope/\" rel=\"noopener\" target=\"_blank\">proposed scope and schedule</a> that would have 5.2 arriving April 23, 2019. </p>\n<p>One of the proposed features is block management, the ability for users to hide or turn off blocks that they are not using. An avalanche of blocks is pouring into the WordPress ecosystem, especially with the push to convert core widgets to blocks. Users’ expectations will soon become firmly rooted in the concept of the block interface as widgets slowly become a relic of the past. It’s also quite common for users to install block collections that introduce a dozen or more new blocks when they really only have use for a handful of blocks.</p>\n<p>Several standalone plugins already provide block management features, such as <a href=\"https://wordpress.org/plugins/manager-for-gutenberg/\" rel=\"noopener\" target=\"_blank\">Gutenberg Manager</a> and <a href=\"https://wordpress.org/plugins/disable-gutenberg-blocks/\" rel=\"noopener\" target=\"_blank\">Disable Gutenberg Blocks</a>. They all have different UI’s and approaches to letting users turn off blocks. For example, Gutenberg Manager uses a tabbed interface with checkboxes for disabling core blocks. The Disable Gutenberg Blocks plugin offers an admin screen that is similar to plugin management:</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/02/disable-gutenberg-blocks.jpg?ssl=1\"><img /></a></p>\n<p>A few block collections have also implemented their own block management features, including <a href=\"https://wordpress.org/plugins/advanced-gutenberg-blocks/\" rel=\"noopener\" target=\"_blank\">Advanced Gutenberg Blocks</a> and <a href=\"https://wordpress.org/plugins/coblocks/\" rel=\"noopener\" target=\"_blank\">CoBlocks</a>. Advanced Gutenberg Blocks adds a screen under its own top level menu for disabling blocks. </p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/02/advanced-gutenberg-blocks-disable-blocks.jpg?ssl=1\"><img /></a></p>\n<p><a href=\"https://coblocks.com/\" rel=\"noopener\" target=\"_blank\">CoBlocks</a> recently introduced a block management feature that is one of the more elegant implementations currently available. It adds the block management interface inline with the editor in a modal window, instead of relegating it to its own admin page. It also offers the ability to turn entire categories on/off. </p>\n<p></p>\n<p>After CoBlocks announced its block management feature, Nick Hamze contended that this should be replicated for WordPress core. His comments received a bit of pushback from Gutenberg technical lead Riad Benguella who sees it as a feature for more advanced users.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Yeah, nice plugin. It feels like something for advanced WordPress users / developers / agencies… and not something that should be baked in initially but happy to discuss.</p>\n<p>— Riad Benguella (@riadbenguella) <a href=\"https://twitter.com/riadbenguella/status/1096382553521602560?ref_src=twsrc%5Etfw\">February 15, 2019</a></p></blockquote>\n<p></p>\n<p>“The ability to disable blocks seems pretty basic,” Hamze <a href=\"https://twitter.com/NickHamze/status/1096400194311254017\" rel=\"noopener\" target=\"_blank\">responded</a>. “Rich didn’t make this feature for fun. Regular users (not advanced ones or developers) asked for this. He made it to solve a problem that real users are having. You are telling me that more regular users will use the Amazon Kindle Embed Block (that is being baking into 5.1) than would like the ability to turn off blocks they don’t want to use.”</p>\n<p>Last week when I spoke to Benguella about the possibility of block management capabilities being included in core sometime in the future, he said it wasn’t an immediate priority for the project.</p>\n<p>“Block management is not an immediate focus in the Gutenberg roadmap and is considered plugin territory, but we keep close attention to the work done in the community and adapt in case user research and suggestions that bring value for the majority of users,” Benguella said. “My personal opinion for the moment is that, these are advanced features not required by every user of WordPress.</p>\n<p>“That said, it’s important to enable plugin developers to implement more block management features, and one important piece of the puzzle here is the work we’re doing right now to <a href=\"https://github.com/WordPress/gutenberg/pull/13693\" rel=\"noopener\" target=\"_blank\">improve the block registration and discovery both using REST APIs, PHP helpers and JavaScript APIs</a>.”</p>\n<p>The project’s priorities seem to have changed since that time, as block management is now a strong consideration for WordPress 5.2. Thousands of users have already installed a plugin that includes these kinds of capabilities, a good indication that there is a demand for this. As everything in the plugin ecosystem gradually moves towards blocks, it will be easy for users to get inundated by the many blocks available in the editor. Plugins are currently answering users’ needs with many different UI’s for turning blocks on/off. It’s clear that WordPress core needs to lead the way by providing a standard UI for block management.</p>\n<p>In recent #core-editor chats Benguella said he has some concerns regarding the short time frame for the newly proposed block management feature, but is starting initial explorations of what the first iteration may look like in WordPress 5.2.</p>\n<p>“So in addition to the currently shipped enhancements and the work done on the widget blocks, there has been a bunch of requests and feedback suggesting the need for a block management solution and block directory work,” Benguella said. “This is actually proposed for 5.2 and something we need to start thinking about and exploring the existing possibilities.” </p>\n<p>Pendergast referenced CoBlocks’ implementation in his <a href=\"https://make.wordpress.org/core/2019/02/19/wordpress-5-2-schedule-and-scope/\" rel=\"noopener\" target=\"_blank\">5.2 scope and schedule post</a> as an example of how plugin developers have approached block management.</p>\n<p>“We weren’t the first by far, but I’d argue it’s clearly the best experience,” CoBlocks author Rich Tabor said. “I built it because folks have been asking for just that, and I wanted to deliver a much better experience than asking them to go to a WP admin page elsewhere. I’d love to see something like the Block Manager in core and am available to help out in any way I can.”</p>\n<p>Other proposed features for WordPress 5.2 include the <a href=\"https://wordpress.org/plugins/health-check/\" rel=\"noopener\" target=\"_blank\">Site Health Check</a> plugin, PHP error protection, and package signing for updates. The first beta is expected March 14, 2019, and RC 1 is slated for April 10, 2019.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Feb 2019 17:22:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"WPTavern: Ecwid E-Commerce Plugin Adds Gutenberg Support, Focuses on Small Businesses to Compete with WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87223\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/ecwid-e-commerce-plugin-adds-gutenberg-support-focuses-on-small-businesses-to-compete-with-woocommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5542:\"<p><a href=\"https://wordpress.org/plugins/ecwid-shopping-cart/\" rel=\"noopener\" target=\"_blank\">Ecwid’s e-commerce plugin for WordPress</a> is now fully integrated with the Gutenberg editor. The cloud-based store builder, pronounced “eck-wid,” is short for e-commerce widgets, but the service has fully embraced blocks in its latest releases. </p>\n<p>The new default Storefront block comes pre-installed and embeds the entire Ecwid store on a page, including product listing, filters, navigation, and checkout. It provides a quick way for a new seller to get everything working without having to do anything besides add the plugin. Inside the block sidebar, the seller can tweak the storefront’s appearance, including thumbnails, page layout, colors, and other settings. The short screencast below shows the block in action and part of it was featured during Matt Mullenweg’s State of the Word address in December 2018.</p>\n<p></p>\n<p>Ecwid also has a new Single Product block with a buy now button. It enables sellers to select a product and display it as a card with an image, title, and buy now button. This is convenient for using inside a blog post without having to open the whole storefront. </p>\n<p>The team behind Ecwid is working on adding more Gutenberg blocks, despite having only a small fraction of their customers using WordPress. The company has more than 1.5 million customers running stores in 175 countries, but only 1.3% (20,000) are using WordPress. Even with so few active installations of the company’s WordPress plugin, Ecwid has its sights set on competing with WooCommerce, the most dominant player in this spacee. Last year at <a href=\"https://2018.moscow.wordcamp.org\" rel=\"noopener\" target=\"_blank\">WordCamp Moscow</a>, Ecwid Product Manager Matvey Kuritsyn gave a presentation titled “Why does anyone need a WooCommerce alternative?” Much of the company’s strategy is outlined in the <a href=\"https://docs.google.com/presentation/d/1ElElYLGav9tJ1u99GidbSsfd5sVr-h7hsMrw5WTU-Ok/edit#slide=id.g3ecb0d6708_0_11\" rel=\"noopener\" target=\"_blank\">slides from that presentation</a>.</p>\n<p>“We are focusing on small businesses and resolving their problems — where WooCommerce is weak,” Ecwid Marketing Manager Kseniya Pinkova said. She identified a few ways that Ecwid is working to differentiate itself from competitors:</p>\n<ul>\n<li>Ecwid is easy-to-use. Developers can set it up very quickly, but also the end users can do that themselves. 75% of Ecwid installations on WordPress are made by the end users, not developers.</li>\n<li>With Ecwid, everything is in the cloud, which means we handle updates, security patches, backups, huge loads ourselves (with no actions required on the user side).</li>\n<li>Ecwid is secure, it’s PCI DSS Level 1 certified – a bank level of security.</li>\n<li>Ecwid works with any hosting (even the cheapest and crappiest ones) even if you have 10,000 products in your store.</li>\n<li>Ecwid provides customers support by email, chat, and phone.</li>\n</ul>\n<p>This level of security, support, and maintenance is only available for WooCommerce via a managed solution like <a href=\"https://wordpress.com/ecommerce/\" rel=\"noopener\" target=\"_blank\">WordPress.com</a> or <a href=\"https://www.liquidweb.com/products/managed-woocommerce-hosting/\" rel=\"noopener\" target=\"_blank\">Liquid Web</a>, but sellers may still struggle with setup and customization due to the vast number of options and integrations available. Ecwid is focusing on its strengths as a SaaS-only solution to target small businesses in the WordPress space, instead of trying to replicate all the features that the dominant plugins already have.</p>\n<p>The company started in 2009 and has a distributed team of 160 people who work in development, IT, operations, support, content, and business development.</p>\n<p>“The WordPress plugin is technically a separate application (because Ecwid is a cloud solution, SaaS), and it appeared in 2009 as well,” Pinkova said. “But everything is interconnected — when a new featured is released in Ecwid, WordPress plugin users see it appear in their stores as well and can use it even without updating their WordPress plugin. For example, we rolled out new in-house Product Filters last week and they are now available for all Ecwid users, including those using WordPress. Some other features touch the WordPress plugin code — for example, some SEO enhancements involve both robust cloud part (API) and changes on the plugin side. The Gutenberg block is a good example of a third kind of Ecwid feature — it mostly resides in the plugin and it’s great to see how it improves the experience of our WordPress user base segment specifically.”</p>\n<p>Ecwid’s roadmap for 2019 includes tighter integration with Facebook and Instagram, an in-house multilingual catalog, and marketing features to help small businesses find their customers. Because the WordPress plugin essentially hooks up the cloud-based solution, many of the features and improvements on Ecwid’s general roadmap for all platforms will be automatically available whenever they roll out. </p>\n<p>“Regarding our WordPress plugin, the main thing for us is Gutenberg,” Pinkova said. “We’re very excited about it, we’re looking forward to new features Gutenberg is going to provide, and working on our plugin to make sure we’re making those available and easy-to-use for Ecwid sellers.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Feb 2019 19:57:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"WPTavern: WordPress 5.1 Improves Editor Performance, Encourages Users to Update Outdated PHP Versions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87494\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/wordpress-5-1-improves-editor-performance-encourages-users-to-update-outdated-php-versions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2420:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/02/betty-carter.jpg?ssl=1\"><img /></a>image credit: <a href=\"http://jazzmuseuminharlem.org/events/the-hall-of-fame-singer-betty-carter/\" target=\"_blank\">National Jazz Museum in Harlem</a></p>\n<p>WordPress 5.1 “Betty” was released today, honoring American jazz singer <a href=\"https://en.wikipedia.org/wiki/Betty_Carter\" rel=\"noopener\" target=\"_blank\">Betty Carter</a>. This is the first major release since Gutenberg came into core. As part of WordPress’ 2019 “<a href=\"https://www.youtube.com/watch?v=Wro3bqi4Eb8\" rel=\"noopener\" target=\"_blank\">tighten up</a>” theme, this release was focused on improving performance in the editor and helping users update outdated versions of PHP.</p>\n<p>WordPress 5.0 had been downloaded more than 35 million times prior to 5.1’s release. Users who have adopted the block editor will notice that it is much more responsive and writing posts should feel smoother. WordPress 5.1 includes the performance improvements from Gutenberg 4.8 – faster page initialization time, improved typing performance, and optimization of various background processes.</p>\n<p>This release introduces new features from the <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\" rel=\"noopener\" target=\"_blank\">Site Health</a> project. WordPress will now detect if a site is running on an insecure, outdated version of PHP and display a notice in the dashboard with information about how to update PHP. It also includes checks for PHP version compatibility with plugins. WordPress 5.1+ will prevent users from installing plugins that require newer versions of PHP than they have running.</p>\n<p>This release also introduces a medley of miscellaneous improvements under the hood for developers, including (but not limited to) the following:</p>\n<ul>\n<li>New database table to store metadata associated with multisite networks</li>\n<li>Updated Cron API with new functions to assist with returning data, new filters for modifying cron storage </li>\n<li>New JavaScript build processes</li>\n<li>Updates to values for the WP_DEBUG_LOG constant</li>\n<li>Improved taxonomy metabox sanitization</li>\n</ul>\n<p>WordPress 5.1 was led by Matt Mullenweg with help from Gary Pendergast and 561 contributors. Approximately 41% (231 people) were new contributors to the project.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Feb 2019 00:29:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Dev Blog: WordPress 5.1 “Betty”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6589\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2019/02/betty/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:42734:\"<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>A Little Better Every Day</h2>\n\n\n\n<img src=\"https://s.w.org/images/core/5.1/update.svg\" alt=\"\" />\n\n\n\n<p>Version 5.1 of WordPress, named “Betty” in honour of acclaimed jazz vocalist Betty Carter, is available for download or update in your WordPress dashboard.</p>\n\n\n\n<p>Following <a href=\"https://wordpress.org/news/2018/12/bebo/\">WordPress 5.0</a> — a major release which introduced the new block editor — 5.1 focuses on polish, in particular by improving the overall performance of the editor. In addition, this release paves the way for a better, faster, and more secure WordPress with some essential tools for site administrators and developers.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Site Health</h2>\n\n\n\n<div class=\"wp-block-image inline-svg\"><img src=\"https://s.w.org/images/core/5.1/site-health.svg\" alt=\"\" width=\"191\" height=\"168\" /></div>\n\n\n\n<p>With security and speed in mind, this release introduces WordPress’s first <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">Site Health</a> features. WordPress will start showing notices to administrators of sites that run long-outdated versions of PHP, which is the programming language that powers WordPress.</p>\n\n\n\n<p>When you install new plugins, WordPress’s Site Health features will check them against the version of PHP you’re running. If the plugin requires a version that won’t work with your site, WordPress will keep you from installing that plugin.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Editor Performance</h2>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://s.w.org/images/core/5.1/editor-performance.svg\" alt=\"\" width=\"182\" height=\"182\" /></div>\n\n\n\n<p>Introduced in WordPress 5.0, the new block editor continues to improve. Most significantly, WordPress 5.1 includes solid performance improvements within the editor. The editor should feel a little quicker to start, and typing should feel smoother. </p>\n\n\n\n<p>Expect more performance improvements in the next couple of releases.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Developer Happiness</h2>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2019/01/28/multisite-support-for-site-metadata-in-5-1/\">Multisite Metadata</a></h3>\n\n\n\n<p>5.1 introduces a new database table to store metadata associated with sites and allows for the storage of arbitrary site data relevant in a multisite / network context.</p>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2019/01/23/cron-api-changes-in-wordpress-5-1/\">Cron API</a></h3>\n\n\n\n<p>The Cron API has been updated with new functions to assist with returning data and includes new filters for modifying cron storage. Other changes in behavior affect cron spawning on servers running FastCGI and PHP-FPM versions 7.0.16 and above.</p>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2018/05/16/preparing-wordpress-for-a-javascript-future-part-1-build-step-and-folder-reorganization/\">New JS Build Processes</a></h3>\n\n\n\n<p>WordPress 5.1 features a new JavaScript build option, following the large reorganisation of code that started in the 5.0 release.</p>\n\n\n\n<h3><a href=\"https://make.wordpress.org/core/2019/01/23/miscellaneous-developer-focused-changes-in-5-1/\">Other Developer Goodness</a></h3>\n\n\n\n<p>Miscellaneous improvements include:</p>\n\n\n\n<ul><li>Updates to values for the <code>WP_DEBUG_LOG</code> constant</li><li>New test config file constant in the test suite, new plugin action hooks </li><li>Short-circuit filters for <code>wp_unique_post_slug()</code>, <code>WP_User_Query</code>, and <code>count_users()</code></li><li>A new <code>human_readable_duration</code> function</li><li>Improved taxonomy metabox sanitization</li><li>Limited <code>LIKE</code> support for meta keys when using <code>WP_Meta_Query</code></li><li>A new “doing it wrong” notice when registering REST API endpoints</li></ul>\n\n\n\n<p>…and more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>This release was led by <a href=\"http://ma.tt/\">Matt Mullenweg</a>, along with <a href=\"https://pento.net/\">Gary Pendergast</a> as <a href=\"https://core.trac.wordpress.org/changeset/42343\">Senior Code Reshuffler</a> and <a href=\"https://core.trac.wordpress.org/changeset/43309\">Poet</a>. They received wonderful assistance from the following 561 contributors for this release, 231 of whom were making their first ever contribution! Pull up some Betty Carter on your music service of choice, and check out some of their profiles:</p>\n\n\n<a href=\"https://profiles.wordpress.org/0x6f0\">0x6f0</a>, <a href=\"https://profiles.wordpress.org/1265578519-1\">1265578519</a>, <a href=\"https://profiles.wordpress.org/1naveengiri\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/360zen\">360zen</a>, <a href=\"https://profiles.wordpress.org/aardrian\">aardrian</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abdullahramzan\">Abdullah Ramzan</a>, <a href=\"https://profiles.wordpress.org/abhayvishwakarma\">Abhay Vishwakarma</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/ajitbohra\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/aldavigdis\">aldavigdis</a>, <a href=\"https://profiles.wordpress.org/alejandroxlopez\">alejandroxlopez</a>, <a href=\"https://profiles.wordpress.org/alexstine\">Alex</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/xyfi\">Alexander Botteram</a>, <a href=\"https://profiles.wordpress.org/alexvorn2\">Alexandru Vornicescu</a>, <a href=\"https://profiles.wordpress.org/alexgso\">alexgso</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/alvarogois\">Alvaro Gois dos Santos</a>, <a href=\"https://profiles.wordpress.org/acirujano\">Ana Cirujano</a>, <a href=\"https://profiles.wordpress.org/anantajitjg\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/nosolosw\">Andrés</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/andrei0x309\">andrei0x309</a>, <a href=\"https://profiles.wordpress.org/andreiglingeanu\">andreiglingeanu</a>, <a href=\"https://profiles.wordpress.org/aduth\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/andrewza\">Andrew Lima</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/anevins\">Andrew Nevins</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/la-geek\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/antaltettinger\">Antal Tettinger</a>, <a href=\"https://profiles.wordpress.org/antipole\">antipole</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/avillegasn\">Antonio Villegas</a>, <a href=\"https://profiles.wordpress.org/antonioeatgoat\">antonioeatgoat</a>, <a href=\"https://profiles.wordpress.org/aranwer104\">Anwer AR</a>, <a href=\"https://profiles.wordpress.org/aryamaaru\">Arun</a>, <a href=\"https://profiles.wordpress.org/mrasharirfan\">Ashar Irfan</a>, <a href=\"https://profiles.wordpress.org/ashokrd2013\">ashokrd2013</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/ayubadiputra\">Ayub Adiputra</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/behzod\">Behzod Saidov</a>, <a href=\"https://profiles.wordpress.org/drywallbmb\">Ben Byrne</a>, <a href=\"https://profiles.wordpress.org/benhuberman\">benhuberman</a>, <a href=\"https://profiles.wordpress.org/benoitchantre\">Benoit Chantre</a>, <a href=\"https://profiles.wordpress.org/benvaassen\">benvaassen</a>, <a href=\"https://profiles.wordpress.org/bhargavmehta\">Bhargav Mehta</a>, <a href=\"https://profiles.wordpress.org/bikecrazyy\">bikecrazyy</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/blair-jersyer\">Blair jersyer</a>, <a href=\"https://profiles.wordpress.org/blobfolio\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/bradparbs\">Brad Parbs</a>, <a href=\"https://profiles.wordpress.org/bradleyt\">Bradley Taylor</a>, <a href=\"https://profiles.wordpress.org/bramheijmink\">bramheijmink</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/brentswisher\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard\">bridgetwillard</a>, <a href=\"https://profiles.wordpress.org/bandonrandon\">Brooke.</a>, <a href=\"https://profiles.wordpress.org/bruceallen\">bruceallen</a>, <a href=\"https://profiles.wordpress.org/burhandodhy\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/burlingtonbytes\">Bytes.co</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calin\">Calin Don</a>, <a href=\"https://profiles.wordpress.org/campusboy1987\">campusboy</a>, <a href=\"https://profiles.wordpress.org/carolinegeven\">carolinegeven</a>, <a href=\"https://profiles.wordpress.org/ccismaru\">ccismaru</a>, <a href=\"https://profiles.wordpress.org/chasewg\">chasewg</a>, <a href=\"https://profiles.wordpress.org/chetan200891\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/boda1982\">Christopher Spires</a>, <a href=\"https://profiles.wordpress.org/claudiu\">claudiu</a>, <a href=\"https://profiles.wordpress.org/cliffpaulick\">Clifford Paulick</a>, <a href=\"https://profiles.wordpress.org/munklefish\">Code Clinic</a>, <a href=\"https://profiles.wordpress.org/codegrau\">codegrau</a>, <a href=\"https://profiles.wordpress.org/coleh\">coleh</a>, <a href=\"https://profiles.wordpress.org/conner_bw\">conner_bw</a>, <a href=\"https://profiles.wordpress.org/coreymckrill\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/croce\">croce</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/clarinetlord\">Cyrus Collier</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danieltj\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/daniel-koskinen\">Daniel Koskinen</a>, <a href=\"https://profiles.wordpress.org/talldanwp\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danimalbrown\">danimalbrown</a>, <a href=\"https://profiles.wordpress.org/dannycooper\">Danny Cooper</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/darko-a7\">Darko A7</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/desertsnowman\">David Cramer</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/superdav42\">David Stone</a>, <a href=\"https://profiles.wordpress.org/dekervit\">dekervit</a>, <a href=\"https://profiles.wordpress.org/denisco\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/designsimply\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dfangstrom\">dfangstrom</a>, <a href=\"https://profiles.wordpress.org/dhanendran\">Dhanendran</a>, <a href=\"https://profiles.wordpress.org/dharm1025\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dhavalkasvala\">Dhaval kasavala</a>, <a href=\"https://profiles.wordpress.org/dhruvin\">Dhruvin</a>, <a href=\"https://profiles.wordpress.org/diedeexterkate\">DiedeExterkate</a>, <a href=\"https://profiles.wordpress.org/dilipbheda\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donncha\">Donncha O Caoimh</a>, <a href=\"https://profiles.wordpress.org/dontstealmyfish\">dontstealmyfish</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/drivingralle\">Drivingralle</a>, <a href=\"https://profiles.wordpress.org/dschalk\">dschalk</a>, <a href=\"https://profiles.wordpress.org/dsifford\">dsifford</a>, <a href=\"https://profiles.wordpress.org/eamax\">eamax</a>, <a href=\"https://profiles.wordpress.org/eartboard\">eArtboard</a>, <a href=\"https://profiles.wordpress.org/edo888\">edo888</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Van Durpe</a>, <a href=\"https://profiles.wordpress.org/edocev\">Emil Dotsev</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/ericmeyer\">ericmeyer</a>, <a href=\"https://profiles.wordpress.org/etoledom\">etoledom</a>, <a href=\"https://profiles.wordpress.org/evansolomon\">Evan Solomon</a>, <a href=\"https://profiles.wordpress.org/dyrer\">Evangelos Athanasiadis</a>, <a href=\"https://profiles.wordpress.org/faisal03\">Faisal Alvi</a>, <a href=\"https://profiles.wordpress.org/felipeelia\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fclaussen\">Fernando Claussen</a>, <a href=\"https://profiles.wordpress.org/flipkeijzer\">flipkeijzer</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/fpcsjames\">FPCSJames</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fuchsws\">fuchsws</a>, <a href=\"https://profiles.wordpress.org/fullyint\">fullyint</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/garetharnold\">Gareth</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/kloon\">Gerhard Potgieter</a>, <a href=\"https://profiles.wordpress.org/girishpanchal\">Girish Panchal</a>, <a href=\"https://profiles.wordpress.org/gm_alex\">GM_Alex</a>, <a href=\"https://profiles.wordpress.org/gnif\">gnif</a>, <a href=\"https://profiles.wordpress.org/graymouser\">graymouser</a>, <a href=\"https://profiles.wordpress.org/greg\">greg</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Grzegorz (Greg) Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/guido07111975\">Guido</a>, <a href=\"https://profiles.wordpress.org/gutendev\">GutenDev</a>, <a href=\"https://profiles.wordpress.org/hafiz\">Hafiz Rahman</a>, <a href=\"https://profiles.wordpress.org/hailite\">Hai@LiteSpeed<img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" /></a>, <a href=\"https://profiles.wordpress.org/hansjovisyoast\">Hans-Christiaan Braun</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/hardik-amipara\">Hardik Amipara</a>, <a href=\"https://profiles.wordpress.org/harsh175\">Harsh Patel</a>, <a href=\"https://profiles.wordpress.org/haruharuharuby\">haruharuharuby</a>, <a href=\"https://profiles.wordpress.org/idea15\">Heather Burns</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herregroen\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hitendra-chopda\">Hitendra Chopda</a>, <a href=\"https://profiles.wordpress.org/ianbelanger\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ibantxillo\">ibantxillo</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/igorsch\">Igor</a>, <a href=\"https://profiles.wordpress.org/ibenic\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ionvv\">ionvv</a>, <a href=\"https://profiles.wordpress.org/ireneyoast\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel104\">isabel104</a>, <a href=\"https://profiles.wordpress.org/ishitaka\">ishitaka</a>, <a href=\"https://profiles.wordpress.org/meatman89fs\">Ivan Mudrik</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/janak007\">janak Kaneriya</a>, <a href=\"https://profiles.wordpress.org/janalwin\">janalwin</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/janthiel\">janthiel</a>, <a href=\"https://profiles.wordpress.org/jaswrks\">Jason Caldwell</a>, <a href=\"https://profiles.wordpress.org/javorszky\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami\">Jaydip Rami</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeffpaul\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/miss_jwo\">Jenny</a>, <a href=\"https://profiles.wordpress.org/jeremeylduvall\">Jeremey</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jeremyescott\">Jeremy Scott</a>, <a href=\"https://profiles.wordpress.org/jesperher\">Jesper V Nielsen</a>, <a href=\"https://profiles.wordpress.org/professor44\">Jesse Friedman</a>, <a href=\"https://profiles.wordpress.org/jjcomack\">Jimmy Comack</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jirihon\">Jiri Hon</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">JJJ</a>, <a href=\"https://profiles.wordpress.org/joanrho\">joanrho</a>, <a href=\"https://profiles.wordpress.org/jobthomas\">Job</a>, <a href=\"https://profiles.wordpress.org/sephsekla\">Joe Bailey-Roberts</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James <img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" /></a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnny5\">John Godley</a>, <a href=\"https://profiles.wordpress.org/johnalarcon\">johnalarcon</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/johnschulz\">johnschulz</a>, <a href=\"https://profiles.wordpress.org/jrchamp\">Jonathan Champ</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joneiseman\">joneiseman</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/josephscott\">Joseph Scott</a>, <a href=\"https://profiles.wordpress.org/joshuawold\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jpurdy647\">jpurdy647</a>, <a href=\"https://profiles.wordpress.org/jrdelarosa\">jrdelarosa</a>, <a href=\"https://profiles.wordpress.org/jryancard\">jryancard</a>, <a href=\"https://profiles.wordpress.org/juiiee8487\">Juhi Patel</a>, <a href=\"https://profiles.wordpress.org/jamosova\">Julia Amosova</a>, <a href=\"https://profiles.wordpress.org/juliemoynat\">juliemoynat</a>, <a href=\"https://profiles.wordpress.org/jrf\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/junaidkbr\">Junaid Ahmed</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kapteinbluf\">kapteinbluf</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kelvink\">kelvink</a>, <a href=\"https://profiles.wordpress.org/khaihong\">khaihong</a>, <a href=\"https://profiles.wordpress.org/kiranpotphode\">Kiran Potphode</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr\">kjellr</a>, <a href=\"https://profiles.wordpress.org/kkarpieszuk\">kkarpieszuk</a>, <a href=\"https://profiles.wordpress.org/kmeze\">kmeze</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/konainm\">konainm</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/kristastevens\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/krutidugade\">krutidugade</a>, <a href=\"https://profiles.wordpress.org/laghee\">laghee</a>, <a href=\"https://profiles.wordpress.org/lakenh\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lbenicio\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/leanderiversen\">Leander Iversen</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/lenasterg\">lenasterg</a>, <a href=\"https://profiles.wordpress.org/lisannekluitmans\">lisannekluitmans</a>, <a href=\"https://profiles.wordpress.org/lizkarkoski\">lizkarkoski</a>, <a href=\"https://profiles.wordpress.org/lucagrandicelli\">Luca Grandicelli</a>, <a href=\"https://profiles.wordpress.org/lucasrolff\">LucasRolff</a>, <a href=\"https://profiles.wordpress.org/luciano-croce\">luciano-croce</a>, <a href=\"https://profiles.wordpress.org/luminus\">Luminus</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/maartenleenders\">maartenleenders</a>, <a href=\"https://profiles.wordpress.org/macbookandrew\">macbookandrew</a>, <a href=\"https://profiles.wordpress.org/travel_girl\">Maja Benke</a>, <a href=\"https://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">mallorydxw-old</a>, <a href=\"https://profiles.wordpress.org/manuelaugustin\">Manuel Augustin</a>, <a href=\"https://profiles.wordpress.org/manuel_84\">manuel_84</a>, <a href=\"https://profiles.wordpress.org/zottto\">Marc Nilius</a>, <a href=\"https://profiles.wordpress.org/marcelo2605\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/marcomartins\">Marco Martins</a>, <a href=\"https://profiles.wordpress.org/marcomarsala\">marco.marsala</a>, <a href=\"https://profiles.wordpress.org/mkaz\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marcwieland95\">marcwieland95</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mariusvw\">mariusvw</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">Mariyan Belchev</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/iceable\">Mathieu Sarrasin</a>, <a href=\"https://profiles.wordpress.org/mathieuhays\">mathieuhays</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom\">Matt Cromwell</a>, <a href=\"https://profiles.wordpress.org/mgibbs189\">Matt Gibbs</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/lonelyvegan\">Matthew Riley MacPherson</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/mcmwebsol\">mcmwebsol</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mensmaximus\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/mermel\">mermel</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee\">metalandcoffee</a>, <a href=\"https://profiles.wordpress.org/wpscholar\">Micah Wood</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/michielatyoast\">Michiel Heijmans</a>, <a href=\"https://profiles.wordpress.org/sebastienthivinfocom\">Migrated to @sebastienserre</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mmtr86\">Miguel Torres</a>, <a href=\"https://profiles.wordpress.org/mihaiiceyro\">mihaiiceyro</a>, <a href=\"https://profiles.wordpress.org/mihdan\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mikegillihan\">Mike Gillihan</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/lanche86\">Milan Ivanovic</a>, <a href=\"https://profiles.wordpress.org/milana_cap\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/milindmore22\">Milind More</a>, <a href=\"https://profiles.wordpress.org/mirkoschubert\">mirkoschubert</a>, <a href=\"https://profiles.wordpress.org/monikarao\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/boemedia\">Monique Dubbelman</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrmadhat\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/xpertone\">Muhammad Kashif</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/lorenzone92\">MultiformeIngegno</a>, <a href=\"https://profiles.wordpress.org/mmaumio\">Muntasir Mahmud</a>, <a href=\"https://profiles.wordpress.org/munyagu\">munyagu</a>, <a href=\"https://profiles.wordpress.org/mythemeshop\">MyThemeShop</a>, <a href=\"https://profiles.wordpress.org/mzorz\">mzorz</a>, <a href=\"https://profiles.wordpress.org/nadim0988\">nadim0988</a>, <a href=\"https://profiles.wordpress.org/nandorsky\">nandorsky</a>, <a href=\"https://profiles.wordpress.org/naoki0h\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nao\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nataliashitova\">nataliashitova</a>, <a href=\"https://profiles.wordpress.org/nateallen\">Nate Allen</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/ndavison\">ndavison</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/nextendweb\">Nextendweb</a>, <a href=\"https://profiles.wordpress.org/ndiego\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>, <a href=\"https://profiles.wordpress.org/nick_thegeek\">Nick the Geek</a>, <a href=\"https://profiles.wordpress.org/nahuelmahe\">Nicolas Figueira</a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nicollle\">Nicolle Helgers</a>, <a href=\"https://profiles.wordpress.org/jainnidhi\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielslange\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/mrtortai\">Noam Eppel</a>, <a href=\"https://profiles.wordpress.org/notnownikki\">notnownikki</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/omarreiss\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/codestor\">Omkar Bhagat</a>, <a href=\"https://profiles.wordpress.org/ov3rfly\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paaljoachim\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak\">palmiak</a>, <a href=\"https://profiles.wordpress.org/panchen\">panchen</a>, <a href=\"https://profiles.wordpress.org/parbaugh\">parbaugh</a>, <a href=\"https://profiles.wordpress.org/xparham\">Parham Ghaffarian</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/natacado\">Paul Paradise</a>, <a href=\"https://profiles.wordpress.org/paulschreiber\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/pputzer\">Peter Putzer</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/pskli\">Pierre Saïkali</a>, <a href=\"https://profiles.wordpress.org/wizzard_\">Pieter Daalder</a>, <a href=\"https://profiles.wordpress.org/piyush9100\">Piyush Patel</a>, <a href=\"https://profiles.wordpress.org/poena\">poena</a>, <a href=\"https://profiles.wordpress.org/promz\">Pramod Jodhani</a>, <a href=\"https://profiles.wordpress.org/pmbaldha\">Prashant Baldha</a>, <a href=\"https://profiles.wordpress.org/pratikthink\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/pratikkry\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/precies\">precies</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presslabs\">Presslabs</a>, <a href=\"https://profiles.wordpress.org/presstigers\">PressTigers</a>, <a href=\"https://profiles.wordpress.org/programmin\">programmin</a>, <a href=\"https://profiles.wordpress.org/punit5658\">Punit Patel</a>, <a href=\"https://profiles.wordpress.org/purnendu\">Purnendu Dash</a>, <a href=\"https://profiles.wordpress.org/qcmiao\">qcmiao</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/bamadesigner\">Rachel Cherry</a>, <a href=\"https://profiles.wordpress.org/larrach\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/rafsuntaskin\">Rafsun Chowdhury</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/cthreelabs\">Raja Mohammed</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramizmanked\">Ramiz Manked</a>, <a href=\"https://profiles.wordpress.org/ramonopoly\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/ravanh\">RavanH</a>, <a href=\"https://profiles.wordpress.org/redcastor\">redcastor</a>, <a href=\"https://profiles.wordpress.org/remyvv\">remyvv</a>, <a href=\"https://profiles.wordpress.org/rensw90\">rensw90</a>, <a href=\"https://profiles.wordpress.org/rhetorical\">rhetorical</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/rishishah\">Rishi Shah</a>, <a href=\"https://profiles.wordpress.org/robbie505\">Robbie</a>, <a href=\"https://profiles.wordpress.org/robdxw\">robdxw</a>, <a href=\"https://profiles.wordpress.org/noisysocks\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/littlerchicken\">Robin Cornett</a>, <a href=\"https://profiles.wordpress.org/robinvandervliet\">Robin van der Vliet</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/othellobloke\">Ryan Paul</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/ryotsun\">ryotsun</a>, <a href=\"https://profiles.wordpress.org/sebastienserre\">Sébastien SERRE</a>, <a href=\"https://profiles.wordpress.org/stodorovic\">Saša</a>, <a href=\"https://profiles.wordpress.org/sagarnasit\">sagarnasit</a>, <a href=\"https://profiles.wordpress.org/sasiddiqui\">Sami Ahmed Siddiqui</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly\">sarah semark</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/scottlee\">Scott Lee</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebakurzyn\">Sebastian Kurzynoswki</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shamim51\">Shamim Hasan</a>, <a href=\"https://profiles.wordpress.org/shaneeckert\">Shane Eckert</a>, <a href=\"https://profiles.wordpress.org/sharaz\">Sharaz Shahid</a>, <a href=\"https://profiles.wordpress.org/shashwatmittal\">Shashwat Mittal</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/sherwood\">sherwood</a>, <a href=\"https://profiles.wordpress.org/shital-patel\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shivapoudel\">Shiva Poudel</a>, <a href=\"https://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/sjardo\">Sjardo</a>, <a href=\"https://profiles.wordpress.org/skoldin\">skoldin</a>, <a href=\"https://profiles.wordpress.org/slilley\">slilley</a>, <a href=\"https://profiles.wordpress.org/slushman\">slushman</a>, <a href=\"https://profiles.wordpress.org/sonjaleix\">Sonja Leix</a>, <a href=\"https://profiles.wordpress.org/sonjanyc\">sonjanyc</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spartank\">spartank</a>, <a href=\"https://profiles.wordpress.org/spyderbytes\">spyderbytes</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stazdotio\">stazdotio</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stormrockwell\">Storm Rockwell</a>, <a href=\"https://profiles.wordpress.org/skostadinov\">Stoyan Kostadinov</a>, <a href=\"https://profiles.wordpress.org/strategio\">strategio</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/manikmist09\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/swift\">swift</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/teddytime\">teddytime</a>, <a href=\"https://profiles.wordpress.org/terriann\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/terwdan\">terwdan</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themezee\">ThemeZee</a>, <a href=\"https://profiles.wordpress.org/thomasplevy\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/thrijith\">Thrijith Thankachan</a>, <a href=\"https://profiles.wordpress.org/tiagohillebrandt\">Tiago Hillebrandt</a>, <a href=\"https://profiles.wordpress.org/tigertech\">tigertech</a>, <a href=\"https://profiles.wordpress.org/timhavinga\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/titodevera\">titodevera</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tz-media\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/tferry\">Tommy Ferry</a>, <a href=\"https://profiles.wordpress.org/tonybogdanov\">tonybogdanov</a>, <a href=\"https://profiles.wordpress.org/tobifjellner\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/torontodigits\">TorontoDigits</a>, <a href=\"https://profiles.wordpress.org/mirucon\">Toshihiro Kanai</a>, <a href=\"https://profiles.wordpress.org/itowhid06\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/upadalavipul\">upadalavipul</a>, <a href=\"https://profiles.wordpress.org/usmankhalid\">Usman Khalid</a>, <a href=\"https://profiles.wordpress.org/utsav72640\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/uttam007\">uttam007</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/valer1e\">Valérie Galassi</a>, <a href=\"https://profiles.wordpress.org/valchovski\">valchovski</a>, <a href=\"https://profiles.wordpress.org/vishaldodiya\">vishaldodiya</a>, <a href=\"https://profiles.wordpress.org/vnsavage\">vnsavage</a>, <a href=\"https://profiles.wordpress.org/voneff\">voneff</a>, <a href=\"https://profiles.wordpress.org/warmlaundry\">warmlaundry</a>, <a href=\"https://profiles.wordpress.org/wbrubaker\">wbrubaker</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/kwonye\">Will Kwon</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wpzinc\">wpzinc</a>, <a href=\"https://profiles.wordpress.org/xhezairi\">xhezairi</a>, <a href=\"https://profiles.wordpress.org/yahil\">Yahil Madakiya</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/fierevere\">Yui</a>, <a href=\"https://profiles.wordpress.org/yuriv\">YuriV</a>, <a href=\"https://profiles.wordpress.org/zanematthew\">Zane Matthew</a>, and <a href=\"https://profiles.wordpress.org/zebulan\">zebulan</a>.\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 5.1. Their efforts bring WordPress 5.1 fully translated to 34 languages at release time, with more on the way.</p>\n\n\n\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<p>Thanks for choosing WordPress!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Feb 2019 22:48:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WPTavern: WPWeekly Episode 346 – Cancer Sucks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=87497&preview=true&preview_id=87497\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wptavern.com/wpweekly-episode-346-cancer-sucks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1211:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I reflect on Alex Mill’s latest blog post where he announced that he’s ending his battle with Leukemia. We highlight some of the impacts he’s had on people’s lives and the contributions he’s made to open-source software.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://alex.blog/2019/02/18/leukemia-has-won/\">Leukemia Has Won</a></p>\n<p><a href=\"https://profiles.wordpress.org/viper007bond/#content-plugins\">Alex’s WordPress Plugins</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, February 27th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #346:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Feb 2019 20:56:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: Gutenberg 5.1 Released with All Core Widgets Now Ported to Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87437\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wptavern.com/gutenberg-5-1-released-with-all-core-widgets-now-ported-to-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2601:\"<p>Gutenberg development continues ploughing ahead with new blocks and steady improvements to performance and accessibility. <a href=\"https://make.wordpress.org/core/2019/02/20/whats-new-in-gutenberg-20th-february/\" rel=\"noopener\" target=\"_blank\">Version 5.1</a> was released this week with new Search, Calendar, and Tag Cloud blocks. All widgets have now been <a href=\"https://make.wordpress.org/core/2019/02/18/porting-widgets-to-blocks-feb-18-2019/\" rel=\"noopener\" target=\"_blank\">ported over to blocks</a>, a major Phase 2 milestone. The next phase of that project will explore how the widgets screen will change in response to core widgets becoming blocks.</p>\n<p>Version 5.1 also brings more polishes to existing blocks, introducing micro-animations for a smoother experience when <a href=\"https://github.com/WordPress/gutenberg/pull/13617\" rel=\"noopener\" target=\"_blank\">hovering over menus</a> or <a href=\"https://github.com/WordPress/gutenberg/pull/13635\" rel=\"noopener\" target=\"_blank\">accessing the sidebar</a> in the editor.</p>\n<p><a href=\"https://cloudup.com/ceCaS-RNWKi\"><img src=\"https://i2.wp.com/cldup.com/XkGFmONOUH.gif?resize=627%2C408&ssl=1\" alt=\"New menus\" width=\"627\" height=\"408\" /></a></p>\n<p>This release includes dozens of small stylistic improvements to blocks for a more consistent display, improvements to CSS specificity of styles, more options for the Quote block styling, improvements to using the editor on mobile devices, and lots of bug fixes. Documentation is also progressing with a new tutorial for working with editor notices, expanded JavaScript build tools documentation, and enhanced block edit/save documentation and code examples.</p>\n<p>Gutenberg phase 2 technical lead Riad Benguella also included a table of benchmarks, showing the editor’s performance improvements since it was first released in WordPress 5.0. Each release of the plugin since then has significantly cut the loading time, and this is a noteworthy improvement to continue tracking. </p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-21-at-1.33.43-PM.png?ssl=1\"><img /></a></p>\n<p>These benchmarks compare performance for a post with approximately 36,000 words and 1,000 blocks. This isn’t an average post but large amounts of content help to reveal performance issues. </p>\n<p>Gutenberg 5.1 had 51 contributors. For more details, check out the full list of enhancements and fixes in the <a href=\"https://make.wordpress.org/core/2019/02/20/whats-new-in-gutenberg-20th-february/\" rel=\"noopener\" target=\"_blank\">release post</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Feb 2019 20:12:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WPTavern: The State of CSS 2019 Survey is Now Open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87339\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wptavern.com/the-state-of-css-2019-survey-is-now-open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2663:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-6.30.27-PM.png?ssl=1\"><img /></a></p>\n<p>The makers of the annual <a href=\"https://stateofjs.com/\" rel=\"noopener\" target=\"_blank\">State of JavaScript</a> survey have launched a <a href=\"https://stateofcss.com/\" rel=\"noopener\" target=\"_blank\">new survey for developers who work with CSS</a>. In September 2018, Sacha Greif and his collaborators sent out the State of JS survey for the third year running but dropped the CSS libraries category in favor of keeping it from getting too long. The new <a href=\"https://stateofcss.com/\" rel=\"noopener\" target=\"_blank\">State of CSS</a> survey takes up this category and expands upon it.</p>\n<p>The success of the State of JS survey has brought valuable information to the industry for developers, employers, startups, project maintainers, and even those who are just beginning their coding journey and wondering which frameworks are worth learning. The 2018 State of JS survey received more than 20,000 responses. Results showed that React was once again the most popular front-end framework and Vue.js received the highest satisfaction rating. The detailed results are influential in helping framework maintainers know how the development community perceives their projects.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I think Vue got the highest satisfaction rating among frameworks in State of JS this year (91.2%) – thanks to our users, and we aim to do even better! Hope we can change the mind of the 568 people who don’t want to use it again ;) <a href=\"https://t.co/7MrM8Y4ekq\">https://t.co/7MrM8Y4ekq</a></p>\n<p>— Evan You (@youyuxi) <a href=\"https://twitter.com/youyuxi/status/1064659533975429120?ref_src=twsrc%5Etfw\">November 19, 2018</a></p></blockquote>\n<p></p>\n<p>The new survey for CSS developers was created to help identify the latest trends in the rapidly changing CSS landscape. It includes the following topics:</p>\n<ul>\n<li>CSS Features – Grid, Flexbox…</li>\n<li>Tools – preprocessors, frameworks…</li>\n<li>Environments – Browsers, devices…</li>\n<li>Resources – Blogs, podcasts…</li>\n<li>Opinions – How you feel about CSS</li>\n<li>About You – Experience, salary…</li>\n</ul>\n<p>The <a href=\"https://stateofcss.com/\" rel=\"noopener\" target=\"_blank\">State of CSS Survey</a> is powered by <a href=\"http://typeform.com\" rel=\"noopener\" target=\"_blank\">Typeform</a> and all questions are optional. It is quick to scroll through and can take as little as 10 minutes to complete. Participants can leave their email to be notified when results are published.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Feb 2019 04:35:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: New Wapuu Dashboard Pet Plugin Displays WordPress Site Health\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87379\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/new-wapuu-dashboard-pet-plugin-displays-wordpress-site-health\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3333:\"<p><a href=\"https://wordpress.org/plugins/wapuu-dashboard-pet/\" rel=\"noopener\" target=\"_blank\">Wapuu Dashboard Pet</a> is a new plugin from <a href=\"https://twitter.com/kayleighthorpe\" rel=\"noopener\" target=\"_blank\">Kayleigh Thorpe</a> and the team at WordPress hosting company <a href=\"http://34SP.com\" rel=\"noopener\" target=\"_blank\">34SP.com</a>. It is essentially a WordPress Tamagotchi, or digital pet, that resides in your dashboard and monitors the health of the site. </p>\n<p>The plugin checks to make sure WordPress has been updated (plugins, themes, and core) and backups have run. Wapuu’s appearance will change based on these factors. Thorpe used her illustration skills to create the images, which indicate if wapuu is feeling <a href=\"https://plugins.trac.wordpress.org/browser/wapuu-dashboard-pet/trunk/images/dead.png\" rel=\"noopener\" target=\"_blank\">dead</a>, <a href=\"https://plugins.trac.wordpress.org/browser/wapuu-dashboard-pet/trunk/images/happy.png\" rel=\"noopener\" target=\"_blank\">happy</a>, <a href=\"https://plugins.trac.wordpress.org/browser/wapuu-dashboard-pet/trunk/images/sad.png\" rel=\"noopener\" target=\"_blank\">sad</a>, <a href=\"https://plugins.trac.wordpress.org/browser/wapuu-dashboard-pet/trunk/images/sick.png\" rel=\"noopener\" target=\"_blank\">sick</a>, or <a href=\"https://plugins.trac.wordpress.org/browser/wapuu-dashboard-pet/trunk/images/verysick.png\" rel=\"noopener\" target=\"_blank\">very sick</a>. The threshold for a dead wapuu is 10+ updates. The example below is a “very sick” wapuu on a site with five or more updates pending. </p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-12.19.12-PM.png?ssl=1\"><img /></a></p>\n<p>After updating, the happy and healthy wapuu is displayed, as shown below.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-20-at-12.30.11-PM.png?ssl=1\"><img /></a></p>\n<p>The Wapuu Dashboard Pet is featured at the bottom of every page in the admin. It also comes with an option to enable weekly email notifications that will only send if wapuu is feeling sick (has one or more updates available). This feature can help site administrators who don’t log into their dashboards very often, resulting in more updated and secure WordPress sites.</p>\n<p>The plugin is currently very effective in its simplicity but there are a lot of interesting features that its authors could add. It could be set up to check for PHP and MySQL versions, similar to what the Health Check plugin offers. It would also be useful if wapuu could detect whether or not any of the necessary updates are security-related, which might inspire administrators to act faster on the emails. There may be other useful applications for forks of this plugin, such as a wapuu that helps bloggers stay on track with their monthly posting goals.</p>\n<p>When wapuu is feeling unwell, the image displayed is a pathetic-looking creature that appears to have been left out in the rain. Wapuu-conscious site admins will not be able to look at that image in the dashboard without feeling the need to improve wapuu’s condition. These visual indicators of site health may be just the type of prompt necessary for admins who have become desensitized to WordPress’ many update notifications.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Feb 2019 19:33:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"BuddyPress: BuddyPress 4.2.0 Maintenance and Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=302991\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://buddypress.org/2019/02/buddypress-4-2-0-maintenance-and-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1196:\"<p>BuddyPress 4.2.0 is now available. This is a security and maintenance release. All BuddyPress installations are strongly encouraged to upgrade as soon as possible.</p>\n\n\n\n<p>The 4.2.0 release addresses two security issues:</p>\n\n\n\n<ul><li>A cross-site scripting (XSS) vulnerability was fixed that could allow users to send malicious code in the content of private messages. Discovered and reported independently by <a href=\"http://www.klmunday.com/\">Kieran Munday</a> and <a href=\"https://security-consulting.icu/\">Tim Coen</a>.</li><li>A privilege escalation vulnerability was fixed that could allow users to reply to unauthorized private message threads. Discovered by <a href=\"http://www.klmunday.com/\">Kieran Munday.</a></li></ul>\n\n\n\n<p>These vulnerabilities were reported privately to the BuddyPress team, in accordance with <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">WordPress’s security policies</a>. Our thanks to the reporters for practicing coordinated disclosure.</p>\n\n\n\n<p>BuddyPress 4.2.0 also fixes 4 bugs. For complete details, visit the <a href=\"https://codex.buddypress.org/releases/version-4-2-0/\">4.2.0 changelog</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Feb 2019 16:00:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Boone Gorges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: Yoast CEO Responds to #YoastCon Twitter Controversy, Calls for Change in the SEO Industry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87389\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/yoast-ceo-responds-to-yoastcon-twitter-controversy-calls-for-change-in-the-seo-industry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7233:\"<p>Yoast CEO Marieke van de Rakt published a <a href=\"https://marieke.blog/lets-create-a-more-female-friendly-world/\" rel=\"noopener\" target=\"_blank\">post</a> yesterday, addressing the <a href=\"https://wptavern.com/yoastcon-overshadowed-by-twitter-storm-joost-de-valk-seo-industry-leaders-called-out-for-objectifying-women\" rel=\"noopener\" target=\"_blank\">controversy that dominated the #YoastCon hashtag on Twitter</a> in the days leading up the the event. Several parties from the SEO industry began circulating old tweets, along unsavory videos depicting Joost de Valk partying with promotional models. de Valk issued a public apology on Twitter before YoastCon officially kicked off.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I think and act differently now, though I know that doesn\'t change the past. If anyone felt harmed by this: I\'m truly sorry.</p>\n<p>— Joost de Valk (@jdevalk) <a href=\"https://twitter.com/jdevalk/status/1093253924256137217?ref_src=twsrc%5Etfw\">February 6, 2019</a></p></blockquote>\n<p></p>\n<p>In her post, titled “<a href=\"https://marieke.blog/lets-create-a-more-female-friendly-world/\" rel=\"noopener\" target=\"_blank\">Let’s create a more female-friendly world</a>!”, van de Rakt characterized the incident as an attack and cited examples of how Yoast is actively working to improve the position of women:</p>\n<blockquote><p>We were all hurt. We really don’t understand why the company Yoast is being attacked, why the #yoastcon is being used for something the person Joost did 10 years ago. Our company and our company culture is nothing like the tweets imply.</p></blockquote>\n<p>van de Rakt also referenced <a href=\"https://medium.com/@gisele_navarro/dear-seo-industry-we-need-to-talk-about-elitism-and-sexual-harassment-23a338e56e73\" rel=\"noopener\" target=\"_blank\">a post from Gisele Navarro</a>, a woman who has been working in the SEO industry for 10 years. </p>\n<p>“I totally agree with Gisele that the SEO industry was not welcoming to women ten years ago,” van de Rakt said. “And although some things may have changed, I still think that the SEO industry has a long way to go. I also think that the problem is much bigger than the SEO industry.”</p>\n<p>After the tweets and videos began circulating on the #YoastCon hashtag, the @yoast Twitter account was quietly scrubbed of potentially offensive tweets. The total tweet count for the account was 44.1K on January 31, 2019.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-19-at-2.26.36-PM.png?ssl=1\"><img /></a></p>\n<p>On February 8, 2019, the account’s total tweets were slashed to 10.7K. Approximately 33,000 tweets have been deleted in the wake of this controversy.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/02/Screen-Shot-2019-02-19-at-2.25.49-PM.png?ssl=1\"><img /></a></p>\n<p>Some of the tweets were still available via the Internet Archive Wayback Machine during the height of the controversy and screenshots were shared widely.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">No seriously, fucking don’t try and excuse behaviour like this. (9/41) <a href=\"https://t.co/DoK1zOl3p2\">pic.twitter.com/DoK1zOl3p2</a></p>\n<p>— Tom Rayner (@tjprayner) <a href=\"https://twitter.com/tjprayner/status/1093500855771426816?ref_src=twsrc%5Etfw\">February 7, 2019</a></p></blockquote>\n<p></p>\n<p>One recipient of the tweets, Lisa Barone, <a href=\"https://twitter.com/LisaBarone/status/1093260184133210112\" rel=\"noopener\" target=\"_blank\">dismissed them as “friends being stupid</a>,” but de Valk’s wife, Marieke van de Rakt, admitted in her recent post that the tweets and videos were hurtful to her. Since the tweets were public, many onlookers said they felt uncomfortable reading these types of interactions within a professional context. </p>\n<p>Navarro’s post described how the tweets made her feel as an outside onlooker working in the male-dominated SEO industry: </p>\n<blockquote><p>I don’t know the story behind the ‘friendly and consensual sexual banter’ (as someone called it) of those tweets so I’ve got zero context on how the conversations led to Joost saying things like:</p>\n<p><i><strong>‘I bet you’d look good, even when pregnant ;-)’</p>\n<p>‘Ahem, why are you not naked indeed?’</p>\n<p>‘Nothing beats a yummy young mummy :)’</strong></i></p>\n<p>When I read those tweets, that was all I could think of – Decades of obscenities been pushed on me by men who thought that was normal, acceptable behavior.</p>\n<p>I thought about how much it would have crushed me back then if someone I respected were to have said something like that to me. I wondered if I would still be part of the SEO community had that happened.</p>\n<p>I imagined how would I have felt if before or after that tweet, I were to have been an attendee at SEOktoberfest surrounded by Playboy escorts who touched themselves looking at the camera while I was having a beer in a corner, trying to network my way to a job interview at an agency I loved.</p></blockquote>\n<p>After the tweets and videos began to get attention on the #YoastCon hashtag, many in the SEO industry dismissed the content as an attack orchestrated by trolls who they alleged are also guilty of harassment. Several spoke out against David Cohen in particular, who had originally started the controversy by unearthing the old content, describing him as the person behind other troll accounts known for sending harassing tweets. </p>\n<p>Regardless of how the old content came to light on Twitter, both Joost de Valk and Yoast CEO Marieke van de Rakt have admitted that the tweets and videos are indefensible and not representative of their company’s current push to empower women.</p>\n<p>Navarro’s post calls readers to look at the tweets and videos from the perspective of someone working in the SEO industry, wondering if they should attend conferences after seeing leaders and role models behaving this way:</p>\n<blockquote><p>To those of you who are defending the SEO personality that is Joost: remove the so-called SEO trolls and #YoastCon from the picture, go through the tweets and ask yourself how would YOU feel if someone you look up to says those things to you on a public forum. Would you feel comfortable attending a conference knowing this person would be there? Would you want him to be your boss? Would you feel safe around this person? Would you have anybody to talk to about what happened and how you felt? Would you even bring it up?</p></blockquote>\n<p>The #YoastCon Twitter controversy has had the positive effect of highlighting behavior and public communication styles that need to be addressed in order to create a more welcoming and diverse SEO industry. In spite of the recent challenges, van de Rakt said she is hopeful that her company can continue working towards creating “an atmosphere at conferences that is friendly for all people, regardless of their gender.” On this Navarro and van de Rakt both agree – the conditions for women working in the SEO industry are ripe for improvement.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Feb 2019 05:22:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WPTavern: Alex Mills Ends His Battle With Leukemia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87400\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wptavern.com/alex-mills-ends-his-battle-with-leukemia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5232:\"<p>Today, we are reminded that life is fleeting and that plugins, themes, and WordPress itself is built and maintained by humans. Alex (Viper007Bond) Mills <a href=\"https://alex.blog/2019/02/18/leukemia-has-won/\">announced</a> that he is ending his fight with Leukemia. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Due to liver inflammation and<a href=\"https://en.wikipedia.org/wiki/Graft-versus-host_disease\"> GvHD,</a> the liver is too damaged to continue with treatment and there are no further options. I don’t want to spend the rest of my time in the hospital so I am choosing to remain at home where I can be comfortable with family and friends.</p><cite>Alex Mills</cite></blockquote>\n\n\n\n<p>Mills is encouraging members of the WordPress community to fork and maintain <a href=\"https://profiles.wordpress.org/viper007bond/#content-plugins\">his open-source plugins</a>. Mills thanked his co-workers, members of the WordPress community, and his car friends for enriching his life. It’s a somber read knowing it’s coming from a person who is still alive but knows that their time is near.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I want to thank everyone who has given me moral support through these difficult times. It has meant a lot hearing all of the love and support pour in from my friends and colleagues from around the world. I have been so grateful for all of the opportunities that have been given to me in my life, professionally and personally. </p><p>Automatticians have really helped me grow professionally by giving me an amazing career for the past nine years. My car friends have helped me grow socially and provided me so many good memories and life experiences. The people that I have gotten to know in the WordPress community have been very supportive as well. I am amazed by how many friends I have made and how much they have been there for me. They all have enriched my life and helped me grow as a person. </p><cite>Alex Mills</cite></blockquote>\n\n\n\n<p>Mills is the author of the <a href=\"https://alex.blog/wordpress-plugins/regenerate-thumbnails/\">Regenerate Thumbnails</a> plugin, has been a long-standing member of the WordPress community, and is the founder of <a href=\"https://forums.finalgear.com/\">FinalGear</a>, a forum community fan site devoted to <a href=\"https://www.topgear.com/\">Top Gear</a>. The community may have played a role in bringing the show to the US. </p>\n\n\n\n<p>Members of the FinalGear community are <a href=\"https://forums.finalgear.com/threads/cancer-sucks.3555473/page-2\">weighing in</a> on the news. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>FinalGear has been a big part of my life for just over 13 years now, that’s damn near half of my life. It’s an incredible community that we’ve built up over the years, spawned from Viper’s work. </p><p>I’m really thankful that I stumbled across the community all that time ago and was able to get to know him, even having the pleasure of spending a weekend with him at the Ringmeet in 2015. Thanks to him, petrolheads who would otherwise probably never have met are regularly traveling the world together and he’ll always be there.</p><p>Fuck. Cancer.</p><cite><a href=\"https://forums.finalgear.com/threads/cancer-sucks.3555473/post-3557852\">Matt2000</a></cite></blockquote>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>A huge number of us owe Alex a massive ‘thank you’ for the FG Community. I speak from the heart when I say I have made lifelong friends from across the globe and enjoyed trips and experiences that I couldn’t have dreamed of 10 years ago. None of that would have happened had I not been searching for an obscure piece of music from a TG episode and stumbled into this place. </p><cite><a href=\"https://forums.finalgear.com/threads/cancer-sucks.3555473/post-3557853\">MWF</a></cite></blockquote>\n\n\n\n<p>Some of you may remember the <a href=\"https://alex.blog/2016/07/04/vipers-video-quicktags-wordpress-plugin-discontinued/\">Viper’s Video Quicktags</a> plugin created more than 10 years ago. It was essentially the precursor to native oEmbed support that arrived in WordPress in 2016. </p>\n\n\n\n<p>If you have benefited from Mill’s code, work, or have been positively impacted by him in any way, please let him know by commenting on <a href=\"https://alex.blog/2019/02/18/leukemia-has-won/\">this blog post</a>. Mills is in a unique position to see, read, and hear how much of an impact he’s had on so many people throughout his life and we’re in a unique position to tell him. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>Alex, thank you for your contributions to open-source, for being an early member of the WPTavern forum, and a supporter of the site. Throughout all of these years, I pronounced your nickname as Viperbond007 instead of Viper007Bond. It rolled off the tongue easier heh. I wish I could have gotten a ride in that sweet Viper you picked up a few years ago. Getting that Viper is something that I know was a lifelong dream of yours. </p>\n\n\n\n<p>Please enjoy the time you have left with as little pain as possible and I’ll meet you on the other side. Please leave the light on for me. <br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Feb 2019 00:24:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Bootstrap Patches XSS Vulnerability in Versions 4.3.1 and 3.4.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87368\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wptavern.com/bootstrap-patches-xss-vulnerability-in-versions-4-3-1-and-3-4-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2290:\"<p>Bootstrap has released <a href=\"https://blog.getbootstrap.com/2019/02/13/bootstrap-4-3-1-and-3-4-1/\" rel=\"noopener\" target=\"_blank\">versions 4.3.1 and 3.4.1</a> to patch an XSS vulnerability (CVE-2019-8331) that was reported to the <a href=\"https://www.drupal.org/project/bootstrap\" rel=\"noopener\" target=\"_blank\">Bootstrap Drupal project</a> by a developer and then responsibly disclosed to the Bootstrap development team. The vulnerability specifically affects usage of the tooltip and popover features: </p>\n<blockquote><p>Earlier this week a developer reported an XSS issue similar to the data-target vulnerability that was fixed in v4.1.2 and v3.4.0: the data-template attribute for our tooltip and popover plugins lacked proper XSS sanitization of the HTML that can be passed into the attribute’s value.</p></blockquote>\n<p>The fix includes a new JavaScript sanitizer that allows only whitelisted HTML elements in the data attribute. Developers can modify Bootstrap’s sanitization implementation or customize their own function. In addition to patching the vulnerability, Bootstrap has published new sanitizer documentation for versions <a href=\"https://getbootstrap.com/docs/4.3/getting-started/javascript/#sanitizer\" rel=\"noopener\" target=\"_blank\">4.3</a> and <a href=\"https://getbootstrap.com/docs/3.4/javascript/#js-sanitizer\" rel=\"noopener\" target=\"_blank\">3.4</a>. </p>\n<p>According to data from <a href=\"https://trends.builtwith.com/docinfo/Twitter-Bootstrap\" rel=\"noopener\" target=\"_blank\">BuiltWith</a>, Bootstrap is used by approximately 16% of the internet. It is also used widely in WordPress plugins and themes. There are <a href=\"https://wordpress.org/plugins/search/bootstrap/\" rel=\"noopener\" target=\"_blank\">hundreds of listings in the WordPress.org Plugin Directory that implement Bootstrap</a> in one way or another. Many of them have not been updated for months or even longer than a year. It’s tough to say which ones may be affected by this vulnerability, as it depends on how the plugin author has implemented Bootstrap and, in some cases, what the users have decided to output to the frontend. If you have a plugin or theme that uses Bootstrap, it may be worth getting in touch with the author to see if a security update will be necessary.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Feb 2019 19:54:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Dev Blog: WordPress 5.1 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6585\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2019/02/wordpress-5-1-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3060:\"<p>The second release candidate for WordPress 5.1 is now available!</p>\n\n\n\n<p>WordPress 5.1 will be released on <a href=\"https://make.wordpress.org/core/5-1/\"><strong>Thursday, February 21</strong></a>, but we need <em>your</em> help to get there—if you haven’t tried 5.1 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.1-RC2.zip\">download the release candidate here</a> (zip).</p>\n\n\n\n<p>For details about what to expect in WordPress 5.1, please see the <a href=\"https://wordpress.org/news/2019/02/wordpress-5-1-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>This release includes the final About page design. It also contains fixes for:</p>\n\n\n\n<ul><li>New WordPress installs not setting the database table prefix correctly (<a href=\"https://core.trac.wordpress.org/ticket/46220\">#46220</a>).</li><li>A HTTP error occurring when opening browser developer tools (<a href=\"https://core.trac.wordpress.org/ticket/46218\">#46218</a>).</li><li>The legacy media dialog having incorrect pagination link styling (<a href=\"https://core.trac.wordpress.org/ticket/41858\">#41858</a>).</li><li>The comment form not appearing when clicking “Reply” on comments loaded via Ajax (<a href=\"https://core.trac.wordpress.org/ticket/46260\">#46260</a>).</li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.1 and update the <em>Tested up to</em> version in the readme to 5.1. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The WordPress 5.1 Field Guide has also been published, which goes into the details of the major changes.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">WordPress 5.1 Field Guide</a></blockquote>\n</div>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>WordPress Five Point One:<br /> It’s so slick, shiny, and new.<br /> Lands in a few days!</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Feb 2019 02:58:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"Post Status: Children say his superpower is love: an interview with Topher DeRosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=54809\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://poststatus.com/children-say-his-superpower-is-love-an-interview-with-topher-derosia/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18910:\"<p>Topher may be best known for HeroPress, which has published autobiographical essays from members of the WordPress community every month since March 2015. He took some time to reflect on HeroPress and recount his own path to WordPress, the long and winding road of freelancing, and his role as a developer evangelist for BigCommerce.</p>\n<p><strong>DK: How did you first got into programming, the web, and WordPress?</strong></p>\n<p><strong>TD:</strong> Getting into programming is a long slow story. Someone mentioned the other day how they learned HTML through View Source, and I did that as well, but then it occurred to me that I learned how to do <em>that</em> through WordPerfect’s “View Codes.” Same idea, different platform.</p>\n<p>The college that I went to had a VAX/VMS computer network for the whole campus. Dumb terminals with either green or orange letters hooked up to a computer that was probably five feet tall, eight feet long, and about four feet wide. It could do email so that we could send an Electronic Message all the way across campus! It was incredible. Then I was told we were going to be connected to The Internet. I remember where I was standing, and who I was talking to when I said the words “What’s the Internet?”</p>\n<p>A year later we got a World Wide Web client installed, called Lynx. It took me a while to figure out why it was better than Gopher, but then I loved it. One day a friend said, “Hey, look what I made!” and he had made his own web page. I was floored. He said, “You should do it too!” I said “No, I could never figure that out” to which he responded, “Sure, let me show you.” That right there summarizes how I’ve tried to treat new people in my profession.</p>\n<p>He showed me how HTML worked, and I learned every single HTML tag in about an hour. There were only about 30 tags, and the H tags were six of them.</p>\n<p>Within a year people were paying me to build web pages. (Here’s <a href=\"https://topher1kenobe.com/wp-content/uploads/2015/02/cornerstone_college_website_lynx.png\">a screenshot of my first paid web gig</a>.)</p>\n<p>I did plain HTML for a number of years. <a href=\"https://en.wikipedia.org/wiki/Server_Side_Includes\">Server Side Includes</a> came and went. In 1997 someone asked me to build a site with <a href=\"https://en.wikipedia.org/wiki/PHP#Early_history\">PHP/FI 2.0</a>, so I went home from work, went to <a href=\"http://devshed.com/\">devshed.com</a> and looked up an article on how to do that, thus starting my career as a PHP developer.</p>\n<p>A couple of years later “cascading style sheets” looked like they were here to stay and I picked those up and became a “full stack developer” though no-one used that phrase back then. I was a Webmaster.</p>\n<p>When WordPress was first released, I was working at a University, teaching a class on the side for fun. It was Intro to Web Development. Each student had to do a project, so I decided to take one on as well. I built a blogging system to compete with WordPress. To my knowledge, one other person used it, ever. But I used it for about ten years. I didn’t really like WordPress back then because it really WAS “just for blogging.” Trying to make it do other things was hard.</p>\n<p>But then came WordPress 3.0 with Custom Post Types, and everything changed. WordPress morphed into a real CMS with that one version.</p>\n<p>In 2010 I went freelance (on purpose!) about the same time 3.0 came out, and I immediately started using it, and haven’t really used anything else since.</p>\n<p><strong>DK: I’m curious, how did you come by the nickname “Topher?” Is there a good story there?</strong></p>\n<p><strong>TD:</strong> When I was three, my Aunt was babysitting, and she asked me if I knew what my middle name was. I knew my first name was Chris, last name DeRosia, and full name Christopher DeRosia, so I assumed Topher was my middle name. She laughed and wrote it on the fridge notebook and called my Grandma etc. I still have the paper she wrote it on. People called me Topher very occasionally until college when there were four Chris’ on my dorm floor. We each picked something, and I’ve been 100% Topher ever since. When I was young and vain, I considered making it a mononym, but… such a nerd.</p>\n<p><strong>DK: What have you learned from HeroPress over time? Did it surprise you in any way, what people had to say? What do you think about people and groups on the “fringe” of the WordPress community today? Who/what are we (North Americans) least attentive to/aware of?</strong></p>\n<p><strong>TD:</strong> I read your question about what I’ve learned from HeroPress over time and then sat in my chair for a good ten minutes just thinking about everything. HeroPress has become so pervasive in my personal relationships with people that it’s hard for me to separate these days. I never thought I would be such close friends with people so far away. People I laugh with, cry with, talk long into the night, have days-long conversations on Twitter.</p>\n<p>Most times when I approach someone about being a contributor I have some idea of their background, so while surprises happen they’re not usually too big. One time that really blew my mind though was at WCUS in Philly. A speaker looked like a good candidate, and so without knowing anything about her, I approached her in the hall and introduced myself. I asked if I could tell her about my project, HeroPress, and she agreed. About 20 seconds into my pitch she started sobbing. Deeply and loudly. I was literally speechless. As it turns out she had a story that needed to be told, a story that started with a family leaving her country of origin when she was very young, and all the things that happened to her after that. I cried then with her, and I’m crying a little bit now as I write it. I will always say that HeroPress has affected me personally more than anyone else in the world.</p>\n<p>I’ve learned that people are diverse, so I can’t say anyone is like X or wants Y because of my perception of where they live. Some poor people want money. Some don’t. Some people want freedom. Some never think about it. It doesn’t matter where they live or what they have; I can never assume about them.</p>\n<p>I have noticed that wealthier people tend to forget they’re wealthy and take it for granted. They usually don’t feel wealthy. One WordPress person might say “I’m a little short on cash this year, I’ll only go to one WordCamp.” Another WordPress person might say “I wish attending WordCamp didn’t cost two years salary.” Or perhaps “I wish people I don’t know didn’t think I was a terrorist, so I could go learn.” I feel so flippant sometimes. I want to learn something, so I spend $100 on an online class. My friend wants to learn the same thing, and $100 is six months salary. Even in wealthy nations like America, where our poorest are among the richest internationally, WordCamp is a couple of months rent, or gas, or electricity.</p>\n<p>I could write for a long time, but it has been impressed upon me the difference in life choices between the haves and the have nots.</p>\n<p><strong>DK: How do you look at your freelance career now? What kind of work did you do? And how did that path lead to Sandhills, Modern Tribe, and now BigCommerce?</strong></p>\n<p><strong>TD:</strong> I started freelancing in college, though I didn’t know that’s what it was called, or even that people actually did it for a living. I was just picking up odd jobs. After I graduated, rather than get a Real Job, I just kept taking contracts. A few months after graduation I took a three-month contract with Kellogg’s and built their first intranet web site. Netscape 3 was the hotness at the time.</p>\n<p>After that, I took a real job at a hosting company of sorts, and I was there until 2000 when I took a job at my old university running their radio station websites for ten years. I never quit freelancing on the side though. Always there was someone emailing me saying “Hey, my brother’s wife’s uncle’s nephew says you do internet. Can you help?” Or worse “Hi there, someone told me you know web stuff, my username and password are *****. Can you help?”</p>\n<p>Over Christmas break in 2009, my wife and I were talking, and I realized I had spent all of every evening working on side work for two years <em>solid</em>. I was spending eight hours a day at work making $25/hr (granted, with benefits etc.) and three hours every evening making $65/hr. We reasoned that if I got that day job out of the way and managed four billable hours a day, we’d be in about the same position. Except I wouldn’t be at the office eight hours a day (nine if you include driving) and I’d get my evenings back. What’s not to like? <a href=\"https://topher1kenobe.com/freelance-freedom/\">So in February 2010, I was done</a>.</p>\n<p>People often ask me “How do you know when it’s time to freelance?” The answer is, start now, on the side. When you’re making enough that the day job is getting in the way, fire it.</p>\n<p>As for what kind of work I did, there’s some irony. Before 2010 I did all custom PHP/MySQL/HTML/CSS stuff. 2010 is when WordPress 3.0 came out and changed everything. I did only WordPress after that. So the metric I had based my freelance career on changed as soon as I started full time. But it worked out.</p>\n<p>I wasn’t very good with WordPress when I started, but I was a very good PHP dev, so I quickly learned how to mess with custom post types. Most implementors didn’t know how but needed them, so I did a <i>lot</i> of work for other WordPress devs. I would say the majority of my freelance work since 2010 has been building doodads for other WordPress developers, as opposed to building websites.</p>\n<p>Somewhere around 2011, a client talked me into joining their startup. I become CTO, and it was sort of a Real Job. Then we took investment and became a really Real Job. <a href=\"https://www.crunchbase.com/organization/varsity-news-network\">Varsity News Network</a> is still going today. While there I built a monolithic plugin that did everything I could think of — it was ridiculous. It was my first plugin, and it showed. It was decently secure and whatnot, but I didn’t fully understand hooks and filters, and the whole thing was a bit of a mess. But who doesn’t look at their code from eight years ago and cringe?</p>\n<p>I didn’t really enjoy my time there, and my partner knew it, so in the summer of 2013 he took me out to breakfast and fired me. It was awkward because that meant I didn’t have a job or insurance anymore, but he was right, I didn’t want to be there. It also meant I had to go tell my wife that we were out of work.</p>\n<p>There were some upsides, however. My partner went to bat for me with the board and got me my stock options, without having to work six more months to vest them. Also, there was a New Thing in the WordPress world: agencies. I’d been hearing about one called 10up, and I knew there were others. By this time I knew some people in the WordPress world, and I felt pretty confident I could get a job fast. I emailed a friend at 10up, and he said, “You need to talk to Jake.” So a few minutes later I was talking Jake at 10up. He gave me some advice and gave me a test to take to see if I’d fit in there. I’m going to skip ahead here, because the next few months are an interesting story in and of themselves, and it would make this tome even more epic.</p>\n<p>Long story short, <a href=\"https://topher1kenobe.com/new-job/\">I started a trial with X-Team in November of 2013</a> and went full time in January. I worked there until the fall of 2013 when Dave Rosen, the owner of X-Team/XWP approached me about <a href=\"https://heropress.com/about/\">starting HeroPress</a>. HeroPress took about four months to fail, and during that time several people approached me and said “If this doesn’t work out, come see me,” which was a very nice safety net.</p>\n<p>Of course, it did fail. <a href=\"https://topher1kenobe.com/moving-forward/\">I went and saw Pippin Williamson</a> and worked for him writing docs for about a year and a half. In the spring of 2016, I wasn’t very happy writing docs. Pippin was great, the company was great, but I just didn’t fit well. I heard Peter Chester from Modern Tribe talk about how they work, and getting back to coding sounded like just the thing to me. <a href=\"https://topher1kenobe.com/a-new-job-at-modern-tribe/\">I worked there for about five months</a>. Some miscommunication during hiring put me in a position I was ill-suited for, and it wasn’t good for either of us.</p>\n<p>After that, <a href=\"https://topher1kenobe.com/a-grand-experiment/\">I joined with Tanner Moushey for about a year</a> to spin up a WordPress agency. In typical startup fashion it was a lot of hard work and not quite enough pay for either of us, so we ended that at the beginning of 2018, and I had to decide what I wanted to do next.</p>\n<p>I freelanced for about six months. What I really wanted was a community job — something where I did a lot of shaking hands and kissing babies.</p>\n<p>Then at 11:33 PM on June 11th, my friend Luke sent me this in Slack:</p>\n<p><img class=\"aligncenter size-full wp-image-54974\" src=\"https://cdn.poststatus.com/wp-content/uploads/2019/02/topher-sms.png\" alt=\"\" width=\"1294\" height=\"152\" /></p>\n<p>This may come as a surprise to you, but I WAS interested. A week later they made an offer, and I accepted. <a href=\"https://topher1kenobe.com/a-dream-job/\">I started at BigCommerce on my birthday, 17 July</a>.</p>\n<p><strong>DK: So do you get to do a lot of shaking hands and kissing babies as a WordPress Developer Evangelist?</strong></p>\n<p><strong>TD:</strong> A lot of shaking hands, not too many babies yet, which is sad, I love babies. <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> I’ve been tasked with going to twenty WordCamps in 2019, and I travel in person to at least one Meetup per month. On top of that, I spend a ton of time talking with people on Slack, Twitter, Hangouts, etc.</p>\n<p><strong>DK: Tell us about the good news of headless eCommerce.</strong></p>\n<p><strong>TD:</strong> The joys of headless eCommerce are many.</p>\n<ul>\n<li>You build the presentation layer of your store in whatever language you’re most comfortable with. With a good enough API, the language really doesn’t matter. PHP, .Net, React, Rails, whatever you want. If you change your mind two years later, fine, your store is all still there with everything important still configured.</li>\n<li>It makes your website much more modular. By this, I mean that you can build a website and connect it to your store. Then you can build <em>another</em> website and also connect it to your store. Then a mobile app. Then Amazon, or eBay, or Facebook.</li>\n<li>It leaves the hardest parts of eCommerce to people who do nothing else but that. They know all the intricacies of PCI compliance, they have entire teams dedicated to security, and there’s 24/7 support</li>\n<li>A SaaS typically has quite a bit of leverage with third-party services like shippers and credit card processors. This means they can not only get solid integrations but also at prices you can afford. For example, BigCommerce has a deal with Braintree to offer the lowest PayPal rates anywhere. A SaaS has the power of volume when negotiating on your behalf with third-party services. There’s huge value in that.</li>\n</ul>\n<p><strong>DK: Is BigCommerce unique in the WordPress space?</strong></p>\n<p><strong>TD:</strong> Depends on how you define it. <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> There are other eCommerce plugins, and there are other SaaS plugins. There’s even a Shopify plugin that works over API just like BigCommerce. That said, Shopify’s API handles two requests per second out of the box, whereas BigCommerce’s does 400 per second. I think if you want to look at the purely SaaS angle, plugins like OptinMonster and Kraken.io started the movement. I think larger companies like BigCommerce are going to help turn the tide toward heavy SaaSification (<a href=\"https://twitter.com/mor10/status/1084887261471072257\">that’s a @Mor10 term</a>).</p>\n<p><strong>DK: Are developers or site owners hesitant to move inventory to an API-first service where pricing is based on fixed API call limits? Or is this what the future of WordPress looks like, as a Digital Experience Platform?</strong></p>\n<p><strong>TD:</strong> We haven’t seen that with the developers who use our platform most. The most traffic we’ve ever gotten is a small fraction of what our theoretical limits are on the API, so there hasn’t been any concern there. Mostly what we’ve seen is excitement about being able to break out of our built-in Stencil framework and build without limits, while keeping the core power of the eCommerce platform. (Here’s <a href=\"https://firewiresurfboards.com/\">a simple example</a>.) There’s a simple form where you can put in your weight and skill level, and it will tell you your surfboard volume. In WordPress, that’s ridiculously simple, but in Stencil, on BigCommerce it would be really hard. Putting WordPress on the front end of BigCommerce gives the benefits of both platforms.</p>\n<p>Something that has really surprised me is the excitement of agencies that have been working in Stencil on BigCommerce for years. Most of them also do WordPress sites, and they are <em>thrilled</em> at the possibilities. I know of more than one agency that is giving up all other eCommerce options (like Magento or Shopify) to go exclusively BigCommerce on WordPress. It’s very exciting.</p>\n<p><strong>DK: What do you do when you’re not working to relax or to decompress when you’re off work?</strong></p>\n<p><strong>TD:</strong> I typically spend time with my family watching TV or playing games. I do have a personal vice; I play a few video games. I don’t consider myself a gamer, but there are a few I like, and I’ll occasionally take a few hours in the evening and play. <img src=\"https://cdn.poststatus.com/wp-content/uploads/2015/10/cropped-logo-blue-192x192.png\" width=\"16px\" height=\"16px\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Feb 2019 22:30:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Amazon Introduces Blog Blueprint to Deliver WordPress Posts as Audio on Alexa\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87304\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/amazon-introduces-blog-blueprint-to-deliver-wordpress-posts-as-audio-on-alexa\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4326:\"<p>Last week Amazon launched <a href=\"https://blueprints.amazon.com/\" rel=\"noopener\" target=\"_blank\">Alexa Skill Blueprints</a> that allow anyone to publish new skills to the Alexa Skills Store without having to have any coding knowledge. The blueprints are templates that provide a starting point where users can create a new skill by filling in the blanks and then publish it to the store for US customers. </p>\n<p>This first round of blueprints is targeted at content creators, bloggers, and organizations. It includes blueprints for personal trainers, flashcards, facts, quizzes, and a fable blueprint for storytellers. There are also new blueprints available called University and Spiritual Talks for live and recorded audio content from institutions and organizations.</p>\n<p>Amazon has also created a blueprint specifically for WordPress blogs. It works in connection with the <a href=\"https://wordpress.org/plugins/amazon-polly/\" rel=\"noopener\" target=\"_blank\">Amazon AI Plugin for WordPress</a> to read blogs aloud on Alexa-enabled devices. Setup is not trivial but it is much easier for users than having to create their own blueprints from scratch.</p>\n<h3>How to Get Alexa to Read Your WordPress Blog Aloud</h3>\n<p>According to Amazon’s announcement, the new <a href=\"https://blueprints.amazon.com/bp/amzn.ask.bp.560100e2-ff88-496b-846c-6fb44445d5d0\" rel=\"noopener\" target=\"_blank\">WordPress blog blueprint</a> converts posts into speech and creates an audio RSS feed:</p>\n<blockquote><p>The Amazon AI Plugin for WordPress is a sample application that enables WordPress bloggers to easily convert their blog posts into speech by leveraging Text-to-Speech (TTS) and translation tools provided by Amazon. Bloggers can generate an audio feed (RSS feed) for text-based blog content, and simply add this to the new Blog blueprint to create and publish their own Alexa skill.</p></blockquote>\n<p>If you want to get this working for your WordPress blog, the first step is to install the official <a href=\"https://wordpress.org/plugins/amazon-polly/\" rel=\"noopener\" target=\"_blank\">Amazon AI Plugin for WordPress</a>. Follow the instructions on the <a href=\"https://blueprints.amazon.com/bp/amzn.ask.bp.560100e2-ff88-496b-846c-6fb44445d5d0\" rel=\"noopener\" target=\"_blank\">Blog skill blueprint</a> page. The plugin will generate an RSS feed that you will enter into your skill content section. It also needs to be configured with the AWS access key, secret key, and AWS region. There are options available for specifying a post type, enable logging, audio player settings, the ability to exclude certain tags from generating audio, translations, audio excerpts, and more.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/02/amazon-plugin-for-wp.png?ssl=1\"><img /></a></p>\n<p>After setting up the plugin, you can complete the blueprint by customizing the welcome messages, naming the skill, and publishing it to the Alexa Skills Store, as demonstrated in the video below. Anyone with an Alexa-enabled device can then have Alexa read your RSS feed to them.</p>\n<p></p>\n<p>Amazon also introduced a new blueprint for creating flash briefing skills, which include short-form content in the form of an audio feed. This format lends itself well to local weather reports, news and sports updates, and other information that can be quickly communicated via an audio update. This may be another option that WordPress news site owners may want to consider. The <a href=\"https://blueprints.amazon.com/bp/amzn.ask.bp.0758a769-9b10-4089-9679-1791ee6bfa5f\" rel=\"noopener\" target=\"_blank\">flash briefing skills</a> page has instructions for creating one and there is also an unofficial WordPress plugin called <a href=\"https://wordpress.org/plugins/wp-alexa-flash-briefing/\" rel=\"noopener\" target=\"_blank\">WP Alexa Flash Briefing</a> that has its own Alexa skill already set up.</p>\n<p>If you want to go one step further and manage your WordPress blog with Alexa, the unofficial <a href=\"https://wptavern.com/blog-helper-an-alexa-skill-for-managing-a-wordpress-blog-with-your-voice\" rel=\"noopener\" target=\"_blank\">Blog Helper skill</a> will enable you to log new drafts and moderate comments. It’s available on <a href=\"https://github.com/cfinke/Blog-Helper\" rel=\"noopener\" target=\"_blank\">GitHub</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Feb 2019 21:46:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"WPTavern: Matt Mullenweg Publishes TED Talk on the Future of Work, Prepares to Launch New Distributed.blog Website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87306\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"https://wptavern.com/matt-mullenweg-publishes-ted-talk-on-the-future-of-work-prepares-to-launch-new-distributed-blog-website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3617:\"<p>Matt Mullenweg is teasing out a new website at <a href=\"https://distributed.blog/\" rel=\"noopener\" target=\"_blank\">distributed.blog</a> with the tagline “The future of work is here.” It’s not clear yet whether subscribers to the mystery blog will be on board for blog posts, a new podcast, or a book promotion, but the site has piqued curiosity.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">This should be fun… (take 2 with working form) <a href=\"https://t.co/RpAfb8jvg5\">https://t.co/RpAfb8jvg5</a></p>\n<p>— Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1095843491077214208?ref_src=twsrc%5Etfw\">February 14, 2019</a></p></blockquote>\n<p></p>\n<p>Mullenweg recently recorded a talk for TED’s new video series, <a href=\"https://www.facebook.com/watch/?v=294277961234005\" rel=\"noopener\" target=\"_blank\">The Way We Work</a>. Over the past 14 years since founding Automattic, he has become an expert and an industry advocate for distributed work, having grown the company to more than 800 employees. In the video he said he prefers the term “distributed” over “remote,” as remote implies there are some people who are central and some who are not.</p>\n\n<div class=\"wp-block-embed__wrapper\">\n<div id=\"fb-root\"></div>\n<p>&version;</p>\n<div class=\"fb-video\">\n<blockquote cite=\"https://www.facebook.com/TEDsTheWayWeWork/videos/294277961234005/\" class=\"fb-xfbml-parse-ignore\"><p><a href=\"https://www.facebook.com/TEDsTheWayWeWork/videos/294277961234005/\">Why Working from Home Is Better for Business</a></p>\n<p>This company is so dedicated to remote working that they literally don't have an office. Here's why a \"distributed\" workforce is better for business — and employees:</p>\n<p>Posted by <a href=\"https://www.facebook.com/TEDsTheWayWeWork/\">The Way We Work</a> on Monday, January 14, 2019</p></blockquote>\n</div>\n</div>\n\n<p>When I first started working as a developer from home in 2008, many of my friends and family didn’t believe I had “a real job.” People would often say things like, “Remind me what it is that you do at home all day…?” Sometimes I would even receive honest questions from incredulous friends, asking, “Why don’t you go find a real job?” The culture of remote and distributed work is still not widely understood 11 years later but it is slowly improving.</p>\n<p>“I think a distributed work force is the most effective way to build a company,” Mullenweg said. “The key is that you have to approach it consciously. I believe that talent and intelligence are equally distributed throughout the world but opportunity is not.” Large tech companies, along with more traditional style companies, still struggle to get on board with this way of working. </p>\n<p>Mullenweg’s TED talk explains a few advantages of distributed work. He also anticipates responses from managers in traditional work environments, who might say, “Sure, that may work for all you fancy tech folks but not for us.” Mullenweg outlines a few tips for getting started, such as documenting everything, increasing communication online, and experimenting with collaboration tools. </p>\n<p>Automattic was the first WordPress company to operate a completely distributed workforce. Many other product companies, hosts, and agencies have followed suit. Remote and distributed teams have now become so common in the WordPress ecosystem that many who have experienced this way of working can never return to their old way of life.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2019 19:02:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: WPBrigade Patches Critical Vulnerability in Simple Social Buttons Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87279\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/wpbrigade-patches-critical-vulnerability-in-simple-social-buttons-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1750:\"<p><a href=\"https://wpbrigade.com\" rel=\"noopener\" target=\"_blank\">WPBrigade</a>, the developers behind the <a href=\"https://wordpress.org/plugins/simple-social-buttons/\" rel=\"noopener\" target=\"_blank\">Simple Social Buttons</a> plugin, have patched a critical privilege escalation vulnerability. The security issue was discovered by the team at WebARX. Developer and researcher Luka Šikić summarized the vulnerability in a <a href=\"https://www.webarxsecurity.com/wordpress-plugin-simple-social-buttons/\" rel=\"noopener\" target=\"_blank\">post</a> published this week:</p>\n<blockquote><p>Improper application design flow, chained with lack of permission check resulted in privilege escalation and unauthorized actions in WordPress installation allowing non-admin users, even subscriber user type to modify WordPress installation options from the wp_options table.</p></blockquote>\n<p>Simple Social Buttons is a plugin that makes it easy for users to add social buttons to posts, pages, archives, and, popups, fly-ins, and custom post types. More than 40,000 users have the free version of the plugin active on their sites. A commercial version is also available through the developer’s website.</p>\n<p>The plugin’s authors released version 2.0.22 the day after WebARX disclosed the vulnerability, but some site owners and agencies may not have heard about the security issue. Not everyone checks for updates automatically or even once per month. WPBrigade has not yet alerted users to the vulnerability on their blog or Twitter account. The only mention is in the plugin’s changelog, which states: “Enhancement: Fix security issue.” Users who see an update notice in their dashboards are advised to update immediately.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2019 06:04:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: WPWeekly Episode 345 – The Relationship Between Corporate Cash and Open Source Software\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=87276&preview=true&preview_id=87276\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/wpweekly-episode-345-the-relationship-between-corporate-cash-and-open-source-software\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2844:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss a <a href=\"https://mor10.com/on-the-corporate-takeover-of-the-cathedral-and-the-bazaar/\">thought-provoking post</a> published by Morten Rand-Hendriksen that takes a deep look at equity in open source software. Morten suggests that the mantra of <em>decisions are made by those who show up</em> be changed to <em>decisions are made by those who <strong>can afford</strong> to show up</em>.</p>\n<p>We talk about the relationship and influence money from businesses can have on open source software, especially if they’re employing someone to contribute to that project full-time. We discuss the pros and cons of financial contributions and whether or not WordPress could fall victim to progressing only at the whims of corporate sponsors.</p>\n<p>Near the end of the show, John provides an overview of what’s new in Sugar Calendar 2.0.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://twitter.com/benUNC/status/1092778708174286848\">PetersenMediaGroup is Relaunched </a></p>\n<p><a href=\"https://www.petersenmediagroup.com/\">https://www.petersenmediagroup.com/</a></p>\n<p><a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">WordPress 5.1 Field Guide</a></p>\n<p><a href=\"https://wptavern.com/gutenberg-5-0-adds-new-rss-block-amazon-kindle-embed-block-and-focalpointpicker-component\">Gutenberg 5.0 Adds New RSS Block, Amazon Kindle Embed Block, and FocalPointPicker Component</a></p>\n<p><a href=\"https://wptavern.com/gutenberg-blocks-design-library-offers-pre-built-page-designs-using-existing-core-blocks\">Gutenberg Blocks Design Library Offers Pre-Built Page Designs Using Existing Core Blocks</a></p>\n<p><a href=\"https://www.seroundtable.com/google-search-console-notifications-to-remove-google-plus-27107.html\">Google+ is shutting down in April with some APIs shutting down in March</a></p>\n<p><a href=\"https://sugarcalendar.com/version-2-0-beta-1-now-available-for-testing/\">Sugar Calendar 2.0 Beta Released</a></p>\n<p>The <a href=\"https://wordpress.org/plugins/dark-mode/\">Dark Mode plugin</a> developed by Daniel James is no longer a featured plugin.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, February 20th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #345:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Feb 2019 23:09:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Ultimate Blocks Plugin Adds Schema-Enabled Review Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87262\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/ultimate-blocks-plugin-adds-schema-enabled-review-block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2191:\"<p><a href=\"https://ultimateblocks.io/\">Ultimate Blocks</a>, one of the many Gutenberg block collections that have sprouted up, launched before WordPress 5.0 with eight blocks. The collection has since doubled in size, adding features like accordions, social sharing buttons, tabbed content, a progress bar, and star-ratings. Many block collections are loosely organized around serving a specific user demographic. This one is aimed at bloggers and marketers.</p>\n\n\n\n<p>Ultimate Blocks’ latest release includes Reviews, a new Gutenberg block that is unique to this plugin. It allows users to easily add rows of review criteria and will automatically calculate the cumulative star rating. Users can also edit the title of the review, author name, review summary, and call-to-action button.</p>\n\n\n\n<img />\n\n\n\n<p>One of the most interesting features of the plugin is that it is schema-enabled, which means that the reviews use a standard <a href=\"https://schema.org/\">schema for structured data</a> that can be easily read by applications like Google, Microsoft, Pinterest, and others. For example, when Google finds a schema-enabled review, it can display it as a rich <a href=\"https://developers.google.com/search/docs/data-types/review-snippet\">review snippet</a> with stars and other summary info. These snippets may appear in search results or in Google Knowledge Cards.</p>\n\n\n\n<p>It’s important to clarify that this block is for the site owner to write their own reviews. It’s not a block that adds a frontend form for visitors to leave reviews. It’s more useful for site owners who want a nice way to display their own reviews for books, movies, restaurants, or any other type of information.</p>\n\n\n\n<p>After testing the plugin, I was impressed by how the star rating calculations all work live inside Gutenberg while setting up the block. The back and frontend styles also match fairly well. The Reviews block is generic enough to be used for virtually any type of review a user wants to display. It would even more useful if the author expanded it to support frontend review submissions, which would allow users to create their own community review sites. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Feb 2019 20:34:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: Speaker Applications Now Open for 2nd Annual JavaScript for WordPress Conference, July 11-13, 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87220\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://wptavern.com/speaker-applications-now-open-for-2nd-annual-javascript-for-wordpress-conference-july-11-13-2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2477:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/02/JS-for-WP-conf-2019.jpg?ssl=1\"><img /></a></p>\n<p>Last year Zac Gordon organized a free virtual <a href=\"https://javascriptforwp.com/conference/\" rel=\"noopener\" target=\"_blank\">JavaScript for WordPress conference</a> and the event drew 1,200 live attendees. With attendance numbers higher than most WordPress conferences and hundreds more views on the videos published afterwards, Gordon considered it a success and committed to organize another event this year.</p>\n<p>The next edition is set for July 11-13, 2019, and has been expanded to feature three free days of talks, workshops, and contribution focused on JavaScript and WordPress. The goal for the event’s contributor day is to improve Gutenberg documentation. Applications for speakers and sponsors are now open and attendees can reserve their seats by signing up on the event’s <a href=\"https://javascriptforwp.com/conference/\" rel=\"noopener\" target=\"_blank\">website</a>.</p>\n<p>“The conference aims to cover intermediate and advanced topics (not so much beginner),” Gordon said. “Most of the talks are about latest trends of how JS and WP can be used together. Accessibility is really important, as is diversity in speakers. I’d love to have more folks share about cool things they do at work.” He said topics like headless WP, Gatsby, React, state management, Gutenberg, and blockchain are a few examples that seem to be popular in this space right now. Testing and internationalization are two topics that still need speakers.</p>\n<p>Gordon teaches both beginner and more advanced <a href=\"https://javascriptforwp.com/\" rel=\"noopener\" target=\"_blank\">courses</a> on JavaScript and Gutenberg development, giving him a unique window into the landscape of JavaScript education. After Gutenberg made its way into core, Gordon said folks “finally have a tangible reason to learn JavaScript.” </p>\n<p>“Also, I think folks are finding it easier than first thought,” he said. “A lot of folks have taken my Gutenberg Development Course with zero React or tooling experience and that served as a good introduction to it all.</p>\n<p>“At first Matt said, ‘Learn JavaScript Deeply.’ But at the last WCUS he said, ‘Learn Blocks Deeply.’ Luckily, I think it is becoming easier to learn what we need to know with JS and React and tools to get by.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Feb 2019 03:39:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: WordCamp Nordic to Host Workshop for Kids on March 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87229\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/wordcamp-nordic-to-host-workshop-for-kids-on-march-7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4786:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/02/kids-workshop-belgrade.jpg?ssl=1\"><img /></a>photo credit: Ivan Gatić</p>\n<p><a href=\"https://2019.nordic.wordcamp.org/\" rel=\"noopener\" target=\"_blank\">WordCamp Nordic</a>, a new regional WordCamp taking place in Helsinki, is just 23 days away. Organizers have <a href=\"https://2019.nordic.wordcamp.org/sessions/\" rel=\"noopener\" target=\"_blank\">published a list of 26 speakers and their sessions</a> this week. Topics include content design, entrepreneurship, security, leveraging AMP, WooCommerce, internationalization, Gutenberg, and general WordPress development.</p>\n<p>The event’s organizers are also embracing a growing trend of hosting a kids’ camp alongside the WordCamp to introduce younger attendees to the software. WordCamp Nordic is planning a <a href=\"https://2019.nordic.wordcamp.org/contributor-day/wordpress-workshop-for-kids/\" rel=\"noopener\" target=\"_blank\">free WordPress workshop for 20 kids</a> aged 8-14 that will be held Thursday, March 7, from 13:00 to 17:00. It will run at the same time and in the same venue as the WordCamp’s Contributor Day. Attendees will learn how to set up their own WordPress websites, choose a theme, and learn how to add text, galleries, videos, and other elements to the their sites.</p>\n<p>WordPress veteran Petya Raykovska is leading the kids’ workshop. She has <a href=\"http://petya.in/wordpress-workshop-for-kids-an-organiser-kit/\" rel=\"noopener\" target=\"_blank\">led similar workshops all over the world</a>, first in Bangkok 2017, followed by events in Belgrade, Sofia, Varna, and other locations. Demand for the kids’ workshops has grown in the past two years and Raykovska started receiving requests from other European WordCamp organizers to lead events at their camps. As a result, she has created an <a href=\"https://paper.dropbox.com/doc/WordPress-Workshop-for-Kids-organiser-kit-kxmOjjycWysa3jFYoaBTv\" rel=\"noopener\" target=\"_blank\">organizer kit</a> for others wanting to host their own WordPress workshops for kids.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Thank you to all the kids workshop volunteers at <a href=\"https://twitter.com/hashtag/WCSOF?src=hash&ref_src=twsrc%5Etfw\">#WCSOF</a> and to all the kids who created their first <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> sites today. You rock! <img src=\"https://s.w.org/images/core/emoji/11/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/11/72x72/1f64c-1f3fb.png\" alt=\"??\" class=\"wp-smiley\" /> <a href=\"https://t.co/qaT3l7VSSL\">pic.twitter.com/qaT3l7VSSL</a></p>\n<p>— Petya Raykovska (@petyeah) <a href=\"https://twitter.com/petyeah/status/929704157560393729?ref_src=twsrc%5Etfw\">November 12, 2017</a></p></blockquote>\n<p></p>\n<h3>WordPress can be a gateway to the open web for the next generation</h3>\n<p>Workshops for kids are starting to become more common at WordCamps, as there is a growing demographic of WordPress users with children and technology is more accessible than ever before. <a href=\"https://2019.miami.wordcamp.org/kids/\" rel=\"noopener\" target=\"_blank\">WordCamp Miami</a> and <a href=\"https://central.wordcamp.org/news/2011/02/10/wordpress-for-kids/\" rel=\"noopener\" target=\"_blank\">WordCamp Phoenix</a> were some of the first camps to offer kids’ workshops and since then <a href=\"https://wptavern.com/wordcamp-st-louis-mo-march-14th-15-will-have-a-kids-camp\" rel=\"noopener\" target=\"_blank\">St. Louis</a>, <a href=\"https://2018.capetown.wordcamp.org/2018/09/11/youth-camp/\" rel=\"noopener\" target=\"_blank\">Cape Town</a>, and many other WordPress communities have hosted their own.</p>\n<p>These workshops are important events that will foster the next generation of bloggers, business owners, and contributors to WordPress. Facebook (and soon to be Snapchat) is widely regarded as an “app for old people” and its <a href=\"https://www.newsweek.com/facebook-officially-old-people-803196\" rel=\"noopener\" target=\"_blank\">users under the age of 24 are rapidly declining</a>. WordPress is in a better position, because an influx of older users doesn’t affect the overall experience of the app the same way. However, if WordPress usage isn’t growing among the school age population, it is in danger of suffering the same fate as Facebook – becoming an application that will live and die with its current generation of users. Onboarding new young WordPressers doesn’t just help to ensure the software’s future but it also gives kids a tool that can help them find their place on the open web, a home for their content that will outlast all the ephemeral social networking apps. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Feb 2019 23:38:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: Gutenberg Blocks Design Library Offers Pre-Built Page Designs Using Existing Core Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87200\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://wptavern.com/gutenberg-blocks-design-library-offers-pre-built-page-designs-using-existing-core-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2845:\"<p><a href=\"https://wordpress.org/plugins/design/\">Gutenberg Blocks Design Library</a> is a new plugin that provides pre-built page designs, including demo content, using only the default core blocks that come with WordPress. The free version comes with 50 different designs that users can import from the growing Gutenberg Blocks Design Library. These include simple designs for all kinds of page building items, such as text with images, columns with headers, call-to-action sections, team member listings, testimonials, contact page layouts, and more.</p>\n\n\n\n<img />\n\n\n\n<p>The plugin is fully compatible with other Gutenberg themes and plugins, since it simply adds styles to existing core blocks. It can be used in combination with block collections, such as Atomic Blocks, Editor Blocks, CoBlocks, Caxton, Kadence, GhostKit, WooCommerce blocks, and many others.</p>\n\n\n\n<p>There are a few major advantages to this approach. Simply adding styles to core blocks means that the plugin doesn’t introduce a bunch of new blocks for users to scroll through in the block inserter. It also ensures data portability. If a user ends up deactivating and removing the plugin for any reason, the content is still there in the default block design.</p>\n\n\n\n<p>Although Gutenberg Blocks Design Library is compatible with any WordPress theme that works with the new editor, the appearance of the the pre-made designs vary somewhat across themes. I tested various blocks with different themes and found that it seems to adapt to the active theme’s look and feel. This can be a positive feature or a negative one if the user is hoping for the designs to match the demo exactly.</p>\n\n\n\n<p>After installing the plugin, the design library is available by toggling the carrot icon in the menu at the top of the editor. The user is then prompted to import 50 free designs.</p>\n\n\n\n<p>The creators of the Gutenberg Blocks Design Library have also built a commercial subscription service to sell “<a href=\"https://wpdesignhub.com/pro/\">pro designs</a>.” Pricing during the beta period starts at $9/year for a single site. The company aims to have 1,000 commercial designs available to subscribers by November 2019. They plan to release new designs every other week.</p>\n\n\n\n<p>The Gutenberg Blocks Design Library is helpful for users who don’t need the more advanced capabilities of a full-featured page builder plugin but still want some simple, pre-built page elements. The placeholder content makes it easy for users to know where to insert their own content. It is much more intuitive than importing an XML file for demo content. This plugin is a great example of the interesting new product opportunities that Gutenberg has introduced by replacing tools that previously might have been built with widgets or cumbersome shortcodes.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Feb 2019 21:55:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"WPTavern: Open Source Initiative Calls Organizations to Reaffirm Support for Its Definition of Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87165\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://wptavern.com/open-source-initiative-calls-organizations-to-reaffirm-support-for-its-definition-of-open-source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5611:\"<p>The Open Source Initiative (OSI) took a strong, unequivocal stance on its <a href=\"https://opensource.org/osd-annotated\" rel=\"noopener\" target=\"_blank\">definition of open source</a> this week, encouraging organizations to sign a <a href=\"https://opensource.org/node/966\" rel=\"noopener\" target=\"_blank\">public affirmation</a> of its role in maintaining and stewarding the definition. The organization has been instrumental in combatting issues caused by license proliferation, as many open source licenses cannot be legally combined and this can be detrimental to the open source ecosystem.</p>\n<p>The affirmation published this week explains the need for a standard definition of open source: </p>\n<blockquote><p>Without this single, standard definition of “open source,” software development as we know it would not be possible. There is no trust in a world where anyone can invent their own definition for open source, and without trust there is no community, no collaboration, and no innovation.</p></blockquote>\n<p>Recent controversy surrounding Redis Labs licensing some of its modules under the <a href=\"https://redislabs.com/community/commons-clause/\" rel=\"noopener\" target=\"_blank\">Apache 2.0 modified with a Commons Clause</a> has highlighted the need for an authoritative definition of open source. Salil Deshpande, who helped create the Commons Clause (written by open-source lawyer <a href=\"https://heathermeeker.com/\" rel=\"noopener\" target=\"_blank\">Heather Meeker</a>), wrote an <a href=\"https://techcrunch.com/2018/11/29/the-crusade-against-open-source-abuse/\" rel=\"noopener\" target=\"_blank\">article</a> for TechCrunch two months ago about how he perceives large cloud infrastructure providers, such as AWS in this case, to be a threat to the viability of open source. He explained why he and collaborators commissioned the Commons Clause:</p>\n<blockquote><p>We wished to define a license that prevents cloud infrastructure providers from running certain software as a commercial service, while at the same time making that software effectively open source for everyone else, i.e. everyone not running that software as a commercial service.</p>\n<p>With our first proposal, Commons Clause, we took the most straightforward approach: we constructed one clause, which can be added to any liberal open-source license, preventing the licensee from “Selling” the software — where “Selling” includes running it as a commercial service. (Selling other software made with Commons Clause software is allowed, of course.) Applying Commons Clause transitions a project from open source to source-available.</p></blockquote>\n<p>In referencing MongoDB’s <a href=\"https://www.mongodb.com/licensing/server-side-public-license\" rel=\"noopener\" target=\"_blank\">Server Side Public License (SSPL)</a>, Deshpande questioned the authority and relevance of OSI:</p>\n<blockquote><p>OSI, which has somehow anointed itself as the body that will “decide” whether a license is open source, has a habit of myopically debating what’s open source and what’s not. With the submission of SSPL to OSI, MongoDB has put the ball in OSI’s court to either step up and help solve an industry problem, or put their heads back in the sand.</p></blockquote>\n<p>The Commons Clause, which has no chance of being approved by OSI, was a reaction to cloud-based services making a profit from open source software without contributing much back to the software’s creators. This is a common issue encountered by maintainers of popular open source projects. However, the Commons Clause isn’t a good solution for this problem, because it effectively neuters open source software, removing the vital freedoms identified in the open source definition, including free distribution and no discrimination against a specific field of endeavor. OSI President Simon Phipps called the Commons Clause an “abrogation of software freedom” after Redis changed its license.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Redis just went proprietary, which sucks.<a href=\"https://t.co/CfIN99Cz5q\">https://t.co/CfIN99Cz5q</a></p>\n<p>No, this is not just \"a limitation concerning fair use\", it is an abrogation of software freedom.</p>\n<p>— Simon Phipps (@webmink) <a href=\"https://twitter.com/webmink/status/1032016976170967040?ref_src=twsrc%5Etfw\">August 21, 2018</a></p></blockquote>\n<p></p>\n<p>In light of these recent conversations, OSI is calling organizations to band together in recognition of its authority to maintain a single, standard definition of open source:</p>\n<blockquote><p>Recently there have been efforts to undermine the integrity of open source by claiming there is no need for a single, authoritative definition. These efforts are motivated by the interests of a few rather than the benefit of all, and are at odds with the principles that have so demonstratively served us well in the past decades. If allowed to continue, these efforts will erode the trust of both users and contributors, and hinder the innovation that is enabled by open source software, just as surely as having multiple definitions of a kilogram would erode and undermine commerce.</p></blockquote>\n<p>OSI reached out first to its <a href=\"https://opensource.org/affiliates\" rel=\"noopener\" target=\"_blank\">Affiliate Members</a>, which includes the WordPress open source project, but not all members have responded in time for the publication of the post this week. The organization is still welcoming new signatories and will add more names to the list as it receives them.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Feb 2019 00:18:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"WPTavern: YoastCon Overshadowed by Twitter Storm: Joost de Valk, SEO Industry Leaders Called Out for Objectifying Women\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87084\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"https://wptavern.com/yoastcon-overshadowed-by-twitter-storm-joost-de-valk-seo-industry-leaders-called-out-for-objectifying-women\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9849:\"<p>The third edition of <a href=\"https://yoast.com/yoastcon/\" rel=\"noopener\" target=\"_blank\">YoastCon</a> kicked off today in Nijmegen, the Netherlands, but for those following remotely the conference has been overshadowed by a discussion that erupted on the <a href=\"https://twitter.com/hashtag/YoastCon\" rel=\"noopener\" target=\"_blank\">#yoastcon</a> hashtag prior to the event. Several parties began circulating tweets and unsavory videos involving Joost de Valk, for which he has since publicly apologized.</p>\n<p>The story was complicated and confusing to follow, as many of these decade-old tweets were deleted and the videos made private by the websites that are hosting them. The parties who were publishing screenshots from archive.org alleged that de Valk was sexually harassing women in the SEO industry.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/yoast?ref_src=twsrc%5Etfw\">@yoast</a> can scrub <a href=\"https://twitter.com/jdevalk?ref_src=twsrc%5Etfw\">@jdevalk</a> history of thirsty sexual harassment tweets but The Wayback Machine knows all. If it\'s not harassment why was it deleted yesterday? <a href=\"https://twitter.com/hashtag/YoastCon?src=hash&ref_src=twsrc%5Etfw\">#YoastCon</a> <a href=\"https://t.co/amctSWHqEw\">pic.twitter.com/amctSWHqEw</a></p>\n<p>— Dan Leibson (@DanLeibson) <a href=\"https://twitter.com/DanLeibson/status/1093186880927977472?ref_src=twsrc%5Etfw\">February 6, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Looks like somebody whose name rhymes with toast has been busy deleting tweets ahead of <a href=\"https://twitter.com/hashtag/YoastCon?src=hash&ref_src=twsrc%5Etfw\">#YoastCon</a> … wonder if any of them are in <a href=\"https://t.co/7s6vq2FNXD\">https://t.co/7s6vq2FNXD</a>? <img src=\"https://s.w.org/images/core/emoji/11/72x72/1f35e.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/11/72x72/1f62d.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/11/72x72/1f921.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://t.co/Oi7uAexukv\">pic.twitter.com/Oi7uAexukv</a></p>\n<p>— David Cohen (@explorionary) <a href=\"https://twitter.com/explorionary/status/1093186660546809857?ref_src=twsrc%5Etfw\">February 6, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">No seriously, fucking don’t try and excuse behaviour like this. (9/41) <a href=\"https://t.co/DoK1zOl3p2\">pic.twitter.com/DoK1zOl3p2</a></p>\n<p>— Tom Rayner (@tjprayner) <a href=\"https://twitter.com/tjprayner/status/1093500855771426816?ref_src=twsrc%5Etfw\">February 7, 2019</a></p></blockquote>\n<p></p>\n<p>One of the women to whom some of the tweets were directed has publicly stated that she did not perceive them as harassment and that the tweets were taken out of context.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Hi. I didn\'t want to do this but now I have to. The tweets you\'re reading were sent to me from <a href=\"https://twitter.com/jdevalk?ref_src=twsrc%5Etfw\">@jdevalk</a> when SEO Twitter was smaller, more close-knit, and frankly, dumber. It wasn\'t harassment. It was friends being stupid. Calling it more is unfair and out of context. <a href=\"https://twitter.com/hashtag/yoastcon?src=hash&ref_src=twsrc%5Etfw\">#yoastcon</a></p>\n<p>— Lisa Barone (@LisaBarone) <a href=\"https://twitter.com/LisaBarone/status/1093260184133210112?ref_src=twsrc%5Etfw\">February 6, 2019</a></p></blockquote>\n<p></p>\n<p>de Valk responded yesterday with a public apology, acknowledging the tweets and videos. </p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I think and act differently now, though I know that doesn\'t change the past. If anyone felt harmed by this: I\'m truly sorry.</p>\n<p>— Joost de Valk (@jdevalk) <a href=\"https://twitter.com/jdevalk/status/1093253924256137217?ref_src=twsrc%5Etfw\">February 6, 2019</a></p></blockquote>\n<p></p>\n<p>He also provided a statement to the Tavern with more context on the after party videos. </p>\n<p>“The videos are of an event I’ve attended over the last decade called SEOktoberfest, which is an SEO conference at Oktoberfest,” de Valk said. “I’m honestly ashamed of those videos when I see them now… It looks bad and I wouldn’t behave like that now, but I don’t think anything I did myself at those events was ever out of line.” </p>\n<p>Marieke van de Rakt, who recently took on the role of CEO of Yoast, said she thought the tweets were brought to public attention in retaliation for the company announcing a project to empower women working at Yoast. de Valk left the CEO role to focus on product development at Yoast and his new role of <a href=\"https://wptavern.com/wordpress-names-josepha-haden-new-executive-director-joost-de-valk-marketing-and-communications-lead\" rel=\"noopener\" target=\"_blank\">Marketing and Communications Lead at WordPress.org</a>.</p>\n<blockquote><p>I feel like it started after I was announced CEO and later on talked about a project to empower women working at Yoast. I got some really upsetting tweets. After that it started focusing on #yoastcon. It seems like they want to show the hypocrisy in our statements about women. I never spoke at SEO events before, though I have been to SEOktoberfest. It felt totally welcoming back then. That being said, the pictures and movies aren’t something I particularly enjoy watching. I do think they’re bad, but also a bit out of context. The environment at Yoast is nothing like that. And although my husband likes to party (as do I), I feel he’s always been a strong believer in equal rights and opportunities. I think we all make mistakes and learn from them. At Yoast, we’re really trying to improve inequality with both the diversity fund and my empowerment project.</p></blockquote>\n<p>For those watching the #yoastcon hashtag, the way the situation unfolded it almost seemed like a coordinated personal attack on de Valk, especially given how the SEOktoberfest videos were spliced together with the YoastCon promotional videos. <a href=\"https://twitter.com/explorionary\" rel=\"noopener\" target=\"_blank\">David Cohen</a>, a Philadelphia-based Digital Marketing Director who previously worked at a large SEO agency, started the conversation by publishing de Valk’s old tweets that he had found years ago when researching Yoast and its founder.</p>\n<p>“As far as the tweets from Joost are concerned, I’ve known about them since 2014,” Cohen said. “I just never knew what to do with them or how to proceed questioning why that behavior was perfectly acceptable for him.</p>\n<p>“As far as the harassment and abuse in the SEO industry, particularly at the SEO conferences, I’ve known about this since 2011 after seeing it firsthand while working at a large SEO agency in Philly, Seer Interactive.”</p>\n<p>Cohen said that he began publicly criticizing people he calls “SEO celebs” in 2014, for “saying they are against the SEO harassment and abuse, claiming to be ‘male feminists,’ yet knowingly covering up the abuse and enabling the abusers who happen to also be their friends, peers, colleagues, etc.”</p>\n<p>While the discussion on the #yoastcon hashtag seems centered around de Valk’s admitted indiscretions, Cohen said his objective in publicizing the old tweets goes beyond de Valk. He’s calling out other leaders in the industry who he alleges have harassed and abused women for years. </p>\n<p>“This started a solo mission to take action as a messenger of questions for the group of SEOs most prominent figures who hold the power of influence over the industry about the 10+ year ongoing issue of alleged harassment and abuse of women in the SEO world, particularly at SEO conferences between 2009 and 2012 era.”</p>\n<p>Cohen said the timing with YoastCon was “a mission looking for direct and public answers on this topic once and for all while they were all gathered together at the event.” He began tweeting about these issues well before the event and was using the #yoastcon hashtag to call out other SEO industry leaders for the past few months. </p>\n<p>When asked about his motive, Cohen said he simply wants answers from de Valk, Rand Fishkin, his wife Geraldine, John Doherty, Martin MacDonald, Marcus Tandler, and others regarding what he perceives to be hypocrisy in the SEO industry.</p>\n<p>“Why has it been totally cool for the SEO celebs, rock stars, ninjas, and conference speakers to be misogynists, to objectify and sexualize women, to hire Playmates for their SEO events, and to engage in behavior that would easily be classified as ‘toxic masculinity?\'” Cohen said. He claims that industry leaders have been covering up harassment and abuse that they have known about and have refused to help the women who have been abused. Cohen and several others who have been circulating the tweets claim that victims of this abuse have been contacting them to share their stories but have not yet gone public with them.</p>\n<p>“I chose to act on this now because I wanted answers to two questions from specific people: 1. Do you know of alleged harassment or abuse because someone went to you directly and told their story? And if so, did you refuse to use your power and influence to help them at the risk of your own professional and personal interests?” Cohen said.</p>\n<p>“As for Joost, going with the ‘if I offended anyone’ apology approach is empty and lacks personal accountability for behaviors that are completely misaligned with words. He had to respond publicly. But the question remains open – why?”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Feb 2019 04:42:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Dev Blog: WordPress 5.1 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6577\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2019/02/wordpress-5-1-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3950:\"<p>The first release candidate for WordPress 5.1 is now available!</p>\n\n\n\n<p>This is an important milestone, as the release date for WordPress 5.1 draws near. “Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.1 is <a href=\"https://make.wordpress.org/core/5-1/\">scheduled to be released</a> on <strong>Thursday, February 21</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.1 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.1-RC1.zip\">download the release candidate here</a> (zip).</p>\n\n\n\n<h2>What’s in WordPress 5.1?</h2>\n\n\n\n<p>Inspired by Archie Bell & The Drells, WordPress’s theme for 2019 is to “tighten up”, and WordPress 5.1 focussed on exactly that.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>With security and speed in mind, this release introduces WordPress’s first <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">Site Health</a> features. WordPress will start showing notices to administrators of sites that run long-outdated versions of PHP, which is the programming language that powers WordPress.</p>\n\n\n\n<p>Furthermore, when installing new plugins, WordPress’s Site Health features will check whether a plugin requires a version of PHP incompatible with your site. If so, WordPress will prevent you from installing that plugin.</p>\n\n\n\n<p>The new block editor has kept improving since its introduction in WordPress 5.0. Most significantly, WordPress 5.1 includes solid performance improvements within the editor. The editor should feel a little quicker to start, and typing should feel smoother. There are more features and performance improvements planned in upcoming WordPress releases, you can check them out in the <a href=\"https://wordpress.org/plugins/gutenberg\">Gutenberg plugin</a>.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.1 and update the <em>Tested up to</em> version in the readme to 5.1. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The WordPress 5.1 Field Guide has also been published, which goes into the details of the major changes.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://make.wordpress.org/core/2019/02/08/wordpress-5-1-field-guide/\">WordPress 5.1 Field Guide</a></blockquote>\n</div>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 5.1 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>This is my release<br /> candidate. There are many<br /> like it. This is mine.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Feb 2019 02:22:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"WPTavern: Gutenberg 5.0 Adds New RSS Block, Amazon Kindle Embed Block, and FocalPointPicker Component\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87075\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wptavern.com/gutenberg-5-0-adds-new-rss-block-amazon-kindle-embed-block-and-focalpointpicker-component\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2675:\"<p><a href=\"https://make.wordpress.org/core/2019/02/06/whats-new-in-gutenberg-6th-february/\" rel=\"noopener\" target=\"_blank\">Version 5.0</a> of the Gutenberg plugin was released yesterday with a new RSS block. Riad Benguella, the project’s technical lead for phase 2, published a demo of the block and its settings. Users can set the number of items displayed and also toggle on/off the author, date, and excerpt.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/02/rss-block.gif?ssl=1\"><img /></a></p>\n<p>RSS is still relevant today as one of the linchpins of the open web and Gutenberg makes it possible to easily place a feed inside a post or page. (This feature was previously limited to widgetized areas.) The creation of this block is part of a larger effort to <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\" rel=\"noopener\" target=\"_blank\">port all of WordPress’ existing core widgets over to blocks</a>.</p>\n<p>Version 5.0 also introduces a new <a href=\"https://github.com/WordPress/gutenberg/pull/13510\" rel=\"noopener\" target=\"_blank\">Amazon Kindle embed block</a>, providing an <a href=\"https://www.amazon.com/b?ie=UTF8&node=13489836011\" rel=\"noopener\" target=\"_blank\">instant preview</a> from an Amazon Kindle URL. WordPress already has oembed support of Amazon Kindle URLs but it was missing from the Embeds section of the accordion in the block inserter.</p>\n<p>One of the most exciting additions in this release is a new <a href=\"https://github.com/WordPress/gutenberg/pull/10925\" rel=\"noopener\" target=\"_blank\">FocalPointPicker for the Cover block</a>. It allows users to visually select the ideal center point of an image and returns it as a pair of coordinates that are converted into ‘background-position’ attributes. The result is that the user has more control over how the image is cropped. This feature solves so many problems users have experienced in cropping and displaying images in their WordPress themes and content. The FocalPointPicker was created as a reusable component so that developers can use it to build other blocks with the same capabilities, providing an experience that is consistent with core.</p>\n<p><a href=\"https://cloudup.com/cV33J4yy5Il\"><img src=\"https://i1.wp.com/cldup.com/aJ-h5zq4wa.gif?resize=627%2C423&ssl=1\" alt=\"Focal point picker\" width=\"627\" height=\"423\" /></a></p>\n<p>The changes included in Gutenberg 5.0 are immediately available for those running the plugin on their sites but only for WordPress 5.0+. This release drops support for earlier versions of WordPress. The updates in Gutenberg 5.0 are planned to be rolled into WordPress 5.2.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Feb 2019 18:32:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Post Status: Building Multidots, with Anil Gupta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=55213\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://poststatus.com/building-multidots-with-anil-gupta/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1562:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard.</p>\n<p>In this episode of Draft, I talk to Anil Gupta, the founder of <a href=\"https://www.multidots.com/\">Multidots</a>. Multidots is a 100+ person company, and Anil has established a very people-first environment there. We discuss his journey and what he’s learned about building a company.</p>\n<p>I met Anil at <a href=\"https://cabopress.com/\">CaboPress</a>. We had a great chat there, and we did again at WordCamp US, where we recorded this episode. Anil has a great story and a lot of insight. I hope you enjoy it.</p>\n<p></p>\n<h3>Sponsor: Jilt</h3>\n<p><a href=\"https://jilt.com/?utm_source=Post+Status&utm_medium=banner&utm_campaign=Post+Status+Sponsorship\">Jilt</a> offers powerful email marketing built for eCommerce. Join thousands of stores that have already earned tens of millions of dollars extra sales using Jilt. <a href=\"https://jilt.com/?utm_source=Post+Status&utm_medium=banner&utm_campaign=Post+Status+Sponsorship\">Try Jilt for free</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Feb 2019 17:04:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: Transcript of WordPress Weekly Episode 344\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87083\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wptavern.com/transcript-of-wordpress-weekly-episode-344\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2214:\"<p>Based on requests from listeners, I purchased a transcription of episode 344 of WordPress Weekly where we discussed the <a href=\"https://wpgovernance.com/\">WordPress Governance Project</a>. I purchased the transcription from <a href=\"http://rev.com/\">Rev</a>, a well-known service devoted to captions, subtitles, and audio transcriptions.</p>\n\n\n\n<p>For an 87 minute podcast, the turn-around time was 25 hours and cost $87. The transcription came out better than I expected considering the way I speak. </p>\n\n\n\n<p>The following is a sample of the conversation that took place during the show.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The WordPress Governance Project is an effort that we booted up to surface all the conversations that are happening behind the scenes around WordPress Governance. If you’ve been around the WordPress Project for more than a couple of months, you would know there’s a lot of ongoing conversations internally in the community around who makes decisions, how are decisions made, who are the leaders, who appoints leaders, where is the direction going and who decides on the direction of this project and so on and so on.</p><p>And both Rachel and I have been part of this community for awhile and we’ve seen these conversations crop up repeatedly, and they never go anywhere, but they are really important conversations. And here’s a need in our community to surface those conversations because we are in a position now where we need to start acting, taking on the responsibility of being 34.7% of the web and actually using that responsibility for something other than just saying it as a marketing campaign.</p><cite>Morten Rand-Hendriksen </cite></blockquote>\n\n\n\n<p>The transcript is in .txt format for maximum compatibility and includes the speaker’s names. </p>\n\n\n\n<div class=\"wp-block-file\"><a href=\"https://wptavern.com/wp-content/uploads/2019/02/EPISODE-344-Introduction-to-the-WordPress-Governance-Project.txt\">EPISODE-344-Introduction-to-the-WP-Governance-Project</a><a href=\"https://wptavern.com/wp-content/uploads/2019/02/EPISODE-344-Introduction-to-the-WordPress-Governance-Project.txt\" class=\"wp-block-file__button\">Download</a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Feb 2019 23:04:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"HeroPress: WordPress Saved My Life\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2679\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://heropress.com/essays/wordpress-saved-my-life/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-saved-my-life\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11264:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/02/020619-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"I am thankful for WordPress because without it, I\'m really not sure I would have been able to live a decent life.\" /><p>This probably is the first time I will be telling my story because I have always lived a fairly secret live.</p>\n<p>I am from Nigeria where I was born and still live in. I know we are all stereotyped as scammers and thieves but trust me, a lot of us own and operate legit (online) businesses. Just like in every country, there are good and bad people and we are no exception.</p>\n<p>I had a great childhood. Everything was fine and rosy until I lost my Dad which meant I had to shoulder the responsibility of my family as the first child. I manage to finish secondary school and was awarded the best Math student.</p>\n<h3>Introduction to The Internet / Web</h3>\n<p>Back then in secondary school, I had a rich friend who owned a Nokia phone (that could browse the internet) he brings to class which he uses to play games and do fun stuff online even though we weren’t allowed to bring nor use a phone in the class. (Funny right? :D)</p>\n<p>I have always been a football lover (called soccer in the U.S). I still play very well and support Chelsea FC. So each time I have the opportunity to use his phone, I always visit Goal.com to read football news especially concerning my team Chelsea FC of England.</p>\n<p>Being a very inquisitive person, I wanted to learn how the web works as well as have my own website. I was able to buy a Nokia 3120 classic phone via the menial jobs I did after school.</p>\n<p><img class=\"aligncenter size-full wp-image-2681\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/02/img2.jpg\" alt=\"Nokia 3120\" width=\"413\" height=\"500\" /></p>\n<p>I visited Google and search how to create my <a href=\"https://en.wikipedia.org/wiki/Wireless_Application_Protocol\">wapsite</a>. We refer to mobile phones optimized sites as “wapsite”. The result of my search were filled with site builders like xtgem.com and wapzan.com.</p>\n<p>I chose the xtgem.com and discovered I needed an email address to sign up. Didn’t know what that means so I googled it and eventually created a Yahoo email address. Finally registered and built my first website. Sadly, the site is no longer online but I was able to get a screenshot of the site thanks to <a href=\"https://web.archive.org/\">Wayback Machine</a>.</p>\n<p><img class=\"aligncenter size-large wp-image-2680\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/02/img1-786x1024.png\" alt=\"WAPsite built by Collins\" width=\"786\" height=\"1024\" /></p>\n<p>I had to learn HTML and CSS from <a href=\"https://www.w3schools.com/\">w3schools</a> to build the site and it came out well didn’t it?</p>\n<p>I later moved on to wapka.mobi site builder which allows you to build dynamic websites such as a social network or forum using its own programming language called “wapka tags”. I was able to build a <a href=\"https://web.archive.org/web/20120915021200/http:/www.wapden.net:80/index.html\">community/forum</a>, <a href=\"https://web.archive.org/web/20121211011719/http:/www.smsbag.tk:80/index.html\">sms collection</a> and a <a href=\"https://web.archive.org/web/20121029021153/http:/www.wapbooks.tk:80/index.html\">file sharing</a> site.</p>\n<p>I later came across <a href=\"http://www.simplemachines.org/\">simple machine forum</a> and <a href=\"https://mybb.com/\">MyBB</a>, I learned them deeply and used them to build forums and community sites for interested people.</p>\n<h3>Meeting WordPress</h3>\n<p>I came across a Facebook group called BloggersLab and discovered I could make money blogging. Two prominent platform at the time to create a blog was Blogger.com and WordPress. I chose WordPress because WordPress blogs were always pretty.</p>\n<p>From my savings, I bought the cheapest hosting plan from a local web hosting here in Nigeria and installed WordPress using Softaculous included in cPanel and started writing wapka.mobi tutorials. See <a href=\"https://w3guy.com/?s=wapka\">https://w3guy.com/?s=wapka</a>.</p>\n<blockquote><p>I did all this with my Nokia phone.</p></blockquote>\n<p>Here’s how I publish a new post: first I write it on a notebook before publishing on my blog. I was also building mobile sites for people for small amount of money.</p>\n<p>I couldn’t go to the university because of my precarious financial situation. I continue to do menial jobs during the day and started learning PHP in the evenings and at night using my mobile phone via w3schools.com. I later was able to get a cheap old IBM Thinkpad laptop which I used in getting eBooks from torrent sites because I couldn’t afford them at the time and also to practice coding. Mind you, I was also blogging about the stuff I was learning on w3guy.com</p>\n<p>I later took up a job teaching children at a school primarily because I got tired of the menial jobs and wanted to earn enough to take care of my internet data plan. After a while, I became fairly proficient in PHP and even took up a job to build a school management system which was really slow and ugly.</p>\n<h3>WordPress Saved My Life</h3>\n<p>I needed to start making money with the PHP, HTML & CSS skill I had because my blog wasn’t making any money via AdSense. I think I got to the $100 payout on my second year of blogging.</p>\n<p>I came across a post on Sitepoint.com that they were looking for writers. I applied and got in. I started writing PHP and WordPress development tutorials and got paid few hundreds of dollars per article. In Nigeria, that’s quite a lot of money. I was able to improve the life and well-being of my family and I. I also wrote for Smashing Magazine, Designmodo, Tuts+ and Hongkiat.</p>\n<p>I later got admission into a polytechnic to study computer science and decided to stop writing and try to make and sell WordPress plugins for a living.</p>\n<p>I discovered my tutorial on <a href=\"https://designmodo.com/wordpress-custom-login/\">building custom login</a> form on Designmodo was popular with lots of comment so I decided to make a plugin out of it. That was how my first premium plugin <a href=\"https://profilepress.net/\">ProfilePress</a> was born. I wanted to sell it on Codecanyon but it was rejected so I decided to sell it myself. It was and still hard doing development and marketing at the same time.</p>\n<blockquote><p>Thankfully, after a year, it started making enough revenue for me to live pretty comfortably here in Nigeria because the cost of living here is little.</p></blockquote>\n<p>Few years later, I came across a payment processing library for PHP called <a href=\"https://github.com/thephpleague/omnipay\">Omnipay</a> which included support for many payment providers like Stripe, PayPal. I use 2Checkout as my payment gateway to sell my plugins via EDD and discovered the driver for 2Checkout in Omnipay was old and unsupported so <a href=\"https://github.com/collizo4sky/omnipay-2checkout\">I built one</a>. I figured I could make money building EDD and WooCommerce payment gateways base on the Omnipay and I did and place them on Codecanyon for sale. They didn’t do well sales wise and I had to stop selling them and moved the 2Checkout gateway for WooCommerce to <a href=\"https://omnipay.io/\">omnipay.io</a>. I have since built an EDD Paddle gateway which I now sell alongside.</p>\n<p>My latest product is <a href=\"https://mailoptin.io/\">MailOptin</a>, a WordPress optin form and automated newsletter plugin. I initially built it for my own need. I figured there might be interest in it so I made a free version and a paid version.</p>\n<p>I currently live on the revenue from my plugins.</p>\n<h3>Wrap Up</h3>\n<p>I am thankful for WordPress because without it, I’m really not sure I would have been able to live a decent life. Who knows what would have become of me.</p>\n<p>I am also thankful for the community. I have made lots of friends that has been very supportive and helpful in my journey.</p>\n<p>If you live in a third world country like myself and going through hardship, I hope my story will inspire you to be great.</p>\n<blockquote><p>I tell people, life won’t give you what you want. You demand from life what you want. You make these demands by being determined and never giving up on your dreams and aspiration.</p></blockquote>\n<p>If you are poor perhaps because you came from a humble and poor background, it is not your fault. You can’t go back in time to change things. I implore you to be strong, determined and hustle hard.</p>\n<p>I will end with this story.</p>\n<p>Two guys had become shipwrecked and were directionless-ly drifting on the vast ocean, desperately holding onto a wooden plank.</p>\n<p>A big ship comes along. Elated, one of the guys let’s go of the plank and makes a bold move, using his last strength to reach the ship.</p>\n<p>The other guy holds the plank and tells himself: “God will save me.”</p>\n<p>A few days later he died and is sent to heaven.</p>\n<p>In heaven, he angrily asks God: “Why didn’t you save me?”</p>\n<p>“I sent you a boat you idiot.”</p>\n<p>No one is coming to save you. You are all alone. It’s up to you to change your fortune.</p>\n<p>Do nothing, be nothing.</p>\n<p>La fin.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress Saved My Life\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20Saved%20My%20Life&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-saved-my-life%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress Saved My Life\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-saved-my-life%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-saved-my-life%2F&title=WordPress+Saved+My+Life\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress Saved My Life\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-saved-my-life/&media=https://heropress.com/wp-content/uploads/2019/02/020619-150x150.jpg&description=WordPress Saved My Life\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress Saved My Life\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-saved-my-life/\" title=\"WordPress Saved My Life\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-saved-my-life/\">WordPress Saved My Life</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Feb 2019 08:00:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Collins Agbonghama\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: Sending Positive Vibes to Alex Viper007Bond Mills\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87067\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wptavern.com/sending-positive-vibes-to-alex-viper007bond-mills\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1083:\"<p>Alex Mills, the author of several plugins, including the popular <a href=\"https://alex.blog/wordpress-plugins/regenerate-thumbnails/\">Regenerate Thumbnails</a> plugin, <a href=\"https://alex.blog/2019/02/03/pretty-bad-news-on-the-cancer-front/\">published an update</a> on his fight with cancer and it’s not looking too good. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The blood test had been showing a fraction of a percent and then later 3%. That was obviously trending in the wrong direction but the hope was increasing <a href=\"https://en.wikipedia.org/wiki/Ponatinib\">my special medication</a> would keep things in check. It didn’t.</p><p>The bone marrow biopsy came back at a spotty 20% (amounts varied by area). This is not good at all as it means the leukemia has morphed into yet some other form that my donor immune system is having trouble keeping in check, either due to a change or being overwhelmed.</p><cite>Alex Mill</cite></blockquote>\n\n\n\n<p>Please join me in sending positive thoughts and vibes to Alex as his battle against Leukemia ramps up. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Feb 2019 23:53:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Dev Blog: The Month in WordPress: January 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6575\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2019/02/the-month-in-wordpress-january-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4635:\"<p>The momentum from December’s WordPress 5.0 release was maintained through January with some big announcements and significant updates. Read on to find out what happened in the WordPress project last month.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress Leadership Grows</h2>\n\n\n\n<p>In a milestone announcement this month, WordPress project lead, Matt Mullenweg (<a href=\"https://profiles.wordpress.org/matt/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>matt</a>), <a href=\"https://make.wordpress.org/updates/2019/01/16/expanding-wordpress-leadership/\">named two individuals</a> who are coming on board to expand the leadership team of the project.<br /></p>\n\n\n\n<p>As Executive Director, Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) will oversee <a href=\"https://make.wordpress.org/\">all the contribution teams</a> across the project. As Marketing & Communications Lead, Joost de Valk (<a href=\"https://profiles.wordpress.org/joostdevalk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joostdevalk</a>) will lead <a href=\"https://make.wordpress.org/marketing/\">the Marketing team</a> and generally oversee improvements to WordPress.org.<br /></p>\n\n\n\n<p>Both Josepha and Joost have contributed to the WordPress project for many years and will certainly have a much larger impact going forward in their new roles.</p>\n\n\n\n<h2>WordPress 5.1 Development Continues</h2>\n\n\n\n<p>Immediately after the 5.0 release of WordPress, work started on version 5.1 with <a href=\"https://make.wordpress.org/core/tag/5-1/\">some highly anticipated new features</a> coming out in <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-1/\">the first beta release</a>. Since then, the <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-2/\">second</a> and <a href=\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-3/\">third</a> betas have been made available.<br /></p>\n\n\n\n<p>One of the core updates in this release — <a href=\"https://make.wordpress.org/core/2019/01/14/php-site-health-mechanisms-in-5-1/\">a feature to improve the way in which WordPress handles PHP errors</a> — has <a href=\"https://make.wordpress.org/core/2019/01/30/wordpress-5-1-beta-3-delay/\">been pushed back</a> to version 5.2 due to unforeseen issues that would have caused significant delays to the 5.1 release.<br /></p>\n\n\n\n<p>Want to get involved in testing or building WordPress Core? You can install <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the WordPress Beta Tester plugin</a>, follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The WordPress Coding Standards team <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/2.0.0\">released version 2.0</a> this month.</li><li>In her new role as Executive Director, Josepha Haden <a href=\"https://make.wordpress.org/updates/2019/01/21/our-strengths-and-challenges/\">looks at what contributors need</a> to help support them more effectively.</li><li>Approximately 2,300 tickets in the Core bug tracker <a href=\"https://make.wordpress.org/core/2019/01/14/follow-up-on-recent-trac-bulk-edit/\">were closed</a> in a large bulk edit this month due to their inactivity over the last two years.</li><li>Autocomplete for usernames has been added to <a href=\"https://wordpress.org/support/forums/\">the WordPress Support Forums</a>, making it much easier to communicate directly with individuals.</li><li><a href=\"https://make.wordpress.org/core/tag/gutenberg/\">Work continues on the Gutenberg project</a>, expanding into more areas of the WordPress dashboard.</li><li>Since the new <a href=\"https://wordpress.org/support/\">WordPress Support portal</a> release in December, <a href=\"https://make.wordpress.org/docs/2019/01/28/summary-for-docs-team-meeting-28-january-2019/\">work has been ongoing</a> to improve its features and complete the content migration.</li><li>The Plugin Review team has published <a href=\"https://make.wordpress.org/plugins/2019/01/28/reminder-about-behavior/\">an important reminder about behavior</a> in the Plugin Directory and support forums.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em><br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Feb 2019 09:17:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Akismet: Version 4.1.1 of the Akismet WordPress Plugin is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2034\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://blog.akismet.com/2019/01/31/version-4-1-1-of-the-akismet-wordpress-plugin-is-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:853:\"<p>Version 4.1.1 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. It contains the following changes:</p>\n\n\n\n<ul><li>We updated the “Setup Akismet” notice so that it resizes to fit all screen sizes.</li><li>We improved the Akismet settings page so the “Save Changes” button is only highlighted when a change has been made.</li><li>We fixed a bug that could have been causing the count of spam comments displayed on the dashboard to be up to an hour old rather than the current count.</li></ul>\n\n\n\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Jan 2019 18:56:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Dev Blog: WordPress 5.1 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2019/01/wordpress-5-1-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3756:\"<p>WordPress 5.1 Beta 3 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>There are two ways to test the WordPress 5.1 beta: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.1-beta3.zip\">download the beta here</a> (zip).</p>\n\n\n\n<p>WordPress 5.1 is slated for release on <a href=\"https://make.wordpress.org/core/5-1/\">February 21</a>, and we need your help to get there!</p>\n\n\n\n<h2>Site Health Check</h2>\n\n\n\n<p>One of the features originally slated for WordPress 5.1—the PHP error protection handler—will target WordPress 5.2 instead. Some potential security issues were discovered in the implementation: rather than risk releasing insecure code, the team decided to pull it out of WordPress 5.1. The work in <a href=\"https://core.trac.wordpress.org/ticket/46130\">#46130</a> is showing good progress towards addressing the security concerns, if you’d like to follow development progress on this feature.</p>\n\n\n\n<h2>Additional Changes</h2>\n\n\n\n<p>A handful of smaller bugs have also been fixed in this release, including:</p>\n\n\n\n<ul><li>TinyMCE has been upgraded to version 4.9.2 (<a href=\"https://core.trac.wordpress.org/ticket/46094\">#46094</a>).</li><li>The block editor has had a couple of bugs fixed (<a href=\"https://core.trac.wordpress.org/ticket/46137\">#46137</a>).</li><li>A few differences in behaviour between the classic block and the classic editor have been fixed (<a href=\"https://core.trac.wordpress.org/ticket/46062\">#46062</a>, <a href=\"https://core.trac.wordpress.org/ticket/46071\">#46071</a>, <a href=\"https://core.trac.wordpress.org/ticket/46085\">#46085</a>).</li><li>When adding <code>rel</code> attributes to links, ensure the value isn’t empty (<a href=\"https://core.trac.wordpress.org/ticket/45352\">#45352</a>), and that it works as expected with customizer changesets (<a href=\"https://core.trac.wordpress.org/ticket/45292\">#45292</a>).</li></ul>\n\n\n\n<h2>Developer Notes</h2>\n\n\n\n<p>WordPress 5.1 has many changes aimed at polishing the developer experience. To keep you informed, we publish <a href=\"https://make.wordpress.org/core/tag/5-1+dev-notes/\">developers’ notes</a> on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> throughout the release cycle. Subscribe to the Make WordPress Core blog for updates over the coming weeks, detailing other changes in 5.1 that you should be aware of.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> The beta 2 release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#soft-freeze\">soft string freeze</a> point of the 5.1 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>In just a few weeks<br /> WordPress Five-One will be here.<br /> Your testing helps us!</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Jan 2019 03:34:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: 39 Books in 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2019/01/39-books-in-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4667:\"<p>Here’s what I read in 2018, in chronological order of when I finished it, <a href=\"https://ma.tt/2019/01/thirty-five/\">as promised in my birthday post</a>. I’ve highlighted a few in bold but in general I was pretty satisfied with almost all of my book choices this year. I’ve put a lot more time into the “deciding what to read” phase of things, and have also had some great help from friends there, and have been trying to balance and alternate titles that have stood the test of time and newer au courant books.</p>\n\n\n\n<ol><li><a href=\"https://www.amazon.com/dp/B00XB1P4RE\">Hot Seat: The Startup CEO Guidebook by Dan Shapiro</a></li><li><a href=\"https://www.amazon.com/dp/0061148520\">The Unbearable Lightness of Being by Milan Kundera (audio)</a></li><li><a href=\"https://www.amazon.com/dp/B00PWX7T18/\">A Higher Standard by Ann E. Dunwoody</a></li><li><a href=\"https://www.amazon.com/dp/B0739PYQSS\">Extreme Ownership by Jocko Willink and Leif Babin (audio)</a></li><li><a href=\"https://www.amazon.com/dp/B0018ZDAUS/\">The Boat by Nam Le</a></li><li><a href=\"https://www.amazon.com/dp/B07D6NJW22/\">Charlotte’s Web by E. B. White</a></li><li><a href=\"https://www.amazon.com/dp/B014OISVU4/\"><strong>Nonviolent Communication by Marshall B. Rosenberg</strong></a></li><li>How to Say Goodbye by Wendy Macnaughton</li><li><a href=\"https://www.amazon.com/dp/B00BBXJH2C\">When Things Fall Apart by Pema Chödrön</a></li><li><a href=\"https://www.amazon.com/dp/B01HMXRU82/\">Soul of an Octopus by Sy Montgomery</a></li><li><a href=\"https://www.amazon.com/dp/1578645018/\"><strong>Poor Charlie’s Almanack by Charlie Munger and Peter Kaufman</strong></a></li><li><a href=\"https://www.amazon.com/dp/B004EPYWII/\">Sam the Cat by Matthew Klam</a></li><li><a href=\"https://www.amazon.com/gp/product/B07D2JJ54Z/\">The Prophet by Kahlil Gibran</a></li><li><a href=\"https://www.amazon.com/dp/B00X2F7NRI/\">The Vegetarian by Han Kang</a></li><li><a href=\"https://www.amazon.com/dp/B00TBKYK60/\"><strong>The Paper Menagerie by Ken Liu</strong></a></li><li><a href=\"https://www.amazon.com/gp/product/B06XZSNB3W/\">After On: A Novel of Silicon Valley by Rob Reid</a></li><li><a href=\"https://www.amazon.com/dp/B015D3X0YG/\">The Conquest of Happiness by Bertrand Russell</a></li><li><a href=\"https://www.amazon.com/dp/B073XC5MTY/\">How to Write an Autobiographical Novel by Alexander Chee</a></li><li><a href=\"https://www.amazon.com/dp/B00XUYQUZ2/\"><strong>Ficciones by Jorge Luis Borges</strong></a></li><li><a href=\"https://www.amazon.com/dp/B00SI0B8XC/\">Black Box Thinking by Matthew Syed</a></li><li><a href=\"https://www.amazon.com/dp/B00BBPVYUS/\">Darkness Visible by William Styron</a></li><li><a href=\"https://www.amazon.com/dp/B075PVZLMV/\">Tin Man by Sarah Winman</a></li><li><a href=\"https://www.amazon.com/dp/B00ICN066A/\"><strong>Sapiens by Yuval Noah Harari</strong></a></li><li><a href=\"https://www.amazon.com/dp/B01A6EQFZ8/\">Let My People Go Surfing by Yvon Chouinard</a></li><li><a href=\"https://www.amazon.com/dp/B01GZY28JA/\">Pachinko by Min Jin Lee</a></li><li><a href=\"https://www.amazon.com/dp/B01BBQ33VE/\">Homo Deus by Yuval Noah Harari</a></li><li><a href=\"https://www.amazon.com/dp/B008GUIEYU/\"><strong>The Lessons of History by Will & Ariel Durant</strong></a></li><li><a href=\"https://www.amazon.com/dp/B0048EKOP0/\"><strong>Stories of Your Life and Others by Ted Chiang</strong></a></li><li><a href=\"https://www.amazon.com/dp/B073P53DVL/\">So You Want to Talk About Race by Ijeoma Oluo</a></li><li><a href=\"https://www.amazon.com/dp/B00IQO403K/\">Three Body Problem by Cixin Liu</a></li><li><a href=\"https://www.amazon.com/gp/product/B074ZKGVG1/\">How to Fix a Broken Heart by Guy Winch</a></li><li><a href=\"https://www.amazon.com/dp/1491503629/\"><strong>Sum: Forty Tales from the Afterlives by David Eagleman</strong></a></li><li><a href=\"https://www.amazon.com/dp/B01H17U9OQ/\"><strong>Exit West by Mohsin Hamid</strong></a></li><li><a href=\"https://www.amazon.com/gp/product/B005V2DUP4/\">Tiny Beautiful Things by Cheryl Strayed</a></li><li><a href=\"https://www.amazon.com/dp/1594488215\">Farsighted: How We Make the Decisions That Matter the Most by Steven Johnson</a></li><li><a href=\"https://www.amazon.com/dp/B078X1KJ28/\">Severance: A Novel by Ling Ma</a></li><li><a href=\"https://www.amazon.com/gp/product/B00BCU07LO/\">On the Shortness of Life by Seneca</a></li><li><a href=\"https://www.amazon.com/dp/B079WV79TK/\">It Doesn’t Have to Be Crazy at Work by Jason Fried and David Heinemeier Hansson</a></li><li><a href=\"https://www.amazon.com/dp/B007WKEN4U\"><strong>Notes of a Native Son by James Baldwin</strong></a></li></ol>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Jan 2019 17:38:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Post Status: An Interview with Ernst-Jan Pfauth of De Correspondent\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://poststatus.com/?post_type=poststatus_notes&p=52533\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://poststatus.com/an-interview-with-ernst-jan-pfauth-of-de-correspondent/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12526:\"<p><a href=\"https://pfauth.com/\">Ernst-Jan Pfauth</a> is co-founder and CEO of <a href=\"https://thecorrespondent.com/\"><em>The Correspondent</em></a>, which is launching this year as an English language spinoff of the Dutch news site <a href=\"https://decorrespondent.nl/\"><em>De Correspondent</em></a>. Offering “unbreaking news” and “a daily dose of medicine against the issues of the day,” both are the products of record-breaking crowdfunding campaigns. Both publications sustain themselves without advertisers.</p>\n<p>Stressing subscriptions over scale, <em>De Correspondent</em> launched in 2013 with €1.7 million from 18,933 members. Membership has grown over fourfold since then. Subscriptions and book sales are <em>De Correspondent</em>‘s <a href=\"https://digiday.com/media/de-correspondent-gets-transparent-members-finances/\">primary revenue sources</a>. Today <em>The Correspondent</em> is closing on its first 50,000 subscribers with $2.6 million raised in pre-launch funding.</p>\n<p>Ernst is a <a href=\"https://pfauth.com/publishing-platforms/wordpress/\">long-time WordPress user</a>, but his vision for journalism led to the creation of a technology company built around <a href=\"https://pfauth.com/article/publishing/content-management-system-cms-review-research/\">a proprietary CMS</a> called <a href=\"http://respondens.com/\">Respondens</a> for <em>De Correspondent</em> and now <em>The Correspondent</em>. Respondens’ unique design reflects an ethic where subscribers are treated as a community of people who want to be involved in the production of the news they read. In the future, Ernst hopes to market Respondens to support its development and spread the practice of what we might call “responsive journalism.”</p>\n<p>Ernst and his colleagues intend to avoid the churn of breaking news by taking a structural focus on the issues they cover, working in the tradition of constructive, problem-solving, or “<a href=\"https://en.wikipedia.org/wiki/Solutions_journalism\">solutions journalism</a>.”</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">9/ Not just the problem, but what can be done about it. In Europe, they call it \"constructive journalism.\" In the US, solutions journalism. The idea: Your report is incomplete — lacks depth — unless it includes what we can do: as individuals, as a society or political community.</p>\n<p>— Jay Rosen (@jayrosen_nyu) <a href=\"https://twitter.com/jayrosen_nyu/status/965758917551763456?ref_src=twsrc%5Etfw\">February 20, 2018</a></p></blockquote>\n<p></p>\n<p>Finding solutions as journalists means listening, engaging, and collaborating with readers. In his predictions for journalism in 2019, Ernst <a href=\"http://www.niemanlab.org/2018/12/readers-are-only-getting-started/\">told</a> Harvard’s Nieman Lab,</p>\n<blockquote><p>“To really be a reader-driven organization, every journalist that works there should be open to the knowledge, ideas, and concerns of their readers. You can’t outsource that interaction to an engagement editor.”</p></blockquote>\n<p>This approach to journalism slows down and deepens communication by focusing issues around the people and the communities they concern. The constructiveness of this approach may have a lot to do with its calming and humanizing effects.</p>\n<p>Ernst has written several Dutch best-sellers, including a <a href=\"https://dankboek.nl/\"><em>Thank-You Book</em></a> or “gratitude” journal that came out of his efforts to overcome anxiety about public speaking. In his reflections on <a href=\"https://www.youtube.com/watch?v=T9vLHFza8Uc&t=4s\">work, overwork, and gratitude</a> for TEDx, Ernst emphasizes that resistance to “the burnout society” where “creativity is crushed” is a collective task: everyone needs to make daily space for their close relationships where work and media do not intrude.</p>\n<p>I am grateful Ernst took some time after the holidays to talk about his experience with WordPress, collaborative online communities, and democratized journalism. Here is the conversation we had.</p>\n<p><b>DK: What are your thoughts about WordPress today? Have you made any connections or maintained relationships with the WP community in other ways?</b></p>\n<p><strong>EP:</strong> I started using WordPress in 2006 when I launched my personal blog ahead of an internship at a press agency in the United Nations HQ in New York. The fact that I then, as a twenty-year-old, could start a publication in such an easy way, has been crucial in my career and something I will be the WordPress community eternally grateful for. Since then, I have started several sites, most of them running on WordPress. In 2007 I co-founded the blog of The Next Web Conference, now known as <a href=\"http://thenextweb.com/\">thenextweb.com</a>, in 2009 I started a news blog for the Dutch daily <a href=\"https://en.wikipedia.org/wiki/NRC_Next\">nrc.next</a>, and in 2010, as head of digital at the Dutch quality newspaper (NRC Handelsblad), I switched their main site from ‘Escenic’ to WordPress. The fact that we could so easily build our own plugins (for example, a liveblog feature to cover the Arab spring) was crucial in the success of that news site. Also, the developers enjoyed their work more, since they could give back to the community.</p>\n<p>I still run my personal site on WordPress, and even though I don’t publish there anymore, I love to stay in the loop of new WordPress releases and the ever-increasing user-friendliness of the software. In lost moments, I enjoy reading the developers forums and checking their discussions about new releases (I admire the distributed, self-organizing and voluntary efforts of the community) but I’m not in touch with one of the members. I’m just an admiring bystander.</p>\n<p><strong>DK: Can you explain when and why you came to see community and membership features as essential to a CMS? What does it look like when the idea of membership/audience inclusion is integral to the software architecture and vision? How are you doing this in Respondens?</strong></p>\n<p><strong>EP:</strong> The main consideration was <em>focus</em>. We wanted a CMS that only had features for our writers that we deemed important. We didn’t want to create any distraction by having other options available — both to our developers as to our writers. If we build it ourselves, we force ourselves to make conscious decisions about every new feature we add. I.e., we wouldn’t just switch a ‘like’ button on in the comment section, simply because it’s already there. Forcing ourselves to do this made sure we built a laser-focused CMS and publication. The focus and the calm that follows makes it unique. (See “<a href=\"https://thecorrespondent.com/4108/cultivating-calm-a-design-philosophy-for-the-digital-age/242162492-d0fffdf8\">Cultivating calm: a design philosophy for the digital age</a>.”)</p>\n<p>Also, our approach to reader interaction — as you mentioned — is a unique asset of our CMS. I elaborate on that in this Medium post, “<a href=\"https://medium.com/de-correspondent/reinventing-the-rolodex-why-were-asking-our-60-000-members-what-they-know-9be6a857c340\">Reinventing the Rolodex: Why we’re asking our 60,000 members what they know</a>.” We believe in the democratization of the journalistic research process. Anyone could be a source, anyone has expertise and knowledge to share within a specific niche.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">1/ THREAD: There’s a great untapped resource in journalism, and it’s available to every journalist right now.</p>\n<p>It’s the experience and expertise of your *readers*.</p>\n<p>Giving them the opportunity to share what they know, could fundamentally transform journalism.</p>\n<p>— Ernst Pfauth (@ejpfauth) <a href=\"https://twitter.com/ejpfauth/status/1072573253686882304?ref_src=twsrc%5Etfw\">December 11, 2018</a></p></blockquote>\n<p></p>\n<p><strong>DK: How does your model of membership-based journalism change at scale, when you have potentially the largest possible national and international audience? Will you still ask your journalists to spend <a href=\"https://medium.com/the-idea/q-a-ernst-jan-pfauth-ceo-co-founder-de-correspondent-e8f67755571a\">30-50% of their time</a> reading and responding to member comments and other feedback? Is this essential (or even possible) to sustain at scale?</strong></p>\n<p><strong>EP:</strong> The thought that you see your readers as sources of knowledge and expertise is crucial. It works for the local examples you mentioned, but it can also work for global topics. For example, we interviewed Shell employees from all over the world — who we found through our Dutch members forwarding a call-out. (“<a href=\"https://medium.com/de-correspondent/reader-engagement-shell-4bb6d0b8fb84\">How reader engagement helped unearth the Shell tape</a>.”) We also created the position of “conversation editor” to help journalists with the scalability of their reader interaction.</p>\n<p>Yes, there are scale challenges. We see our journalists as conversation leaders and our members as contributing experts. We notice when a journalist gets more feedback from their sources (their readers), they need a research assistant to keep up — for example by highlighting interesting contributions to them or taking over some interviews. These are tasks that can be easily outsourced, as long as the correspondent remains the main point of contact in the comment sections and guides the conversation.</p>\n<p>I don’t see the 30 and 50 percent as time to spend on ‘responding to comments.’ The comments are just a means to an end. The end goal is to involve your audience, so you can get a wider set of sources, become more inclusive and publish richer journalism. We estimate it takes 30 to 50 percent of your time to live up to that mission.</p>\n<p><strong>DK: On the other end of the spectrum, does your model have things to teach small, local journalism and other membership-focused businesses that they don’t already know? In the new membership-based local journalism I’ve been watching in the US and Canada — local media startups where there’s no history or expectation of a printed product or advertising — there’s a definite limit on the subjects that can be curated and written (or spoken) about in a deep and penetrating way. Is this a low or slow-growth model that simply must be accepted?</strong></p>\n<p><strong>EP:</strong> It starts with being open about your mission as a journalist (all our new correspondents publish a mission statement when they start working with us) and then telling your audience what you expect from them. It’s about that personal relationship. The CMS, practices, technology and resources all follow. But it’s the being open to your audience input and being open about your shared goal with them that’s crucial. Anyone can do that. And when you start, it might even be easier to do it on a small scale, but it’s more intimate, and you can scale up as you get better at it.</p>\n<div id=\"attachment_53976\" class=\"wp-caption aligncenter\"><img class=\"wp-image-53976 size-full\" src=\"https://cdn.poststatus.com/wp-content/uploads/2019/01/295952-tc_team_behindthescenes_07-521ac4-original-1542160485.jpg\" alt=\"The Correspondent team\" width=\"4000\" height=\"2667\" /><p class=\"wp-caption-text\">The Correspondent team browses their unbreaking newspaper. From left: Zainab Shah, Jessica Best, Rob Wijnberg, Baratunde Thurston, and Ernst Pfauth.</p></div>\n<p><strong>DK: What do you do to keep sane and whole amid the busyness and stress of work? Are you still a practitioner of journaling and daily gratitude? Have your thoughts on that changed or deepened? </strong></p>\n<p><strong>EP:</strong> I still write in a gratitude journal every night and noticed this three-year habit has really made me more aware of ordinary but beautiful moments in life, and also taught me to enjoy the process instead of the end goal. I save my evenings and (80% of) my weekends for family and friends — and always have my phone on DND in those hours. Also: I don’t check my email before I have left my apartment. Setting these clear boundaries and turning them into routines have really helped me to stay sane in the busyness of the campaign.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Jan 2019 23:00:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: WPWeekly Episode 344 – Introduction to the WordPress Governance Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=87028&preview=true&preview_id=87028\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/wpweekly-episode-344-introduction-to-the-wordpress-governance-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1443:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I are joined by <a href=\"https://mor10.com/\">Morten Rand-Hendriksen</a> and <a href=\"https://bamadesigner.com/\">Rachel Cherry</a> to discuss the <a href=\"https://wpgovernance.com/\">WordPress Governance project</a>. We discover why it was created, its goals, and how it aims to help govern the systems and processes that make up the WordPress project.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wpml-alleges-former-employee-breached-website-and-took-customer-emails\">WPML Alleges Former Employee Breached Website and Took Customer Emails</a></p>\n<p><a href=\"https://hbr.org/2019/01/the-era-of-move-fast-and-break-things-is-over\">The Era of “Move Fast and Break Things” Is Over</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 30th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #344:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Jan 2019 01:32:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Matt: All Your Might\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48952\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"https://ma.tt/2019/01/all-your-might/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"<p>Julie Sugar has <a href=\"https://www.lilith.org/articles/and-with-all-your-might/\">a beautiful piece in Lilith Magazine about miscarriage and faith</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Jan 2019 21:44:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"WPTavern: WordPress Names Josepha Haden New Executive Director, Joost de Valk Marketing and Communications Lead\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=87010\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://wptavern.com/wordpress-names-josepha-haden-new-executive-director-joost-de-valk-marketing-and-communications-lead\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4428:\"<p>During the <a href=\"https://wptavern.com/state-of-the-word-2018-wordpress-embraces-the-block-editor\" rel=\"noopener\" target=\"_blank\">2018 State of the Word</a> address, Matt Mullenweg acknowledged lessons learned in the process of releasing WordPress 5.0. One of those was the need for various teams across the project to work together better. The friction during the 5.0 development cycle was beneficial in that it surfaced areas where the project can grow and sparked conversations that are already leading to improvements. </p>\n<p>Last week Mullenweg announced that WordPress is <a href=\"https://make.wordpress.org/updates/2019/01/16/expanding-wordpress-leadership/\" rel=\"noopener\" target=\"_blank\">expanding its leadership team</a> to include Josepha Haden in a new Executive Director role and Joost de Valk as the Marketing and Communications Lead. These new roles better distribute project leadership to more individuals who have demonstrated the ability and judiciousness to guide large, diverse teams towards success. Haden will be overseeing WordPress’ contributor teams and de Valk is leading the marketing team and overseeing improvements to WordPress’ websites and other outlets. </p>\n<p>The Executive Director role is particularly critical for the health of the project, as contributor and community feedback pours in across so many different mediums. Tracking all of this information and taking it into consideration amounts to a full-time job. In her first week in the new role, <a href=\"https://make.wordpress.org/updates/2019/01/21/our-strengths-and-challenges/\" rel=\"noopener\" target=\"_blank\">Haden is seeking feedback regarding the challenges contributors face</a> when working on the project. She identified seven challenges which seem to resonate with many who have commented:</p>\n<ul>\n<li>Coordinating on collaborative work between teams</li>\n<li>Aligning our work better to project goals/values</li>\n<li>Understanding team roles, leadership structures, and decision making</li>\n<li>Clarifying the differences between open source and open commit</li>\n<li>Tracking conversations and progress across the project</li>\n<li>Raising project-wide concerns more easily</li>\n<li>Improving how we recognize and celebrate success</li>\n</ul>\n<p>Responses from contributors have so far revolved around a similar theme – the desire for more clearly-defined projects and goals for teams, along with more communication from leadership. </p>\n<p>“Define goals and deliverables for each project deliverable,” Daniel Bachhuber suggested. “Once these are defined, it’s much easier to estimate the level of effort and resources required. Distinguish between full-time sponsored, part-time sponsored, and completely volunteer labor. Each of these three do not work at the same pace. It’ll be much easier to estimate a team’s velocity if you know what type of labor you have to work with.”</p>\n<p>Meagen Voss offered some valuable insight from a newer contributor’s perspective. She said the leadership of the project is very unclear and that people could benefit from that information being more prominently published. She also <a href=\"https://make.wordpress.org/updates/2019/01/21/our-strengths-and-challenges/#comment-4363\" rel=\"noopener\" target=\"_blank\">suggested</a> that WordPress explore the idea of having ambassadors for each team to facilitate communication and collaboration across projects.</p>\n<blockquote><p>You get to know your team very well, but no so much other teams. I’ve met some great folks in Slack and am getting to know the two groups I’m involved in super well. But if I have an issue or a question that needs to be addressed to another group, then I would have to hang out in that team’s channel for a while to figure out who the right person is to get in touch with. Identifying “ambassadors” or points of contact for each group could be a quick and helpful way to address that.</p></blockquote>\n<p>The conversation is still open for contributors to jump in and share their own challenges and suggestions. Haden plans to follow up with the next steps after gathering more feedback. Action born out of these conversations has the potential to greatly improve contributors’ experiences working together, resulting in fewer people burning out on communication struggles or losing momentum from lack of clearly defined objectives.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jan 2019 22:23:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: Thich Nhat Hanh on Tea\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48949\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://ma.tt/2019/01/thich-nhat-hanh-on-tea/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:331:\"<blockquote class=\"wp-block-quote\"><p>Drink your tea slowly and reverently, as if it is the axis on which the world earth revolves – slowly, evenly, without rushing toward the future.</p><cite>— Thich Nhat Hanh in <a href=\"https://www.amazon.com/dp/B009U9S6VM/\">The Miracle of Mindfulness</a></cite></blockquote>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jan 2019 21:27:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: WooCommerce Launches New Mobile Apps for iOS and Android\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=86988\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wptavern.com/woocommerce-launches-new-mobile-apps-for-ios-and-android\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3641:\"<p>This week marks the first <a href=\"https://woocommerce.com/posts/try-the-new-woocommerce-mobile-app-for-key-metrics-order-look-up-and-notifications-cha-ching/\" rel=\"noopener\" target=\"_blank\">public release</a> of WooCommerce’s new mobile app for <a href=\"https://play.google.com/store/apps/details?id=com.woocommerce.android\" rel=\"noopener\" target=\"_blank\">Android</a> and the improved version for <a href=\"https://itunes.apple.com/us/app/id1389130815\" rel=\"noopener\" target=\"_blank\">iOS</a>. WooCommerce began beta testing the Android app late last year and the original iOS app has been updated to offer the same features.</p>\n<p>This first release should be considered a basic start that is mostly useful for tracking store performance with detailed stats and getting alerts for new orders and product reviews. Users cannot add or edit products and the app does not yet allow for switching between stores. The first release offers basic order management and fulfillment but does not include the ability to change order status. The mobile apps don’t yet live up to their tagline of “Your store in your pocket,” but it’s a good starting place. </p>\n<p>According to the Google Play Store, the WooCommerce app has been installed more than 10,000 times and the response from users has been mixed. The app is averaging a 2.5-star rating after early reviews from 45 users. The iOS app has received similar responses. Many of the negative reviews are due to connection/login issues and the requirement for stores to use Jetpack.</p>\n<p>“This has promise, but get rid of the need for Jetpack,” one reviewer wrote. “There are other secure ways of syncing up. Other apps have done it for years. This app has been long overdue, but is poor in execution when you need to install a plugin that tends to bog down your site and that most don’t need. Give an alternative means of syncing and allow us to edit at least the basics of a product on the go.”</p>\n<p>WooCommerce marketing representative Marina Pape explained the Jetpack requirement in a post announcing the mobile apps’ launch: </p>\n<blockquote><p>The Jetpack plugin connects your self-hosted site to a WordPress.com account and provides a common authentication interface across lots of server configurations and architectures.</p>\n<p>Both Apple and Google only allow a single trusted sender for pushes for security reasons (read more), making Jetpack the best way for us to give you modern mobile app features like push notifications.</p></blockquote>\n<p>In order to connect sites with the app, Jetpack creates a shadow site on WordPress.com’s servers and syncs quite a bit of data. Although this <a href=\"https://jetpack.com/support/what-data-does-jetpack-sync/\" rel=\"noopener\" target=\"_blank\">list of data</a> is transparently outlined, the Jetpack requirement is a deal breaker for some users. They either object to sharing their data or believe the plugin will slow down their stores. Until the app’s features are more compelling than the detriments users perceive in Jetpack, it may lose a few users based on this requirement.</p>\n<p>According to <a href=\"https://trends.builtwith.com/shop\" rel=\"noopener\" target=\"_blank\">BuiltWith</a>, WooCommerce is now the most popular shopping cart technology used by 22% of the top 1 million websites, with competitors Shopify and Magento not too far behind at 17% and 13% respectively. Having a new mobile app should help WooCommerce remain competitive, but the team needs to keep iterating on the app to make it more useful for those managing stores on the go.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jan 2019 05:35:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: Gutenberg Phase 2 to Update Core Widgets to Blocks, Classic Widget in Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=86953\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wptavern.com/gutenberg-phase-2-to-update-core-widgets-to-blocks-classic-widget-in-development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5791:\"<p>Gutenberg phase 2 development is underway and one of the first orders of business is porting all existing core widgets to blocks. This task is one of the <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\">nine projects</a> that Matt Mullenweg outlined for 2019, along with upgrading the widgets-editing areas in wp-admin/widgets.php and adding support for blocks in the Customizer. </p>\n<p>Contributors on phase 2 are also <a href=\"https://github.com/WordPress/gutenberg/issues/4770\" rel=\"noopener\" target=\"_blank\">developing a Classic Widget</a>, which would function as a sort of “legacy widget block” for third-party widgets that haven’t yet been converted to blocks. There may be many instances where plugin developers have not updated their widgets for Gutenberg and in these cases their plugins would be unusable in the new interface without the option of a Classic Widget. This block is still in the design stage. </p>\n<p>The widgets.php admin page will need to be completely reimagined as part of this process. Mark Uraine, a designer who works at Automattic, created some mockups to <a href=\"https://github.com/WordPress/gutenberg/issues/13204\" rel=\"noopener\" target=\"_blank\">kick off the discussion</a> about what this screen might look like. </p>\n<p><a href=\"https://cloudup.com/cW5MOA5gsTG\"><img src=\"https://i1.wp.com/cldup.com/o9-F6ebs7m.gif?resize=627%2C421&ssl=1\" alt=\"Widgets as blocks\" width=\"627\" height=\"421\" /></a></p>\n<p>These mockups are just explorations of where widgets may be headed next, and they do not take into account everything that will be required of this screen. </p>\n<p>Nick Halsey, one of the maintainers for <a href=\"https://make.wordpress.org/core/components/customize/\" rel=\"noopener\" target=\"_blank\">WordPress’ Customize component</a> recommended abandoning this screen altogether in favor of showing widget block areas in the Customizer:</p>\n<blockquote><p>The widgets admin screen has a fundamental disconnect with the way that widget areas actually work – with different areas showing in different parts of the screen and potentially on different parts of the site. It will be very difficult to clearly reflect the frontend page structure on this screen in a way that users will be able to understand. Experimenting with contextual approaches to this experience in the customizer offers numerous opportunities for this fundamental problem to be solved. Starting with the visible edit shortcuts that are already in core, revamped widgets could be edited directly on the frontend (of the customize preview) or in an overlay that is more directly related to the display on a particular screen. The ability to navigate to different parts of the site within the customize preview solves a problem that this screen will never be able to address.</p></blockquote>\n<p>Getting blocks to work in the Customizer is also part of phase 2, but conversation on the ticket related to wp-admin/widgets.php indicates the team is not going to abandon this screen just yet. </p>\n<p>“While this screen will eventually be deprecated in the future, especially as more of the site is built in Gutenberg, it’s a necessary “baby step” to get us all there together,” Uraine said. “Maybe the best thing is to keep the existing layout, but just allow the use of all blocks within the accordion content areas? This will keep our resources and investment minimal on this particular piece with just a few suggested tweaks to the mockup in the initial post. It will also allow us to move to the Customizer more quickly.” </p>\n<p>Gutenberg accessibility contributor Andrea Fercia encouraged contributors to address accessibility before creating visual mockups by designing the information architecture first. He encouraged them to organize the required information and controls while thinking about how someone might navigate them in a linear way. </p>\n<p>“The customizer is not fully accessible,” Fercia said. “The admin widgets screen is the only place where persons with accessibility needs have a chance to manage widgets without having to face big accessibility barriers.”</p>\n<p>Discussion on the future of the widget management screen continues in the ticket and contributors are looking to get more input during this exploration stage. There’s also a <a href=\"https://github.com/WordPress/gutenberg/projects/22\" rel=\"noopener\" target=\"_blank\">project board</a> where anyone can share a blog post with their own explorations.</p>\n<p><a href=\"https://github.com/WordPress/gutenberg/projects/20\" rel=\"noopener\" target=\"_blank\">Porting widgets to blocks</a> has its own project board if you want to follow along or jump in on an issue. Most of the core blocks are already finished and a handful are still in progress. </p>\n<p>Updating the widgets management page and bringing blocks into the Customizer is a major overhaul but will further unify WordPress’ interface for editing and previewing content. Widgets have served WordPress well over the years, making it easy for users to customize their websites without having to know how to code. The feature has also <a href=\"https://wptavern.com/the-future-of-wordpress-widgets-a-better-ui-with-real-time-previews\" rel=\"noopener\" target=\"_blank\">survived many evolutions</a>, eventually <a href=\"https://wptavern.com/widget-customizer-approved-for-wordpress-3-9\" rel=\"noopener\" target=\"_blank\">making its way into the Customizer five years ago in WordPress 3.9</a>. One of the limitations with widgets is that they can only be used in “widgetized” areas. Transforming widgets into blocks removes that limitation and makes it possible to use widgets in posts and pages as well.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Jan 2019 21:11:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 01 Mar 2019 16:18:20 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 01 Mar 2019 16:00:10 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20190110094540\";}','no'),(1056,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1551500300','no'),(1057,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1551457100','no'),(1058,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1551500300','no'),(1059,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2019/03/the-month-in-wordpress-february-2019/\'>The Month in WordPress: February 2019</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2019/03/the-month-in-wordpress-february-2019/\'>Dev Blog: The Month in WordPress: February 2019</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-designers-seek-feedback-on-navigation-menu-block-prototype\'>WPTavern: WordPress Designers Seek Feedback on Navigation Menu Block Prototype</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wpweekly-episode-347-chair-buying-pressing-issues-and-block-management\'>WPTavern: WPWeekly Episode 347 – Chair Buying, Pressing Issues, and Block Management</a></li></ul></div>','no'),(1060,'_transient_timeout_plugin_slugs','1551543536','no'),(1061,'_transient_plugin_slugs','a:12:{i:0;s:19:\"akismet/akismet.php\";i:1;s:47:\"better-search-replace/better-search-replace.php\";i:2;s:33:\"duplicate-post/duplicate-post.php\";i:3;s:39:\"eps-301-redirects/eps-301-redirects.php\";i:4;s:49:\"elegant-themes-updater/elegant-themes-updater.php\";i:5;s:46:\"simple-google-tag-manager/googletagmanager.php\";i:6;s:29:\"gravityforms/gravityforms.php\";i:7;s:27:\"updraftplus/updraftplus.php\";i:8;s:55:\"1and1-wordpress-assistant/1and1-wordpress-assistant.php\";i:9;s:35:\"wp-fastest-cache/wpFastestCache.php\";i:10;s:35:\"wp-sitemap-page/wp-sitemap-page.php\";i:11;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(1062,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1551467918','no'),(1063,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4559;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:3305;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2611;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2475;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1910;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1716;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1710;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1464;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1431;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1424;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1424;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1355;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1290;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1285;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1137;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1089;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1083;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1048;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:982;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:919;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:846;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:836;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:820;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:764;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:721;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:718;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:715;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:702;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:696;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:692;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:677;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:677;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:661;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:649;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:641;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:638;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:625;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:615;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:612;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:610;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:579;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:566;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:561;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:557;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:554;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:545;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:531;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:526;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:524;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:524;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:519;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:508;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:502;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:494;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:492;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:491;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:474;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:470;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:468;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:459;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:457;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:455;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:455;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:441;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:429;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:425;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:418;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:417;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:417;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:402;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:401;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:392;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:385;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:384;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:381;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:380;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:377;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:375;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:367;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:364;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:360;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:355;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:353;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:350;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:345;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:342;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:340;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:340;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:324;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:323;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:318;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:316;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:316;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:313;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:313;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:308;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:308;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:307;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:305;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:304;}}','no'),(1074,'updraftplus_tour_cancelled_on','intro','yes'),(1107,'db_upgraded','','yes'),(1110,'_transient_timeout_et_core_path','1551551230','no'),(1111,'_transient_et_core_path','//WDP/DFS/43/1/0/1/4342901101/user/sites/2937960.site/www/wp-content/themes/Divi/core','no'),(1112,'_transient_timeout_et_core_version','1551551231','no'),(1113,'_transient_et_core_version','3.19.18','no'),(1114,'_site_transient_timeout_php_check_e481018c713db17b5f16f6d87bf44ece','1552062513','no'),(1115,'_site_transient_php_check_e481018c713db17b5f16f6d87bf44ece','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:5:\"5.2.4\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:1;}','no'),(1116,'can_compress_scripts','1','no'),(1118,'updraftplus_version','1.16.6','yes'),(1119,'updraft_updraftvault','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-8e90212441ffd743e005cf224e27f8b1\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}','yes'),(1120,'updraft_dropbox','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-d32ba7922e2fc710adb342847c47910d\";a:4:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";}}}','yes'),(1121,'updraft_s3','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-12c4889ecb7b2271868d241441990cb4\";a:5:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:3:\"rrs\";s:0:\"\";s:22:\"server_side_encryption\";s:0:\"\";}}}','yes'),(1122,'updraft_cloudfiles','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-d54e36cc5e434b89336fb9e09cf96ecc\";a:5:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";N;}}}','yes'),(1123,'updraft_googledrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-76a6ef8fc3badb093867cde47cf9e6d1\";a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";}}}','yes'),(1124,'updraft_onedrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-2e19aea8a9d4b5b3ba6fc428e14bef4a\";a:0:{}}}','yes'),(1125,'updraft_ftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-9bbc94cd128fb6f601e2a8cdf0876cb0\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";i:1;}}}','yes'),(1126,'updraft_azure','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-303beccfa24e0cf74841bb1f9a63abd3\";a:0:{}}}','yes'),(1127,'updraft_sftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-e3bc7e5483808176334e1b7f88523775\";a:0:{}}}','yes'),(1128,'updraft_googlecloud','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-22c400f0411d12fffc102a53dc065e25\";a:0:{}}}','yes'),(1129,'updraft_backblaze','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-22fe4442ff23102388f2e5db16cee64a\";a:0:{}}}','yes'),(1130,'updraft_webdav','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-0fad07649a3db55ff69735b321b4a521\";a:0:{}}}','yes'),(1131,'updraft_s3generic','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-16b1a0e91024ee156b211772cf9293e3\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}','yes'),(1132,'updraft_openstack','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-04ee97447275b522f893c5731b21eae8\";a:6:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:0:\"\";s:8:\"password\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";s:0:\"\";}}}','yes'),(1133,'updraft_dreamobjects','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-dc1e9ca867b0c7d19288a76fc21ac9a2\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(1134,'updraftplus-addons_siteid','9f9770bd2d949492369dfe0ca8e3e5bf','no'),(1135,'updraft_lastmessage','This backup task (d616ad68f96e) is either complete or began over 2 days ago: ending (1551465011.299, ) (existing jobdata keys: ) (Mar 01 18:30:11)','yes'),(1136,'updraftplus_locked_fd','1','no'),(1137,'updraftplus_last_lock_time_fd','2019-03-01 16:40:00','no'),(1138,'updraftplus_semaphore_fd','1','no'),(1139,'updraft_last_scheduled_fd','1551458400','yes'),(1141,'updraft_backup_history','a:1:{i:1551458400;a:16:{s:7:\"plugins\";a:1:{i:0;s:62:\"backup_2019-03-01-1640_Value_Holidays_d616ad68f96e-plugins.zip\";}s:12:\"plugins-size\";i:22412156;s:6:\"themes\";a:1:{i:0;s:61:\"backup_2019-03-01-1640_Value_Holidays_d616ad68f96e-themes.zip\";}s:11:\"themes-size\";i:9131300;s:7:\"uploads\";a:1:{i:0;s:62:\"backup_2019-03-01-1640_Value_Holidays_d616ad68f96e-uploads.zip\";}s:12:\"uploads-size\";i:45541067;s:6:\"others\";a:1:{i:0;s:61:\"backup_2019-03-01-1640_Value_Holidays_d616ad68f96e-others.zip\";}s:11:\"others-size\";i:2168;s:5:\"nonce\";s:12:\"d616ad68f96e\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1551458400;s:6:\"themes\";i:1551458410;s:7:\"uploads\";i:1551458413;s:6:\"others\";i:1551458419;}s:18:\"created_by_version\";s:6:\"1.16.6\";s:21:\"last_saved_by_version\";s:6:\"1.16.6\";s:12:\"is_multisite\";b:0;}}','no'),(1142,'nonce_key','7oS<!FIzTvoGi9h`F_5ur[/Z hvpP5^i?He-(H,&DR-i!k4Uw~`m83`i4i(/46pL','no'),(1143,'nonce_salt','mA(5-?KXkxYtQDJaN2|x-@r9$vdf429LOy=R{l+P+~Ml^zuRFYYz|eT_+oQ:al#^','no'),(1145,'auth_key','jgqYi>Qz=_0}=(<l${@TL5{EIj>[Y;G:mkAym)%.8Ju)(Q7e(@_Q3gb4dK7g%P5U','no'),(1146,'auth_salt','WvC];rX2eEl88nEuZ-0$UHT7rEzh?@OWD.0d]u-zAQ[R)K~QzIE/[u+yuJEo}BC3','no'),(1147,'logged_in_key','?C&Z>)/UDbc)%M+QayV!{Z@#w)Nt.*>#!2n^=xOj[ UWW0N|nc<?R&]PSiN`G&!_','no'),(1148,'logged_in_salt',']B,0$m~Je--zc4Q55@]bAV&0E@t^`p^.u`g%!dF `OEY#VNI^U(IK[7/jBq2Z!_$','no'); /*!40000 ALTER TABLE `xATJHSGmoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmpostmeta` -- DROP TABLE IF EXISTS `xATJHSGmpostmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmpostmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=414 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmpostmeta` -- LOCK TABLES `xATJHSGmpostmeta` WRITE; /*!40000 ALTER TABLE `xATJHSGmpostmeta` DISABLE KEYS */; INSERT INTO `xATJHSGmpostmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(7,7,'_et_pb_predefined_layout','on'),(8,7,'_et_pb_built_for_post_type','page'),(9,7,'_et_pb_layout_applicability','product_tour'),(78,42,'_wp_attached_file','2019/01/GrayPlaceholder.png'),(79,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:350;s:4:\"file\";s:27:\"2019/01/GrayPlaceholder.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"GrayPlaceholder-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:\"GrayPlaceholder-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"GrayPlaceholder-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"GrayPlaceholder-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"GrayPlaceholder-400x350.png\";s:5:\"width\";i:400;s:6:\"height\";i:350;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:{}}}'),(80,43,'_wp_attached_file','2019/01/VH_Feature1.png'),(81,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/01/VH_Feature1.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"VH_Feature1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"VH_Feature1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"VH_Feature1-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"VH_Feature1-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"VH_Feature1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"VH_Feature1-1080x540.png\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"VH_Feature1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),(82,44,'_wp_attached_file','2019/01/VH_Feature2.png'),(83,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/01/VH_Feature2.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"VH_Feature2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"VH_Feature2-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"VH_Feature2-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"VH_Feature2-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"VH_Feature2-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"VH_Feature2-1080x540.png\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"VH_Feature2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),(84,45,'_wp_attached_file','2019/01/VH_Feature3.png'),(85,45,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/01/VH_Feature3.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"VH_Feature3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"VH_Feature3-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"VH_Feature3-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"VH_Feature3-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"VH_Feature3-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature3-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"VH_Feature3-1080x540.png\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"VH_Feature3-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),(86,46,'_wp_attached_file','2019/01/VH_Feature4.png'),(87,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/01/VH_Feature4.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"VH_Feature4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"VH_Feature4-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"VH_Feature4-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"VH_Feature4-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature4-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"VH_Feature4-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature4-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature4-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"VH_Feature4-1080x540.png\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"VH_Feature4-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),(88,47,'_wp_attached_file','2019/01/VH_icons_Building.png'),(89,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2019/01/VH_icons_Building.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"VH_icons_Building-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"VH_icons_Building-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"VH_icons_Building-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;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:{}}}'),(90,48,'_wp_attached_file','2019/01/VH_icons_Location.png'),(91,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2019/01/VH_icons_Location.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"VH_icons_Location-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"VH_icons_Location-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"VH_icons_Location-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;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:{}}}'),(92,49,'_wp_attached_file','2019/01/VH_icons_Location2.png'),(93,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2019/01/VH_icons_Location2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"VH_icons_Location2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"VH_icons_Location2-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"VH_icons_Location2-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;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:{}}}'),(94,50,'_wp_attached_file','2019/01/VH_icons_Luggage.png'),(95,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2019/01/VH_icons_Luggage.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"VH_icons_Luggage-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"VH_icons_Luggage-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"VH_icons_Luggage-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;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:{}}}'),(96,51,'_wp_attached_file','2019/01/VH_icons_Luggage2.png'),(97,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2019/01/VH_icons_Luggage2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"VH_icons_Luggage2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"VH_icons_Luggage2-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"VH_icons_Luggage2-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;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:{}}}'),(98,52,'_wp_attached_file','2019/01/VH_icons_Magnifier.png'),(99,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2019/01/VH_icons_Magnifier.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"VH_icons_Magnifier-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"VH_icons_Magnifier-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"VH_icons_Magnifier-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;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:{}}}'),(100,53,'_wp_attached_file','2019/01/VH_icons_Map.png'),(101,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2019/01/VH_icons_Map.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"VH_icons_Map-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"VH_icons_Map-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"VH_icons_Map-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;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:{}}}'),(102,54,'_wp_attached_file','2019/01/VH_icons_Map2.png'),(103,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2019/01/VH_icons_Map2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"VH_icons_Map2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"VH_icons_Map2-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"VH_icons_Map2-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;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:{}}}'),(104,55,'_wp_attached_file','2019/01/VH_icons_Photos.png'),(105,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2019/01/VH_icons_Photos.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"VH_icons_Photos-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"VH_icons_Photos-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"VH_icons_Photos-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;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:{}}}'),(106,56,'_wp_attached_file','2019/01/VH_icons.png'),(107,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:20:\"2019/01/VH_icons.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"VH_icons-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"VH_icons-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"VH_icons-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;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:{}}}'),(108,57,'_wp_attached_file','2019/01/VH_Logo.png'),(109,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:208;s:4:\"file\";s:19:\"2019/01/VH_Logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"VH_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:19:\"VH_Logo-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(111,61,'_edit_last','1'),(112,61,'_edit_lock','1547782376:1'),(113,62,'_wp_attached_file','2019/01/VH_Feature.jpg'),(114,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:22:\"2019/01/VH_Feature.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"VH_Feature-150x150.jpg\";s:5:\"width\";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:\"VH_Feature-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"VH_Feature-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"VH_Feature-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"VH_Feature-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"VH_Feature-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"VH_Feature-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"VH_Feature-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"VH_Feature-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"VH_Feature-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),(115,61,'_wp_page_template','default'),(116,61,'_et_pb_post_hide_nav','default'),(117,61,'_et_pb_page_layout','et_right_sidebar'),(118,61,'_et_pb_side_nav','off'),(119,61,'_et_pb_use_builder','on'),(120,61,'_et_builder_version','BB|Divi|3.19.4'),(121,61,'_et_pb_show_page_creation','off'),(122,61,'_et_pb_ab_stats_refresh_interval','hourly'),(123,61,'_et_pb_old_content',''),(124,61,'_et_pb_enable_shortcode_tracking',''),(125,61,'_et_pb_custom_css',''),(127,61,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(136,70,'_wp_attached_file','2019/01/VH_icons_Logo.png'),(137,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:207;s:4:\"file\";s:25:\"2019/01/VH_icons_Logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"VH_icons_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:25:\"VH_icons_Logo-300x207.png\";s:5:\"width\";i:300;s:6:\"height\";i:207;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:{}}}'),(138,73,'_wp_page_template','default'),(139,73,'_et_pb_post_hide_nav','default'),(140,73,'_et_pb_page_layout','et_right_sidebar'),(141,73,'_et_pb_side_nav','off'),(142,73,'_et_pb_use_builder','on'),(143,73,'_et_builder_version','BB|Divi|3.19.4'),(144,73,'_et_pb_show_page_creation','off'),(145,73,'_et_pb_ab_stats_refresh_interval','hourly'),(146,73,'_et_pb_old_content',''),(147,73,'_et_pb_enable_shortcode_tracking',''),(148,73,'_et_pb_custom_css',''),(149,73,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(150,73,'_dp_original','61'),(151,73,'_edit_lock','1547775933:1'),(152,73,'_edit_last','1'),(153,74,'_wp_attached_file','2019/01/VH_Feature_BlueBG.jpg'),(154,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2019/01/VH_Feature_BlueBG.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"VH_Feature_BlueBG-150x150.jpg\";s:5:\"width\";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:\"VH_Feature_BlueBG-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"VH_Feature_BlueBG-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"VH_Feature_BlueBG-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"VH_Feature_BlueBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"VH_Feature_BlueBG-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"VH_Feature_BlueBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"VH_Feature_BlueBG-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:30:\"VH_Feature_BlueBG-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"VH_Feature_BlueBG-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),(155,80,'_wp_page_template','default'),(156,80,'_et_pb_post_hide_nav','default'),(157,80,'_et_pb_page_layout','et_right_sidebar'),(158,80,'_et_pb_side_nav','off'),(159,80,'_et_pb_use_builder','on'),(160,80,'_et_builder_version','BB|Divi|3.19.4'),(161,80,'_et_pb_show_page_creation','off'),(162,80,'_et_pb_ab_stats_refresh_interval','hourly'),(163,80,'_et_pb_old_content',''),(164,80,'_et_pb_enable_shortcode_tracking',''),(165,80,'_et_pb_custom_css',''),(166,80,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(168,80,'_dp_original','73'),(169,81,'_wp_page_template','default'),(170,81,'_et_pb_post_hide_nav','default'),(171,81,'_et_pb_page_layout','et_right_sidebar'),(172,81,'_et_pb_side_nav','off'),(173,81,'_et_pb_use_builder','on'),(174,81,'_et_builder_version','BB|Divi|3.19.4'),(175,81,'_et_pb_show_page_creation','off'),(176,81,'_et_pb_ab_stats_refresh_interval','hourly'),(177,81,'_et_pb_old_content',''),(178,81,'_et_pb_enable_shortcode_tracking',''),(179,81,'_et_pb_custom_css',''),(180,81,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(182,81,'_dp_original','80'),(183,80,'_edit_lock','1547440589:1'),(184,81,'_edit_lock','1547782377:1'),(185,80,'_edit_last','1'),(186,81,'_edit_last','1'),(187,88,'_menu_item_type','post_type'),(188,88,'_menu_item_menu_item_parent','0'),(189,88,'_menu_item_object_id','81'),(190,88,'_menu_item_object','page'),(191,88,'_menu_item_target',''),(192,88,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(193,88,'_menu_item_xfn',''),(194,88,'_menu_item_url',''),(196,89,'_menu_item_type','post_type'),(197,89,'_menu_item_menu_item_parent','0'),(198,89,'_menu_item_object_id','80'),(199,89,'_menu_item_object','page'),(200,89,'_menu_item_target',''),(201,89,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(202,89,'_menu_item_xfn',''),(203,89,'_menu_item_url',''),(205,90,'_menu_item_type','post_type'),(206,90,'_menu_item_menu_item_parent','0'),(207,90,'_menu_item_object_id','73'),(208,90,'_menu_item_object','page'),(209,90,'_menu_item_target',''),(210,90,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(211,90,'_menu_item_xfn',''),(212,90,'_menu_item_url',''),(214,91,'_menu_item_type','post_type'),(215,91,'_menu_item_menu_item_parent','0'),(216,91,'_menu_item_object_id','61'),(217,91,'_menu_item_object','page'),(218,91,'_menu_item_target',''),(219,91,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(220,91,'_menu_item_xfn',''),(221,91,'_menu_item_url',''),(222,91,'_menu_item_orphaned','1547417124'),(223,92,'_wp_page_template','default'),(224,92,'_et_pb_post_hide_nav','default'),(225,92,'_et_pb_page_layout','et_right_sidebar'),(226,92,'_et_pb_side_nav','off'),(227,92,'_et_pb_use_builder','on'),(228,92,'_et_builder_version','BB|Divi|3.19.4'),(229,92,'_et_pb_show_page_creation','off'),(230,92,'_et_pb_ab_stats_refresh_interval','hourly'),(231,92,'_et_pb_old_content',''),(232,92,'_et_pb_enable_shortcode_tracking',''),(233,92,'_et_pb_custom_css',''),(234,92,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(236,92,'_dp_original','73'),(237,92,'_edit_lock','1547865262:1'),(238,92,'_edit_last','1'),(239,94,'_wp_page_template','default'),(240,94,'_et_pb_post_hide_nav','default'),(241,94,'_et_pb_page_layout','et_right_sidebar'),(242,94,'_et_pb_side_nav','off'),(243,94,'_et_pb_use_builder','on'),(244,94,'_et_builder_version','BB|Divi|3.19.4'),(245,94,'_et_pb_show_page_creation','off'),(246,94,'_et_pb_ab_stats_refresh_interval','hourly'),(247,94,'_et_pb_old_content',''),(248,94,'_et_pb_enable_shortcode_tracking',''),(249,94,'_et_pb_custom_css',''),(250,94,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(252,94,'_dp_original','80'),(253,94,'_edit_lock','1547739732:1'),(254,94,'_edit_last','1'),(255,96,'_menu_item_type','post_type'),(256,96,'_menu_item_menu_item_parent','0'),(257,96,'_menu_item_object_id','94'),(258,96,'_menu_item_object','page'),(259,96,'_menu_item_target',''),(260,96,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(261,96,'_menu_item_xfn',''),(262,96,'_menu_item_url',''),(264,97,'_menu_item_type','post_type'),(265,97,'_menu_item_menu_item_parent','0'),(266,97,'_menu_item_object_id','92'),(267,97,'_menu_item_object','page'),(268,97,'_menu_item_target',''),(269,97,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(270,97,'_menu_item_xfn',''),(271,97,'_menu_item_url',''),(273,106,'_et_pb_built_for_post_type','page'),(274,108,'_wp_page_template','default'),(275,108,'_et_pb_post_hide_nav','default'),(276,108,'_et_pb_page_layout','et_right_sidebar'),(277,108,'_et_pb_side_nav','off'),(278,108,'_et_pb_use_builder','on'),(279,108,'_et_builder_version','BB|Divi|3.19.4'),(280,108,'_et_pb_show_page_creation','off'),(281,108,'_et_pb_ab_stats_refresh_interval','hourly'),(282,108,'_et_pb_old_content',''),(283,108,'_et_pb_enable_shortcode_tracking',''),(284,108,'_et_pb_custom_css',''),(285,108,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(287,108,'_dp_original','94'),(288,108,'_edit_lock','1547431933:1'),(289,108,'_edit_last','1'),(290,113,'_et_pb_built_for_post_type','page'),(291,118,'_wp_attached_file','2019/01/VH_Feature_Map.jpg'),(292,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:750;s:4:\"file\";s:26:\"2019/01/VH_Feature_Map.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"VH_Feature_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:26:\"VH_Feature_Map-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:26:\"VH_Feature_Map-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:27:\"VH_Feature_Map-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"VH_Feature_Map-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"VH_Feature_Map-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"VH_Feature_Map-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"VH_Feature_Map-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:27:\"VH_Feature_Map-1080x450.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"VH_Feature_Map-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),(293,119,'_wp_attached_file','2019/01/VH_Feature6.jpg'),(294,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:23:\"2019/01/VH_Feature6.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"VH_Feature6-150x150.jpg\";s:5:\"width\";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:\"VH_Feature6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"VH_Feature6-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"VH_Feature6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature6-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"VH_Feature6-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature6-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature6-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"VH_Feature6-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"VH_Feature6-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),(295,120,'_wp_attached_file','2019/01/VH_Feature7.jpg'),(296,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:23:\"2019/01/VH_Feature7.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"VH_Feature7-150x150.jpg\";s:5:\"width\";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:\"VH_Feature7-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"VH_Feature7-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"VH_Feature7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature7-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"VH_Feature7-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature7-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature7-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"VH_Feature7-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"VH_Feature7-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),(297,121,'_wp_attached_file','2019/01/VH_Feature8.jpg'),(298,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:23:\"2019/01/VH_Feature8.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"VH_Feature8-150x150.jpg\";s:5:\"width\";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:\"VH_Feature8-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"VH_Feature8-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"VH_Feature8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature8-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"VH_Feature8-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature8-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature8-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"VH_Feature8-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"VH_Feature8-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),(299,122,'_wp_attached_file','2019/01/VH_Feature9.jpg'),(300,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2019/01/VH_Feature9.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"VH_Feature9-150x150.jpg\";s:5:\"width\";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:\"VH_Feature9-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:23:\"VH_Feature9-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"VH_Feature9-1024x569.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature9-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"VH_Feature9-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature9-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature9-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"VH_Feature9-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"VH_Feature9-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),(301,123,'_wp_attached_file','2019/01/VH_Group.jpg'),(302,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:430;s:4:\"file\";s:20:\"2019/01/VH_Group.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"VH_Group-150x150.jpg\";s:5:\"width\";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:\"VH_Group-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"VH_Group-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"VH_Group-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"VH_Group-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"VH_Group-400x430.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:430;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:{}}}'),(303,124,'_wp_attached_file','2019/01/VH_History.jpg'),(304,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:430;s:4:\"file\";s:22:\"2019/01/VH_History.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"VH_History-150x150.jpg\";s:5:\"width\";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:\"VH_History-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"VH_History-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"VH_History-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"VH_History-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"VH_History-400x430.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:430;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:{}}}'),(305,125,'_wp_attached_file','2019/01/VH_Individual.jpg'),(306,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:430;s:4:\"file\";s:25:\"2019/01/VH_Individual.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"VH_Individual-150x150.jpg\";s:5:\"width\";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:\"VH_Individual-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"VH_Individual-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"VH_Individual-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"VH_Individual-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"VH_Individual-400x430.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:430;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:{}}}'),(307,126,'_wp_attached_file','2019/01/VH_Music.jpg'),(308,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:430;s:4:\"file\";s:20:\"2019/01/VH_Music.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"VH_Music-150x150.jpg\";s:5:\"width\";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:\"VH_Music-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"VH_Music-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"VH_Music-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"VH_Music-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"VH_Music-400x430.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:430;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:{}}}'),(309,127,'_wp_attached_file','2019/01/VH_Student.jpg'),(310,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:430;s:4:\"file\";s:22:\"2019/01/VH_Student.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"VH_Student-150x150.jpg\";s:5:\"width\";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:\"VH_Student-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"VH_Student-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"VH_Student-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"VH_Student-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"VH_Student-400x430.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:430;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:{}}}'),(311,128,'_wp_attached_file','2019/01/VH_Student2.jpg'),(312,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:430;s:4:\"file\";s:23:\"2019/01/VH_Student2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"VH_Student2-150x150.jpg\";s:5:\"width\";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:\"VH_Student2-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"VH_Student2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"VH_Student2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"VH_Student2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"VH_Student2-400x430.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:430;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:{}}}'),(313,139,'_wp_page_template','default'),(314,139,'_et_pb_post_hide_nav','default'),(315,139,'_et_pb_page_layout','et_right_sidebar'),(316,139,'_et_pb_side_nav','off'),(317,139,'_et_pb_use_builder','on'),(318,139,'_et_builder_version','BB|Divi|3.19.4'),(319,139,'_et_pb_show_page_creation','off'),(320,139,'_et_pb_ab_stats_refresh_interval','hourly'),(321,139,'_et_pb_old_content',''),(322,139,'_et_pb_enable_shortcode_tracking',''),(323,139,'_et_pb_custom_css',''),(324,139,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(326,139,'_dp_original','94'),(327,139,'_edit_lock','1547434458:1'),(328,139,'_edit_last','1'),(329,141,'_wp_page_template','default'),(330,141,'_et_pb_post_hide_nav','default'),(331,141,'_et_pb_page_layout','et_right_sidebar'),(332,141,'_et_pb_side_nav','off'),(333,141,'_et_pb_use_builder','on'),(334,141,'_et_builder_version','BB|Divi|3.19.4'),(335,141,'_et_pb_show_page_creation','off'),(336,141,'_et_pb_ab_stats_refresh_interval','hourly'),(337,141,'_et_pb_old_content',''),(338,141,'_et_pb_enable_shortcode_tracking',''),(339,141,'_et_pb_custom_css',''),(340,141,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:1:{s:15:\"et-gf-open-sans\";s:80:\"Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(342,141,'_dp_original','139'),(343,141,'_edit_lock','1547434462:1'),(344,141,'_edit_last','1'),(345,145,'_menu_item_type','post_type'),(346,145,'_menu_item_menu_item_parent','97'),(347,145,'_menu_item_object_id','141'),(348,145,'_menu_item_object','page'),(349,145,'_menu_item_target',''),(350,145,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(351,145,'_menu_item_xfn',''),(352,145,'_menu_item_url',''),(354,146,'_menu_item_type','post_type'),(355,146,'_menu_item_menu_item_parent','97'),(356,146,'_menu_item_object_id','139'),(357,146,'_menu_item_object','page'),(358,146,'_menu_item_target',''),(359,146,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(360,146,'_menu_item_xfn',''),(361,146,'_menu_item_url',''),(363,147,'_menu_item_type','post_type'),(364,147,'_menu_item_menu_item_parent','0'),(365,147,'_menu_item_object_id','108'),(366,147,'_menu_item_object','page'),(367,147,'_menu_item_target',''),(368,147,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(369,147,'_menu_item_xfn',''),(370,147,'_menu_item_url',''),(374,149,'_wp_attached_file','2019/01/VH_Feature10.jpg'),(375,149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:24:\"2019/01/VH_Feature10.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"VH_Feature10-150x150.jpg\";s:5:\"width\";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:\"VH_Feature10-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:\"VH_Feature10-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:\"VH_Feature10-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"VH_Feature10-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"VH_Feature10-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"VH_Feature10-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"VH_Feature10-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"VH_Feature10-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"VH_Feature10-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),(376,150,'_wp_attached_file','2019/01/VH_Feature11.jpg'),(377,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2019/01/VH_Feature11.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"VH_Feature11-150x150.jpg\";s:5:\"width\";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:\"VH_Feature11-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:24:\"VH_Feature11-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"VH_Feature11-1024x569.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"VH_Feature11-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"VH_Feature11-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"VH_Feature11-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"VH_Feature11-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"VH_Feature11-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"VH_Feature11-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),(380,165,'_wp_attached_file','2019/01/VH_icons_Line.png'),(381,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:21;s:6:\"height\";i:4;s:4:\"file\";s:25:\"2019/01/VH_icons_Line.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(382,174,'_wp_attached_file','2019/01/VH_icons_Email.png'),(383,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2019/01/VH_icons_Email.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"VH_icons_Email-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"VH_icons_Email-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"VH_icons_Email-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;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:{}}}'),(384,175,'_wp_attached_file','2019/01/VH_icons_Phone.png'),(385,175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2019/01/VH_icons_Phone.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"VH_icons_Phone-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"VH_icons_Phone-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"VH_icons_Phone-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;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:{}}}'),(386,196,'_wp_attached_file','2019/01/AdobeStock_146169621_Preview.jpg'),(387,196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:40:\"2019/01/AdobeStock_146169621_Preview.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"AdobeStock_146169621_Preview-150x150.jpg\";s:5:\"width\";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:\"AdobeStock_146169621_Preview-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:40:\"AdobeStock_146169621_Preview-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:40:\"AdobeStock_146169621_Preview-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:40:\"AdobeStock_146169621_Preview-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:40:\"AdobeStock_146169621_Preview-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:40:\"AdobeStock_146169621_Preview-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:28:\"©279photo - stock.adobe.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(388,198,'_wp_attached_file','2019/01/AdobeStock_146169621_Preview-1.jpg'),(389,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:42:\"2019/01/AdobeStock_146169621_Preview-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"AdobeStock_146169621_Preview-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:42:\"AdobeStock_146169621_Preview-1-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:42:\"AdobeStock_146169621_Preview-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:42:\"AdobeStock_146169621_Preview-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:43:\"AdobeStock_146169621_Preview-1-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:42:\"AdobeStock_146169621_Preview-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:42:\"AdobeStock_146169621_Preview-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:42:\"AdobeStock_146169621_Preview-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:28:\"©279photo - stock.adobe.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(390,201,'_wp_attached_file','2019/01/VH_icons_Camera.png'),(391,201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2019/01/VH_icons_Camera.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"VH_icons_Camera-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"VH_icons_Camera-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"VH_icons_Camera-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;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:{}}}'),(392,202,'_wp_attached_file','2019/01/VH_icons_Email-1.png'),(393,202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2019/01/VH_icons_Email-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"VH_icons_Email-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"VH_icons_Email-1-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"VH_icons_Email-1-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(394,203,'_wp_attached_file','2019/01/VH_icons_Tickets.png'),(395,203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2019/01/VH_icons_Tickets.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"VH_icons_Tickets-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"VH_icons_Tickets-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"VH_icons_Tickets-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;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:{}}}'),(396,204,'_wp_attached_file','2019/01/VH_icons_Tour.png'),(397,204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2019/01/VH_icons_Tour.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"VH_icons_Tour-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"VH_icons_Tour-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"VH_icons_Tour-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;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:{}}}'),(398,205,'_wp_attached_file','2019/01/VH_icons_Checksheet.png'),(399,205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2019/01/VH_icons_Checksheet.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"VH_icons_Checksheet-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"VH_icons_Checksheet-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"VH_icons_Checksheet-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;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:{}}}'),(400,218,'_wp_attached_file','2019/01/AdobeStock_146169621_Preview-2.jpg'),(401,218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:2000;s:4:\"file\";s:42:\"2019/01/AdobeStock_146169621_Preview-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"AdobeStock_146169621_Preview-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:42:\"AdobeStock_146169621_Preview-2-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"AdobeStock_146169621_Preview-2-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"AdobeStock_146169621_Preview-2-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:42:\"AdobeStock_146169621_Preview-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:43:\"AdobeStock_146169621_Preview-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:42:\"AdobeStock_146169621_Preview-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:42:\"AdobeStock_146169621_Preview-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:44:\"AdobeStock_146169621_Preview-2-1080x1350.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:42:\"AdobeStock_146169621_Preview-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:44:\"AdobeStock_146169621_Preview-2-1600x1800.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:1800;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:28:\"©279photo - stock.adobe.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(402,220,'_wp_attached_file','2019/01/VH_icons_Camera-1.png'),(403,220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2019/01/VH_icons_Camera-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"VH_icons_Camera-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"VH_icons_Camera-1-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"VH_icons_Camera-1-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;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:{}}}'),(404,221,'_wp_attached_file','2019/01/VH_icons_Poloriod.png'),(405,221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2019/01/VH_icons_Poloriod.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"VH_icons_Poloriod-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"VH_icons_Poloriod-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"VH_icons_Poloriod-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;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:{}}}'),(406,223,'_wp_attached_file','2019/01/AdobeStock_146169621_Preview-3.jpg'),(407,223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:2000;s:4:\"file\";s:42:\"2019/01/AdobeStock_146169621_Preview-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"AdobeStock_146169621_Preview-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:42:\"AdobeStock_146169621_Preview-3-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"AdobeStock_146169621_Preview-3-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"AdobeStock_146169621_Preview-3-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:42:\"AdobeStock_146169621_Preview-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:43:\"AdobeStock_146169621_Preview-3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:42:\"AdobeStock_146169621_Preview-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:42:\"AdobeStock_146169621_Preview-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:44:\"AdobeStock_146169621_Preview-3-1080x1350.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:42:\"AdobeStock_146169621_Preview-3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:44:\"AdobeStock_146169621_Preview-3-1600x1800.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:1800;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:28:\"©279photo - stock.adobe.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(408,225,'_wp_attached_file','2019/01/VH_Feature-1.jpg'),(409,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2019/01/VH_Feature-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"VH_Feature-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:\"VH_Feature-1-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:24:\"VH_Feature-1-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"VH_Feature-1-1024x569.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"VH_Feature-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"VH_Feature-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"VH_Feature-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"VH_Feature-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"VH_Feature-1-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"VH_Feature-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),(410,226,'_wp_attached_file','2019/01/VH_Feature3.jpg'),(411,226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2019/01/VH_Feature3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"VH_Feature3-150x150.jpg\";s:5:\"width\";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:\"VH_Feature3-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:23:\"VH_Feature3-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"VH_Feature3-1024x569.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"VH_Feature3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"VH_Feature3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"VH_Feature3-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"VH_Feature3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'),(412,227,'_wp_attached_file','2019/01/VH_Feature10-1.jpg'),(413,227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2019/01/VH_Feature10-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"VH_Feature10-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:\"VH_Feature10-1-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:\"VH_Feature10-1-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"VH_Feature10-1-1024x569.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"VH_Feature10-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"VH_Feature10-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"VH_Feature10-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"VH_Feature10-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:27:\"VH_Feature10-1-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"VH_Feature10-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}'); /*!40000 ALTER TABLE `xATJHSGmpostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmposts` -- DROP TABLE IF EXISTS `xATJHSGmposts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmposts` ( `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=InnoDB AUTO_INCREMENT=233 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmposts` -- LOCK TABLES `xATJHSGmposts` WRITE; /*!40000 ALTER TABLE `xATJHSGmposts` DISABLE KEYS */; INSERT INTO `xATJHSGmposts` VALUES (1,1,'2019-01-13 19:30:49','2019-01-13 19:30:49','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2019-01-13 19:30:49','2019-01-13 19:30:49','',0,'http://valhol.streamlinejacks.com/?p=1',0,'post','',1),(2,1,'2019-01-13 19:30:49','2019-01-13 19:30:49','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://valhol.streamlinejacks.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-01-13 19:30:49','2019-01-13 19:30:49','',0,'http://valhol.streamlinejacks.com/?page_id=2',0,'page','',0),(3,1,'2019-01-13 19:30:49','2019-01-13 19:30:49','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://valhol.streamlinejacks.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2019-01-13 19:30:49','2019-01-13 19:30:49','',0,'http://valhol.streamlinejacks.com/?page_id=3',0,'page','',0),(7,1,'2019-01-13 19:33:12','2019-01-13 19:33:12','[et_pb_section fullwidth=\"on\" background_color=\"#1f0030\"][et_pb_fullwidth_header title=\"Divi Builder\" background_layout=\"dark\" text_orientation=\"center\" scroll_down_icon_color=\"#ffffff\" scroll_down_icon_size=\"36px\" content_font_color=\"rgba(255,255,255,0.85)\" max_width=\"700px\" button_one_text=\"Join Now\" button_one_url=\"Join today\" background_overlay_color=\"rgba(40,40,48,0.8)\" title_font=\"Old Standard TT|on||on|\" title_font_size=\"62px\" title_font_size_phone=\"48px\" title_font_size_last_edited=\"on|phone\" content_font=\"Raleway||||\" content_font_size=\"20px\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#e85929\" button_one_border_width=\"0px\" button_one_border_radius=\"2px\" button_one_letter_spacing=\"3px\" button_one_font=\"Raleway|on||on|\" button_one_use_icon=\"off\" button_one_bg_color_hover=\"rgba(232,89,41,0.85)\" button_one_letter_spacing_hover=\"2px\" custom_css_main_element=\"padding: 6% 0 12% 0;\" custom_css_header_container=\"width: 100%;\" custom_css_button_1=\"margin-top: 40px;\" background_image=\"https://cdn.elegantthemes.com/images/tour/hummus2.jpg\" header_fullscreen=\"off\" header_scroll_down=\"off\" image_orientation=\"center\" content_orientation=\"center\" button_one_icon_placement=\"right\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\"]Divi 3.0 introduces a completely new visual interface that will forever change how you build websites. This front end editor allows you to make changes to your website...on your actual website![/et_pb_fullwidth_header][/et_pb_section][et_pb_section background_color=\"#efefe8\" custom_css_main_element=\"z-index: 999;\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" custom_margin=\"-100px||60px|\" make_equal=\"on\" background_color_1=\"#ffffff\" background_color_2=\"#ffffff\" bg_img_1=\"https://cdn.elegantthemes.com/images/tour/limes.jpg\" bg_img_2=\"https://cdn.elegantthemes.com/images/tour/springrolls.jpg\" bg_img_3=\"https://cdn.elegantthemes.com/images/tour/eggs.jpg\" bg_img_4=\"https://cdn.elegantthemes.com/images/tour/lemons.jpg\" background_position_1=\"bottom_center\" background_position_2=\"bottom_center\" background_position_3=\"bottom_center\" background_position_4=\"bottom_center\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" background_repeat_3=\"no-repeat\" background_repeat_4=\"no-repeat\" custom_css_main_element=\"overflow: visible !important;||-webkit-box-shadow: 0px 4px 30px 4px rgba(0,0,0,0.08);||-moz-box-shadow: 0px 4px 30px 4px rgba(0,0,0,0.08);||box-shadow: 0px 4px 30px 4px rgba(0,0,0,0.08);\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Click & type\" use_icon=\"on\" font_icon=\"%%119%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Drag & Drop\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e4e4e4\" background_color_gradient_end=\"rgba(228,228,228,0)\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"90%\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Fully Customize\" use_icon=\"on\" font_icon=\"%%70%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#efefef\" background_color_gradient_end=\"rgba(239,239,239,0)\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"90%\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Clone & Delete\" use_icon=\"on\" font_icon=\"%%100%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#d7d9d9\" background_color_gradient_end=\"rgba(215,217,217,0)\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"90%\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" custom_padding=\"0px|||\" background_color=\"#efefe8\"][et_pb_row custom_margin=\"|||\" padding_top_1=\"10%\" background_position_1=\"top_left\" background_position_2=\"top_left\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_blurb title=\"So simple!\" animation=\"off\" text_orientation=\"right\" header_font=\"Raleway|on||on|\" header_font_size=\"36px\" header_text_color=\"#3a3e59\" custom_css_main_element=\"max-width: none;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempus sed odio non blandit. Ut varius purus eget erat ornare facilisis. Mauris pharetra lacus nec sapien iaculis, sit amet ullamcorper sapien finibus.[/et_pb_blurb][et_pb_button button_text=\"Learn more\" button_alignment=\"right\" background_layout=\"dark\" disabled_on=\"on|on|\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#e85929\" button_border_width=\"0px\" button_border_radius=\"3px\" button_letter_spacing=\"3px\" button_font=\"Raleway|on||on|\" button_use_icon=\"off\" button_bg_color_hover=\"#e84712\" button_letter_spacing_hover=\"2px\" background_color=\"#7EBEC5\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image src=\"https://cdn.elegantthemes.com/images/tour/jar.jpg\" align=\"center\" max_width=\"510px\" /][/et_pb_column][/et_pb_row][et_pb_row custom_margin=\"|||\" make_equal=\"on\" padding_top_2=\"14%\" background_position_1=\"top_left\" background_position_2=\"top_left\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_image src=\"https://cdn.elegantthemes.com/images/tour/cake.jpg\" animation=\"right\" align=\"center\" max_width=\"510px\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_blurb title=\"So sweet!\" animation=\"off\" header_font=\"Raleway|on||on|\" header_font_size=\"36px\" header_text_color=\"#3a3e59\" custom_css_main_element=\"max-width: none;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempus sed odio non blandit. Ut varius purus eget erat ornare facilisis. Mauris pharetra lacus nec sapien iaculis, sit amet ullamcorper sapien finibus.[/et_pb_blurb][et_pb_button button_text=\"Learn more\" button_alignment=\"left\" background_layout=\"dark\" disabled_on=\"on|on|\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#e85929\" button_border_width=\"0px\" button_border_radius=\"2px\" button_letter_spacing=\"3px\" button_font=\"Raleway|on||on|\" button_use_icon=\"off\" button_bg_color_hover=\"#e84712\" button_letter_spacing_hover=\"2px\" background_color=\"#7EBEC5\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_color=\"#212127\" custom_padding=\"|||\" fullwidth=\"on\"][et_pb_fullwidth_header title=\"Perfectly Diverse\" background_layout=\"dark\" text_orientation=\"center\" scroll_down_icon_color=\"#ffffff\" scroll_down_icon_size=\"36px\" content_font_color=\"rgba(255,255,255,0.72)\" button_one_text=\"Download\" background_overlay_color=\"rgba(255,255,255,0)\" title_font=\"Old Standard TT|on||on|\" title_font_size=\"62px\" title_font_size_tablet=\"62px\" title_font_size_phone=\"48px\" title_font_size_last_edited=\"on|phone\" content_font=\"Raleway||||\" content_font_size=\"20px\" content_text_color=\"#ffffff\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#e85929\" button_one_border_width=\"0px\" button_one_border_radius=\"2px\" button_one_letter_spacing=\"3px\" button_one_font=\"Raleway|on||on|\" button_one_use_icon=\"off\" button_one_bg_color_hover=\"rgba(232,89,41,0.85)\" button_one_letter_spacing_hover=\"2px\" custom_css_main_element=\"padding: 6% 0;\" custom_css_header_container=\"width: 100%;\" custom_css_button_1=\"margin-top: 40px;\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vel mollis eros. Vestibulum in blandit massa. Nunc lorem lacus, lacinia ut lobortis id, tempor a sem. Vivamus rhoncus imperdiet quam quis vestibulum. Sed at dui orci. </p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fullwidth=\"on\"][et_pb_fullwidth_image src=\"https://cdn.elegantthemes.com/images/tour/cheese.jpg\" animation=\"off\" /][/et_pb_section]','Divi Builder Demo','','publish','closed','closed','','divi-builder-demo','','','2019-01-13 19:33:12','2019-01-13 19:33:12','',0,'https://valhol.streamlinejacks.com/et_pb_layout/divi-builder-demo',0,'et_pb_layout','',0),(42,1,'2019-01-13 19:37:11','2019-01-13 19:37:11','','GrayPlaceholder','','inherit','open','closed','','grayplaceholder','','','2019-01-13 19:37:11','2019-01-13 19:37:11','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png',0,'attachment','image/png',0),(43,1,'2019-01-13 19:37:13','2019-01-13 19:37:13','','VH_Feature1','','inherit','open','closed','','vh_feature1','','','2019-01-13 19:37:13','2019-01-13 19:37:13','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature1.png',0,'attachment','image/png',0),(44,1,'2019-01-13 19:37:18','2019-01-13 19:37:18','','VH_Feature2','','inherit','open','closed','','vh_feature2','','','2019-01-13 19:37:18','2019-01-13 19:37:18','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature2.png',0,'attachment','image/png',0),(45,1,'2019-01-13 19:37:23','2019-01-13 19:37:23','','VH_Feature3','','inherit','open','closed','','vh_feature3','','','2019-01-13 19:37:23','2019-01-13 19:37:23','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature3.png',0,'attachment','image/png',0),(46,1,'2019-01-13 19:37:28','2019-01-13 19:37:28','','VH_Feature4','','inherit','open','closed','','vh_feature4','','','2019-01-13 19:37:28','2019-01-13 19:37:28','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png',0,'attachment','image/png',0),(47,1,'2019-01-13 19:37:32','2019-01-13 19:37:32','','VH_icons_Building','','inherit','open','closed','','vh_icons_building','','','2019-01-13 19:37:32','2019-01-13 19:37:32','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Building.png',0,'attachment','image/png',0),(48,1,'2019-01-13 19:37:33','2019-01-13 19:37:33','','VH_icons_Location','','inherit','open','closed','','vh_icons_location','','','2019-01-13 19:37:33','2019-01-13 19:37:33','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png',0,'attachment','image/png',0),(49,1,'2019-01-13 19:37:34','2019-01-13 19:37:34','','VH_icons_Location2','','inherit','open','closed','','vh_icons_location2','','','2019-01-13 19:37:34','2019-01-13 19:37:34','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png',0,'attachment','image/png',0),(50,1,'2019-01-13 19:37:34','2019-01-13 19:37:34','','VH_icons_Luggage','','inherit','open','closed','','vh_icons_luggage','','','2019-01-13 19:37:34','2019-01-13 19:37:34','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png',0,'attachment','image/png',0),(51,1,'2019-01-13 19:37:35','2019-01-13 19:37:35','','VH_icons_Luggage2','','inherit','open','closed','','vh_icons_luggage2','','','2019-01-13 19:37:35','2019-01-13 19:37:35','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png',0,'attachment','image/png',0),(52,1,'2019-01-13 19:37:35','2019-01-13 19:37:35','','VH_icons_Magnifier','','inherit','open','closed','','vh_icons_magnifier','','','2019-01-13 19:37:35','2019-01-13 19:37:35','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png',0,'attachment','image/png',0),(53,1,'2019-01-13 19:37:36','2019-01-13 19:37:36','','VH_icons_Map','','inherit','open','closed','','vh_icons_map','','','2019-01-13 19:37:36','2019-01-13 19:37:36','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png',0,'attachment','image/png',0),(54,1,'2019-01-13 19:37:36','2019-01-13 19:37:36','','VH_icons_Map2','','inherit','open','closed','','vh_icons_map2','','','2019-01-13 19:37:36','2019-01-13 19:37:36','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png',0,'attachment','image/png',0),(55,1,'2019-01-13 19:37:37','2019-01-13 19:37:37','','VH_icons_Photos','','inherit','open','closed','','vh_icons_photos','','','2019-01-13 19:37:37','2019-01-13 19:37:37','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png',0,'attachment','image/png',0),(56,1,'2019-01-13 19:37:37','2019-01-13 19:37:37','','VH_icons','','inherit','open','closed','','vh_icons','','','2019-01-13 19:37:37','2019-01-13 19:37:37','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons.png',0,'attachment','image/png',0),(57,1,'2019-01-13 19:37:38','2019-01-13 19:37:38','','VH_Logo','','inherit','open','closed','','vh_logo','','','2019-01-13 19:37:38','2019-01-13 19:37:38','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Logo.png',0,'attachment','image/png',0),(58,1,'2019-01-13 19:39:59','2019-01-13 19:39:59','','Divi-Child','','publish','closed','closed','','divi-child','','','2019-01-13 21:00:40','2019-01-13 21:00:40','',0,'https://valhol.streamlinejacks.com/divi-child',0,'custom_css','',0),(59,1,'2019-01-13 19:39:59','2019-01-13 19:39:59','','Divi-Child','','inherit','closed','closed','','58-revision-v1','','','2019-01-13 19:39:59','2019-01-13 19:39:59','',58,'https://valhol.streamlinejacks.com/58-revision-v1',0,'revision','',0),(61,1,'2019-01-13 19:44:22','2019-01-13 19:44:22','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature-1.jpg\" next_background_color=\"#ffffff\" module_class=\"hp-feature\" background_position=\"top_center\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>vacations curated for you</h1>\r\n<h3>Choose from one of our many custom group trips to find a tour that’s right for you</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-mission\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"creating unforgettable memories\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>creating unforgettable memories</h2>\r\nValue Holidays is the premier worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele.\r\n\r\nWhen you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"learn more about us\" _builder_version=\"3.19.4\" button_text=\"learn more about us\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/about\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-trips\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"become inspired for your next trip\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>become inspired for your next trip</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#001d39\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Read more reviews\" _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','publish','closed','closed','','homepage','','','2019-01-18 03:18:19','2019-01-18 03:18:19','',0,'https://valhol.streamlinejacks.com/?page_id=61',0,'page','',0),(62,1,'2019-01-13 19:44:11','2019-01-13 19:44:11','','VH_Feature','','inherit','open','closed','','vh_feature','','','2019-01-13 19:44:11','2019-01-13 19:44:11','',61,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature.jpg',0,'attachment','image/jpeg',0),(63,1,'2019-01-13 19:44:22','2019-01-13 19:44:22','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature.jpg\"][et_pb_row][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','61-revision-v1','','','2019-01-13 19:44:22','2019-01-13 19:44:22','',61,'https://valhol.streamlinejacks.com/61-revision-v1',0,'revision','',0),(65,1,'2019-01-13 19:51:47','2019-01-13 19:51:47','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature.jpg\" next_background_color=\"#ffffff\" module_class=\"hp-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>vacations curated for you</h1>\r\n<h3>Choose from one of our many custom group trips to find a tour that’s right for you</h3>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\"]\r\n\r\nSearch Bar\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-mission\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"creating unforgettable memories\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>creating unforgettable memories</h2>\r\nValue Holidays is the premier worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele.\r\n\r\nWhen you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"learn more about us\" _builder_version=\"3.19.4\" button_text=\"learn more about us\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-trips\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"become inspired for your next trip\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>become inspired for your next trip</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#001d39\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Read more reviews\" _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','61-revision-v1','','','2019-01-13 19:51:47','2019-01-13 19:51:47','',61,'https://valhol.streamlinejacks.com/61-revision-v1',0,'revision','',0),(69,1,'2019-01-13 20:01:02','2019-01-13 20:01:02','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature.jpg\" next_background_color=\"#ffffff\" module_class=\"hp-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>vacations curated for you</h1>\r\n<h3>Choose from one of our many custom group trips to find a tour that’s right for you</h3>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\"]\r\n\r\nSearch Bar\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-mission\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"creating unforgettable memories\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>creating unforgettable memories</h2>\r\nValue Holidays is the premier worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele.\r\n\r\nWhen you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"learn more about us\" _builder_version=\"3.19.4\" button_text=\"learn more about us\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-trips\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"become inspired for your next trip\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>become inspired for your next trip</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#001d39\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Read more reviews\" _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','61-revision-v1','','','2019-01-13 20:01:02','2019-01-13 20:01:02','',61,'https://valhol.streamlinejacks.com/61-revision-v1',0,'revision','',0),(70,1,'2019-01-13 21:00:35','2019-01-13 21:00:35','','VH_icons_Logo','','inherit','open','closed','','vh_icons_logo','','','2019-01-13 21:00:35','2019-01-13 21:00:35','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Logo.png',0,'attachment','image/png',0),(71,1,'2019-01-13 21:06:47','2019-01-13 21:06:47','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature.jpg\" next_background_color=\"#ffffff\" module_class=\"hp-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>vacations curated for you</h1>\r\n<h3>Choose from one of our many custom group trips to find a tour that’s right for you</h3>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" module_class=\"searchbox\"]\r\n\r\nSearch Bar\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-mission\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"creating unforgettable memories\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>creating unforgettable memories</h2>\r\nValue Holidays is the premier worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele.\r\n\r\nWhen you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"learn more about us\" _builder_version=\"3.19.4\" button_text=\"learn more about us\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-trips\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"become inspired for your next trip\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>become inspired for your next trip</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#001d39\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Read more reviews\" _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','61-revision-v1','','','2019-01-13 21:06:47','2019-01-13 21:06:47','',61,'https://valhol.streamlinejacks.com/61-revision-v1',0,'revision','',0),(72,1,'2019-01-13 21:07:21','2019-01-13 21:07:21','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature.jpg\" next_background_color=\"#ffffff\" module_class=\"hp-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>vacations curated for you</h1>\r\n<h3>Choose from one of our many custom group trips to find a tour that’s right for you</h3>\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_color=\"#ffffff\" custom_padding=\"20px|20px|20px|20px\" module_class=\"searchbox\"]\r\n\r\nSearch Bar\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-mission\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"creating unforgettable memories\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>creating unforgettable memories</h2>\r\nValue Holidays is the premier worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele.\r\n\r\nWhen you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"learn more about us\" _builder_version=\"3.19.4\" button_text=\"learn more about us\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-trips\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"become inspired for your next trip\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>become inspired for your next trip</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#001d39\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Read more reviews\" _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','61-revision-v1','','','2019-01-13 21:07:21','2019-01-13 21:07:21','',61,'https://valhol.streamlinejacks.com/61-revision-v1',0,'revision','',0),(73,1,'2019-01-13 21:35:33','2019-01-13 21:35:33','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-types\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-types\"]\r\n\r\n<a href=\"#tour-types\"><h4>TOUR TYPES</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-find\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-find\"]\r\n\r\n<a href=\"#tour-find\"><h4>find your tour</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-plan\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-plan\"]\r\n\r\n<a href=\"#tour-plan\"><h4>plan a tour</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nValue Holidays student tours enrich student’s educational experience beyond the usual in-class study. We offer arrangements for language student groups and concert tours for orchestras, choirs, marching bands, jazz bands and concert bands.\r\n\r\nOur flexibility and custom tour planning enables Value Holidays to offer you the very best tour to fit your needs and budget requirements. Our student tours are planned to include learning, fun, adventure, and entertainment. Student concert tours include the organization of concerts in a variety of venues.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Student2.jpg\" /][et_pb_text admin_label=\"World Language Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>World Language Tours</h4>\r\nExperience first hand a different language and culture. Our World Language Tours will get your foreign language students hearing and practicing their skills as they take in the sights and tastes of cultures they’ve studied.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Music.jpg\" /][et_pb_text admin_label=\"Music & Performance Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Music & Performance Tours</h4>\r\nTranscend language, culture, and geography with Legacy’s Music & Performance Tours. Journey into the concert halls and music venues of the USA and Europe, or embark on a performance tour your group has dreamed of. Whatever your goals and budget, we can create a custom musical group travel experience for your music group’s needs.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_History.jpg\" /][et_pb_text admin_label=\"History & Culture Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>History & Culture Tours</h4>\r\nOur History & Culture Student Tours are more than a field trip; they’re a learning vacation! Your students will walk in the footsteps of those who made history, and see the sites, art, and culture that define the past and present. Choose between both domestic and International itineraries.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg\" module_class=\"st-findyoutrip\" module_id=\"tour-find\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" button_url=\"https://www.grouptravelconnections.com/\" url_new_window=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\" module_id=\"tour-plan\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nChoose one from our many different programs to fit your needs and group objectives. We strive to create group trips that will enrich student’s educational experience beyond the usual in-class study.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nMake it easy to strum up excitement for your tour by taking advantage of promotional print materials specific to your tour. Even use our amazing mini website to help make it simple for students and parents!\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','publish','closed','closed','','student-tours','','','2019-01-17 21:28:37','2019-01-17 21:28:37','',0,'https://valhol.streamlinejacks.com/?page_id=73',0,'page','',0),(74,1,'2019-01-13 21:34:49','2019-01-13 21:34:49','','VH_Feature_BlueBG','','inherit','open','closed','','vh_feature_bluebg','','','2019-01-13 21:34:49','2019-01-13 21:34:49','',73,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg',0,'attachment','image/jpeg',0),(75,1,'2019-01-13 21:35:33','2019-01-13 21:35:33','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-mission\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-trips\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-findyoutrip\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-revision-v1','','','2019-01-13 21:35:33','2019-01-13 21:35:33','',73,'https://valhol.streamlinejacks.com/73-revision-v1',0,'revision','',0),(76,1,'2019-01-14 04:23:57','2019-01-14 04:23:57','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\n\n<h1>student tours</h1>\n<h3>Travel is the best education.</h3>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-types\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-types\"]\n\n<a href=\"#tour-types\"><h4>TOUR TYPES</h4></a>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-find\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-find\"]\n\n<a href=\"#tour-find\"><h4>find your tour</h4></a>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-plan\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-plan\"]\n\n<a href=\"#tour-plan\"><h4>plan a tour</h4></a>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h2>tour types</h2>\nValue Holidays student tours enrich student’s educational experience beyond the usual in-class study. We offer arrangements for language student groups and concert tours for orchestras, choirs, marching bands, jazz bands and concert bands.\n\nOur flexibility and custom tour planning enables Value Holidays to offer you the very best tour to fit your needs and budget requirements. Our student tours are planned to include learning, fun, adventure, and entertainment. Student concert tours include the organization of concerts in a variety of venues.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Student2.jpg\" /][et_pb_text admin_label=\"World Language Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>World Language Tours</h4>\nExperience first hand a different language and culture. Our World Language Tours will get your foreign language students hearing and practicing their skills as they take in the sights and tastes of cultures they’ve studied.\n\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\n\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\n\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\n\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\n\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Music.jpg\" /][et_pb_text admin_label=\"Music & Performance Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>Music & Performance Tours</h4>\nTranscend language, culture, and geography with Legacy’s Music & Performance Tours. Journey into the concert halls and music venues of the USA and Europe, or embark on a performance tour your group has dreamed of. Whatever your goals and budget, we can create a custom musical group travel experience for your music group’s needs.\n\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\n\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\n\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\n\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\n\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_History.jpg\" /][et_pb_text admin_label=\"History & Culture Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>History & Culture Tours</h4>\nOur History & Culture Student Tours are more than a field trip; they’re a learning vacation! Your students will walk in the footsteps of those who made history, and see the sites, art, and culture that define the past and present. Choose between both domestic and International itineraries.\n\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\n\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\n\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\n\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\n\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg\" module_class=\"st-findyoutrip\" module_id=\"tour-find\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\n\n<h2>find your tour</h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\n\nfind your tour or make payments on our travel connections website\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" button_url=\"https://www.grouptravelconnections.com/\" url_new_window=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\" module_id=\"tour-plan\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h2>plan your own student tour</h2>\nLooking for something a little different? Sounds good!\nRound up your group and we can help design your dream vacation.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>1. choose a destination</h4>\nChoose one from our many different programs to fit your needs and group objectives. We strive to create group trips that will enrich student’s educational experience beyond the usual in-class study.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>2. promote your tour</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>3. travel & Learn</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\n\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\n<strong>- Jane Doe</strong>\n\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-autosave-v1','','','2019-01-14 04:23:57','2019-01-14 04:23:57','',73,'https://valhol.streamlinejacks.com/73-autosave-v1',0,'revision','',0),(77,1,'2019-01-13 21:41:13','2019-01-13 21:41:13','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-mission\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-trips\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-findyoutrip\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-revision-v1','','','2019-01-13 21:41:13','2019-01-13 21:41:13','',73,'https://valhol.streamlinejacks.com/73-revision-v1',0,'revision','',0),(78,1,'2019-01-13 21:45:07','2019-01-13 21:45:07','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg\" module_class=\"st-findyoutrip\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-revision-v1','','','2019-01-13 21:45:07','2019-01-13 21:45:07','',73,'https://valhol.streamlinejacks.com/73-revision-v1',0,'revision','',0),(79,1,'2019-01-13 21:53:02','2019-01-13 21:53:02','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg\" module_class=\"st-findyoutrip\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-revision-v1','','','2019-01-13 21:53:02','2019-01-13 21:53:02','',73,'https://valhol.streamlinejacks.com/73-revision-v1',0,'revision','',0),(80,1,'2019-01-13 21:56:23','2019-01-13 21:56:23','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature2.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>custom tailored tours</h1>\r\n<h3>Let’s plan your dream trip.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plan YOUR custom tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Plan YOUR custom tour</h2>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nTell us about your interests and your dream destinations. We will strive to create a trip that offers the most unique, custom tour to fit your tastes.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Building.png\" align=\"center\" /][et_pb_text admin_label=\"2. Book Details\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. Book Details</h4>\r\nWhen you contact us we will work with you to create a customized program to fit your needs and budget. We will help you develop an exciting itinerary including all the components of your trip from the air transportation, hotel transfers, special theme meals or events and admissions.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & enjoy\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & enjoy</h4>\r\nOn a Value Holidays tour, you can immerse yourself in the experience without concern for the details. We will help create unforgettable memories that will last a lifetime!\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"Let\'s Get Started\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\" prev_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"itineraries for inspiration\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>itineraries for inspiration</h2>\r\nWe might have just the trip you’re looking for already planned! Take a look at some of our example itinereries to help kickstart the brainstorming process.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Group.jpg\" /][et_pb_text admin_label=\"group tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>group tours</h4>\r\nFinding a tour that’s right for you or your group can be a somewhat daunting process. That’s why Value Holidays makes it easy for you by giving you what you want on your custom tour.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Student.jpg\" /][et_pb_text admin_label=\"Student Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Student tours</h4>\r\nValue Holidays student tours enrich student’s educational experience beyond the usual in-class study. Our flexibility and custom tour planning enables us to offer you the very best tour to fit your needs.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Individual.jpg\" /][et_pb_text admin_label=\"Individual Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Individual tours</h4>\r\nValue Holidays offers the most unique, custom tours for everyone’s tastes. We will help create unforgettable memories that will last a lifetime!\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature1.png\" module_class=\"ct-contactus\" module_id=\"getstarted\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\nPlease fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!\r\n\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Custom Tours','','publish','closed','closed','','custom-tours','','','2019-01-14 04:27:05','2019-01-14 04:27:05','',0,'https://valhol.streamlinejacks.com/?page_id=80',0,'page','',0),(81,1,'2019-01-13 21:56:36','2019-01-13 21:56:36','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature3.jpg\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>GROUP tours</h1>\r\n<h3>Curated & custom planned trips.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-types\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-types\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-find\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-find\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-plan\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-plan\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>upcoming group tours</h2>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about. Every detail of your itinerary is handled seamlessly.\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\n(Insert Group Feed)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg\" module_class=\"st-findyoutrip\" module_id=\"tour-find\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" button_url=\"https://www.grouptravelconnections.com/\" url_new_window=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\" module_id=\"tour-plan\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own group tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nChoose one from our many different programs to fit your needs and group objectives. We strive to create group trips that will offers the most unique, custom tours for everyone’s tastes.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nMake it easy to strum up excitement for your tour by taking advantage of promotional print materials specific to your tour.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nOn a Value Holidays tour, you can immerse yourself in the experience without concern for the details. We will help create unforgettable memories that will last a lifetime!\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a group tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Group Tours','','publish','closed','closed','','group-tours','','','2019-01-18 03:18:48','2019-01-18 03:18:48','',0,'https://valhol.streamlinejacks.com/?page_id=81',0,'page','',0),(82,1,'2019-01-13 21:56:23','2019-01-13 21:56:23','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg\" module_class=\"st-findyoutrip\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Custom Tours','','inherit','closed','closed','','80-revision-v1','','','2019-01-13 21:56:23','2019-01-13 21:56:23','',80,'https://valhol.streamlinejacks.com/80-revision-v1',0,'revision','',0),(83,1,'2019-01-13 21:56:36','2019-01-13 21:56:36','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg\" module_class=\"st-findyoutrip\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Group Tours','','inherit','closed','closed','','81-revision-v1','','','2019-01-13 21:56:36','2019-01-13 21:56:36','',81,'https://valhol.streamlinejacks.com/81-revision-v1',0,'revision','',0),(84,1,'2019-01-14 04:25:03','2019-01-14 04:25:03','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature2.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\n\n<h1>custom tailored tours</h1>\n<h3>Let’s plan your dream trip.</h3>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plan YOUR custom tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h2>Plan YOUR custom tour</h2>\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>1. choose a destination</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Building.png\" align=\"center\" /][et_pb_text admin_label=\"2. Book Details\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>2. Book Details</h4>\nWhen you contact us we will work with you to create a customized program to fit your needs and budget. We will help you develop an exciting itinerary including all the components of your trip from the air transportation, hotel transfers, special theme meals or events and admissions.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & enjoy\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>3. travel & enjoy</h4>\nOn a Value Holidays tour, you can immerse yourself in the experience without concern for the details. We will help create unforgettable memories that will last a lifetime!\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"Let\'s Get Started\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\n\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\n<strong>- Jane Doe</strong>\n\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\" prev_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"itineraries for inspiration\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h2>itineraries for inspiration</h2>\nWe might have just the trip you’re looking for already planned! Take a look at some of our example itinereries to help kickstart the brainstorming process.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Group.jpg\" /][et_pb_text admin_label=\"group tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>group tours</h4>\nFinding a tour that’s right for you or your group can be a somewhat daunting process. That’s why Value Holidays makes it easy for you by giving you what you want on your custom tour.\n\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\n\n<h6>Popular Destinations:</h6>\n<p> Mexico, France, Italy, Germany, Spain</p>\n\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\n\n<h6>Sample Itineraries:</h6>\n<p> Spain World Language Tour, Germany World Language Tour</p>\n\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Student.jpg\" /][et_pb_text admin_label=\"Student Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>Student tours</h4>\nValue Holidays student tours enrich student’s educational experience beyond the usual in-class study. Our flexibility and custom tour planning enables us to offer you the very best tour to fit your needs.\n\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\n\n<h6>Popular Destinations:</h6>\n<p> Mexico, France, Italy, Germany, Spain</p>\n\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\n\n<h6>Sample Itineraries:</h6>\n<p> Spain World Language Tour, Germany World Language Tour</p>\n\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Individual.jpg\" /][et_pb_text admin_label=\"Individual Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>Individual tours</h4>\nValue Holidays offers the most unique, custom tours for everyone’s tastes. We will help create unforgettable memories that will last a lifetime!\n\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\n\n<h6>Popular Destinations:</h6>\n<p> Mexico, France, Italy, Germany, Spain</p>\n\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\n\n<h6>Sample Itineraries:</h6>\n<p> Spain World Language Tour, Germany World Language Tour</p>\n\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature1.png\" module_class=\"ct-contactus\" module_id=\"getstarted\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h2>contact us to get started</h2>\nPlease fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!\n\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Custom Tours','','inherit','closed','closed','','80-autosave-v1','','','2019-01-14 04:25:03','2019-01-14 04:25:03','',80,'https://valhol.streamlinejacks.com/80-autosave-v1',0,'revision','',0),(85,1,'2019-01-13 22:02:30','2019-01-13 22:02:30','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature2.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>custom tailored tours</h1>\r\n<h3>Let’s plan your dream trip.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plan YOUR custom tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Plan YOUR custom tour</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Building.png\" align=\"center\" /][et_pb_text admin_label=\"2. Book Details\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. Book Details</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & enjoy\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & enjoy</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"Let\'s Get Started\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"itineraries for inspiration\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>itineraries for inspiration</h2>\r\nWe might have just the trip you’re looking for already planned! Take a look at some of our example itinereries to help kickstart the brainstorming process.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature1.png\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\nPlease fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!\r\n\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Custom Tours','','inherit','closed','closed','','80-revision-v1','','','2019-01-13 22:02:30','2019-01-13 22:02:30','',80,'https://valhol.streamlinejacks.com/80-revision-v1',0,'revision','',0),(86,1,'2019-01-18 03:18:31','2019-01-18 03:18:31','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature3.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\n\n<h1>GROUP tours</h1>\n<h3>Curated & custom planned trips.</h3>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-types\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-types\"]\n\n<h4>TOUR TYPES</h4>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-find\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-find\"]\n\n<h4>find your tour</h4>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-plan\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-plan\"]\n\n<h4>plan a tour</h4>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h2>upcoming group tours</h2>\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about. Every detail of your itinerary is handled seamlessly.\n\n[/et_pb_text][et_pb_text _builder_version=\"3.19.4\"]\n\n(Insert Group Feed)\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg\" module_class=\"st-findyoutrip\" module_id=\"tour-find\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\n\n<h2>find your tour</h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\n\nfind your tour or make payments on our travel connections website\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" button_url=\"https://www.grouptravelconnections.com/\" url_new_window=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\" module_id=\"tour-plan\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h2>plan your own group tour</h2>\nLooking for something a little different? Sounds good!\nRound up your group and we can help design your dream vacation.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>1. choose a destination</h4>\nChoose one from our many different programs to fit your needs and group objectives. We strive to create group trips that will offers the most unique, custom tours for everyone’s tastes.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>2. promote your tour</h4>\nMake it easy to strum up excitement for your tour by taking advantage of promotional print materials specific to your tour.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>3. travel & Learn</h4>\nOn a Value Holidays tour, you can immerse yourself in the experience without concern for the details. We will help create unforgettable memories that will last a lifetime!\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a group tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\n\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\n<strong>- Jane Doe</strong>\n\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Group Tours','','inherit','closed','closed','','81-autosave-v1','','','2019-01-18 03:18:31','2019-01-18 03:18:31','',81,'https://valhol.streamlinejacks.com/81-autosave-v1',0,'revision','',0),(87,1,'2019-01-13 22:04:53','2019-01-13 22:04:53','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature3.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>GROUP tours</h1>\r\n<h3>Curated & custom planned trips.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>upcoming group tours</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg\" module_class=\"st-findyoutrip\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Group Tours','','inherit','closed','closed','','81-revision-v1','','','2019-01-13 22:04:53','2019-01-13 22:04:53','',81,'https://valhol.streamlinejacks.com/81-revision-v1',0,'revision','',0),(88,1,'2019-01-13 22:05:42','2019-01-13 22:05:42',' ','','','publish','closed','closed','','88','','','2019-01-14 02:17:08','2019-01-14 02:17:08','',0,'https://valhol.streamlinejacks.com/?p=88',1,'nav_menu_item','',0),(89,1,'2019-01-13 22:05:42','2019-01-13 22:05:42',' ','','','publish','closed','closed','','89','','','2019-01-14 02:17:08','2019-01-14 02:17:08','',0,'https://valhol.streamlinejacks.com/?p=89',3,'nav_menu_item','',0),(90,1,'2019-01-13 22:05:42','2019-01-13 22:05:42',' ','','','publish','closed','closed','','90','','','2019-01-14 02:17:08','2019-01-14 02:17:08','',0,'https://valhol.streamlinejacks.com/?p=90',2,'nav_menu_item','',0),(91,1,'2019-01-13 22:05:23','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2019-01-13 22:05:23','0000-00-00 00:00:00','',0,'https://valhol.streamlinejacks.com/?p=91',1,'nav_menu_item','',0),(92,1,'2019-01-13 22:06:14','2019-01-13 22:06:14','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-3.jpg\" background_position=\"bottom_center\" module_class=\"aboutus\" background_size=\"contain\"][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"6%||6%|\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature7.jpg\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"6%||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>WHY VALUE HOLIDAYS</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px|||\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera-1.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"threecolumn\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tour.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Checksheet.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Poloriod.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px||5%|\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color_1=\"#899d2a\" background_color_2=\"#001d39\" module_class=\"twocolumn\" custom_margin=\"4%|||\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions. Or you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. Read our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','publish','closed','closed','','about','','','2019-01-18 15:42:34','2019-01-18 15:42:34','',0,'https://valhol.streamlinejacks.com/?page_id=92',0,'page','',0),(93,1,'2019-01-13 22:06:14','2019-01-13 22:06:14','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg\" module_class=\"st-findyoutrip\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-13 22:06:14','2019-01-13 22:06:14','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(94,1,'2019-01-13 22:07:56','2019-01-13 22:07:56','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" module_class=\"contactinfo\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Contact Us</h1>\r\n<h3>Contact us today to get your travel adventures started.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Email.png\" align=\"center\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"Email\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Email</h4>\r\n<a href=\"mailto:Sales@valhol.com\">Sales@valhol.com</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Phone.png\" align=\"center\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"Phone\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Phone</h4>\r\n<a href=\"tel:18005586850\">(800) 558-6850</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"Location\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Location</h4>\r\n<a href=\"https://goo.gl/maps/kgJuRnQFVcP2\" target=\"_blank\">10224 N Port Washington Rd\r\nMequon, WI 53092</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature7.jpg\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\n<p>Please fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!</p>\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','publish','closed','closed','','contact','','','2019-01-17 15:43:29','2019-01-17 15:43:29','',0,'https://valhol.streamlinejacks.com/?page_id=94',0,'page','',0),(95,1,'2019-01-13 22:07:56','2019-01-13 22:07:56','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature2.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>custom tailored tours</h1>\r\n<h3>Let’s plan your dream trip.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plan YOUR custom tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Plan YOUR custom tour</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Building.png\" align=\"center\" /][et_pb_text admin_label=\"2. Book Details\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. Book Details</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & enjoy\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & enjoy</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"Let\'s Get Started\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"itineraries for inspiration\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>itineraries for inspiration</h2>\r\nWe might have just the trip you’re looking for already planned! Take a look at some of our example itinereries to help kickstart the brainstorming process.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature1.png\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\nPlease fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!\r\n\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','94-revision-v1','','','2019-01-13 22:07:56','2019-01-13 22:07:56','',94,'https://valhol.streamlinejacks.com/94-revision-v1',0,'revision','',0),(96,1,'2019-01-13 22:08:25','2019-01-13 22:08:25','','Contact Us','','publish','closed','closed','','96','','','2019-01-14 02:17:08','2019-01-14 02:17:08','',0,'https://valhol.streamlinejacks.com/?p=96',7,'nav_menu_item','',0),(97,1,'2019-01-13 22:08:25','2019-01-13 22:08:25','','About Us','','publish','closed','closed','','97','','','2019-01-14 02:17:08','2019-01-14 02:17:08','',0,'https://valhol.streamlinejacks.com/?p=97',4,'nav_menu_item','',0),(98,1,'2019-01-13 22:31:07','2019-01-13 22:31:07','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"World Language Tours\" _builder_version=\"3.19.4\"]\r\n\r\n<h4>World Language Tours</h4>\r\nExperience first hand a different language and culture. Our World Language Tours will get your foreign language students hearing and practicing their skills as they take in the sights and tastes of cultures they’ve studied.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"initial\" background_position=\"center_left\"]\r\n\r\nPopular Destinations: Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"initial\" background_position=\"center_left\"]\r\n\r\n<strong>Sample Itineraries:</strong> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"Music & Performance Tours\" _builder_version=\"3.19.4\"]\r\n\r\n<h4>Music & Performance Tours</h4>\r\nTranscend language, culture, and geography with Legacy’s Music & Performance Tours. Journey into the concert halls and music venues of the USA and Europe, or embark on a performance tour your group has dreamed of. Whatever your goals and budget, we can create a custom musical group travel experience for your music group’s needs.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"initial\" background_position=\"center_left\"]\r\n\r\nPopular Destinations: Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"initial\" background_position=\"center_left\"]\r\n\r\n<strong>Sample Itineraries:</strong> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"History & Culture Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>History & Culture Tours</h4>\r\nOur History & Culture Student Tours are more than a field trip; they’re a learning vacation! Your students will walk in the footsteps of those who made history, and see the sites, art, and culture that define the past and present. Choose between both domestic and International itineraries.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"initial\" background_position=\"center_left\"]\r\n\r\nPopular Destinations: Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"initial\" background_position=\"center_left\"]\r\n\r\n<strong>Sample Itineraries:</strong> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg\" module_class=\"st-findyoutrip\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-revision-v1','','','2019-01-13 22:31:07','2019-01-13 22:31:07','',73,'https://valhol.streamlinejacks.com/73-revision-v1',0,'revision','',0),(99,1,'2019-01-13 22:32:07','2019-01-13 22:32:07','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"World Language Tours\" _builder_version=\"3.19.4\"]\r\n\r\n<h4>World Language Tours</h4>\r\nExperience first hand a different language and culture. Our World Language Tours will get your foreign language students hearing and practicing their skills as they take in the sights and tastes of cultures they’ve studied.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"initial\" background_position=\"center_left\"]\r\n\r\nPopular Destinations: Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"initial\" background_position=\"center_left\"]\r\n\r\n<strong>Sample Itineraries:</strong> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"Music & Performance Tours\" _builder_version=\"3.19.4\"]\r\n\r\n<h4>Music & Performance Tours</h4>\r\nTranscend language, culture, and geography with Legacy’s Music & Performance Tours. Journey into the concert halls and music venues of the USA and Europe, or embark on a performance tour your group has dreamed of. Whatever your goals and budget, we can create a custom musical group travel experience for your music group’s needs.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"initial\" background_position=\"center_left\"]\r\n\r\nPopular Destinations: Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"initial\" background_position=\"center_left\"]\r\n\r\n<strong>Sample Itineraries:</strong> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"History & Culture Tours\" _builder_version=\"3.19.4\"]\r\n\r\n<h4>History & Culture Tours</h4>\r\nOur History & Culture Student Tours are more than a field trip; they’re a learning vacation! Your students will walk in the footsteps of those who made history, and see the sites, art, and culture that define the past and present. Choose between both domestic and International itineraries.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"initial\" background_position=\"center_left\"]\r\n\r\nPopular Destinations: Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"initial\" background_position=\"center_left\"]\r\n\r\n<strong>Sample Itineraries:</strong> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg\" module_class=\"st-findyoutrip\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-revision-v1','','','2019-01-13 22:32:07','2019-01-13 22:32:07','',73,'https://valhol.streamlinejacks.com/73-revision-v1',0,'revision','',0),(100,1,'2019-01-13 22:34:37','2019-01-13 22:34:37','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"World Language Tours\" _builder_version=\"3.19.4\"]\r\n\r\n<h4>World Language Tours</h4>\r\nExperience first hand a different language and culture. Our World Language Tours will get your foreign language students hearing and practicing their skills as they take in the sights and tastes of cultures they’ve studied.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\"]\r\n\r\nPopular Destinations: Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\"]\r\n\r\n<strong>Sample Itineraries:</strong> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"Music & Performance Tours\" _builder_version=\"3.19.4\"]\r\n\r\n<h4>Music & Performance Tours</h4>\r\nTranscend language, culture, and geography with Legacy’s Music & Performance Tours. Journey into the concert halls and music venues of the USA and Europe, or embark on a performance tour your group has dreamed of. Whatever your goals and budget, we can create a custom musical group travel experience for your music group’s needs.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\"]\r\n\r\nPopular Destinations: Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\"]\r\n\r\n<strong>Sample Itineraries:</strong> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"History & Culture Tours\" _builder_version=\"3.19.4\"]\r\n\r\n<h4>History & Culture Tours</h4>\r\nOur History & Culture Student Tours are more than a field trip; they’re a learning vacation! Your students will walk in the footsteps of those who made history, and see the sites, art, and culture that define the past and present. Choose between both domestic and International itineraries.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\"]\r\n\r\nPopular Destinations: Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\"]\r\n\r\n<strong>Sample Itineraries:</strong> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg\" module_class=\"st-findyoutrip\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-revision-v1','','','2019-01-13 22:34:37','2019-01-13 22:34:37','',73,'https://valhol.streamlinejacks.com/73-revision-v1',0,'revision','',0),(101,1,'2019-01-13 22:37:12','2019-01-13 22:37:12','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"World Language Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>World Language Tours</h4>\r\nExperience first hand a different language and culture. Our World Language Tours will get your foreign language students hearing and practicing their skills as they take in the sights and tastes of cultures they’ve studied.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"Music & Performance Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Music & Performance Tours</h4>\r\nTranscend language, culture, and geography with Legacy’s Music & Performance Tours. Journey into the concert halls and music venues of the USA and Europe, or embark on a performance tour your group has dreamed of. Whatever your goals and budget, we can create a custom musical group travel experience for your music group’s needs.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"History & Culture Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>History & Culture Tours</h4>\r\nOur History & Culture Student Tours are more than a field trip; they’re a learning vacation! Your students will walk in the footsteps of those who made history, and see the sites, art, and culture that define the past and present. Choose between both domestic and International itineraries.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg\" module_class=\"st-findyoutrip\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-revision-v1','','','2019-01-13 22:37:12','2019-01-13 22:37:12','',73,'https://valhol.streamlinejacks.com/73-revision-v1',0,'revision','',0),(102,1,'2019-01-13 22:46:57','2019-01-13 22:46:57','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"World Language Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>World Language Tours</h4>\r\nExperience first hand a different language and culture. Our World Language Tours will get your foreign language students hearing and practicing their skills as they take in the sights and tastes of cultures they’ve studied.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"Music & Performance Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Music & Performance Tours</h4>\r\nTranscend language, culture, and geography with Legacy’s Music & Performance Tours. Journey into the concert halls and music venues of the USA and Europe, or embark on a performance tour your group has dreamed of. Whatever your goals and budget, we can create a custom musical group travel experience for your music group’s needs.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"History & Culture Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>History & Culture Tours</h4>\r\nOur History & Culture Student Tours are more than a field trip; they’re a learning vacation! Your students will walk in the footsteps of those who made history, and see the sites, art, and culture that define the past and present. Choose between both domestic and International itineraries.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg\" module_class=\"st-findyoutrip\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-revision-v1','','','2019-01-13 22:46:57','2019-01-13 22:46:57','',73,'https://valhol.streamlinejacks.com/73-revision-v1',0,'revision','',0),(103,1,'2019-01-14 00:45:55','2019-01-14 00:45:55','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"World Language Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>World Language Tours</h4>\r\nExperience first hand a different language and culture. Our World Language Tours will get your foreign language students hearing and practicing their skills as they take in the sights and tastes of cultures they’ve studied.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a world language tour\" button_alignment=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"Music & Performance Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Music & Performance Tours</h4>\r\nTranscend language, culture, and geography with Legacy’s Music & Performance Tours. Journey into the concert halls and music venues of the USA and Europe, or embark on a performance tour your group has dreamed of. Whatever your goals and budget, we can create a custom musical group travel experience for your music group’s needs.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a world language tour\" button_alignment=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"History & Culture Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>History & Culture Tours</h4>\r\nOur History & Culture Student Tours are more than a field trip; they’re a learning vacation! Your students will walk in the footsteps of those who made history, and see the sites, art, and culture that define the past and present. Choose between both domestic and International itineraries.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a world language tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg\" module_class=\"st-findyoutrip\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-revision-v1','','','2019-01-14 00:45:55','2019-01-14 00:45:55','',73,'https://valhol.streamlinejacks.com/73-revision-v1',0,'revision','',0),(104,1,'2019-01-14 00:47:02','2019-01-14 00:47:02','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"World Language Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>World Language Tours</h4>\r\nExperience first hand a different language and culture. Our World Language Tours will get your foreign language students hearing and practicing their skills as they take in the sights and tastes of cultures they’ve studied.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"Music & Performance Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Music & Performance Tours</h4>\r\nTranscend language, culture, and geography with Legacy’s Music & Performance Tours. Journey into the concert halls and music venues of the USA and Europe, or embark on a performance tour your group has dreamed of. Whatever your goals and budget, we can create a custom musical group travel experience for your music group’s needs.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"History & Culture Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>History & Culture Tours</h4>\r\nOur History & Culture Student Tours are more than a field trip; they’re a learning vacation! Your students will walk in the footsteps of those who made history, and see the sites, art, and culture that define the past and present. Choose between both domestic and International itineraries.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg\" module_class=\"st-findyoutrip\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-revision-v1','','','2019-01-14 00:47:02','2019-01-14 00:47:02','',73,'https://valhol.streamlinejacks.com/73-revision-v1',0,'revision','',0),(105,1,'2019-01-14 00:59:06','2019-01-14 00:59:06','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-types\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-types\"]\r\n\r\n<a href=\"#tour-types\"><h4>TOUR TYPES</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-find\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-find\"]\r\n\r\n<a href=\"#tour-find\"><h4>find your tour</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-plan\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-plan\"]\r\n\r\n<a href=\"#tour-plan\"><h4>plan a tour</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"World Language Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>World Language Tours</h4>\r\nExperience first hand a different language and culture. Our World Language Tours will get your foreign language students hearing and practicing their skills as they take in the sights and tastes of cultures they’ve studied.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"Music & Performance Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Music & Performance Tours</h4>\r\nTranscend language, culture, and geography with Legacy’s Music & Performance Tours. Journey into the concert halls and music venues of the USA and Europe, or embark on a performance tour your group has dreamed of. Whatever your goals and budget, we can create a custom musical group travel experience for your music group’s needs.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"History & Culture Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>History & Culture Tours</h4>\r\nOur History & Culture Student Tours are more than a field trip; they’re a learning vacation! Your students will walk in the footsteps of those who made history, and see the sites, art, and culture that define the past and present. Choose between both domestic and International itineraries.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg\" module_class=\"st-findyoutrip\" module_id=\"tour-find\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\" module_id=\"tour-plan\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-revision-v1','','','2019-01-14 00:59:06','2019-01-14 00:59:06','',73,'https://valhol.streamlinejacks.com/73-revision-v1',0,'revision','',0),(106,1,'2019-01-14 01:15:07','2019-01-14 01:15:07','[et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\" template_type=\"section\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h2>tour types</h2>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"World Language Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>World Language Tours</h4>\nExperience first hand a different language and culture. Our World Language Tours will get your foreign language students hearing and practicing their skills as they take in the sights and tastes of cultures they’ve studied.\n\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\n\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\n\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\n\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\n\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"Music & Performance Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>Music & Performance Tours</h4>\nTranscend language, culture, and geography with Legacy’s Music & Performance Tours. Journey into the concert halls and music venues of the USA and Europe, or embark on a performance tour your group has dreamed of. Whatever your goals and budget, we can create a custom musical group travel experience for your music group’s needs.\n\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\n\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\n\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\n\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\n\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"History & Culture Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>History & Culture Tours</h4>\nOur History & Culture Student Tours are more than a field trip; they’re a learning vacation! Your students will walk in the footsteps of those who made history, and see the sites, art, and culture that define the past and present. Choose between both domestic and International itineraries.\n\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\n\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\n\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\n\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\n\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Tour Labels','','publish','closed','closed','','tour-labels','','','2019-01-14 01:15:07','2019-01-14 01:15:07','',0,'https://valhol.streamlinejacks.com/et_pb_layout/tour-labels',0,'et_pb_layout','',0),(107,1,'2019-01-14 01:17:44','2019-01-14 01:17:44','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature2.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>custom tailored tours</h1>\r\n<h3>Let’s plan your dream trip.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plan YOUR custom tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Plan YOUR custom tour</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Building.png\" align=\"center\" /][et_pb_text admin_label=\"2. Book Details\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. Book Details</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & enjoy\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & enjoy</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"Let\'s Get Started\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\" prev_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"itineraries for inspiration\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>itineraries for inspiration</h2>\r\nWe might have just the trip you’re looking for already planned! Take a look at some of our example itinereries to help kickstart the brainstorming process.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"group tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>group tours</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"Student Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Student tours</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"Individual Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Individual tours</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature1.png\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\nPlease fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!\r\n\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Custom Tours','','inherit','closed','closed','','80-revision-v1','','','2019-01-14 01:17:44','2019-01-14 01:17:44','',80,'https://valhol.streamlinejacks.com/80-revision-v1',0,'revision','',0),(108,1,'2019-01-14 01:23:58','2019-01-14 01:23:58','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature9.jpg\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Plan Your Trip</h2>\r\nPlease fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!\r\n\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Plan Your Trip','','publish','closed','closed','','plan-your-trip','','','2019-01-14 02:14:05','2019-01-14 02:14:05','',0,'https://valhol.streamlinejacks.com/?page_id=108',0,'page','',0),(109,1,'2019-01-14 01:23:58','2019-01-14 01:23:58','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature2.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>custom tailored tours</h1>\r\n<h3>Let’s plan your dream trip.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plan YOUR custom tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Plan YOUR custom tour</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Building.png\" align=\"center\" /][et_pb_text admin_label=\"2. Book Details\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. Book Details</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & enjoy\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & enjoy</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"Let\'s Get Started\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"itineraries for inspiration\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>itineraries for inspiration</h2>\r\nWe might have just the trip you’re looking for already planned! Take a look at some of our example itinereries to help kickstart the brainstorming process.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature1.png\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\nPlease fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!\r\n\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Plan Your Trip','','inherit','closed','closed','','108-revision-v1','','','2019-01-14 01:23:58','2019-01-14 01:23:58','',108,'https://valhol.streamlinejacks.com/108-revision-v1',0,'revision','',0),(110,1,'2019-01-14 01:25:03','2019-01-14 01:25:03','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-types\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-types\"]\r\n\r\n<a href=\"#tour-types\"><h4>TOUR TYPES</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-find\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-find\"]\r\n\r\n<a href=\"#tour-find\"><h4>find your tour</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-plan\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-plan\"]\r\n\r\n<a href=\"#tour-plan\"><h4>plan a tour</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"World Language Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>World Language Tours</h4>\r\nExperience first hand a different language and culture. Our World Language Tours will get your foreign language students hearing and practicing their skills as they take in the sights and tastes of cultures they’ve studied.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"Music & Performance Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Music & Performance Tours</h4>\r\nTranscend language, culture, and geography with Legacy’s Music & Performance Tours. Journey into the concert halls and music venues of the USA and Europe, or embark on a performance tour your group has dreamed of. Whatever your goals and budget, we can create a custom musical group travel experience for your music group’s needs.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"History & Culture Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>History & Culture Tours</h4>\r\nOur History & Culture Student Tours are more than a field trip; they’re a learning vacation! Your students will walk in the footsteps of those who made history, and see the sites, art, and culture that define the past and present. Choose between both domestic and International itineraries.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg\" module_class=\"st-findyoutrip\" module_id=\"tour-find\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" button_url=\"https://www.grouptravelconnections.com/\" url_new_window=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\" module_id=\"tour-plan\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-revision-v1','','','2019-01-14 01:25:03','2019-01-14 01:25:03','',73,'https://valhol.streamlinejacks.com/73-revision-v1',0,'revision','',0),(111,1,'2019-01-14 01:25:38','2019-01-14 01:25:38','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature3.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>GROUP tours</h1>\r\n<h3>Curated & custom planned trips.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>upcoming group tours</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg\" module_class=\"st-findyoutrip\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a group tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Group Tours','','inherit','closed','closed','','81-revision-v1','','','2019-01-14 01:25:38','2019-01-14 01:25:38','',81,'https://valhol.streamlinejacks.com/81-revision-v1',0,'revision','',0),(112,1,'2019-01-14 01:26:21','2019-01-14 01:26:21','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature1.png\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\nPlease fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!\r\n\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','94-revision-v1','','','2019-01-14 01:26:21','2019-01-14 01:26:21','',94,'https://valhol.streamlinejacks.com/94-revision-v1',0,'revision','',0),(113,1,'2019-01-14 01:26:44','2019-01-14 01:26:44','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature2.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\n\n<h1>custom tailored tours</h1>\n<h3>Let’s plan your dream trip.</h3>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plan YOUR custom tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h2>Plan YOUR custom tour</h2>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>1. choose a destination</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Building.png\" align=\"center\" /][et_pb_text admin_label=\"2. Book Details\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>2. Book Details</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & enjoy\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>3. travel & enjoy</h4>\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"Let\'s Get Started\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\n\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\n<strong>- Jane Doe</strong>\n\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"itineraries for inspiration\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h2>itineraries for inspiration</h2>\nWe might have just the trip you’re looking for already planned! Take a look at some of our example itinereries to help kickstart the brainstorming process.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>france tours</h4>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>france tours</h4>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>france tours</h4>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature1.png\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h2>contact us to get started</h2>\nPlease fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!\n\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','publish','closed','closed','','contact','','','2019-01-14 01:26:44','2019-01-14 01:26:44','',0,'https://valhol.streamlinejacks.com/et_pb_layout/contact',0,'et_pb_layout','',0),(114,1,'2019-01-14 03:35:13','2019-01-14 03:35:13','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h1>Contact Us</h1>\n<h3>Contact us today to get your travel adventures started.</h3>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Email.png\" align=\"center\" /][et_pb_text admin_label=\"Email\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>Email</h4>\n<a href=\"mailto:info@valhol.com\">info@valhol.com</a>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Phone.png\" align=\"center\" /][et_pb_text admin_label=\"Phone\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>Phone</h4>\n<a href=\"tel:18005586850\">(800) 558-6850</a>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"Location\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>Location</h4>\n10224 N Port Washington Rd\nMequon, WI 53092\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature7.jpg\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h2>contact us to get started</h2>\n<p>Please fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!</p>\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','94-autosave-v1','','','2019-01-14 03:35:13','2019-01-14 03:35:13','',94,'https://valhol.streamlinejacks.com/94-autosave-v1',0,'revision','',0),(115,1,'2019-01-14 01:27:29','2019-01-14 01:27:29','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature2.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>custom tailored tours</h1>\r\n<h3>Let’s plan your dream trip.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plan YOUR custom tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Plan YOUR custom tour</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Building.png\" align=\"center\" /][et_pb_text admin_label=\"2. Book Details\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. Book Details</h4>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & enjoy\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & enjoy</h4>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"Let\'s Get Started\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<p>“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”<br />\r\n<strong>- Jane Doe</strong></p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"itineraries for inspiration\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>itineraries for inspiration</h2>\r\n<p>We might have just the trip you’re looking for already planned! Take a look at some of our example itinereries to help kickstart the brainstorming process.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature1.png\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\n<p>Please fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!</p>\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','94-revision-v1','','','2019-01-14 01:27:29','2019-01-14 01:27:29','',94,'https://valhol.streamlinejacks.com/94-revision-v1',0,'revision','',0),(116,1,'2019-01-14 01:27:39','2019-01-14 01:27:39','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature1.png\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h2>contact us to get started</h2>\nPlease fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!\n\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Plan Your Trip','','inherit','closed','closed','','108-autosave-v1','','','2019-01-14 01:27:39','2019-01-14 01:27:39','',108,'https://valhol.streamlinejacks.com/108-autosave-v1',0,'revision','',0),(117,1,'2019-01-14 01:27:46','2019-01-14 01:27:46','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature1.png\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\nPlease fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!\r\n\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Plan Your Trip','','inherit','closed','closed','','108-revision-v1','','','2019-01-14 01:27:46','2019-01-14 01:27:46','',108,'https://valhol.streamlinejacks.com/108-revision-v1',0,'revision','',0),(118,1,'2019-01-14 01:36:00','2019-01-14 01:36:00','','VH_Feature_Map','','inherit','open','closed','','vh_feature_map','','','2019-01-14 01:36:00','2019-01-14 01:36:00','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg',0,'attachment','image/jpeg',0),(119,1,'2019-01-14 01:36:02','2019-01-14 01:36:02','','VH_Feature6','','inherit','open','closed','','vh_feature6','','','2019-01-14 01:36:02','2019-01-14 01:36:02','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature6.jpg',0,'attachment','image/jpeg',0),(120,1,'2019-01-14 01:36:03','2019-01-14 01:36:03','','VH_Feature7','','inherit','open','closed','','vh_feature7','','','2019-01-14 01:36:03','2019-01-14 01:36:03','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature7.jpg',0,'attachment','image/jpeg',0),(121,1,'2019-01-14 01:36:05','2019-01-14 01:36:05','','VH_Feature8','','inherit','open','closed','','vh_feature8','','','2019-01-14 01:36:05','2019-01-14 01:36:05','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature8.jpg',0,'attachment','image/jpeg',0),(122,1,'2019-01-14 01:36:07','2019-01-14 01:36:07','','VH_Feature9','','inherit','open','closed','','vh_feature9','','','2019-01-14 01:36:07','2019-01-14 01:36:07','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature9.jpg',0,'attachment','image/jpeg',0),(123,1,'2019-01-14 01:42:51','2019-01-14 01:42:51','','VH_Group','','inherit','open','closed','','vh_group','','','2019-01-14 01:42:51','2019-01-14 01:42:51','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Group.jpg',0,'attachment','image/jpeg',0),(124,1,'2019-01-14 01:42:51','2019-01-14 01:42:51','','VH_History','','inherit','open','closed','','vh_history','','','2019-01-14 01:42:51','2019-01-14 01:42:51','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_History.jpg',0,'attachment','image/jpeg',0),(125,1,'2019-01-14 01:42:52','2019-01-14 01:42:52','','VH_Individual','','inherit','open','closed','','vh_individual','','','2019-01-14 01:42:52','2019-01-14 01:42:52','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Individual.jpg',0,'attachment','image/jpeg',0),(126,1,'2019-01-14 01:42:53','2019-01-14 01:42:53','','VH_Music','','inherit','open','closed','','vh_music','','','2019-01-14 01:42:53','2019-01-14 01:42:53','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Music.jpg',0,'attachment','image/jpeg',0),(127,1,'2019-01-14 01:42:53','2019-01-14 01:42:53','','VH_Student','','inherit','open','closed','','vh_student','','','2019-01-14 01:42:53','2019-01-14 01:42:53','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Student.jpg',0,'attachment','image/jpeg',0),(128,1,'2019-01-14 01:42:54','2019-01-14 01:42:54','','VH_Student2','','inherit','open','closed','','vh_student2','','','2019-01-14 01:42:54','2019-01-14 01:42:54','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Student2.jpg',0,'attachment','image/jpeg',0),(129,1,'2019-01-14 01:43:39','2019-01-14 01:43:39','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature2.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>custom tailored tours</h1>\r\n<h3>Let’s plan your dream trip.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plan YOUR custom tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Plan YOUR custom tour</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Building.png\" align=\"center\" /][et_pb_text admin_label=\"2. Book Details\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. Book Details</h4>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & enjoy\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & enjoy</h4>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"Let\'s Get Started\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<p>“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”<br />\r\n<strong>- Jane Doe</strong></p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"itineraries for inspiration\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>itineraries for inspiration</h2>\r\n<p>We might have just the trip you’re looking for already planned! Take a look at some of our example itinereries to help kickstart the brainstorming process.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature8.jpg\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\n<p>Please fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!</p>\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','94-revision-v1','','','2019-01-14 01:43:39','2019-01-14 01:43:39','',94,'https://valhol.streamlinejacks.com/94-revision-v1',0,'revision','',0),(130,1,'2019-01-14 01:44:01','2019-01-14 01:44:01','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature6.jpg\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\nPlease fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!\r\n\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Plan Your Trip','','inherit','closed','closed','','108-revision-v1','','','2019-01-14 01:44:01','2019-01-14 01:44:01','',108,'https://valhol.streamlinejacks.com/108-revision-v1',0,'revision','',0),(131,1,'2019-01-14 01:44:14','2019-01-14 01:44:14','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature7.jpg\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>custom tailored tours</h1>\r\n<h3>Let’s plan your dream trip.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plan YOUR custom tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Plan YOUR custom tour</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Building.png\" align=\"center\" /][et_pb_text admin_label=\"2. Book Details\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. Book Details</h4>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & enjoy\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & enjoy</h4>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"Let\'s Get Started\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<p>“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”<br />\r\n<strong>- Jane Doe</strong></p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"itineraries for inspiration\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>itineraries for inspiration</h2>\r\n<p>We might have just the trip you’re looking for already planned! Take a look at some of our example itinereries to help kickstart the brainstorming process.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature8.jpg\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\n<p>Please fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!</p>\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','94-revision-v1','','','2019-01-14 01:44:14','2019-01-14 01:44:14','',94,'https://valhol.streamlinejacks.com/94-revision-v1',0,'revision','',0),(132,1,'2019-01-14 01:45:08','2019-01-14 01:45:08','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-types\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-types\"]\r\n\r\n<a href=\"#tour-types\"><h4>TOUR TYPES</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-find\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-find\"]\r\n\r\n<a href=\"#tour-find\"><h4>find your tour</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-plan\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-plan\"]\r\n\r\n<a href=\"#tour-plan\"><h4>plan a tour</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Student2.jpg\" /][et_pb_text admin_label=\"World Language Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>World Language Tours</h4>\r\nExperience first hand a different language and culture. Our World Language Tours will get your foreign language students hearing and practicing their skills as they take in the sights and tastes of cultures they’ve studied.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Music.jpg\" /][et_pb_text admin_label=\"Music & Performance Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Music & Performance Tours</h4>\r\nTranscend language, culture, and geography with Legacy’s Music & Performance Tours. Journey into the concert halls and music venues of the USA and Europe, or embark on a performance tour your group has dreamed of. Whatever your goals and budget, we can create a custom musical group travel experience for your music group’s needs.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_History.jpg\" /][et_pb_text admin_label=\"History & Culture Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>History & Culture Tours</h4>\r\nOur History & Culture Student Tours are more than a field trip; they’re a learning vacation! Your students will walk in the footsteps of those who made history, and see the sites, art, and culture that define the past and present. Choose between both domestic and International itineraries.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_BlueBG.jpg\" module_class=\"st-findyoutrip\" module_id=\"tour-find\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" button_url=\"https://www.grouptravelconnections.com/\" url_new_window=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\" module_id=\"tour-plan\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-revision-v1','','','2019-01-14 01:45:08','2019-01-14 01:45:08','',73,'https://valhol.streamlinejacks.com/73-revision-v1',0,'revision','',0),(133,1,'2019-01-14 01:46:02','2019-01-14 01:46:02','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature2.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>custom tailored tours</h1>\r\n<h3>Let’s plan your dream trip.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plan YOUR custom tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Plan YOUR custom tour</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Building.png\" align=\"center\" /][et_pb_text admin_label=\"2. Book Details\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. Book Details</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & enjoy\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & enjoy</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"Let\'s Get Started\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\" prev_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"itineraries for inspiration\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>itineraries for inspiration</h2>\r\nWe might have just the trip you’re looking for already planned! Take a look at some of our example itinereries to help kickstart the brainstorming process.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Group.jpg\" /][et_pb_text admin_label=\"group tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>group tours</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Student.jpg\" /][et_pb_text admin_label=\"Student Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Student tours</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Individual.jpg\" /][et_pb_text admin_label=\"Individual Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Individual tours</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature1.png\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\nPlease fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!\r\n\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Custom Tours','','inherit','closed','closed','','80-revision-v1','','','2019-01-14 01:46:02','2019-01-14 01:46:02','',80,'https://valhol.streamlinejacks.com/80-revision-v1',0,'revision','',0),(134,1,'2019-01-14 01:48:22','2019-01-14 01:48:22','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature9.jpg\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>custom tailored tours</h1>\r\n<h3>Let’s plan your dream trip.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plan YOUR custom tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Plan YOUR custom tour</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Building.png\" align=\"center\" /][et_pb_text admin_label=\"2. Book Details\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. Book Details</h4>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & enjoy\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & enjoy</h4>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"Let\'s Get Started\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<p>“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”<br />\r\n<strong>- Jane Doe</strong></p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"itineraries for inspiration\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>itineraries for inspiration</h2>\r\n<p>We might have just the trip you’re looking for already planned! Take a look at some of our example itinereries to help kickstart the brainstorming process.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature7.jpg\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\n<p>Please fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!</p>\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','94-revision-v1','','','2019-01-14 01:48:22','2019-01-14 01:48:22','',94,'https://valhol.streamlinejacks.com/94-revision-v1',0,'revision','',0),(135,1,'2019-01-14 01:49:59','2019-01-14 01:49:59','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature3.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>GROUP tours</h1>\r\n<h3>Curated & custom planned trips.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>upcoming group tours</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg\" module_class=\"st-findyoutrip\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a group tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Group Tours','','inherit','closed','closed','','81-revision-v1','','','2019-01-14 01:49:59','2019-01-14 01:49:59','',81,'https://valhol.streamlinejacks.com/81-revision-v1',0,'revision','',0),(136,1,'2019-01-14 01:50:18','2019-01-14 01:50:18','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-types\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-types\"]\r\n\r\n<a href=\"#tour-types\"><h4>TOUR TYPES</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-find\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-find\"]\r\n\r\n<a href=\"#tour-find\"><h4>find your tour</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-plan\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-plan\"]\r\n\r\n<a href=\"#tour-plan\"><h4>plan a tour</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Student2.jpg\" /][et_pb_text admin_label=\"World Language Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>World Language Tours</h4>\r\nExperience first hand a different language and culture. Our World Language Tours will get your foreign language students hearing and practicing their skills as they take in the sights and tastes of cultures they’ve studied.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Music.jpg\" /][et_pb_text admin_label=\"Music & Performance Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Music & Performance Tours</h4>\r\nTranscend language, culture, and geography with Legacy’s Music & Performance Tours. Journey into the concert halls and music venues of the USA and Europe, or embark on a performance tour your group has dreamed of. Whatever your goals and budget, we can create a custom musical group travel experience for your music group’s needs.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_History.jpg\" /][et_pb_text admin_label=\"History & Culture Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>History & Culture Tours</h4>\r\nOur History & Culture Student Tours are more than a field trip; they’re a learning vacation! Your students will walk in the footsteps of those who made history, and see the sites, art, and culture that define the past and present. Choose between both domestic and International itineraries.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg\" module_class=\"st-findyoutrip\" module_id=\"tour-find\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" button_url=\"https://www.grouptravelconnections.com/\" url_new_window=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\" module_id=\"tour-plan\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-revision-v1','','','2019-01-14 01:50:18','2019-01-14 01:50:18','',73,'https://valhol.streamlinejacks.com/73-revision-v1',0,'revision','',0),(137,1,'2019-01-14 01:50:45','2019-01-14 01:50:45','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg\" module_class=\"st-findyoutrip\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-14 01:50:45','2019-01-14 01:50:45','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(138,1,'2019-01-14 02:10:35','2019-01-14 02:10:35','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature6.jpg\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>Contact Us</h1>\r\n<h3>Contact us today to get your travel adventures started.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"Email\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Email</h4>\r\n<a href=\"mailto:info@valhol.com\">info@valhol.com</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Building.png\" align=\"center\" /][et_pb_text admin_label=\"Phone\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Phone</h4>\r\n<a href=\"tel:18005586850\">(800) 558-6850</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"Location\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Location</h4>\r\n10224 N Port Washington Rd\r\nMequon, WI 53092\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature7.jpg\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\n<p>Please fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!</p>\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','94-revision-v1','','','2019-01-14 02:10:35','2019-01-14 02:10:35','',94,'https://valhol.streamlinejacks.com/94-revision-v1',0,'revision','',0),(139,1,'2019-01-14 02:11:52','2019-01-14 02:11:52','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature11.jpg\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>Kind Words</h1>\r\n<h3>Real customer reviews on their experience with Value Holidays.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\"][et_pb_row][/et_pb_row][/et_pb_section]','Reviews','','publish','closed','closed','','reviews','','','2019-01-14 02:56:04','2019-01-14 02:56:04','',0,'https://valhol.streamlinejacks.com/?page_id=139',0,'page','',0),(140,1,'2019-01-14 02:11:52','2019-01-14 02:11:52','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature6.jpg\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>Kind Words</h1>\r\n<h3>Real customer reviews on their experience with Value Holidays.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\"][et_pb_row][/et_pb_row][/et_pb_section]','Reviews','','inherit','closed','closed','','139-revision-v1','','','2019-01-14 02:11:52','2019-01-14 02:11:52','',139,'https://valhol.streamlinejacks.com/139-revision-v1',0,'revision','',0),(141,1,'2019-01-14 02:12:45','2019-01-14 02:12:45','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature10.jpg\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>FAQ’S</h1>\r\n<h3>Here are some common questions we get at Value Holidays.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_accordion _builder_version=\"3.19.4\" toggle_level=\"h4\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#013064\" border_width_bottom=\"2px\" border_color_bottom=\"#013064\" icon_color=\"#013064\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#013064\" module_class=\"bluebox\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>STILL HAVE QUESTIONS? NO PROBLEM!</h2>\r\nSend us a message using the form below and we will get back to you shortly.\r\n\r\n[gravityform id=2 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ’S','','publish','closed','closed','','faqs','','','2019-01-14 02:54:34','2019-01-14 02:54:34','',0,'https://valhol.streamlinejacks.com/?page_id=141',0,'page','',0),(142,1,'2019-01-14 02:12:45','2019-01-14 02:12:45','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature6.jpg\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>FAQ’S</h1>\r\n<h3>Here are some common questions we get at Value Holidays.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\"][et_pb_row][/et_pb_row][/et_pb_section]','FAQ’S','','inherit','closed','closed','','141-revision-v1','','','2019-01-14 02:12:45','2019-01-14 02:12:45','',141,'https://valhol.streamlinejacks.com/141-revision-v1',0,'revision','',0),(143,1,'2019-01-14 02:13:38','2019-01-14 02:13:38','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature6.jpg\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Plan Your Trip</h2>\r\nPlease fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!\r\n\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Plan Your Trip','','inherit','closed','closed','','108-revision-v1','','','2019-01-14 02:13:38','2019-01-14 02:13:38','',108,'https://valhol.streamlinejacks.com/108-revision-v1',0,'revision','',0),(144,1,'2019-01-14 02:14:05','2019-01-14 02:14:05','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature9.jpg\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Plan Your Trip</h2>\r\nPlease fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!\r\n\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Plan Your Trip','','inherit','closed','closed','','108-revision-v1','','','2019-01-14 02:14:05','2019-01-14 02:14:05','',108,'https://valhol.streamlinejacks.com/108-revision-v1',0,'revision','',0),(145,1,'2019-01-14 02:15:02','2019-01-14 02:15:02',' ','','','publish','closed','closed','','145','','','2019-01-14 02:17:08','2019-01-14 02:17:08','',0,'https://valhol.streamlinejacks.com/?p=145',5,'nav_menu_item','',0),(146,1,'2019-01-14 02:15:02','2019-01-14 02:15:02',' ','','','publish','closed','closed','','146','','','2019-01-14 02:17:08','2019-01-14 02:17:08','',0,'https://valhol.streamlinejacks.com/?p=146',6,'nav_menu_item','',0),(147,1,'2019-01-14 02:15:02','2019-01-14 02:15:02',' ','','','publish','closed','closed','','147','','','2019-01-14 02:17:08','2019-01-14 02:17:08','',0,'https://valhol.streamlinejacks.com/?p=147',8,'nav_menu_item','',0),(149,1,'2019-01-14 02:38:06','2019-01-14 02:38:06','','VH_Feature10','','inherit','open','closed','','vh_feature10','','','2019-01-14 02:38:06','2019-01-14 02:38:06','',92,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature10.jpg',0,'attachment','image/jpeg',0),(150,1,'2019-01-14 02:38:08','2019-01-14 02:38:08','','VH_Feature11','','inherit','open','closed','','vh_feature11','','','2019-01-14 02:38:08','2019-01-14 02:38:08','',92,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature11.jpg',0,'attachment','image/jpeg',0),(151,1,'2019-01-18 03:11:21','2019-01-18 03:11:21','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-2.jpg\" background_position=\"bottom_center\" module_class=\"aboutus\" background_size=\"contain\"][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"6%||6%|\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature7.jpg\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h1>Experienced Professionals</h1>\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"6%||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h1>WHY VALUE HOLIDAYS</h1>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px|||\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera-1.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>CUSTOMIZED TOURS</h4>\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>TRUST & TRAVEL PROTECTION</h4>\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tour.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Checksheet.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>DETAILED TRAVEL ITINERARIES</h4>\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px||5%|\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color_1=\"#899d2a\" background_color_2=\"#001d39\" module_class=\"twocolumn\" custom_margin=\"4%|||\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\n\n<h2>Questions?</h2>\nTake a look at some of our most frequently asked questions. Or you’re always more than welcome to just give us a call!\n\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\n\n<h2>Kind Words</h2>\nDon’t just take our word for it. Read our reviews and let those who have already worked with us do the talking!\n\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-autosave-v1','','','2019-01-18 03:11:21','2019-01-18 03:11:21','',92,'https://valhol.streamlinejacks.com/92-autosave-v1',0,'revision','',0),(152,1,'2019-01-14 02:42:51','2019-01-14 02:42:51','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature10.jpg\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"Selling Point\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>SELLING POINT 1</h4>\r\nThis is something that makes you different and the best option out there.\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudant.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"Selling Point\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>SELLING POINT 1</h4>\r\nThis is something that makes you different and the best option out there.\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudant.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"Selling Point\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>SELLING POINT 1</h4>\r\nThis is something that makes you different and the best option out there.\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudant.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions.\r\nOr you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. \r\nRead our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-14 02:42:51','2019-01-14 02:42:51','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(153,1,'2019-01-14 02:44:18','2019-01-14 02:44:18','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>Our Story</h1>\r\nOffer an intro and brief overview of your story and what you specialize in.\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Selling Point\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>SELLING POINT 1</h4>\r\nThis is something that makes you different and the best option out there.\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudant.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Selling Point\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>SELLING POINT 1</h4>\r\nThis is something that makes you different and the best option out there.\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudant.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Selling Point\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>SELLING POINT 1</h4>\r\nThis is something that makes you different and the best option out there.\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudant.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions.\r\nOr you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. \r\nRead our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-14 02:44:18','2019-01-14 02:44:18','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(154,1,'2019-01-14 02:44:41','2019-01-14 02:44:41','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Our Story</h1>\r\nOffer an intro and brief overview of your story and what you specialize in.\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Selling Point\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>SELLING POINT 1</h4>\r\nThis is something that makes you different and the best option out there.\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudant.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Selling Point\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>SELLING POINT 1</h4>\r\nThis is something that makes you different and the best option out there.\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudant.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Selling Point\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>SELLING POINT 1</h4>\r\nThis is something that makes you different and the best option out there.\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudant.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions.\r\nOr you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. \r\nRead our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-14 02:44:41','2019-01-14 02:44:41','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(155,1,'2019-01-14 02:52:35','2019-01-14 02:52:35','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature10.jpg\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\n\n<h1>FAQ’S</h1>\n<h3>Here are some common questions we get at Value Holidays.</h3>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_accordion _builder_version=\"3.19.4\" toggle_level=\"h4\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#013064\" border_width_bottom=\"2px\" border_color_bottom=\"#013064\" icon_color=\"#013064\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\n\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\n\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\n\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\n\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\n\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\n\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\n\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\n\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\n\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\n\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" background_color=\"#013064\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\n\n<h2>STILL HAVE QUESTIONS? NO PROBLEM!</h2>\nSend us a message using the form below and we will get back to you shortly.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ’S','','inherit','closed','closed','','141-autosave-v1','','','2019-01-14 02:52:35','2019-01-14 02:52:35','',141,'https://valhol.streamlinejacks.com/141-autosave-v1',0,'revision','',0),(156,1,'2019-01-14 02:47:02','2019-01-14 02:47:02','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature10.jpg\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>FAQ’S</h1>\r\n<h3>Here are some common questions we get at Value Holidays.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_accordion _builder_version=\"3.19.4\"][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ’S','','inherit','closed','closed','','141-revision-v1','','','2019-01-14 02:47:02','2019-01-14 02:47:02','',141,'https://valhol.streamlinejacks.com/141-revision-v1',0,'revision','',0),(157,1,'2019-01-14 02:49:34','2019-01-14 02:49:34','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature10.jpg\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>FAQ’S</h1>\r\n<h3>Here are some common questions we get at Value Holidays.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_accordion _builder_version=\"3.19.4\" toggle_level=\"h4\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#013064\" border_width_bottom=\"2px\" border_color_bottom=\"#013064\"][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ’S','','inherit','closed','closed','','141-revision-v1','','','2019-01-14 02:49:34','2019-01-14 02:49:34','',141,'https://valhol.streamlinejacks.com/141-revision-v1',0,'revision','',0),(158,1,'2019-01-14 02:50:44','2019-01-14 02:50:44','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature10.jpg\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>FAQ’S</h1>\r\n<h3>Here are some common questions we get at Value Holidays.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_accordion _builder_version=\"3.19.4\" toggle_level=\"h4\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#013064\" border_width_bottom=\"2px\" border_color_bottom=\"#013064\" icon_color=\"#013064\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ’S','','inherit','closed','closed','','141-revision-v1','','','2019-01-14 02:50:44','2019-01-14 02:50:44','',141,'https://valhol.streamlinejacks.com/141-revision-v1',0,'revision','',0),(159,1,'2019-01-14 02:53:04','2019-01-14 02:53:04','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature10.jpg\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>FAQ’S</h1>\r\n<h3>Here are some common questions we get at Value Holidays.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_accordion _builder_version=\"3.19.4\" toggle_level=\"h4\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#013064\" border_width_bottom=\"2px\" border_color_bottom=\"#013064\" icon_color=\"#013064\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" background_color=\"#013064\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>STILL HAVE QUESTIONS? NO PROBLEM!</h2>\r\nSend us a message using the form below and we will get back to you shortly.\r\n\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ’S','','inherit','closed','closed','','141-revision-v1','','','2019-01-14 02:53:04','2019-01-14 02:53:04','',141,'https://valhol.streamlinejacks.com/141-revision-v1',0,'revision','',0),(160,1,'2019-01-14 02:53:26','2019-01-14 02:53:26','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature10.jpg\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>FAQ’S</h1>\r\n<h3>Here are some common questions we get at Value Holidays.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_accordion _builder_version=\"3.19.4\" toggle_level=\"h4\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#013064\" border_width_bottom=\"2px\" border_color_bottom=\"#013064\" icon_color=\"#013064\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" background_color=\"#013064\" module_class=\"bluebox\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>STILL HAVE QUESTIONS? NO PROBLEM!</h2>\r\nSend us a message using the form below and we will get back to you shortly.\r\n\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ’S','','inherit','closed','closed','','141-revision-v1','','','2019-01-14 02:53:26','2019-01-14 02:53:26','',141,'https://valhol.streamlinejacks.com/141-revision-v1',0,'revision','',0),(161,1,'2019-01-14 02:54:34','2019-01-14 02:54:34','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature10.jpg\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>FAQ’S</h1>\r\n<h3>Here are some common questions we get at Value Holidays.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_accordion _builder_version=\"3.19.4\" toggle_level=\"h4\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#013064\" border_width_bottom=\"2px\" border_color_bottom=\"#013064\" icon_color=\"#013064\" open_toggle_background_color=\"#ffffff\" closed_toggle_background_color=\"#ffffff\"][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][et_pb_accordion_item _builder_version=\"3.19.4\" title=\"Question\" link_option_url_new_window=\"off\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" text_shadow_style=\"none\" box_shadow_style=\"none\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\"]\r\n\r\nAnswer. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum, risus nec malesuada maximus, libero justo vehicula erat, eu suscipit est ipsum molestie purus. Vivamus eu massa eget lorem pretium finibus. Phasellus hendrerit scelerisque quam eget rhoncus. Vestibulum imperdiet quis nulla at scelerisque. Nunc eleifend, orci at cursus aliquam, velit neque porta nulla, eget lobortis nunc orci ac justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus efficitur sapien eget varius. Nam ipsum purus, finibus cursus ipsum non, efficitur pellentesque ligula.\r\n\r\n[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#013064\" module_class=\"bluebox\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>STILL HAVE QUESTIONS? NO PROBLEM!</h2>\r\nSend us a message using the form below and we will get back to you shortly.\r\n\r\n[gravityform id=2 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ’S','','inherit','closed','closed','','141-revision-v1','','','2019-01-14 02:54:34','2019-01-14 02:54:34','',141,'https://valhol.streamlinejacks.com/141-revision-v1',0,'revision','',0),(162,1,'2019-01-14 02:55:52','2019-01-14 02:55:52','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature11.jpg\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\n\n<h1>Kind Words</h1>\n<h3>Real customer reviews on their experience with Value Holidays.</h3>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\"][et_pb_row][/et_pb_row][/et_pb_section]','Reviews','','inherit','closed','closed','','139-autosave-v1','','','2019-01-14 02:55:52','2019-01-14 02:55:52','',139,'https://valhol.streamlinejacks.com/139-autosave-v1',0,'revision','',0),(163,1,'2019-01-14 02:56:04','2019-01-14 02:56:04','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature11.jpg\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>Kind Words</h1>\r\n<h3>Real customer reviews on their experience with Value Holidays.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\"][et_pb_row][/et_pb_row][/et_pb_section]','Reviews','','inherit','closed','closed','','139-revision-v1','','','2019-01-14 02:56:04','2019-01-14 02:56:04','',139,'https://valhol.streamlinejacks.com/139-revision-v1',0,'revision','',0),(165,1,'2019-01-14 03:04:59','2019-01-14 03:04:59','','VH_icons_Line','','inherit','open','closed','','vh_icons_line','','','2019-01-14 03:04:59','2019-01-14 03:04:59','',0,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Line.png',0,'attachment','image/png',0),(166,1,'2019-01-14 03:13:00','2019-01-14 03:13:00','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature.jpg\" next_background_color=\"#ffffff\" module_class=\"hp-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>vacations curated for you</h1>\r\n<h3>Choose from one of our many custom group trips to find a tour that’s right for you</h3>\r\n\r\n[/et_pb_text][et_pb_sidebar admin_label=\"Search Bar\" _builder_version=\"3.19.4\" area=\"et_pb_widget_area_1\" show_border=\"off\" text_orientation=\"center\" background_color=\"#ffffff\" module_class=\"searchbox\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-mission\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"creating unforgettable memories\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>creating unforgettable memories</h2>\r\nValue Holidays is the premier worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele.\r\n\r\nWhen you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"learn more about us\" _builder_version=\"3.19.4\" button_text=\"learn more about us\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-trips\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"become inspired for your next trip\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>become inspired for your next trip</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#001d39\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Read more reviews\" _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','61-revision-v1','','','2019-01-14 03:13:00','2019-01-14 03:13:00','',61,'https://valhol.streamlinejacks.com/61-revision-v1',0,'revision','',0),(167,1,'2019-01-17 15:42:42','2019-01-17 15:42:42','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature.jpg\" next_background_color=\"#ffffff\" module_class=\"hp-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\n\n<h1>vacations curated for you</h1>\n<h3>Choose from one of our many custom group trips to find a tour that’s right for you</h3>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-mission\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"creating unforgettable memories\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h2>creating unforgettable memories</h2>\nValue Holidays is the premier worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele.\n\nWhen you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\n\n[/et_pb_text][et_pb_button admin_label=\"learn more about us\" _builder_version=\"3.19.4\" button_text=\"learn more about us\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/about\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-trips\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"become inspired for your next trip\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h2>become inspired for your next trip</h2>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>france tours</h4>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>france tours</h4>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>france tours</h4>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\n\n<h4>france tours</h4>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#001d39\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\n\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\n<strong>- Jane Doe</strong>\n\n[/et_pb_text][et_pb_button admin_label=\"Read more reviews\" _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','61-autosave-v1','','','2019-01-17 15:42:42','2019-01-17 15:42:42','',61,'https://valhol.streamlinejacks.com/61-autosave-v1',0,'revision','',0),(168,1,'2019-01-14 03:13:51','2019-01-14 03:13:51','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature.jpg\" next_background_color=\"#ffffff\" module_class=\"hp-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>vacations curated for you</h1>\r\n<h3>Choose from one of our many custom group trips to find a tour that’s right for you</h3>\r\n\r\n[/et_pb_text][et_pb_sidebar admin_label=\"Search Bar\" _builder_version=\"3.19.4\" area=\"et_pb_widget_area_1\" show_border=\"off\" text_orientation=\"center\" background_color=\"#ffffff\" module_class=\"searchbox\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-mission\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"creating unforgettable memories\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>creating unforgettable memories</h2>\r\nValue Holidays is the premier worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele.\r\n\r\nWhen you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"learn more about us\" _builder_version=\"3.19.4\" button_text=\"learn more about us\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/about\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-trips\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"become inspired for your next trip\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>become inspired for your next trip</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#001d39\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Read more reviews\" _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','61-revision-v1','','','2019-01-14 03:13:51','2019-01-14 03:13:51','',61,'https://valhol.streamlinejacks.com/61-revision-v1',0,'revision','',0),(169,1,'2019-01-14 03:22:29','2019-01-14 03:22:29','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature3.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>GROUP tours</h1>\r\n<h3>Curated & custom planned trips.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>upcoming group tours</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\n(Insert Group Feed)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg\" module_class=\"st-findyoutrip\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a group tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Group Tours','','inherit','closed','closed','','81-revision-v1','','','2019-01-14 03:22:29','2019-01-14 03:22:29','',81,'https://valhol.streamlinejacks.com/81-revision-v1',0,'revision','',0),(170,1,'2019-01-14 03:24:09','2019-01-14 03:24:09','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature3.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>GROUP tours</h1>\r\n<h3>Curated & custom planned trips.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>upcoming group tours</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\n(Insert Group Feed)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg\" module_class=\"st-findyoutrip\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own group tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a group tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Group Tours','','inherit','closed','closed','','81-revision-v1','','','2019-01-14 03:24:09','2019-01-14 03:24:09','',81,'https://valhol.streamlinejacks.com/81-revision-v1',0,'revision','',0),(171,1,'2019-01-14 03:25:57','2019-01-14 03:25:57','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature3.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>GROUP tours</h1>\r\n<h3>Curated & custom planned trips.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-types\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-types\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-find\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-find\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-plan\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-plan\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>upcoming group tours</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\n(Insert Group Feed)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg\" module_class=\"st-findyoutrip\" module_id=\"tour-find\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\" module_id=\"tour-plan\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own group tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a group tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Group Tours','','inherit','closed','closed','','81-revision-v1','','','2019-01-14 03:25:57','2019-01-14 03:25:57','',81,'https://valhol.streamlinejacks.com/81-revision-v1',0,'revision','',0),(172,1,'2019-01-14 03:27:55','2019-01-14 03:27:55','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-types\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-types\"]\r\n\r\n<a href=\"#tour-types\"><h4>TOUR TYPES</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-find\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-find\"]\r\n\r\n<a href=\"#tour-find\"><h4>find your tour</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-plan\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-plan\"]\r\n\r\n<a href=\"#tour-plan\"><h4>plan a tour</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Student2.jpg\" /][et_pb_text admin_label=\"World Language Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>World Language Tours</h4>\r\nExperience first hand a different language and culture. Our World Language Tours will get your foreign language students hearing and practicing their skills as they take in the sights and tastes of cultures they’ve studied.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Music.jpg\" /][et_pb_text admin_label=\"Music & Performance Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Music & Performance Tours</h4>\r\nTranscend language, culture, and geography with Legacy’s Music & Performance Tours. Journey into the concert halls and music venues of the USA and Europe, or embark on a performance tour your group has dreamed of. Whatever your goals and budget, we can create a custom musical group travel experience for your music group’s needs.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_History.jpg\" /][et_pb_text admin_label=\"History & Culture Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>History & Culture Tours</h4>\r\nOur History & Culture Student Tours are more than a field trip; they’re a learning vacation! Your students will walk in the footsteps of those who made history, and see the sites, art, and culture that define the past and present. Choose between both domestic and International itineraries.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg\" module_class=\"st-findyoutrip\" module_id=\"tour-find\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" button_url=\"https://www.grouptravelconnections.com/\" url_new_window=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\" module_id=\"tour-plan\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-revision-v1','','','2019-01-14 03:27:55','2019-01-14 03:27:55','',73,'https://valhol.streamlinejacks.com/73-revision-v1',0,'revision','',0),(173,1,'2019-01-14 03:30:21','2019-01-14 03:30:21','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature2.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>custom tailored tours</h1>\r\n<h3>Let’s plan your dream trip.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plan YOUR custom tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Plan YOUR custom tour</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Building.png\" align=\"center\" /][et_pb_text admin_label=\"2. Book Details\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. Book Details</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & enjoy\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & enjoy</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"Let\'s Get Started\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\" prev_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"itineraries for inspiration\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>itineraries for inspiration</h2>\r\nWe might have just the trip you’re looking for already planned! Take a look at some of our example itinereries to help kickstart the brainstorming process.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Group.jpg\" /][et_pb_text admin_label=\"group tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>group tours</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Student.jpg\" /][et_pb_text admin_label=\"Student Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Student tours</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Individual.jpg\" /][et_pb_text admin_label=\"Individual Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Individual tours</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature1.png\" module_class=\"ct-contactus\" module_id=\"getstarted\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\nPlease fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!\r\n\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Custom Tours','','inherit','closed','closed','','80-revision-v1','','','2019-01-14 03:30:21','2019-01-14 03:30:21','',80,'https://valhol.streamlinejacks.com/80-revision-v1',0,'revision','',0),(174,1,'2019-01-14 03:34:51','2019-01-14 03:34:51','','VH_icons_Email','','inherit','open','closed','','vh_icons_email','','','2019-01-14 03:34:51','2019-01-14 03:34:51','',94,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Email.png',0,'attachment','image/png',0),(175,1,'2019-01-14 03:34:52','2019-01-14 03:34:52','','VH_icons_Phone','','inherit','open','closed','','vh_icons_phone','','','2019-01-14 03:34:52','2019-01-14 03:34:52','',94,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Phone.png',0,'attachment','image/png',0),(176,1,'2019-01-14 03:35:54','2019-01-14 03:35:54','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" module_class=\"contactinfo\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Contact Us</h1>\r\n<h3>Contact us today to get your travel adventures started.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Email.png\" align=\"center\" /][et_pb_text admin_label=\"Email\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Email</h4>\r\n<a href=\"mailto:info@valhol.com\">info@valhol.com</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Phone.png\" align=\"center\" /][et_pb_text admin_label=\"Phone\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Phone</h4>\r\n<a href=\"tel:18005586850\">(800) 558-6850</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"Location\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Location</h4>\r\n<a href=\"https://goo.gl/maps/kgJuRnQFVcP2\" target=\"_blank\">10224 N Port Washington Rd\r\nMequon, WI 53092</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature7.jpg\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\n<p>Please fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!</p>\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','94-revision-v1','','','2019-01-14 03:35:54','2019-01-14 03:35:54','',94,'https://valhol.streamlinejacks.com/94-revision-v1',0,'revision','',0),(177,1,'2019-01-14 03:37:18','2019-01-14 03:37:18','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" module_class=\"contactinfo\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Contact Us</h1>\r\n<h3>Contact us today to get your travel adventures started.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Email.png\" align=\"center\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"Email\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Email</h4>\r\n<a href=\"mailto:info@valhol.com\">info@valhol.com</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Phone.png\" align=\"center\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"Phone\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Phone</h4>\r\n<a href=\"tel:18005586850\">(800) 558-6850</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"Location\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Location</h4>\r\n<a href=\"https://goo.gl/maps/kgJuRnQFVcP2\" target=\"_blank\">10224 N Port Washington Rd\r\nMequon, WI 53092</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature7.jpg\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\n<p>Please fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!</p>\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','94-revision-v1','','','2019-01-14 03:37:18','2019-01-14 03:37:18','',94,'https://valhol.streamlinejacks.com/94-revision-v1',0,'revision','',0),(178,1,'2019-01-14 03:46:45','2019-01-14 03:46:45','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Our Story</h1>\r\nOffer an intro and brief overview of your story and what you specialize in.\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group, down to the smallest detail. We carefully design and choreograph a travel itinerary with a refreshing mix of sightseeing, leisure, adventure and culture. You\'ll experience spectacular scenery and exciting events other travelers only dream about. Every detail of your itinerary is handled seamlessly.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability of the group. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions.\r\nOr you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. \r\nRead our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-14 03:46:45','2019-01-14 03:46:45','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(179,1,'2019-01-14 03:48:41','2019-01-14 03:48:41','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Our Story</h1>\r\nOffer an intro and brief overview of your story and what you specialize in.\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group, down to the smallest detail. We carefully design and choreograph a travel itinerary with a refreshing mix of sightseeing, leisure, adventure and culture. You\'ll experience spectacular scenery and exciting events other travelers only dream about. Every detail of your itinerary is handled seamlessly.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability of the group. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions.\r\nOr you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. \r\nRead our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-14 03:48:41','2019-01-14 03:48:41','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(180,1,'2019-01-14 03:49:05','2019-01-14 03:49:05','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Our Story</h1>\r\nOffer an intro and brief overview of your story and what you specialize in.\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group, down to the smallest detail. We carefully design and choreograph a travel itinerary with a refreshing mix of sightseeing, leisure, adventure and culture. You\'ll experience spectacular scenery and exciting events other travelers only dream about. Every detail of your itinerary is handled seamlessly.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability of the group. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions.\r\nOr you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. \r\nRead our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-14 03:49:05','2019-01-14 03:49:05','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(181,1,'2019-01-14 03:51:45','2019-01-14 03:51:45','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Our Story</h1>\r\nOffer an intro and brief overview of your story and what you specialize in.\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability of the group. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions.\r\nOr you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. \r\nRead our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-14 03:51:45','2019-01-14 03:51:45','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(182,1,'2019-01-14 03:53:27','2019-01-14 03:53:27','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Our Story</h1>\r\nOffer an intro and brief overview of your story and what you specialize in.\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions.\r\nOr you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. \r\nRead our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-14 03:53:27','2019-01-14 03:53:27','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(183,1,'2019-01-14 03:54:25','2019-01-14 03:54:25','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions.\r\nOr you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. \r\nRead our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-14 03:54:25','2019-01-14 03:54:25','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(184,1,'2019-01-14 03:59:17','2019-01-14 03:59:17','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature3.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>GROUP tours</h1>\r\n<h3>Curated & custom planned trips.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-types\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-types\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-find\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-find\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-plan\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-plan\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>upcoming group tours</h2>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about. Every detail of your itinerary is handled seamlessly.\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\n(Insert Group Feed)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg\" module_class=\"st-findyoutrip\" module_id=\"tour-find\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\" module_id=\"tour-plan\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own group tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a group tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Group Tours','','inherit','closed','closed','','81-revision-v1','','','2019-01-14 03:59:17','2019-01-14 03:59:17','',81,'https://valhol.streamlinejacks.com/81-revision-v1',0,'revision','',0),(185,1,'2019-01-14 03:59:48','2019-01-14 03:59:48','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature2.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>custom tailored tours</h1>\r\n<h3>Let’s plan your dream trip.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plan YOUR custom tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Plan YOUR custom tour</h2>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Building.png\" align=\"center\" /][et_pb_text admin_label=\"2. Book Details\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. Book Details</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & enjoy\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & enjoy</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"Let\'s Get Started\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\" prev_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"itineraries for inspiration\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>itineraries for inspiration</h2>\r\nWe might have just the trip you’re looking for already planned! Take a look at some of our example itinereries to help kickstart the brainstorming process.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Group.jpg\" /][et_pb_text admin_label=\"group tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>group tours</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Student.jpg\" /][et_pb_text admin_label=\"Student Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Student tours</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Individual.jpg\" /][et_pb_text admin_label=\"Individual Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Individual tours</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature1.png\" module_class=\"ct-contactus\" module_id=\"getstarted\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\nPlease fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!\r\n\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Custom Tours','','inherit','closed','closed','','80-revision-v1','','','2019-01-14 03:59:48','2019-01-14 03:59:48','',80,'https://valhol.streamlinejacks.com/80-revision-v1',0,'revision','',0),(186,1,'2019-01-14 04:02:23','2019-01-14 04:02:23','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-types\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-types\"]\r\n\r\n<a href=\"#tour-types\"><h4>TOUR TYPES</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-find\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-find\"]\r\n\r\n<a href=\"#tour-find\"><h4>find your tour</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-plan\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-plan\"]\r\n\r\n<a href=\"#tour-plan\"><h4>plan a tour</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nValue Holidays student tours enrich student’s educational experience beyond the usual in-class study. We offer arrangements for language student groups and concert tours for orchestras, choirs, marching bands, jazz bands and concert bands.\r\n\r\nOur flexibility and custom tour planning enables Value Holidays to offer you the very best tour to fit your needs and budget requirements. Our student tours are planned to include learning, fun, adventure, and entertainment. Student concert tours include the organization of concerts in a variety of venues.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Student2.jpg\" /][et_pb_text admin_label=\"World Language Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>World Language Tours</h4>\r\nExperience first hand a different language and culture. Our World Language Tours will get your foreign language students hearing and practicing their skills as they take in the sights and tastes of cultures they’ve studied.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Music.jpg\" /][et_pb_text admin_label=\"Music & Performance Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Music & Performance Tours</h4>\r\nTranscend language, culture, and geography with Legacy’s Music & Performance Tours. Journey into the concert halls and music venues of the USA and Europe, or embark on a performance tour your group has dreamed of. Whatever your goals and budget, we can create a custom musical group travel experience for your music group’s needs.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_History.jpg\" /][et_pb_text admin_label=\"History & Culture Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>History & Culture Tours</h4>\r\nOur History & Culture Student Tours are more than a field trip; they’re a learning vacation! Your students will walk in the footsteps of those who made history, and see the sites, art, and culture that define the past and present. Choose between both domestic and International itineraries.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg\" module_class=\"st-findyoutrip\" module_id=\"tour-find\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" button_url=\"https://www.grouptravelconnections.com/\" url_new_window=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\" module_id=\"tour-plan\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-revision-v1','','','2019-01-14 04:02:23','2019-01-14 04:02:23','',73,'https://valhol.streamlinejacks.com/73-revision-v1',0,'revision','',0),(187,1,'2019-01-14 04:07:38','2019-01-14 04:07:38','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature2.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>custom tailored tours</h1>\r\n<h3>Let’s plan your dream trip.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plan YOUR custom tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Plan YOUR custom tour</h2>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Building.png\" align=\"center\" /][et_pb_text admin_label=\"2. Book Details\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. Book Details</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & enjoy\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & enjoy</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"Let\'s Get Started\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\" prev_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"itineraries for inspiration\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>itineraries for inspiration</h2>\r\nWe might have just the trip you’re looking for already planned! Take a look at some of our example itinereries to help kickstart the brainstorming process.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Group.jpg\" /][et_pb_text admin_label=\"group tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>group tours</h4>\r\nFinding a tour that’s right for you or your group can be a somewhat daunting process. That’s why Value Holidays makes it easy for you by giving you what you want on your custom tour.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Student.jpg\" /][et_pb_text admin_label=\"Student Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Student tours</h4>\r\nValue Holidays student tours enrich student’s educational experience beyond the usual in-class study. Our flexibility and custom tour planning enables us to offer you the very best tour to fit your needs.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Individual.jpg\" /][et_pb_text admin_label=\"Individual Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Individual tours</h4>\r\nValue Holidays offers the most unique, custom tours for everyone’s tastes. We will help create unforgettable memories that will last a lifetime!\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature1.png\" module_class=\"ct-contactus\" module_id=\"getstarted\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\nPlease fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!\r\n\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Custom Tours','','inherit','closed','closed','','80-revision-v1','','','2019-01-14 04:07:38','2019-01-14 04:07:38','',80,'https://valhol.streamlinejacks.com/80-revision-v1',0,'revision','',0),(188,1,'2019-01-14 04:21:31','2019-01-14 04:21:31','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature3.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>GROUP tours</h1>\r\n<h3>Curated & custom planned trips.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-types\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-types\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-find\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-find\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-plan\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-plan\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>upcoming group tours</h2>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about. Every detail of your itinerary is handled seamlessly.\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\n(Insert Group Feed)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg\" module_class=\"st-findyoutrip\" module_id=\"tour-find\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\" module_id=\"tour-plan\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own group tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nChoose one from our many different programs to fit your needs and group objectives. We strive to create group trips that will offers the most unique, custom tours for everyone’s tastes.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nOn a Value Holidays tour, you can immerse yourself in the experience without concern for the details. We will help create unforgettable memories that will last a lifetime!\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a group tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Group Tours','','inherit','closed','closed','','81-revision-v1','','','2019-01-14 04:21:31','2019-01-14 04:21:31','',81,'https://valhol.streamlinejacks.com/81-revision-v1',0,'revision','',0),(189,1,'2019-01-14 04:27:05','2019-01-14 04:27:05','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature2.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>custom tailored tours</h1>\r\n<h3>Let’s plan your dream trip.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plan YOUR custom tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Plan YOUR custom tour</h2>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nTell us about your interests and your dream destinations. We will strive to create a trip that offers the most unique, custom tour to fit your tastes.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Building.png\" align=\"center\" /][et_pb_text admin_label=\"2. Book Details\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. Book Details</h4>\r\nWhen you contact us we will work with you to create a customized program to fit your needs and budget. We will help you develop an exciting itinerary including all the components of your trip from the air transportation, hotel transfers, special theme meals or events and admissions.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & enjoy\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & enjoy</h4>\r\nOn a Value Holidays tour, you can immerse yourself in the experience without concern for the details. We will help create unforgettable memories that will last a lifetime!\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"Let\'s Get Started\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\" prev_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"itineraries for inspiration\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>itineraries for inspiration</h2>\r\nWe might have just the trip you’re looking for already planned! Take a look at some of our example itinereries to help kickstart the brainstorming process.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Group.jpg\" /][et_pb_text admin_label=\"group tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>group tours</h4>\r\nFinding a tour that’s right for you or your group can be a somewhat daunting process. That’s why Value Holidays makes it easy for you by giving you what you want on your custom tour.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Student.jpg\" /][et_pb_text admin_label=\"Student Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Student tours</h4>\r\nValue Holidays student tours enrich student’s educational experience beyond the usual in-class study. Our flexibility and custom tour planning enables us to offer you the very best tour to fit your needs.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Individual.jpg\" /][et_pb_text admin_label=\"Individual Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Individual tours</h4>\r\nValue Holidays offers the most unique, custom tours for everyone’s tastes. We will help create unforgettable memories that will last a lifetime!\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6>\r\n<p> Mexico, France, Italy, Germany, Spain</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6>\r\n<p> Spain World Language Tour, Germany World Language Tour</p>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"#getstarted\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature1.png\" module_class=\"ct-contactus\" module_id=\"getstarted\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\nPlease fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!\r\n\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Custom Tours','','inherit','closed','closed','','80-revision-v1','','','2019-01-14 04:27:05','2019-01-14 04:27:05','',80,'https://valhol.streamlinejacks.com/80-revision-v1',0,'revision','',0),(190,1,'2019-01-14 04:38:52','2019-01-14 04:38:52','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-types\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-types\"]\r\n\r\n<a href=\"#tour-types\"><h4>TOUR TYPES</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-find\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-find\"]\r\n\r\n<a href=\"#tour-find\"><h4>find your tour</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-plan\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-plan\"]\r\n\r\n<a href=\"#tour-plan\"><h4>plan a tour</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nValue Holidays student tours enrich student’s educational experience beyond the usual in-class study. We offer arrangements for language student groups and concert tours for orchestras, choirs, marching bands, jazz bands and concert bands.\r\n\r\nOur flexibility and custom tour planning enables Value Holidays to offer you the very best tour to fit your needs and budget requirements. Our student tours are planned to include learning, fun, adventure, and entertainment. Student concert tours include the organization of concerts in a variety of venues.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Student2.jpg\" /][et_pb_text admin_label=\"World Language Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>World Language Tours</h4>\r\nExperience first hand a different language and culture. Our World Language Tours will get your foreign language students hearing and practicing their skills as they take in the sights and tastes of cultures they’ve studied.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Music.jpg\" /][et_pb_text admin_label=\"Music & Performance Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Music & Performance Tours</h4>\r\nTranscend language, culture, and geography with Legacy’s Music & Performance Tours. Journey into the concert halls and music venues of the USA and Europe, or embark on a performance tour your group has dreamed of. Whatever your goals and budget, we can create a custom musical group travel experience for your music group’s needs.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_History.jpg\" /][et_pb_text admin_label=\"History & Culture Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>History & Culture Tours</h4>\r\nOur History & Culture Student Tours are more than a field trip; they’re a learning vacation! Your students will walk in the footsteps of those who made history, and see the sites, art, and culture that define the past and present. Choose between both domestic and International itineraries.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg\" module_class=\"st-findyoutrip\" module_id=\"tour-find\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" button_url=\"https://www.grouptravelconnections.com/\" url_new_window=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\" module_id=\"tour-plan\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nChoose one from our many different programs to fit your needs and group objectives. We strive to create group trips that will enrich student’s educational experience beyond the usual in-class study.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-revision-v1','','','2019-01-14 04:38:52','2019-01-14 04:38:52','',73,'https://valhol.streamlinejacks.com/73-revision-v1',0,'revision','',0),(191,1,'2019-01-17 15:42:53','2019-01-17 15:42:53','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature.jpg\" next_background_color=\"#ffffff\" module_class=\"hp-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>vacations curated for you</h1>\r\n<h3>Choose from one of our many custom group trips to find a tour that’s right for you</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-mission\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"creating unforgettable memories\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>creating unforgettable memories</h2>\r\nValue Holidays is the premier worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele.\r\n\r\nWhen you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"learn more about us\" _builder_version=\"3.19.4\" button_text=\"learn more about us\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/about\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-trips\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"become inspired for your next trip\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>become inspired for your next trip</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#001d39\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Read more reviews\" _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','61-revision-v1','','','2019-01-17 15:42:53','2019-01-17 15:42:53','',61,'https://valhol.streamlinejacks.com/61-revision-v1',0,'revision','',0),(192,1,'2019-01-17 15:43:29','2019-01-17 15:43:29','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" module_class=\"contactinfo\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.19.4\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Contact Us</h1>\r\n<h3>Contact us today to get your travel adventures started.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Email.png\" align=\"center\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"Email\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Email</h4>\r\n<a href=\"mailto:Sales@valhol.com\">Sales@valhol.com</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Phone.png\" align=\"center\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"Phone\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Phone</h4>\r\n<a href=\"tel:18005586850\">(800) 558-6850</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" show_bottom_space=\"off\" /][et_pb_text admin_label=\"Location\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Location</h4>\r\n<a href=\"https://goo.gl/maps/kgJuRnQFVcP2\" target=\"_blank\">10224 N Port Washington Rd\r\nMequon, WI 53092</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature7.jpg\" module_class=\"ct-contactus\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"contact us to get started\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>contact us to get started</h2>\r\n<p>Please fill out the form below or give us a call to get the process rolling. We look forward to helping you bring your tour to life!</p>\r\n[gravityform id=1 title=false description=false ajax=true tabindex=49]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','94-revision-v1','','','2019-01-17 15:43:29','2019-01-17 15:43:29','',94,'https://valhol.streamlinejacks.com/94-revision-v1',0,'revision','',0),(193,1,'2019-01-17 21:26:09','2019-01-17 21:26:09','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature3.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>GROUP tours</h1>\r\n<h3>Curated & custom planned trips.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-types\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-types\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-find\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-find\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-plan\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-plan\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>upcoming group tours</h2>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about. Every detail of your itinerary is handled seamlessly.\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\n(Insert Group Feed)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg\" module_class=\"st-findyoutrip\" module_id=\"tour-find\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" button_url=\"https://www.grouptravelconnections.com/\" url_new_window=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\" module_id=\"tour-plan\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own group tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nChoose one from our many different programs to fit your needs and group objectives. We strive to create group trips that will offers the most unique, custom tours for everyone’s tastes.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nOn a Value Holidays tour, you can immerse yourself in the experience without concern for the details. We will help create unforgettable memories that will last a lifetime!\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a group tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Group Tours','','inherit','closed','closed','','81-revision-v1','','','2019-01-17 21:26:09','2019-01-17 21:26:09','',81,'https://valhol.streamlinejacks.com/81-revision-v1',0,'revision','',0),(194,1,'2019-01-17 21:28:04','2019-01-17 21:28:04','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature3.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>GROUP tours</h1>\r\n<h3>Curated & custom planned trips.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-types\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-types\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-find\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-find\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-plan\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-plan\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>upcoming group tours</h2>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about. Every detail of your itinerary is handled seamlessly.\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\n(Insert Group Feed)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg\" module_class=\"st-findyoutrip\" module_id=\"tour-find\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" button_url=\"https://www.grouptravelconnections.com/\" url_new_window=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\" module_id=\"tour-plan\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own group tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nChoose one from our many different programs to fit your needs and group objectives. We strive to create group trips that will offers the most unique, custom tours for everyone’s tastes.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nMake it easy to strum up excitement for your tour by taking advantage of promotional print materials specific to your tour.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nOn a Value Holidays tour, you can immerse yourself in the experience without concern for the details. We will help create unforgettable memories that will last a lifetime!\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a group tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Group Tours','','inherit','closed','closed','','81-revision-v1','','','2019-01-17 21:28:04','2019-01-17 21:28:04','',81,'https://valhol.streamlinejacks.com/81-revision-v1',0,'revision','',0),(195,1,'2019-01-17 21:28:37','2019-01-17 21:28:37','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature4.png\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>student tours</h1>\r\n<h3>Travel is the best education.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-types\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-types\"]\r\n\r\n<a href=\"#tour-types\"><h4>TOUR TYPES</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-find\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-find\"]\r\n\r\n<a href=\"#tour-find\"><h4>find your tour</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-plan\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-plan\"]\r\n\r\n<a href=\"#tour-plan\"><h4>plan a tour</h4></a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>tour types</h2>\r\nValue Holidays student tours enrich student’s educational experience beyond the usual in-class study. We offer arrangements for language student groups and concert tours for orchestras, choirs, marching bands, jazz bands and concert bands.\r\n\r\nOur flexibility and custom tour planning enables Value Holidays to offer you the very best tour to fit your needs and budget requirements. Our student tours are planned to include learning, fun, adventure, and entertainment. Student concert tours include the organization of concerts in a variety of venues.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"st-types\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Student2.jpg\" /][et_pb_text admin_label=\"World Language Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>World Language Tours</h4>\r\nExperience first hand a different language and culture. Our World Language Tours will get your foreign language students hearing and practicing their skills as they take in the sights and tastes of cultures they’ve studied.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Music.jpg\" /][et_pb_text admin_label=\"Music & Performance Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>Music & Performance Tours</h4>\r\nTranscend language, culture, and geography with Legacy’s Music & Performance Tours. Journey into the concert halls and music venues of the USA and Europe, or embark on a performance tour your group has dreamed of. Whatever your goals and budget, we can create a custom musical group travel experience for your music group’s needs.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_History.jpg\" /][et_pb_text admin_label=\"History & Culture Tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>History & Culture Tours</h4>\r\nOur History & Culture Student Tours are more than a field trip; they’re a learning vacation! Your students will walk in the footsteps of those who made history, and see the sites, art, and culture that define the past and present. Choose between both domestic and International itineraries.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Popular Destinations:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Popular Destinations:</h6> Mexico, France, Italy, Germany, Spain\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Sample Itineraries:\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map2.png\" background_size=\"contain\" background_position=\"center_left\" module_class=\"st-background\"]\r\n\r\n<h6>Sample Itineraries:</h6> Spain World Language Tour, Germany World Language Tour\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg\" module_class=\"st-findyoutrip\" module_id=\"tour-find\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" button_url=\"https://www.grouptravelconnections.com/\" url_new_window=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\" module_id=\"tour-plan\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own student tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own student tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nChoose one from our many different programs to fit your needs and group objectives. We strive to create group trips that will enrich student’s educational experience beyond the usual in-class study.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nMake it easy to strum up excitement for your tour by taking advantage of promotional print materials specific to your tour. Even use our amazing mini website to help make it simple for students and parents!\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a student tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Student Tours','','inherit','closed','closed','','73-revision-v1','','','2019-01-17 21:28:37','2019-01-17 21:28:37','',73,'https://valhol.streamlinejacks.com/73-revision-v1',0,'revision','',0),(196,1,'2019-01-18 01:49:29','2019-01-18 01:49:29','','AdobeStock_146169621_Preview','','inherit','open','closed','','adobestock_146169621_preview','','','2019-01-18 01:49:29','2019-01-18 01:49:29','',92,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview.jpg',0,'attachment','image/jpeg',0),(197,1,'2019-01-18 01:51:06','2019-01-18 01:51:06','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview.jpg\" background_size=\"contain\" background_position=\"bottom_center\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions.\r\nOr you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. \r\nRead our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\" module_class=\"hp-quote\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-18 01:51:06','2019-01-18 01:51:06','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(198,1,'2019-01-18 02:12:23','2019-01-18 02:12:23','','AdobeStock_146169621_Preview','','inherit','open','closed','','adobestock_146169621_preview-2','','','2019-01-18 02:12:23','2019-01-18 02:12:23','',92,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-1.jpg',0,'attachment','image/jpeg',0),(199,1,'2019-01-18 02:12:28','2019-01-18 02:12:28','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-1.jpg\" background_size=\"contain\" background_position=\"bottom_center\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions.\r\nOr you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. \r\nRead our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\" module_class=\"hp-quote\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-18 02:12:28','2019-01-18 02:12:28','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(200,1,'2019-01-18 02:17:07','2019-01-18 02:17:07','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-1.jpg\" background_position=\"bottom_center\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions.\r\nOr you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. \r\nRead our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\" module_class=\"hp-quote\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-18 02:17:07','2019-01-18 02:17:07','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(201,1,'2019-01-18 02:30:22','2019-01-18 02:30:22','','VH_icons_Camera','','inherit','open','closed','','vh_icons_camera','','','2019-01-18 02:30:22','2019-01-18 02:30:22','',92,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera.png',0,'attachment','image/png',0),(202,1,'2019-01-18 02:30:23','2019-01-18 02:30:23','','VH_icons_Email','','inherit','open','closed','','vh_icons_email-2','','','2019-01-18 02:30:23','2019-01-18 02:30:23','',92,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Email-1.png',0,'attachment','image/png',0),(203,1,'2019-01-18 02:30:23','2019-01-18 02:30:23','','VH_icons_Tickets','','inherit','open','closed','','vh_icons_tickets','','','2019-01-18 02:30:23','2019-01-18 02:30:23','',92,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png',0,'attachment','image/png',0),(204,1,'2019-01-18 02:30:23','2019-01-18 02:30:23','','VH_icons_Tour','','inherit','open','closed','','vh_icons_tour','','','2019-01-18 02:30:23','2019-01-18 02:30:23','',92,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tour.png',0,'attachment','image/png',0),(205,1,'2019-01-18 02:30:33','2019-01-18 02:30:33','','VH_icons_Checksheet','','inherit','open','closed','','vh_icons_checksheet','','','2019-01-18 02:30:33','2019-01-18 02:30:33','',92,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Checksheet.png',0,'attachment','image/png',0),(206,1,'2019-01-18 02:32:02','2019-01-18 02:32:02','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-1.jpg\" background_position=\"bottom_center\" module_class=\"aboutus\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera.png\" /][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" /][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tour.png\" /][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Checksheet.png\" /][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" /][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions.\r\nOr you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. \r\nRead our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\" module_class=\"hp-quote\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-18 02:32:02','2019-01-18 02:32:02','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(207,1,'2019-01-18 02:34:57','2019-01-18 02:34:57','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-1.jpg\" background_position=\"bottom_center\" module_class=\"aboutus\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tour.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Checksheet.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions.\r\nOr you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. \r\nRead our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\" module_class=\"hp-quote\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-18 02:34:57','2019-01-18 02:34:57','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(208,1,'2019-01-18 02:35:32','2019-01-18 02:35:32','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-1.jpg\" background_position=\"bottom_center\" module_class=\"aboutus\" background_size=\"contain\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tour.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Checksheet.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions.\r\nOr you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. \r\nRead our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\" module_class=\"hp-quote\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-18 02:35:32','2019-01-18 02:35:32','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(209,1,'2019-01-18 02:36:42','2019-01-18 02:36:42','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-1.jpg\" background_position=\"bottom_center\" module_class=\"aboutus\" background_size=\"contain\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tour.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Checksheet.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px||4%|\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions.\r\nOr you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. \r\nRead our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\" module_class=\"quote\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-18 02:36:42','2019-01-18 02:36:42','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(210,1,'2019-01-18 02:38:17','2019-01-18 02:38:17','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-1.jpg\" background_position=\"bottom_center\" module_class=\"aboutus\" background_size=\"contain\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px|||\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tour.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Checksheet.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px||4%|\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions.\r\nOr you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. \r\nRead our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\" module_class=\"quote\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-18 02:38:17','2019-01-18 02:38:17','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(211,1,'2019-01-18 02:39:37','2019-01-18 02:39:37','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-1.jpg\" background_position=\"bottom_center\" module_class=\"aboutus\" background_size=\"contain\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px|||\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tour.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Checksheet.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px||4%|\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" border_width_top=\"2px\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions.\r\nOr you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. \r\nRead our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\" module_class=\"quote\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-18 02:39:37','2019-01-18 02:39:37','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(212,1,'2019-01-18 02:42:18','2019-01-18 02:42:18','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-1.jpg\" background_position=\"bottom_center\" module_class=\"aboutus\" background_size=\"contain\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px|||\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tour.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Checksheet.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px||4%|\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color_1=\"#899d2a\" background_color_2=\"#001d39\" module_class=\"twocolumn\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions.\r\nOr you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. \r\nRead our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-18 02:42:18','2019-01-18 02:42:18','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(213,1,'2019-01-18 02:44:13','2019-01-18 02:44:13','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-1.jpg\" background_position=\"bottom_center\" module_class=\"aboutus\" background_size=\"contain\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px|||\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tour.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Checksheet.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px||4%|\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color_1=\"#899d2a\" background_color_2=\"#001d39\" module_class=\"twocolumn\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions. Or you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. Read our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-18 02:44:13','2019-01-18 02:44:13','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(214,1,'2019-01-18 02:45:49','2019-01-18 02:45:49','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-1.jpg\" background_position=\"bottom_center\" module_class=\"aboutus\" background_size=\"contain\"][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"||6%|\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px|||\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tour.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Checksheet.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px||5%|\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color_1=\"#899d2a\" background_color_2=\"#001d39\" module_class=\"twocolumn\" custom_margin=\"4%|||\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions. Or you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. Read our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-18 02:45:49','2019-01-18 02:45:49','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(215,1,'2019-01-18 02:47:40','2019-01-18 02:47:40','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-1.jpg\" background_position=\"bottom_center\" module_class=\"aboutus\" background_size=\"contain\"][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"||6%|\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px|||\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"70%\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tour.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Checksheet.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px||5%|\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color_1=\"#899d2a\" background_color_2=\"#001d39\" module_class=\"twocolumn\" custom_margin=\"4%|||\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions. Or you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. Read our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-18 02:47:40','2019-01-18 02:47:40','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(216,1,'2019-01-18 02:49:16','2019-01-18 02:49:16','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-1.jpg\" background_position=\"bottom_center\" module_class=\"aboutus\" background_size=\"contain\"][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"6%||6%|\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature7.jpg\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>WHY VALUE HOLIDAYS</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px|||\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"70%\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tour.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Checksheet.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px||5%|\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color_1=\"#899d2a\" background_color_2=\"#001d39\" module_class=\"twocolumn\" custom_margin=\"4%|||\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions. Or you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. Read our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-18 02:49:16','2019-01-18 02:49:16','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(217,1,'2019-01-18 02:50:22','2019-01-18 02:50:22','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-1.jpg\" background_position=\"bottom_center\" module_class=\"aboutus\" background_size=\"contain\"][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"6%||6%|\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature7.jpg\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"6%||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>WHY VALUE HOLIDAYS</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px|||\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"70%\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tour.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Checksheet.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px||5%|\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color_1=\"#899d2a\" background_color_2=\"#001d39\" module_class=\"twocolumn\" custom_margin=\"4%|||\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions. Or you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. Read our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-18 02:50:22','2019-01-18 02:50:22','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(218,1,'2019-01-18 03:04:56','2019-01-18 03:04:56','','AdobeStock_146169621_Preview','','inherit','open','closed','','adobestock_146169621_preview-3','','','2019-01-18 03:04:56','2019-01-18 03:04:56','',92,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-2.jpg',0,'attachment','image/jpeg',0),(219,1,'2019-01-18 03:05:09','2019-01-18 03:05:09','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-2.jpg\" background_position=\"bottom_center\" module_class=\"aboutus\" background_size=\"contain\"][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"6%||6%|\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature7.jpg\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"6%||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>WHY VALUE HOLIDAYS</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px|||\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tour.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Checksheet.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px||5%|\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color_1=\"#899d2a\" background_color_2=\"#001d39\" module_class=\"twocolumn\" custom_margin=\"4%|||\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions. Or you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. Read our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-18 03:05:09','2019-01-18 03:05:09','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(220,1,'2019-01-18 03:11:09','2019-01-18 03:11:09','','VH_icons_Camera','','inherit','open','closed','','vh_icons_camera-2','','','2019-01-18 03:11:09','2019-01-18 03:11:09','',92,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera-1.png',0,'attachment','image/png',0),(221,1,'2019-01-18 03:11:21','2019-01-18 03:11:21','','VH_icons_Poloriod','','inherit','open','closed','','vh_icons_poloriod','','','2019-01-18 03:11:21','2019-01-18 03:11:21','',92,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Poloriod.png',0,'attachment','image/png',0),(222,1,'2019-01-18 03:11:26','2019-01-18 03:11:26','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-2.jpg\" background_position=\"bottom_center\" module_class=\"aboutus\" background_size=\"contain\"][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"6%||6%|\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature7.jpg\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"6%||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>WHY VALUE HOLIDAYS</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px|||\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera-1.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tour.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Checksheet.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Poloriod.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px||5%|\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color_1=\"#899d2a\" background_color_2=\"#001d39\" module_class=\"twocolumn\" custom_margin=\"4%|||\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions. Or you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. Read our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-18 03:11:26','2019-01-18 03:11:26','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(223,1,'2019-01-18 03:11:45','2019-01-18 03:11:45','','AdobeStock_146169621_Preview','','inherit','open','closed','','adobestock_146169621_preview-4','','','2019-01-18 03:11:45','2019-01-18 03:11:45','',92,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-3.jpg',0,'attachment','image/jpeg',0),(224,1,'2019-01-18 03:11:51','2019-01-18 03:11:51','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-3.jpg\" background_position=\"bottom_center\" module_class=\"aboutus\" background_size=\"contain\"][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"6%||6%|\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature7.jpg\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"6%||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>WHY VALUE HOLIDAYS</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px|||\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera-1.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tour.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Checksheet.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Poloriod.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px||5%|\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color_1=\"#899d2a\" background_color_2=\"#001d39\" module_class=\"twocolumn\" custom_margin=\"4%|||\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions. Or you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. Read our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-18 03:11:51','2019-01-18 03:11:51','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(225,1,'2019-01-18 03:17:49','2019-01-18 03:17:49','','VH_Feature','','inherit','open','closed','','vh_feature-2','','','2019-01-18 03:17:49','2019-01-18 03:17:49','',61,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature-1.jpg',0,'attachment','image/jpeg',0),(226,1,'2019-01-18 03:17:50','2019-01-18 03:17:50','','VH_Feature3','','inherit','open','closed','','vh_feature3-2','','','2019-01-18 03:17:50','2019-01-18 03:17:50','',61,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature3.jpg',0,'attachment','image/jpeg',0),(227,1,'2019-01-18 03:17:52','2019-01-18 03:17:52','','VH_Feature10','','inherit','open','closed','','vh_feature10-2','','','2019-01-18 03:17:52','2019-01-18 03:17:52','',61,'https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature10-1.jpg',0,'attachment','image/jpeg',0),(228,1,'2019-01-18 03:17:56','2019-01-18 03:17:56','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature-1.jpg\" next_background_color=\"#ffffff\" module_class=\"hp-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>vacations curated for you</h1>\r\n<h3>Choose from one of our many custom group trips to find a tour that’s right for you</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-mission\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"creating unforgettable memories\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>creating unforgettable memories</h2>\r\nValue Holidays is the premier worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele.\r\n\r\nWhen you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"learn more about us\" _builder_version=\"3.19.4\" button_text=\"learn more about us\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/about\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-trips\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"become inspired for your next trip\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>become inspired for your next trip</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#001d39\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Read more reviews\" _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','61-revision-v1','','','2019-01-18 03:17:56','2019-01-18 03:17:56','',61,'https://valhol.streamlinejacks.com/61-revision-v1',0,'revision','',0),(229,1,'2019-01-18 03:18:19','2019-01-18 03:18:19','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature-1.jpg\" next_background_color=\"#ffffff\" module_class=\"hp-feature\" background_position=\"top_center\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>vacations curated for you</h1>\r\n<h3>Choose from one of our many custom group trips to find a tour that’s right for you</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-mission\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"creating unforgettable memories\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>creating unforgettable memories</h2>\r\nValue Holidays is the premier worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele.\r\n\r\nWhen you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"learn more about us\" _builder_version=\"3.19.4\" button_text=\"learn more about us\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/about\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-trips\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"become inspired for your next trip\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>become inspired for your next trip</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/GrayPlaceholder.png\" /][et_pb_text admin_label=\"france tours\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>france tours</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#001d39\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quote\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Read more reviews\" _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','61-revision-v1','','','2019-01-18 03:18:19','2019-01-18 03:18:19','',61,'https://valhol.streamlinejacks.com/61-revision-v1',0,'revision','',0),(230,1,'2019-01-18 03:18:48','2019-01-18 03:18:48','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature3.jpg\" next_background_color=\"#ffffff\" module_class=\"sub-feature\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h1>GROUP tours</h1>\r\n<h3>Curated & custom planned trips.</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Photos.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-types\" /][et_pb_text admin_label=\"TOUR TYPES\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-types\"]\r\n\r\n<h4>TOUR TYPES</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Magnifier.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-find\" /][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-find\"]\r\n\r\n<h4>find your tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage.png\" align=\"center\" max_width=\"70%\" show_bottom_space=\"off\" url=\"#tour-plan\" /][et_pb_text admin_label=\"plan a tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\" link_option_url=\"#tour-plan\"]\r\n\r\n<h4>plan a tour</h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-trips\" module_id=\"tour-types\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"tour types\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>upcoming group tours</h2>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about. Every detail of your itinerary is handled seamlessly.\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\n(Insert Group Feed)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature_Map.jpg\" module_class=\"st-findyoutrip\" module_id=\"tour-find\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"find your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>find your tour</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"searchbox\" background_color=\"#ffffff\"][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.19.4\"]\r\n\r\nfind your tour or make payments on our travel connections website\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"find your group tour\" button_alignment=\"right\" button_url=\"https://www.grouptravelconnections.com/\" url_new_window=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"st-plan\" next_background_color=\"#000000\" module_id=\"tour-plan\"][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"plan your own tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h2>plan your own group tour</h2>\r\nLooking for something a little different? Sounds good!\r\nRound up your group and we can help design your dream vacation.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Location.png\" align=\"center\" /][et_pb_text admin_label=\"1. choose a destination\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>1. choose a destination</h4>\r\nChoose one from our many different programs to fit your needs and group objectives. We strive to create group trips that will offers the most unique, custom tours for everyone’s tastes.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Map.png\" align=\"center\" /][et_pb_text admin_label=\"2. promote your tour\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>2. promote your tour</h4>\r\nMake it easy to strum up excitement for your tour by taking advantage of promotional print materials specific to your tour.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Luggage2.png\" align=\"center\" /][et_pb_text admin_label=\"3. travel & Learn\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>3. travel & Learn</h4>\r\nOn a Value Holidays tour, you can immerse yourself in the experience without concern for the details. We will help create unforgettable memories that will last a lifetime!\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"plan a group tour\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/plan-your-trip/\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" specialty=\"off\" prev_background_color=\"#000000\" _builder_version=\"3.19.4\" module_class=\"hp-quote\"][et_pb_row _builder_version=\"3.19.4\" background_color=\"#899d2a\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n“Client Review Here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sed consectetur magna. Praesent posuere nisi arcu, nec varius risus feugiat in. Nunc vulputate, diam ut congue sagittis, mi purus faucibus tellus, ut luctus quam odio eget augue.”\r\n<strong>- Jane Doe</strong>\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read more reviews\" button_alignment=\"center\" background_layout=\"dark\" button_url=\"https://valhol.streamlinejacks.com/reviews\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Group Tours','','inherit','closed','closed','','81-revision-v1','','','2019-01-18 03:18:48','2019-01-18 03:18:48','',81,'https://valhol.streamlinejacks.com/81-revision-v1',0,'revision','',0),(231,1,'2019-01-18 15:42:34','2019-01-18 15:42:34','[et_pb_section bb_built=\"1\" specialty=\"off\" _builder_version=\"3.19.4\" background_image=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/AdobeStock_146169621_Preview-3.jpg\" background_position=\"bottom_center\" module_class=\"aboutus\" background_size=\"contain\"][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"6%||6%|\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_Feature7.jpg\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>Experienced Professionals</h1>\r\nFor over 35 years, Value Holidays has specialized in customized group travel programs and custom tours. Working with Value Holidays you get the expertise of an extensive network of partners throughout the world that have been chosen for their knowledge, quality, attention to detail and dedication to customer service. Read more about our custom Group Travel Program.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" custom_padding=\"6%||0px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"WHY VALUE HOLIDAYS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h1>WHY VALUE HOLIDAYS</h1>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px|||\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\"][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Camera-1.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"CUSTOMIZED TOURS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>CUSTOMIZED TOURS</h4>\r\nValue Holidays is the premiere worldwide custom tour operator. We use our experience to shape unforgettable memories for your group custom tour. We focus on providing responsibly priced, high-quality tour services personalized for our worldwide clientele. Our 35+ years of experience and relationships with worldwide associates will ensure your group a top-quality custom tour, free of challenges often experienced when using less experienced tour operators with limited worldwide contacts. When you travel with Value Holidays you simply get more – customized itineraries, quality hotels, experience and great value! Don’t just take it from us, read just a sample of traveler’s experiences with Value Holidays.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tickets.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"TRUST AND TRAVEL PROTECTION\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>TRUST & TRAVEL PROTECTION</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the Some things you just can’t plan for…travel delays, lost baggage, or unexpected illness or injury can cost you more than just your vacation. Travel insurance can protect your vacation and provide the peace of mind you deserve. Value Holidays strives to provide the best available travel insurance through TravelSafe®. Value Holiday\'s recognizes that this tour represents a financial commitment, and we highly recommend that you protect that investment by purchasing Vacation Insurance. Learn more about the different types of travel insurance offered.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_class=\"threecolumn\"][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Tour.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"INSIGHTFUL TOUR DIRECTORS\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>INSIGHTFUL TOUR DIRECTORS</h4>\r\nDuring your tour, you have the delightful advantage of having a tour director who has full knowledge about the destination, its history and culture. Value Holidays provides you with an experienced, competent tour director to accompany most tours to attend to your arrangements on location. They are fully informed with all aspects of your tour itinerary.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Checksheet.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"DETAILED TRAVEL ITINERARIES\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>DETAILED TRAVEL ITINERARIES</h4>\r\nWe develop and operate travel itineraries that provide the optimum blend of educational, professional and recreational experiences according to the goals and desires of your group. We are complete, thorough and professional in planning your travel itinerary for the daily needs of your group. You\'ll experience spectacular scenery and exciting events other travelers only dream about.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"https://valhol.streamlinejacks.com/wp-content/uploads/2019/01/VH_icons_Poloriod.png\" align=\"center\" module_class=\"icon\" /][et_pb_text admin_label=\"UNIQUE AND CAREFREE TRAVEL\" _builder_version=\"3.19.4\" text_orientation=\"center\"]\r\n\r\n<h4>UNIQUE & CAREFREE TRAVEL</h4>\r\nWe provide complete air and ground transportation, lodging, meals, and sightseeing to make your trip as easy and relaxing as possible. Ground transportation is arranged using the most efficient and exciting routes. Superior hotels are chosen for their suitability. Fine restaurants are selected for their diversity and high quality of food and service. You have the freedom to have fun and relax because your needs and expectations are anticipated.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" custom_padding=\"0px||5%|\"][et_pb_column type=\"4_4\"][et_pb_button _builder_version=\"3.19.4\" button_text=\"CONTACT US TO BOOK A TOUR\" button_alignment=\"center\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.4\" module_alignment=\"center\" use_custom_width=\"on\" width_unit=\"off\" custom_width_percent=\"60%\" background_color_1=\"#899d2a\" background_color_2=\"#001d39\" module_class=\"twocolumn\" custom_margin=\"4%|||\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Questions?</h2>\r\nTake a look at some of our most frequently asked questions. Or you’re always more than welcome to just give us a call!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read our FAQ\'s\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/faqs\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Questions\" _builder_version=\"3.19.4\" text_orientation=\"center\" background_layout=\"dark\"]\r\n\r\n<h2>Kind Words</h2>\r\nDon’t just take our word for it. Read our reviews and let those who have already worked with us do the talking!\r\n\r\n[/et_pb_text][et_pb_button _builder_version=\"3.19.4\" button_text=\"Read Reviews\" button_alignment=\"center\" button_url=\"https://valhol.streamlinejacks.com/reviews\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','92-revision-v1','','','2019-01-18 15:42:34','2019-01-18 15:42:34','',92,'https://valhol.streamlinejacks.com/92-revision-v1',0,'revision','',0),(232,1,'2019-03-01 16:18:18','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2019-03-01 16:18:18','0000-00-00 00:00:00','',0,'https://valhol.streamlinejacks.com/?p=232',0,'post','',0); /*!40000 ALTER TABLE `xATJHSGmposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmrg_form` -- DROP TABLE IF EXISTS `xATJHSGmrg_form`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmrg_form` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL, `date_created` datetime NOT NULL, `is_active` tinyint(1) NOT NULL DEFAULT '1', `is_trash` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmrg_form` -- LOCK TABLES `xATJHSGmrg_form` WRITE; /*!40000 ALTER TABLE `xATJHSGmrg_form` DISABLE KEYS */; INSERT INTO `xATJHSGmrg_form` VALUES (1,'Contact Us','2019-01-14 01:07:33',1,0),(2,'Questions?','2019-01-14 02:54:39',1,0); /*!40000 ALTER TABLE `xATJHSGmrg_form` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmrg_form_meta` -- DROP TABLE IF EXISTS `xATJHSGmrg_form_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmrg_form_meta` ( `form_id` mediumint(8) unsigned NOT NULL, `display_meta` longtext COLLATE utf8mb4_unicode_ci, `entries_grid_meta` longtext COLLATE utf8mb4_unicode_ci, `confirmations` longtext COLLATE utf8mb4_unicode_ci, `notifications` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmrg_form_meta` -- LOCK TABLES `xATJHSGmrg_form_meta` WRITE; /*!40000 ALTER TABLE `xATJHSGmrg_form_meta` DISABLE KEYS */; INSERT INTO `xATJHSGmrg_form_meta` VALUES (1,'{\"title\":\"Contact Us\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\",\"placeholder\":\"First Name\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\",\"placeholder\":\"Last Name\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"hidden_label\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":2,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Email\",\"cssClass\":\"gf_left_half\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":3,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Phone\",\"cssClass\":\"gf_right_half\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"form_id\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"select\",\"id\":4,\"label\":\"What Type of Tour Are You Planning\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"choices\":[{\"text\":\"Individual (1-6 people)\",\"value\":\"Individual (1-6 people)\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Group (7-25 people)\",\"value\":\"Group (7-25 people)\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Large Group (25+ people)\",\"value\":\"Large Group (25+ people)\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Student\",\"value\":\"Student\",\"isSelected\":false,\"price\":\"\"}],\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"What Type of Tour Are You Planning?\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"date\",\"id\":5,\"label\":\"Start Date\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"dateType\":\"datepicker\",\"calendarIconType\":\"none\",\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Start Date\",\"cssClass\":\"gf_left_half\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"calendarIconUrl\":\"\",\"dateFormat\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"date\",\"id\":6,\"label\":\"End Date\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"dateType\":\"datepicker\",\"calendarIconType\":\"none\",\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"End Date\",\"cssClass\":\"gf_right_half\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"calendarIconUrl\":\"\",\"dateFormat\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"list\",\"id\":7,\"label\":\"Desired Destination Locations\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":1,\"description\":\"Use the plus on the right to add additional locations\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"above\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"maxRows\":0,\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":8,\"label\":\"Any Additional Notes\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":1,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Any Additional Notes\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"displayOnly\":\"\"}],\"version\":\"2.0.7\",\"id\":1,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}','','{\"5c3be0d5d017c\":{\"id\":\"5c3be0d5d017c\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5c3be0d5cf9b5\":{\"id\":\"5c3be0d5cf9b5\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(2,'{\"title\":\"Questions?\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\",\"placeholder\":\"First Name\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\",\"placeholder\":\"Last Name\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"hidden_label\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":2,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Email\",\"cssClass\":\"gf_left_half\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":3,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Phone\",\"cssClass\":\"gf_right_half\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"form_id\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":8,\"label\":\"How can we help you?\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":2,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"How can we help you?\",\"cssClass\":\"\",\"inputName\":\"\",\"adminOnly\":false,\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"displayOnly\":\"\"}],\"version\":\"2.0.7\",\"id\":2,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}','','{\"5c3be0d5d017c\":{\"id\":\"5c3be0d5d017c\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5c3be0d5cf9b5\":{\"id\":\"5c3be0d5cf9b5\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'); /*!40000 ALTER TABLE `xATJHSGmrg_form_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmrg_form_view` -- DROP TABLE IF EXISTS `xATJHSGmrg_form_view`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmrg_form_view` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `date_created` datetime NOT NULL, `ip` char(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `count` mediumint(8) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `date_created` (`date_created`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmrg_form_view` -- LOCK TABLES `xATJHSGmrg_form_view` WRITE; /*!40000 ALTER TABLE `xATJHSGmrg_form_view` DISABLE KEYS */; INSERT INTO `xATJHSGmrg_form_view` VALUES (1,1,'2019-01-14 00:59:15','71.82.248.153',26),(2,2,'2019-01-14 02:55:18','71.82.248.153',1); /*!40000 ALTER TABLE `xATJHSGmrg_form_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmrg_incomplete_submissions` -- DROP TABLE IF EXISTS `xATJHSGmrg_incomplete_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmrg_incomplete_submissions` ( `uuid` char(32) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `form_id` mediumint(8) unsigned NOT NULL, `date_created` datetime NOT NULL, `ip` varchar(39) COLLATE utf8mb4_unicode_ci NOT NULL, `source_url` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `submission` longtext COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`uuid`), KEY `form_id` (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmrg_incomplete_submissions` -- LOCK TABLES `xATJHSGmrg_incomplete_submissions` WRITE; /*!40000 ALTER TABLE `xATJHSGmrg_incomplete_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `xATJHSGmrg_incomplete_submissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmrg_lead` -- DROP TABLE IF EXISTS `xATJHSGmrg_lead`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmrg_lead` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL, `post_id` bigint(20) unsigned DEFAULT NULL, `date_created` datetime NOT NULL, `is_starred` tinyint(1) NOT NULL DEFAULT '0', `is_read` tinyint(1) NOT NULL DEFAULT '0', `ip` varchar(39) COLLATE utf8mb4_unicode_ci NOT NULL, `source_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_agent` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `currency` varchar(5) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_status` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_date` datetime DEFAULT NULL, `payment_amount` decimal(19,2) DEFAULT NULL, `payment_method` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `transaction_id` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_fulfilled` tinyint(1) DEFAULT NULL, `created_by` bigint(20) unsigned DEFAULT NULL, `transaction_type` tinyint(1) DEFAULT NULL, `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active', PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `status` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmrg_lead` -- LOCK TABLES `xATJHSGmrg_lead` WRITE; /*!40000 ALTER TABLE `xATJHSGmrg_lead` DISABLE KEYS */; /*!40000 ALTER TABLE `xATJHSGmrg_lead` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmrg_lead_detail` -- DROP TABLE IF EXISTS `xATJHSGmrg_lead_detail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmrg_lead_detail` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `lead_id` int(10) unsigned NOT NULL, `form_id` mediumint(8) unsigned NOT NULL, `field_number` float NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `lead_id` (`lead_id`), KEY `lead_field_number` (`lead_id`,`field_number`), KEY `lead_field_value` (`value`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmrg_lead_detail` -- LOCK TABLES `xATJHSGmrg_lead_detail` WRITE; /*!40000 ALTER TABLE `xATJHSGmrg_lead_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `xATJHSGmrg_lead_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmrg_lead_detail_long` -- DROP TABLE IF EXISTS `xATJHSGmrg_lead_detail_long`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmrg_lead_detail_long` ( `lead_detail_id` bigint(20) unsigned NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lead_detail_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmrg_lead_detail_long` -- LOCK TABLES `xATJHSGmrg_lead_detail_long` WRITE; /*!40000 ALTER TABLE `xATJHSGmrg_lead_detail_long` DISABLE KEYS */; /*!40000 ALTER TABLE `xATJHSGmrg_lead_detail_long` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmrg_lead_meta` -- DROP TABLE IF EXISTS `xATJHSGmrg_lead_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmrg_lead_meta` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `lead_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `meta_key` (`meta_key`(191)), KEY `lead_id` (`lead_id`), KEY `form_id_meta_key` (`form_id`,`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmrg_lead_meta` -- LOCK TABLES `xATJHSGmrg_lead_meta` WRITE; /*!40000 ALTER TABLE `xATJHSGmrg_lead_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `xATJHSGmrg_lead_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmrg_lead_notes` -- DROP TABLE IF EXISTS `xATJHSGmrg_lead_notes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmrg_lead_notes` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `lead_id` int(10) unsigned NOT NULL, `user_name` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` bigint(20) DEFAULT NULL, `date_created` datetime NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, `note_type` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `lead_id` (`lead_id`), KEY `lead_user_key` (`lead_id`,`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmrg_lead_notes` -- LOCK TABLES `xATJHSGmrg_lead_notes` WRITE; /*!40000 ALTER TABLE `xATJHSGmrg_lead_notes` DISABLE KEYS */; /*!40000 ALTER TABLE `xATJHSGmrg_lead_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmterm_relationships` -- DROP TABLE IF EXISTS `xATJHSGmterm_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmterm_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmterm_relationships` -- LOCK TABLES `xATJHSGmterm_relationships` WRITE; /*!40000 ALTER TABLE `xATJHSGmterm_relationships` DISABLE KEYS */; INSERT INTO `xATJHSGmterm_relationships` VALUES (1,1,0),(88,3,0),(89,3,0),(90,3,0),(96,3,0),(97,3,0),(106,4,0),(106,5,0),(106,6,0),(113,2,0),(113,4,0),(113,6,0),(145,3,0),(146,3,0),(147,3,0); /*!40000 ALTER TABLE `xATJHSGmterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmterm_taxonomy` -- DROP TABLE IF EXISTS `xATJHSGmterm_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmterm_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=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmterm_taxonomy` -- LOCK TABLES `xATJHSGmterm_taxonomy` WRITE; /*!40000 ALTER TABLE `xATJHSGmterm_taxonomy` DISABLE KEYS */; INSERT INTO `xATJHSGmterm_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'layout_type','',0,1),(3,3,'nav_menu','',0,8),(4,4,'scope','',0,2),(5,5,'layout_type','',0,1),(6,6,'module_width','',0,2); /*!40000 ALTER TABLE `xATJHSGmterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmtermmeta` -- DROP TABLE IF EXISTS `xATJHSGmtermmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmtermmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmtermmeta` -- LOCK TABLES `xATJHSGmtermmeta` WRITE; /*!40000 ALTER TABLE `xATJHSGmtermmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `xATJHSGmtermmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmterms` -- DROP TABLE IF EXISTS `xATJHSGmterms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmterms` ( `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=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmterms` -- LOCK TABLES `xATJHSGmterms` WRITE; /*!40000 ALTER TABLE `xATJHSGmterms` DISABLE KEYS */; INSERT INTO `xATJHSGmterms` VALUES (1,'Uncategorized','uncategorized',0),(2,'layout','layout',0),(3,'Main Nav','main-nav',0),(4,'not_global','not_global',0),(5,'section','section',0),(6,'regular','regular',0); /*!40000 ALTER TABLE `xATJHSGmterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmusermeta` -- DROP TABLE IF EXISTS `xATJHSGmusermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmusermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmusermeta` -- LOCK TABLES `xATJHSGmusermeta` WRITE; /*!40000 ALTER TABLE `xATJHSGmusermeta` DISABLE KEYS */; INSERT INTO `xATJHSGmusermeta` VALUES (1,1,'nickname','sjacks'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'xATJHSGmcapabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'xATJHSGmuser_level','10'),(14,1,'dismissed_wp_pointers','wp496_privacy,theme_editor_notice'),(15,1,'show_welcome_panel','0'),(16,1,'session_tokens','a:1:{s:64:\"4e31bef287e834a86030b5531eacf9cfb4673bfb70dc0a8d3564679d632ce167\";a:4:{s:10:\"expiration\";i:1551629897;s:2:\"ip\";s:13:\"71.82.248.153\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36\";s:5:\"login\";i:1551457097;}}'),(17,1,'xATJHSGmdashboard_quick_press_last_post_id','232'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"71.82.248.0\";}'),(19,1,'xATJHSGmuser-settings','libraryContent=browse&editor=html'),(20,1,'xATJHSGmuser-settings-time','1547409103'),(21,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\";}'),(22,1,'metaboxhidden_nav-menus','a:5:{i:0;s:21:\"add-post-type-project\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:20:\"add-project_category\";i:4;s:15:\"add-project_tag\";}'),(23,1,'gform_recent_forms','a:2:{i:0;s:1:\"1\";i:1;s:1:\"2\";}'),(24,1,'nav_menu_recently_edited','3'); /*!40000 ALTER TABLE `xATJHSGmusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `xATJHSGmusers` -- DROP TABLE IF EXISTS `xATJHSGmusers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `xATJHSGmusers` ( `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `xATJHSGmusers` -- LOCK TABLES `xATJHSGmusers` WRITE; /*!40000 ALTER TABLE `xATJHSGmusers` DISABLE KEYS */; INSERT INTO `xATJHSGmusers` VALUES (1,'sjacks','$P$BHLUd8V8GQO/4z0XKh3pes4Y30lslL.','sjacks','Hornseyjl04@gmail.com','','2019-01-13 19:30:49','',0,'sjacks'); /*!40000 ALTER TABLE `xATJHSGmusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'sjacksdb769284919' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2019-07-25 5:20:43