0byt3m1n1
Path:
/
data
/
20
/
2
/
23
/
153
/
2675642
/
meta
/
2937960
/
mysql.backup
/
[
Home
]
File: sjacks.mysqlcluster10.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster10 Database: sjacks -- ------------------------------------------------------ -- 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 AUTO_INCREMENT=12 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 */; INSERT INTO `xATJHSGmgf_entry` VALUES (1,1,NULL,'2019-03-02 00:53:56','2019-03-02 00:53:56',0,0,'5.188.210.10','http://valhol.com/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(2,1,NULL,'2019-03-03 23:11:13','2019-03-03 23:11:13',0,1,'98.208.167.13','http://valhol.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(3,1,NULL,'2019-03-06 14:54:56','2019-03-06 14:54:56',0,0,'185.234.218.138','http://valhol.com/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(4,1,NULL,'2019-03-06 16:07:37','2019-03-06 16:07:37',0,0,'185.234.216.98','http://valhol.com/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(5,1,NULL,'2019-03-12 05:22:45','2019-03-12 05:22:45',0,0,'185.234.218.138','http://valhol.com/','Mozilla/5.0 (Windows NT 6.1; rv:27.0) Gecko/20100101 Firefox/27.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(6,1,NULL,'2019-03-17 21:49:52','2019-03-17 21:49:52',0,0,'161.129.41.253','http://valhol.com/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(7,1,NULL,'2019-03-22 16:59:03','2019-03-22 16:59:03',0,0,'31.184.238.175','http://valhol.com/','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(8,1,NULL,'2019-03-23 00:29:32','2019-03-23 00:29:32',0,0,'31.184.238.251','http://valhol.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(9,1,NULL,'2019-03-23 00:29:33','2019-03-23 00:29:33',0,0,'31.184.238.251','http://valhol.com/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(10,1,NULL,'2019-03-23 23:19:20','2019-03-23 23:19:20',0,0,'176.31.208.193','http://valhol.com/?key=orange%2520parka','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(11,1,NULL,'2019-03-24 02:52:21','2019-03-24 02:52:21',0,0,'117.232.112.147','http://valhol.com/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'); /*!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 AUTO_INCREMENT=71 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 */; INSERT INTO `xATJHSGmgf_entry_meta` VALUES (1,1,1,'1.3','Pay Day Loans',''),(2,1,1,'1.6','Payday Loans Online',''),(3,1,1,'2','snarramore@pochtar.men',''),(4,1,1,'4','Group (10+)',''),(5,1,1,'5','1980-11-10',''),(6,1,1,'6','1980-10-10',''),(7,1,1,'8','<a href=\"http://loansforbadcredit2019.com/\">teacher loan</a>',''),(8,1,2,'1.3','Donald',''),(9,1,2,'1.6','Hansen',''),(10,1,2,'2','donaldjhansen@comcast.net',''),(11,1,2,'4','Group (10+)',''),(12,1,2,'5','2020-09-13',''),(13,1,2,'6','2020-09-30',''),(14,1,2,'7','a:1:{i:0;s:65:\"Paris, Belgium, Luxembourg, Germany, Austria, Slovakia, & Czechia\";}',''),(15,1,2,'8','We are interested in partnering with a travel agent to enhance our already planned travel program. We anticipate a group of approximately 30+ travelers. Would like to discuss an association wherein we can both benefit from each others abilities. This is essentially a bus and river boat tour around Europe beginning in Paris, France and ending in Vienna, Austria. Kindly respond initially by email. Thank you.',''),(16,1,3,'1.3','GetMyBusinessFundingNow',''),(17,1,3,'1.6','GetMyBusinessFundingNow',''),(18,1,3,'2','noreply@get-my-business-funding-now.info',''),(19,1,3,'4','Group (10+)',''),(20,1,3,'8','Hi, letting you know that http://Get-My-Business-Funding-Now.info can find your business a SBA or private loan for $2,000 - $350K Without high credit or collateral. \r\n \r\nFind Out how much you qualify for by clicking here: \r\n \r\nhttp://Get-My-Business-Funding-Now.info \r\n \r\nMinimum requirements include your company being established for at least a year and with current gross revenue of at least 120K. Eligibility and funding can be completed in as fast as 48hrs. Terms are personalized for each business so I suggest applying to find out exactly how much you can get on various terms. \r\n \r\nThis is a free service from a qualified lender and the approval will be based on the annual revenue of your business. These funds are Non-Restrictive, allowing you to spend the full amount in any way you require including business debt consolidation, hiring, marketing, or Absolutely Any Other expense. \r\n \r\nIf you need fast and easy business funding take a look at these programs now as there is limited availability: \r\n \r\nhttp://Get-My-Business-Funding-Now.info \r\n \r\nHave a great day, \r\nThe Get My Business Funding Now Team \r\n \r\nunsubscribe/remove - http://Get-My-Business-Funding-Now.info/r.php?url=valhol.com&id=ss01',''),(21,1,4,'1.3','YourBusinessFundedNow',''),(22,1,4,'1.6','YourBusinessFundedNow',''),(23,1,4,'2','noreply@yourbusinessfundednow.info',''),(24,1,4,'4','Group (10+)',''),(25,1,4,'8','Hi, letting you know that http://YourBusinessFundedNow.info can find your business a SBA or private loan for $2,000 - $350K Without high credit or collateral. \r\n \r\nFind Out how much you qualify for by clicking here: \r\n \r\nhttp://YourBusinessFundedNow.info \r\n \r\nMinimum requirements include your company being established for at least a year and with current gross revenue of at least 120K. Eligibility and funding can be completed in as fast as 48hrs. Terms are personalized for each business so I suggest applying to find out exactly how much you can get on various terms. \r\n \r\nThis is a free service from a qualified lender and the approval will be based on the annual revenue of your business. These funds are Non-Restrictive, allowing you to spend the full amount in any way you require including business debt consolidation, hiring, marketing, or Absolutely Any Other expense. \r\n \r\nIf you need fast and easy business funding take a look at these programs now as there is limited availability: \r\n \r\nhttp://YourBusinessFundedNow.info \r\n \r\nHave a great day, \r\nThe Your Business Funded Now Team \r\n \r\nunsubscribe/remove - http://YourBusinessFundedNow.info/r.php?url=valhol.com&id=ss01',''),(26,1,5,'1.3','YourBusinessFundingNow',''),(27,1,5,'1.6','YourBusinessFundingNow',''),(28,1,5,'2','noreply@yourbusinessfundingnow.com',''),(29,1,5,'4','Student',''),(30,1,5,'8','Hi, letting you know that http://YourBusinessFundingNow.com can find your business a SBA or private loan for $2,000 - $350K Without high credit or collateral. \r\n \r\nFind Out how much you qualify for by clicking here: \r\n \r\nhttp://YourBusinessFundingNow.com \r\n \r\nMinimum requirements include your company being established for at least a year and with current gross revenue of at least 120K. Eligibility and funding can be completed in as fast as 48hrs. Terms are personalized for each business so I suggest applying to find out exactly how much you can get on various terms. \r\n \r\nThis is a free service from a qualified lender and the approval will be based on the annual revenue of your business. These funds are Non-Restrictive, allowing you to spend the full amount in any way you require including business debt consolidation, hiring, marketing, or Absolutely Any Other expense. \r\n \r\nIf you need fast and easy business funding take a look at these programs now as there is limited availability: \r\n \r\nhttp://YourBusinessFundingNow.com \r\n \r\nHave a great day, \r\nThe Your Business Funding Now Team \r\n \r\nunsubscribe/remove - http://YourBusinessFundingNow.com/r.php?url=valhol.com&id=ss03',''),(31,1,6,'1.3','MyBusinessFundedNow',''),(32,1,6,'1.6','MyBusinessFundedNow',''),(33,1,6,'2','noreply@mybusinessfundednow.com',''),(34,1,6,'4','Group (10+)',''),(35,1,6,'8','Hi, letting you know that http://MyBusinessFundedNow.com can find your business a SBA or private loan for $2,000 - $350K Without high credit or collateral. \r\n \r\nFind Out how much you qualify for by clicking here: \r\n \r\nhttp://MyBusinessFundedNow.com \r\n \r\nMinimum requirements include your company being established for at least a year and with current gross revenue of at least 120K. Eligibility and funding can be completed in as fast as 48hrs. Terms are personalized for each business so I suggest applying to find out exactly how much you can get on various terms. \r\n \r\nThis is a free service from a qualified lender and the approval will be based on the annual revenue of your business. These funds are Non-Restrictive, allowing you to spend the full amount in any way you require including business debt consolidation, hiring, marketing, or Absolutely Any Other expense. \r\n \r\nIf you need fast and easy business funding take a look at these programs now as there is limited availability: \r\n \r\nhttp://MyBusinessFundedNow.com \r\n \r\nHave a great day, \r\nThe My Business Funded Now Team \r\n \r\nunsubscribe/remove - http://MyBusinessFundedNow.com/r.php?url=valhol.com&id=ss04p',''),(36,1,7,'1.3','TimothyWet',''),(37,1,7,'1.6','TimothyWetPF',''),(38,1,7,'2','abdul72mirz@gmail.com',''),(39,1,7,'4','Group (10+)',''),(40,1,7,'5','1975-12-10',''),(41,1,7,'6','1978-11-11',''),(42,1,7,'8','Приветствую! класный у вас сайт! \r\nНашел топ базу кино: <a href=http://kinovalenok.tv/>сериал бесплатно в хорошем качестве без рекламы</a> \r\nЗдесь: <a href=http://kinovalenok.tv/otechestvennyy/>лучшие фильмы отечественные бесплатно</a> Лучшие отечественные фильмы смотреть онлайн рейтинг 2019 \r\nЗдесь: приключения смотреть онлайн бесплатно в хорошем качестве http://kinovalenok.tv/priklyucheniya/ список 2018 \r\nЗдесь: Новинки в хорошем качестве hd лучшие новинки кино http://kinovalenok.tv/novinki/ рейтинг 2019 \r\nТут: http://kinovalenok.tv/9497-benedikt-kamberbetch-stal-modelyu-androginom-dlya-novoy-komedii.html <b> Бенедикт Камбербэтч стал моделью-андрогином для новой комедии </b> \r\nТут: <a href=http://kinovalenok.tv/9376-pervyy-treyler-novyh-lyudey-iks-pokazhut-vmeste-so-zvezdnymi-voynami.html> Первый трейлер новых «Людей Икс» покажут вместе со «Звездными войнами» </a> <b> Первый трейлер новых «Людей Икс» покажут вместе со «Звездными войнами» </b>',''),(43,1,8,'1.3','Mathewpef',''),(44,1,8,'1.6','MathewpefUY',''),(45,1,8,'2','novikovegor975@gmail.com',''),(46,1,8,'4','Student',''),(47,1,8,'5','1976-12-11',''),(48,1,8,'6','1980-11-10',''),(49,1,8,'8','Всем привет! интересный у вас сайт! \r\nНашел хорошую базу кино: <a href=http://kinobibly.ru/>комедии список лучших смотреть 18</a> \r\nЗдесь: <a href=http://kinobibly.ru/anime/>онлайн фильмы бесплатно в хорошем качестве аниме</a> смотреть лучшее аниме на русском список 2018 \r\nТут: <a href=http://kinobibly.ru/boevik/>смотреть боевик в хорошем качестве без регистрации</a> фильмы 2019 смотреть хорошем качестве россия боевики рейтинг 2019 \r\nТут: <a href=http://kinobibly.ru/detektiv/>смотреть лучшие английские детективы</a> лучшие советские детективы онлайн бесплатно рейтинг 2019 \r\nТут: http://kinobibly.ru/999-mastera-russkogo-baleta-1954.html Смотреть Мастера русского балета (1954) онлайн бесплатно \r\nТут: По \"Игре престолов\" выйдет раскраска <a href=http://kinobibly.ru/11309-po-igre-prestolov-vyydet-raskraska.html> По \"Игре престолов\" выйдет раскраска </a> \r\nТут: http://kinobibly.ru/11301-syna-maykla-duglasa-vypustili-iz-tyurmy.html',''),(50,1,9,'1.3','Carmelosog',''),(51,1,9,'1.6','CarmelosogOU',''),(52,1,9,'2','mishinivan9522@gmail.com',''),(53,1,9,'4','Student',''),(54,1,9,'5','1975-12-11',''),(55,1,9,'6','1977-11-11',''),(56,1,9,'8','Привет всем участникам! прикольный у вас сайт! \r\nНашел интересную инфу: <a href=http://sportmanlife.ru/>потенция у мужчин народные</a> \r\nТут: <a href=http://sportmanlife.ru/kak-bistro-pohudet/>таблетки для быстрого похудения</a> быстрая ходьба для похудения \r\nТут: maestro love для усиление женского оргазма http://sportmanlife.ru/42-skvirtmashina-maestro-love-dlya-struynogo-orgazma-u-zhenschin.html \r\nТут: увеличение головки члена http://sportmanlife.ru/46-krem-titan-gel-uvelichenie-chlena-i-usilenie-potencii.html',''),(57,1,10,'1.3','tessate4',''),(58,1,10,'1.6','alisaqz11',''),(59,1,10,'2','friedaaf2@riku1810.kenta70.downloadism.top',''),(60,1,10,'4','Group (10+)',''),(61,1,10,'5','1980-10-12',''),(62,1,10,'6','1979-12-11',''),(63,1,10,'8','Sexy teen photo galleries\r\nhttp://bignaturalltits.bestsexyblog.com/?anita \r\n\r\n dollar trials girlfriend porn videos porn ofr real lesbians ur porn tube petic black female xxx porn eon mckai porn',''),(64,1,11,'1.3','Williammed',''),(65,1,11,'1.6','WilliammedSD',''),(66,1,11,'2','kuba.eomer@op.pl',''),(67,1,11,'4','Group (10+)',''),(68,1,11,'5','1979-12-12',''),(69,1,11,'6','1977-12-10',''),(70,1,11,'8','Hello, \r\n \r\nDownload Club Music For DJs, House, Techno, Trance, Dance, Pop... \r\nhttp://0daymusic.org \r\n \r\nBest regards, \r\nWilliam',''); /*!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}','','{\"5c97ab7a2dfa8\":{\"id\":\"5c97ab7a2dfa8\",\"name\":\"Default Confirmation\",\"isDefault\":true}}','{\"5c3be0d5cf9b5\":{\"isActive\":true,\"id\":\"5c3be0d5cf9b5\",\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"sales@valhol.com\",\"toType\":\"email\",\"cc\":\"\",\"bcc\":\"\",\"subject\":\"New website submission - {Name (First):1.3} {Name (Last):1.6}\",\"message\":\"{all_fields}\",\"from\":\"sales@valhol.com\",\"fromName\":\"Value Holidays\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false,\"enableAttachments\":false}}'),(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=39 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),(15,1,'2019-03-01 17:55:09','',69),(16,1,'2019-03-02 18:12:19','',93),(17,1,'2019-03-03 18:43:40','',101),(18,1,'2019-03-04 18:59:05','',104),(19,1,'2019-03-05 19:18:32','',100),(20,1,'2019-03-06 19:35:38','',106),(21,1,'2019-03-07 19:40:33','',87),(22,1,'2019-03-08 20:19:25','',95),(23,1,'2019-03-09 21:06:08','',76),(24,1,'2019-03-10 21:06:14','',106),(25,1,'2019-03-11 21:47:50','',112),(26,1,'2019-03-12 22:25:46','',119),(27,1,'2019-03-13 22:39:48','',107),(28,1,'2019-03-14 22:51:59','',108),(29,1,'2019-03-15 22:56:15','',86),(30,1,'2019-03-16 23:19:40','',81),(31,1,'2019-03-17 23:29:37','',77),(32,1,'2019-03-18 23:48:28','',105),(33,1,'2019-03-18 23:48:28','',1),(34,1,'2019-03-20 00:04:21','',91),(35,1,'2019-03-21 00:06:10','',98),(36,1,'2019-03-22 00:30:03','',102),(37,1,'2019-03-23 00:30:22','',82),(38,1,'2019-03-24 00:32:52','',57); /*!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=2205 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','Vacations Curated for You','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','jen@streamlinejacks.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:40:\"index.php?&page_id=233&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:47:\"better-search-replace/better-search-replace.php\";i:1;s:33:\"duplicate-post/duplicate-post.php\";i:2;s:49:\"elegant-themes-updater/elegant-themes-updater.php\";i:3;s:29:\"gravityforms/gravityforms.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','233','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:9:{i:1553448650;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1553455850;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1553455916;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:1553456173;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:1553456413;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:1553456435;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:1553529266;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:1555183992;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:62:\"http://valhol.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:30:\"et_flush_rewrite_rules_library\";s:7:\"3.19.18\";s:27:\"et_pb_clear_templates_cache\";b:1;}','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','1553056908','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\":3:{s:7:\"checked\";a:5:{s:10:\"Divi-Child\";s:3:\"0.1\";s:4:\"Divi\";s:7:\"3.19.18\";s:14:\"twentynineteen\";s:3:\"1.3\";s:15:\"twentyseventeen\";s:3:\"2.1\";s:13:\"twentysixteen\";s:3:\"1.9\";}s:8:\"response\";a:1:{s:4:\"Divi\";a:4:{s:11:\"new_version\";s:6:\"3.21.1\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:149:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=e5e11560d63d5372ed2a8e15d997fe2785fc2369&username=StreamlineJacks\";}}s:12:\"last_checked\";i:1553414329;}','no'),(212,'_site_transient_et_update_all_plugins','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1553414332;}','no'),(219,'recently_activated','a:1:{s:35:\"wp-fastest-cache/wpFastestCache.php\";i:1551714575;}','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'),(275,'wsp_version_key','1.3.0','yes'),(288,'WPLANG','','yes'),(289,'new_admin_email','jen@streamlinejacks.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','1551710653','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=1553587127&Signature=ZJj1Y7oyM3HCV2GgtjLTJSeZLSQ%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:8:\"2.4.6.15\";s:3:\"url\";s:164:\"http://s3.amazonaws.com/gravityforms/releases/gravityforms_2.4.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=ZJj1Y7oyM3HCV2GgtjLTJSeZLSQ%3D\";s:10:\"url_latest\";s:171:\"http://s3.amazonaws.com/gravityforms/releases/gravityforms_2.4.6.15.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=XmpS7Hdy55ysP%2Ft%2FT9bFLr6nnmM%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:179:\"http://s3.amazonaws.com/gravityforms/addons/2checkout/gravityforms2checkout_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=glnvMLt36j5pHiL5UnmndUccTR4%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/2checkout/gravityforms2checkout_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=glnvMLt36j5pHiL5UnmndUccTR4%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:191:\"http://s3.amazonaws.com/gravityforms/addons/activecampaign/gravityformsactivecampaign_1.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=rjW%2BwqKG6bJh68aXeHQ8ih3wIPk%3D\";s:10:\"url_latest\";s:191:\"http://s3.amazonaws.com/gravityforms/addons/activecampaign/gravityformsactivecampaign_1.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=rjW%2BwqKG6bJh68aXeHQ8ih3wIPk%3D\";}s:32:\"gravityformsadvancedpostcreation\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:10:\"1.0-beta-2\";s:14:\"version_latest\";s:10:\"1.0-beta-2\";s:3:\"url\";s:210:\"http://s3.amazonaws.com/gravityforms/addons/advancedpostcreation/gravityformsadvancedpostcreation_1.0-beta-2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=8%2FMU5LYrOEbGbNLYnx4xmiRq0tc%3D\";s:10:\"url_latest\";s:210:\"http://s3.amazonaws.com/gravityforms/addons/advancedpostcreation/gravityformsadvancedpostcreation_1.0-beta-2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=8%2FMU5LYrOEbGbNLYnx4xmiRq0tc%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=1553587127&Signature=AyPqcmNymCpAexsZ6jX0LP0pj8Q%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/agilecrm/gravityformsagilecrm_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=AyPqcmNymCpAexsZ6jX0LP0pj8Q%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=1553587127&Signature=XFtx2QTPZUIf8fNGUMnhR%2BhHXhg%3D\";s:10:\"url_latest\";s:187:\"http://s3.amazonaws.com/gravityforms/addons/authorizenet/gravityformsauthorizenet_2.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=XFtx2QTPZUIf8fNGUMnhR%2BhHXhg%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:173:\"http://s3.amazonaws.com/gravityforms/addons/aweber/gravityformsaweber_2.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=wrIA6LKQD89tWprzCulnqIaKGD8%3D\";s:10:\"url_latest\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/aweber/gravityformsaweber_2.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=wrIA6LKQD89tWprzCulnqIaKGD8%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:179:\"http://s3.amazonaws.com/gravityforms/addons/batchbook/gravityformsbatchbook_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=7roAekyBwxiodjoC4B4CuL1K6NM%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/batchbook/gravityformsbatchbook_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=7roAekyBwxiodjoC4B4CuL1K6NM%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:175:\"http://s3.amazonaws.com/gravityforms/addons/breeze/gravityformsbreeze_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=IKlxOHjPAUwOJmCdaIv3bZ%2BLtVI%3D\";s:10:\"url_latest\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/breeze/gravityformsbreeze_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=IKlxOHjPAUwOJmCdaIv3bZ%2BLtVI%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:191:\"http://s3.amazonaws.com/gravityforms/addons/campaignmonitor/gravityformscampaignmonitor_3.7.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=xRKQAhMrerOAkq0JwCgUzyxoYCA%3D\";s:10:\"url_latest\";s:191:\"http://s3.amazonaws.com/gravityforms/addons/campaignmonitor/gravityformscampaignmonitor_3.7.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=xRKQAhMrerOAkq0JwCgUzyxoYCA%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=1553587127&Signature=ubbx3mT8J0h%2FhxafgVk4YV9s0AI%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/campfire/gravityformscampfire_1.2.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=cp1uByBTPCYDw9vPvGUyLZnjOxg%3D\";}s:22:\"gravityformscapsulecrm\";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:185:\"http://s3.amazonaws.com/gravityforms/addons/capsulecrm/gravityformscapsulecrm_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=QeEh%2BXvb%2Bl7dUWiAFs2cH7YC82s%3D\";s:10:\"url_latest\";s:187:\"http://s3.amazonaws.com/gravityforms/addons/capsulecrm/gravityformscapsulecrm_1.3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=qs%2FAtxacTMIAmU3WjHsDHY%2BJ4Io%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=1553587127&Signature=y5msrFU9intyFNWkXs50Fg5BxI0%3D\";s:10:\"url_latest\";s:191:\"http://s3.amazonaws.com/gravityforms/addons/chainedselects/gravityformschainedselects_1.1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=8FG3poikEnahd6zEuYVYgWAcVME%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=1553587127&Signature=vAYRx2%2FCBqh6Ew7563AkusTHSYg%3D\";s:10:\"url_latest\";s:185:\"http://s3.amazonaws.com/gravityforms/addons/cleverreach/gravityformscleverreach_1.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=vAYRx2%2FCBqh6Ew7563AkusTHSYg%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:193:\"http://s3.amazonaws.com/gravityforms/addons/constantcontact/gravityformsconstantcontact_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=3E29s75wmzRVKHTwluyp%2BkjRRb4%3D\";s:10:\"url_latest\";s:193:\"http://s3.amazonaws.com/gravityforms/addons/constantcontact/gravityformsconstantcontact_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=3E29s75wmzRVKHTwluyp%2BkjRRb4%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:177:\"http://s3.amazonaws.com/gravityforms/addons/coupons/gravityformscoupons_2.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=DNIHyo4%2F2PSCeOp8T2hREUwRgEg%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/coupons/gravityformscoupons_2.8.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=yX3v0TATLwB37XajLTHkzfgMSc0%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:182:\"http://s3.amazonaws.com/gravityforms/addons/debug/gravityformsdebug_1.0.beta11.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=dlMw9Jzrw1m2yZ%2Be%2Bd6zXWOojpY%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:177:\"http://s3.amazonaws.com/gravityforms/addons/dropbox/gravityformsdropbox_2.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=o%2BDv9OqUkFJQ0LlmAvLbQ7BhMe0%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/dropbox/gravityformsdropbox_2.2.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=6UoIqobDp94PHEJdSccrCEoaUbs%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=1553587127&Signature=1A3liuxX02Y%2BvTAxqu5b4pXzqA8%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/emma/gravityformsemma_1.2.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=UvEl%2FRRiCD3C%2FTg1%2FAuIkiqjkMw%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:183:\"http://s3.amazonaws.com/gravityforms/addons/freshbooks/gravityformsfreshbooks_2.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=FAvAuzYfimIaanDy2%2BTJkzTshqs%3D\";s:10:\"url_latest\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/freshbooks/gravityformsfreshbooks_2.5.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=pr37962JYPw1AyBBM8gZjqpkK9U%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=1553587127&Signature=jOpmAalraTn5p2aCzCbpXePC4c0%3D\";s:10:\"url_latest\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/getresponse/gravityformsgetresponse_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=jOpmAalraTn5p2aCzCbpXePC4c0%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:188:\"http://s3.amazonaws.com/gravityforms/addons/gutenberg/gravityformsgutenberg_1.0-rc-1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=sRvsTBuKrHxYRQZdxG7Mh%2FTluM4%3D\";s:10:\"url_latest\";s:188:\"http://s3.amazonaws.com/gravityforms/addons/gutenberg/gravityformsgutenberg_1.0-rc-1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=sRvsTBuKrHxYRQZdxG7Mh%2FTluM4%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:181:\"http://s3.amazonaws.com/gravityforms/addons/helpscout/gravityformshelpscout_1.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=Ea1q%2FJLbN18ViSFjz6yPmlSNN4Q%3D\";s:10:\"url_latest\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/helpscout/gravityformshelpscout_1.5.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=ejS3C0aa4Eb%2FZLv7cdlKB93zSpM%3D\";}s:20:\"gravityformshighrise\";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/highrise/gravityformshighrise_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=C%2FfRX7c%2B4ZyaoGuqlgjn40ypka4%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/highrise/gravityformshighrise_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=C%2FfRX7c%2B4ZyaoGuqlgjn40ypka4%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=1553587127&Signature=p1kWyVQTcKtt7VSN0rQf2wIYGqA%3D\";s:10:\"url_latest\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/hipchat/gravityformshipchat_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=p1kWyVQTcKtt7VSN0rQf2wIYGqA%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=1553587127&Signature=pGuUZAzmhZqsTajTjOv3Zo8YbXQ%3D\";s:10:\"url_latest\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/icontact/gravityformsicontact_1.3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=UMTwpzJmShxeTdDoKj5UR%2F%2BTkoU%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:175:\"http://s3.amazonaws.com/gravityforms/addons/logging/gravityformslogging_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=pCid0FcQoo6LqN5TzmTibhP6M6s%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/logging/gravityformslogging_1.3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=qWHZKTRXfiI08Zg%2BKzUY85g0F60%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=1553587127&Signature=WsuU8dVcYRu9damFbmnGIOGV0a8%3D\";s:10:\"url_latest\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/madmimi/gravityformsmadmimi_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=WsuU8dVcYRu9damFbmnGIOGV0a8%3D\";}s:21:\"gravityformsmailchimp\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"4.6\";s:14:\"version_latest\";s:3:\"4.6\";s:3:\"url\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/mailchimp/gravityformsmailchimp_4.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=79eNTqYXeGa6l42Z%2BYSMr4pnLzE%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/mailchimp/gravityformsmailchimp_4.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=79eNTqYXeGa6l42Z%2BYSMr4pnLzE%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=1553587127&Signature=ajqHyPJ4oHAac3YSwZZofRkmVkQ%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/mailgun/gravityformsmailgun_1.1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=%2F5rC2GY9ImeFeqg5bkfAd%2BZ4BxQ%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=1553587127&Signature=D%2FwYguxTgB9lMgXkVVpOR16y4M8%3D\";s:10:\"url_latest\";s:191:\"http://s3.amazonaws.com/gravityforms/addons/partialentries/gravityformspartialentries_1.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=D%2FwYguxTgB9lMgXkVVpOR16y4M8%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=1553587127&Signature=EErOObkXu%2FM54JoGJbV29xNYbdk%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/paypal/gravityformspaypal_3.1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=uWIT%2FB77mMYJirBe3%2FFJLrIi%2BiU%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:199:\"http://s3.amazonaws.com/gravityforms/addons/paypalpaymentspro/gravityformspaypalpaymentspro_2.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=usGMf%2Fhwel3RmmC%2BUslt4qEUXTw%3D\";s:10:\"url_latest\";s:199:\"http://s3.amazonaws.com/gravityforms/addons/paypalpaymentspro/gravityformspaypalpaymentspro_2.3.3.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=8kLa5RXod6CScCrem6sA%2BwGgzWY%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:183:\"http://s3.amazonaws.com/gravityforms/addons/paypalpro/gravityformspaypalpro_1.8.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=VjUKI1MI92ZePVFwdO%2BElKEOOO8%3D\";s:10:\"url_latest\";s:183:\"http://s3.amazonaws.com/gravityforms/addons/paypalpro/gravityformspaypalpro_1.8.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=VjUKI1MI92ZePVFwdO%2BElKEOOO8%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:5:\"1.1.1\";s:3:\"url\";s:171:\"http://s3.amazonaws.com/gravityforms/addons/pipe/gravityformspipe_1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=Z3RQPqV75X8kPASk%2B68AncaH9Fs%3D\";s:10:\"url_latest\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/pipe/gravityformspipe_1.1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=pvTZFbqz%2BhIXbmM64%2FthKqPSoCQ%3D\";}s:17:\"gravityformspolls\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.1\";s:14:\"version_latest\";s:3:\"3.2\";s:3:\"url\";s:171:\"http://s3.amazonaws.com/gravityforms/addons/polls/gravityformspolls_3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=hrcpAH8hmAIbRF0wt0BxzrVcS3A%3D\";s:10:\"url_latest\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/polls/gravityformspolls_3.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=e3cHhmPEjdjwKT%2F05uwFB1WmP5g%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=1553587127&Signature=lUcbH9T1S20TzswPo55ZOKmO4nw%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/postmark/gravityformspostmark_1.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=lUcbH9T1S20TzswPo55ZOKmO4nw%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:173:\"http://s3.amazonaws.com/gravityforms/addons/quiz/gravityformsquiz_3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=GOWpflL%2BbCMbYDpFTqiuF%2BcoYaU%3D\";s:10:\"url_latest\";s:173:\"http://s3.amazonaws.com/gravityforms/addons/quiz/gravityformsquiz_3.1.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=0zgvFdRd%2F4RGSdLf0LLKTOYx4GI%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=1553587127&Signature=2fG%2BDJuAJeSG7tYBR6nVKOIAOaU%3D\";s:10:\"url_latest\";s:184:\"http://s3.amazonaws.com/gravityforms/addons/restapi/gravityformsrestapi_2.0-beta-2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=2fG%2BDJuAJeSG7tYBR6nVKOIAOaU%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:179:\"http://s3.amazonaws.com/gravityforms/addons/sendgrid/gravityformssendgrid_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=YtmDJL4aZ6O%2FIEHfAavA2IjAYqs%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/sendgrid/gravityformssendgrid_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=YtmDJL4aZ6O%2FIEHfAavA2IjAYqs%3D\";}s:21:\"gravityformssignature\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.6\";s:14:\"version_latest\";s:3:\"3.7\";s:3:\"url\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/signature/gravityformssignature_3.6.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=N%2BArhazHQqVpf43FMAkXOw4q2qU%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/signature/gravityformssignature_3.7.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=Npd9%2B5zPSAU36R9cpria8LcTfoA%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:171:\"http://s3.amazonaws.com/gravityforms/addons/slack/gravityformsslack_1.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=BaYRT8w32NYuL47dCaLkWD9IFTI%3D\";s:10:\"url_latest\";s:171:\"http://s3.amazonaws.com/gravityforms/addons/slack/gravityformsslack_1.8.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=BaYRT8w32NYuL47dCaLkWD9IFTI%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=1553587127&Signature=kz0Af2ESzvjh5jmWUPdLEXInKfc%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/stripe/gravityformsstripe_2.6.0.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=qaT5TNzFw57bNlRj8rwwer2dxxA%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=1553587127&Signature=x30v5GK5rLmmabwYikfA7WSaj5Q%3D\";s:10:\"url_latest\";s:175:\"http://s3.amazonaws.com/gravityforms/addons/survey/gravityformssurvey_3.3.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=4pALolmEQI7ZGLTfMIXRA1hTcrI%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:177:\"http://s3.amazonaws.com/gravityforms/addons/trello/gravityformstrello_1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=kQRAdUQ6SRNWhNbfHp0t%2FmN%2BLt8%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/trello/gravityformstrello_1.2.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=pB3iPcpmEy%2Bc54B7EqzOz5mNg1Y%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:175:\"http://s3.amazonaws.com/gravityforms/addons/twilio/gravityformstwilio_2.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=VgUDKj%2B7cLUmFrafYLqel1HVDZE%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/twilio/gravityformstwilio_2.5.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=KJGjjZzdme%2FkvTlnucf3n6bF9Tk%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.5\";s:3:\"url\";s:195:\"http://s3.amazonaws.com/gravityforms/addons/userregistration/gravityformsuserregistration_4.0.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=oa5Ej%2BlAcWSyH3ADO30QV57OYmo%3D\";s:10:\"url_latest\";s:195:\"http://s3.amazonaws.com/gravityforms/addons/userregistration/gravityformsuserregistration_4.0.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=x2GqKbQosNIcypQoVKMJlPDKubE%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:177:\"http://s3.amazonaws.com/gravityforms/addons/webhooks/gravityformswebhooks_1.1.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=JOqxqdSJDmTsJllFTprU1qSaTp4%3D\";s:10:\"url_latest\";s:181:\"http://s3.amazonaws.com/gravityforms/addons/webhooks/gravityformswebhooks_1.1.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=TyXzWAta6R%2F4D5YisljHZDIsTq0%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=1553587127&Signature=GHYlVosoa9VFSz7FdhnDq4ykpV4%3D\";s:10:\"url_latest\";s:177:\"http://s3.amazonaws.com/gravityforms/addons/zapier/gravityformszapier_3.1.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=Oav8sV6ZIb2A%2FSrsHRS4aMobHJY%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:175:\"http://s3.amazonaws.com/gravityforms/addons/zohocrm/gravityformszohocrm_1.5.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=POAg0Fun8CRM0Z67h9tyu005zwE%3D\";s:10:\"url_latest\";s:179:\"http://s3.amazonaws.com/gravityforms/addons/zohocrm/gravityformszohocrm_1.5.2.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=nCHGItpKzOXsU0dqNs09%2BBvbYUU%3D\";}}s:9:\"is_active\";s:1:\"1\";s:14:\"version_latest\";s:8:\"2.4.6.15\";s:10:\"url_latest\";s:171:\"http://s3.amazonaws.com/gravityforms/releases/gravityforms_2.4.6.15.zip?AWSAccessKeyId=AKIAJC3LQNDWHBOFBQIA&Expires=1553587127&Signature=XmpS7Hdy55ysP%2Ft%2FT9bFLr6nnmM%3D\";s:9:\"timestamp\";i:1553414328;}','yes'),(984,'gf_db_version','2.4.6','yes'),(1074,'updraftplus_tour_cancelled_on','intro','yes'),(1107,'db_upgraded','','yes'),(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 (1551461377.6183, ) (existing jobdata keys: ) (Mar 01 17:29:37)','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','Scok7S$L!OPp.@n|8t)%=8kfgjX4x^nR5yrQB_6&#p[M|*r ?]OG/L03O#HkoRB,','no'),(1143,'nonce_salt','1v,o^g2IV$Ly+O8L6t,|ulH2khrRfB;f-VZIqq/9+0O7`wPD*,qF(OIL%k3.Yj0e','no'),(1145,'auth_key','eBahhrqDoUqROcx3ym&[8*>g{~<*ZJK=T4|1g::qSDElP,1a36Jx/h,,b6^2?SkD','no'),(1146,'auth_salt','wv/DoWivpf3Eio^{}[0U]K!{l5g@_1d*$_IUVr6+L,$VnKgxi0>>J2e}yU$am?Bv','no'),(1147,'logged_in_key','?y]<1|o*^^!0_k:IzWd36ILyms;rj!-PShcO:U9C]m7jD,Zi2sKX.L:p0mDKP!%.','no'),(1148,'logged_in_salt','*dco{q+l7}i9j_.XhwK0GCa7G<p8aae|67b3<SM60L2b-QtoROjR2};,~ /o-x&,','no'),(1149,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.1-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.1.1-partial-0.zip\";s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.1.1\";s:7:\"version\";s:5:\"5.1.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:3:\"5.1\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.1-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.1.1-partial-0.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.1.1-rollback-0.zip\";}s:7:\"current\";s:5:\"5.1.1\";s:7:\"version\";s:5:\"5.1.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:3:\"5.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1553414326;s:15:\"version_checked\";s:3:\"5.1\";s:12:\"translations\";a:0:{}}','no'),(1247,'bsr_data','a:8:{s:13:\"select_tables\";a:4:{i:0;s:13:\"xATJHSGmlinks\";i:1;s:15:\"xATJHSGmoptions\";i:2;s:16:\"xATJHSGmpostmeta\";i:3;s:13:\"xATJHSGmposts\";}s:16:\"case_insensitive\";s:3:\"off\";s:13:\"replace_guids\";s:3:\"off\";s:7:\"dry_run\";s:3:\"off\";s:10:\"search_for\";s:19:\"https://valhol.com/\";s:12:\"replace_with\";s:18:\"http://valhol.com/\";s:15:\"completed_pages\";i:4;s:11:\"total_pages\";i:4;}','yes'),(1303,'gform_email_count','10','yes'),(1419,'wsp_posts_by_category','<a href=\"{permalink}\">{title}</a>','yes'),(1420,'wsp_exclude_cpt_archive','1','yes'),(1421,'wsp_exclude_cpt_author','1','yes'),(1449,'_transient_timeout_et_core_version','1553460749','no'),(1450,'_transient_et_core_version','3.19.18','no'),(2186,'_transient_timeout_et_core_path','1553460749','no'),(2187,'_transient_et_core_path','//WDP/DFS/43/1/0/1/4342901101/user/sites/2937960.site/www/wp-content/themes/Divi/core','no'),(2201,'_site_transient_timeout_theme_roots','1553416128','no'),(2202,'_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'),(2203,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1553414329;s:7:\"checked\";a:5:{s:10:\"Divi-Child\";s:3:\"0.1\";s:4:\"Divi\";s:7:\"3.19.18\";s:14:\"twentynineteen\";s:3:\"1.3\";s:15:\"twentyseventeen\";s:3:\"2.1\";s:13:\"twentysixteen\";s:3:\"1.9\";}s:8:\"response\";a:1:{s:4:\"Divi\";a:4:{s:11:\"new_version\";s:6:\"3.21.1\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:149:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=e5e11560d63d5372ed2a8e15d997fe2785fc2369&username=StreamlineJacks\";}}s:12:\"translations\";a:0:{}}','no'),(2204,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1553414332;s:7:\"checked\";a:12:{s:19:\"akismet/akismet.php\";s:5:\"4.1.1\";s:47:\"better-search-replace/better-search-replace.php\";s:5:\"1.3.3\";s:33:\"duplicate-post/duplicate-post.php\";s:5:\"3.2.2\";s:39:\"eps-301-redirects/eps-301-redirects.php\";s:5:\"2.3.0\";s:49:\"elegant-themes-updater/elegant-themes-updater.php\";s:3:\"1.0\";s:46:\"simple-google-tag-manager/googletagmanager.php\";s:5:\"1.0.5\";s:29:\"gravityforms/gravityforms.php\";s:5:\"2.4.6\";s:9:\"hello.php\";s:5:\"1.7.1\";s:27:\"updraftplus/updraftplus.php\";s:6:\"1.16.6\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:7:\"0.8.9.1\";s:35:\"wp-sitemap-page/wp-sitemap-page.php\";s:5:\"1.6.1\";s:24:\"wordpress-seo/wp-seo.php\";s:3:\"9.7\";}s:8:\"response\";a:4:{s:39:\"eps-301-redirects/eps-301-redirects.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/eps-301-redirects\";s:4:\"slug\";s:17:\"eps-301-redirects\";s:6:\"plugin\";s:39:\"eps-301-redirects/eps-301-redirects.php\";s:11:\"new_version\";s:5:\"2.3.5\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/eps-301-redirects/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/eps-301-redirects.2.3.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/eps-301-redirects/assets/icon-256x256.png?rev=2049925\";s:2:\"1x\";s:70:\"https://ps.w.org/eps-301-redirects/assets/icon-128x128.png?rev=2049925\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/eps-301-redirects/assets/banner-1544x500.png?rev=2049908\";s:2:\"1x\";s:72:\"https://ps.w.org/eps-301-redirects/assets/banner-772x250.png?rev=2049908\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.1.1\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:7:\"1.16.10\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/updraftplus.1.16.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:35:\"wp-fastest-cache/wpFastestCache.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/wp-fastest-cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:6:\"plugin\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:11:\"new_version\";s:7:\"0.8.9.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wp-fastest-cache/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wp-fastest-cache.0.8.9.2.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/wp-fastest-cache/assets/icon-128x128.png?rev=1068904\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/wp-fastest-cache/assets/banner-772x250.jpg?rev=1064099\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:6:\"10.0.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.10.0.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:6:\"tested\";s:5:\"5.1.1\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"better-search-replace/better-search-replace.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/better-search-replace\";s:4:\"slug\";s:21:\"better-search-replace\";s:6:\"plugin\";s:47:\"better-search-replace/better-search-replace.php\";s:11:\"new_version\";s:5:\"1.3.3\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/better-search-replace/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/better-search-replace.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-256x256.png?rev=1238934\";s:2:\"1x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-128x128.png?rev=1238934\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/better-search-replace/assets/banner-1544x500.png?rev=1238934\";s:2:\"1x\";s:76:\"https://ps.w.org/better-search-replace/assets/banner-772x250.png?rev=1238934\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:5:\"3.2.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/duplicate-post.3.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=1612753\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=1612753\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=1612986\";}s:11:\"banners_rtl\";a:0:{}}s:46:\"simple-google-tag-manager/googletagmanager.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:39:\"w.org/plugins/simple-google-tag-manager\";s:4:\"slug\";s:25:\"simple-google-tag-manager\";s:6:\"plugin\";s:46:\"simple-google-tag-manager/googletagmanager.php\";s:11:\"new_version\";s:5:\"1.0.5\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/simple-google-tag-manager/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/simple-google-tag-manager.1.0.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/simple-google-tag-manager/assets/icon-256x256.png?rev=1145830\";s:2:\"1x\";s:78:\"https://ps.w.org/simple-google-tag-manager/assets/icon-128x128.png?rev=1145849\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:80:\"https://ps.w.org/simple-google-tag-manager/assets/banner-772x250.png?rev=1145795\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:35:\"wp-sitemap-page/wp-sitemap-page.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/wp-sitemap-page\";s:4:\"slug\";s:15:\"wp-sitemap-page\";s:6:\"plugin\";s:35:\"wp-sitemap-page/wp-sitemap-page.php\";s:11:\"new_version\";s:5:\"1.6.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-sitemap-page/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-sitemap-page.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-sitemap-page/assets/icon-256x256.png?rev=981368\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-sitemap-page/assets/icon-128x128.png?rev=981368\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/wp-sitemap-page/assets/banner-772x250.png?rev=630898\";}s:11:\"banners_rtl\";a:0:{}}}}','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=432 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','1551478562: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','1551461640: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:{}}}'),(414,233,'_wp_page_template','page-template-blank.php'),(415,233,'_et_pb_post_hide_nav','default'),(416,233,'_et_pb_page_layout','et_right_sidebar'),(417,233,'_et_pb_side_nav','off'),(418,233,'_et_pb_use_builder','on'),(419,233,'_et_builder_version','BB|Divi|3.19.18'),(420,233,'_et_pb_show_page_creation','off'),(421,233,'_et_pb_ab_stats_refresh_interval','hourly'),(422,233,'_et_pb_old_content',''),(423,233,'_et_pb_enable_shortcode_tracking',''),(424,233,'_et_pb_custom_css',''),(425,233,'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\";}}'),(426,233,'_dp_original','61'),(427,233,'_edit_lock','1551463847:1'),(428,233,'_edit_last','1'),(429,235,'_edit_lock','1551461719:1'),(430,235,'_wp_trash_meta_status','publish'),(431,235,'_wp_trash_meta_time','1551461717'); /*!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=242 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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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-03-01 17:35:37','2019-03-01 17:35:37','[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\"]\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=\"http://valhol.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\"]\n\n<h4>Email</h4>\n<a href=\"mailto:Sales@valhol.com\">Sales@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=\"http://valhol.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\"]\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=\"http://valhol.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\"]\n\n<h4>Location</h4>\n<a href=\"https://goo.gl/maps/kgJuRnQFVcP2\" target=\"_blank\" rel=\"noopener noreferrer\">10224 N Port Washington Rd\nMequon, WI 53092</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=\"#ffffff\" _builder_version=\"3.19.4\" background_image=\"http://valhol.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.18\" 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-03-01 17:35:37','2019-03-01 17:35:37','',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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.com/plan-your-trip\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.19.4\" src=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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=\"http://valhol.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),(233,1,'2019-03-01 17:32:52','2019-03-01 17:32:52','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.18\" background_image=\"http://valhol.com/wp-content/uploads/2019/01/VH_Feature-1.jpg\" next_background_color=\"#ffffff\" background_position=\"top_center\"][et_pb_row _builder_version=\"3.19.18\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.19.18\" src=\"http://valhol.com/wp-content/uploads/2019/01/VH_Logo.png\" align=\"center\" module_alignment=\"center\" max_width=\"50%\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.18\" custom_padding=\"4%||6%|\"][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\" _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.18\" text_orientation=\"center\"]\r\n\r\n<h2>We are working hard to bring you a new web experience.</h2>\r\nIn the meantime, please fill out the form below so we can get in touch with you soon and help you with your next custom trip.\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]','Landing Page','','publish','closed','closed','','landing-page','','','2019-03-01 18:10:41','2019-03-01 18:10:41','',0,'http://valhol.com/?page_id=233',0,'page','',0),(234,1,'2019-03-01 17:32:53','2019-03-01 17:32:53','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"http://valhol.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=\"http://valhol.com/about\" /][/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][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Landing Page','','inherit','closed','closed','','233-revision-v1','','','2019-03-01 17:32:53','2019-03-01 17:32:53','',233,'http://valhol.com/233-revision-v1',0,'revision','',0),(235,1,'2019-03-01 17:35:17','2019-03-01 17:35:17','{\n \"page_on_front\": {\n \"value\": \"233\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-03-01 17:34:49\"\n }\n}','','','trash','closed','closed','','ac6536db-d6da-4453-a92b-49475a1a0391','','','2019-03-01 17:35:17','2019-03-01 17:35:17','',0,'http://valhol.com/?p=235',0,'customize_changeset','',0),(236,1,'2019-03-01 18:10:36','2019-03-01 18:10:36','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.18\" background_image=\"http://valhol.com/wp-content/uploads/2019/01/VH_Feature-1.jpg\" next_background_color=\"#ffffff\" background_position=\"top_center\"][et_pb_row _builder_version=\"3.19.18\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.19.18\" src=\"http://valhol.com/wp-content/uploads/2019/01/VH_Logo.png\" align=\"center\" module_alignment=\"center\" max_width=\"50%\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.18\" custom_padding=\"4%||6%|\"][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\" _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.18\" text_orientation=\"center\"]\n\n<h2>We are working hard to bring you a new web experience.</h2>\nIn the meantime, please fill out the form below so we can get in touch with you soon and help you with your next custom trip.\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]','Landing Page','','inherit','closed','closed','','233-autosave-v1','','','2019-03-01 18:10:36','2019-03-01 18:10:36','',233,'http://valhol.com/233-autosave-v1',0,'revision','',0),(237,1,'2019-03-01 17:36:10','2019-03-01 17:36:10','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"http://valhol.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_image _builder_version=\"3.19.18\" src=\"http://valhol.com/wp-content/uploads/2019/01/VH_Logo.png\" /][/et_pb_column][/et_pb_row][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\" _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.18\" text_orientation=\"center\"]\r\n\r\n<h2>creating unforgettable memories</h2>\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]','Landing Page','','inherit','closed','closed','','233-revision-v1','','','2019-03-01 17:36:10','2019-03-01 17:36:10','',233,'http://valhol.com/233-revision-v1',0,'revision','',0),(238,1,'2019-03-01 17:53:24','2019-03-01 17:53:24','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"http://valhol.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 _builder_version=\"3.19.18\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.19.18\" src=\"http://valhol.com/wp-content/uploads/2019/01/VH_Logo.png\" align=\"center\" module_alignment=\"center\" max_width=\"70%\" /][/et_pb_column][/et_pb_row][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\" _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.18\" text_orientation=\"center\"]\r\n\r\n<h2>creating unforgettable memories</h2>\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]','Landing Page','','inherit','closed','closed','','233-revision-v1','','','2019-03-01 17:53:24','2019-03-01 17:53:24','',233,'http://valhol.com/233-revision-v1',0,'revision','',0),(239,1,'2019-03-01 17:58:18','2019-03-01 17:58:18','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.4\" background_image=\"http://valhol.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 _builder_version=\"3.19.18\" background_color=\"#ffffff\"][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.19.18\" src=\"http://valhol.com/wp-content/uploads/2019/01/VH_Logo.png\" align=\"center\" module_alignment=\"center\" max_width=\"70%\" /][/et_pb_column][/et_pb_row][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\" _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.18\" text_orientation=\"center\"]\r\n\r\n<h2>We are working hard to bring you a new web experience.</h2>\r\nIn the meantime, please fill out the form below so we can get in touch with you soon and help you with your next custom trip.\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]','Landing Page','','inherit','closed','closed','','233-revision-v1','','','2019-03-01 17:58:18','2019-03-01 17:58:18','',233,'http://valhol.com/233-revision-v1',0,'revision','',0),(240,1,'2019-03-01 18:02:18','2019-03-01 18:02:18','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.18\" background_image=\"http://valhol.com/wp-content/uploads/2019/01/VH_Feature-1.jpg\" next_background_color=\"#ffffff\" background_position=\"top_center\"][et_pb_row _builder_version=\"3.19.18\" background_color=\"#ffffff\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.19.18\" src=\"http://valhol.com/wp-content/uploads/2019/01/VH_Logo.png\" align=\"center\" module_alignment=\"center\" max_width=\"70%\" /][/et_pb_column][/et_pb_row][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\" _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.18\" text_orientation=\"center\"]\r\n\r\n<h2>We are working hard to bring you a new web experience.</h2>\r\nIn the meantime, please fill out the form below so we can get in touch with you soon and help you with your next custom trip.\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]','Landing Page','','inherit','closed','closed','','233-revision-v1','','','2019-03-01 18:02:18','2019-03-01 18:02:18','',233,'http://valhol.com/233-revision-v1',0,'revision','',0),(241,1,'2019-03-01 18:10:41','2019-03-01 18:10:41','[et_pb_section bb_built=\"1\" _builder_version=\"3.19.18\" background_image=\"http://valhol.com/wp-content/uploads/2019/01/VH_Feature-1.jpg\" next_background_color=\"#ffffff\" background_position=\"top_center\"][et_pb_row _builder_version=\"3.19.18\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.19.18\" src=\"http://valhol.com/wp-content/uploads/2019/01/VH_Logo.png\" align=\"center\" module_alignment=\"center\" max_width=\"50%\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.18\" custom_padding=\"4%||6%|\"][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\" _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.18\" text_orientation=\"center\"]\r\n\r\n<h2>We are working hard to bring you a new web experience.</h2>\r\nIn the meantime, please fill out the form below so we can get in touch with you soon and help you with your next custom trip.\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]','Landing Page','','inherit','closed','closed','','233-revision-v1','','','2019-03-01 18:10:41','2019-03-01 18:10:41','',233,'http://valhol.com/233-revision-v1',0,'revision','',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:3:{s:64:\"c8613b7509b8674be754a239c87c9b171fdc356dacabe29929f33221bc758b86\";a:4:{s:10:\"expiration\";i:1551882554;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:1551709754;}s:64:\"2e6c713fad6fffdf58552aeea758126d95c31ccd3f3aeb87cf68f6e4240b2c24\";a:4:{s:10:\"expiration\";i:1551883419;s:2:\"ip\";s:12:\"216.21.233.2\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\";s:5:\"login\";i:1551710619;}s:64:\"60dfb06e83af217195531df2fdacacc544c7dc0a9769c33b9f0357e0754daae9\";a:4:{s:10:\"expiration\";i:1551906096;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:1551733296;}}'),(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 'sjacks' -- /*!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:53