0byt3m1n1
Path:
/
data
/
18
/
2
/
56
/
128
/
2545780
/
meta
/
2789981
/
mysql.backup
/
[
Home
]
File: 1_033b320_1.mysqlcluster10.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster10 Database: 1_033b320_1 -- ------------------------------------------------------ -- Server version 5.6.30-76.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 `wp_bwg_album` -- DROP TABLE IF EXISTS `wp_bwg_album`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_album` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `description` mediumtext NOT NULL, `preview_image` mediumtext NOT NULL, `random_preview_image` mediumtext NOT NULL, `order` bigint(20) NOT NULL, `author` bigint(20) NOT NULL, `published` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_album` -- LOCK TABLES `wp_bwg_album` WRITE; /*!40000 ALTER TABLE `wp_bwg_album` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bwg_album` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_album_gallery` -- DROP TABLE IF EXISTS `wp_bwg_album_gallery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_album_gallery` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `album_id` bigint(20) NOT NULL, `is_album` tinyint(1) NOT NULL, `alb_gal_id` bigint(20) NOT NULL, `order` bigint(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_album_gallery` -- LOCK TABLES `wp_bwg_album_gallery` WRITE; /*!40000 ALTER TABLE `wp_bwg_album_gallery` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bwg_album_gallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_gallery` -- DROP TABLE IF EXISTS `wp_bwg_gallery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_gallery` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `description` mediumtext NOT NULL, `page_link` mediumtext NOT NULL, `preview_image` mediumtext NOT NULL, `random_preview_image` mediumtext NOT NULL, `order` bigint(20) NOT NULL, `author` bigint(20) NOT NULL, `published` tinyint(1) NOT NULL, `gallery_type` varchar(32) NOT NULL, `gallery_source` varchar(256) NOT NULL, `autogallery_image_number` int(4) NOT NULL, `update_flag` varchar(32) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_gallery` -- LOCK TABLES `wp_bwg_gallery` WRITE; /*!40000 ALTER TABLE `wp_bwg_gallery` DISABLE KEYS */; INSERT INTO `wp_bwg_gallery` VALUES (4,'Bee Yard - 2013','beeyard2013','<p>Fun in the Bee Yard - 2013</p>','','/BeeYard2013/thumb/537_IMG_5383 (1).jpg','',1,1,1,'','',12,''),(6,'Bee Yard - 2014','beeyard2014','<p>Bee Yard - 2014</p>','','/BeeYard2014/thumb/380_20140812_182110.jpg','',2,1,1,'','',12,''),(9,'Beekeeper of the Year','beekeeperofyear','<p>Beekeeper of the Year</p>','','','/BeekeeperOfYear/thumb/577_dan_wampler.jpg',3,1,1,'','',12,''),(10,'Various Pictures','various','<p>Various Pictures</p>','','/Various/thumb/537_IMG_5383.JPG','',4,1,1,'','',12,''); /*!40000 ALTER TABLE `wp_bwg_gallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_image` -- DROP TABLE IF EXISTS `wp_bwg_image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_image` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `gallery_id` bigint(20) NOT NULL, `slug` longtext NOT NULL, `filename` varchar(255) NOT NULL, `image_url` mediumtext NOT NULL, `thumb_url` mediumtext NOT NULL, `description` mediumtext NOT NULL, `alt` mediumtext NOT NULL, `date` varchar(128) NOT NULL, `size` varchar(128) NOT NULL, `filetype` varchar(128) NOT NULL, `resolution` varchar(128) NOT NULL, `author` bigint(20) NOT NULL, `order` bigint(20) NOT NULL, `published` tinyint(1) NOT NULL, `comment_count` bigint(20) NOT NULL, `avg_rating` float NOT NULL, `rate_count` bigint(20) NOT NULL, `hit_count` bigint(20) NOT NULL, `redirect_url` varchar(255) NOT NULL, `pricelist_id` bigint(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=98 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_image` -- LOCK TABLES `wp_bwg_image` WRITE; /*!40000 ALTER TABLE `wp_bwg_image` DISABLE KEYS */; INSERT INTO `wp_bwg_image` VALUES (6,4,'537 IMG 5383 (1) ','537 IMG 5383 (1)','/BeeYard2013/537_IMG_5383 (1).jpg','/BeeYard2013/thumb/537_IMG_5383 (1).jpg','Aperture: 10\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 400\nOrientation: 1\n','537 IMG 5383 (1) ','26 April 2016, 14:52','92 KB','JPG','537 x 358 px',1,13,1,0,0,0,0,'',0),(9,4,'537 IMG 5384 ','537 IMG 5384','/BeeYard2013/537_IMG_5384.JPG','/BeeYard2013/thumb/537_IMG_5384.JPG','Aperture: 10\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 400\nOrientation: 1\n','537 IMG 5384 ','26 April 2016, 14:52','78 KB','JPG','537 x 358 px',1,12,1,0,0,0,0,'',0),(12,4,'537 IMG 5385 ','537 IMG 5385','/BeeYard2013/537_IMG_5385.JPG','/BeeYard2013/thumb/537_IMG_5385.JPG','Aperture: 5.6\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 160\nOrientation: 1\n','537 IMG 5385 ','26 April 2016, 14:52','67 KB','JPG','537 x 358 px',1,11,1,0,0,0,0,'',0),(15,4,'537 IMG 5386 ','537 IMG 5386','/BeeYard2013/537_IMG_5386.JPG','/BeeYard2013/thumb/537_IMG_5386.JPG','Aperture: 5.6\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 320\nOrientation: 1\n','537 IMG 5386 ','26 April 2016, 14:52','77 KB','JPG','537 x 358 px',1,10,1,0,0,0,0,'',0),(18,4,'537 IMG 5388 ','537 IMG 5388','/BeeYard2013/537_IMG_5388.JPG','/BeeYard2013/thumb/537_IMG_5388.JPG','Aperture: 5.6\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 400\nOrientation: 1\n','537 IMG 5388 ','26 April 2016, 14:52','79 KB','JPG','537 x 358 px',1,9,1,0,0,0,0,'',0),(21,4,'537 IMG 5389 ','537 IMG 5389','/BeeYard2013/537_IMG_5389.JPG','/BeeYard2013/thumb/537_IMG_5389.JPG','Aperture: 5.6\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 400\nOrientation: 1\n','537 IMG 5389 ','26 April 2016, 14:52','92 KB','JPG','537 x 358 px',1,8,1,0,0,0,0,'',0),(24,4,'537 IMG 5390 ','537 IMG 5390','/BeeYard2013/537_IMG_5390.JPG','/BeeYard2013/thumb/537_IMG_5390.JPG','Aperture: 5.6\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 400\nOrientation: 1\n','537 IMG 5390 ','26 April 2016, 14:52','93 KB','JPG','537 x 358 px',1,7,1,0,0,0,0,'',0),(27,4,'537 IMG 5391 ','537 IMG 5391','/BeeYard2013/537_IMG_5391.JPG','/BeeYard2013/thumb/537_IMG_5391.JPG','Aperture: 5.6\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 400\nOrientation: 1\n','537 IMG 5391 ','26 April 2016, 14:52','78 KB','JPG','537 x 358 px',1,6,1,0,0,0,0,'',0),(30,4,'537 IMG 5393 ','537 IMG 5393','/BeeYard2013/537_IMG_5393.JPG','/BeeYard2013/thumb/537_IMG_5393.JPG','Aperture: 5.6\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 400\nOrientation: 1\n','537 IMG 5393 ','26 April 2016, 14:52','83 KB','JPG','537 x 358 px',1,5,1,0,0,0,0,'',0),(33,4,'537 IMG 5394 ','537 IMG 5394','/BeeYard2013/537_IMG_5394.JPG','/BeeYard2013/thumb/537_IMG_5394.JPG','Aperture: 5.6\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 400\nOrientation: 1\n','537 IMG 5394 ','26 April 2016, 14:52','71 KB','JPG','537 x 358 px',1,4,1,0,0,0,0,'',0),(36,4,'537 IMG 5396 ','537 IMG 5396','/BeeYard2013/537_IMG_5396.JPG','/BeeYard2013/thumb/537_IMG_5396.JPG','Aperture: 5.6\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 400\nOrientation: 1\n','537 IMG 5396 ','26 April 2016, 14:52','62 KB','JPG','537 x 358 px',1,3,1,0,0,0,0,'',0),(39,4,'537 IMG 5398 ','537 IMG 5398','/BeeYard2013/537_IMG_5398.JPG','/BeeYard2013/thumb/537_IMG_5398.JPG','Aperture: 5.6\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 400\nOrientation: 1\n','537 IMG 5398 ','26 April 2016, 14:52','82 KB','JPG','537 x 358 px',1,2,1,0,0,0,0,'',0),(42,4,'537 IMG 5405 ','537 IMG 5405','/BeeYard2013/537_IMG_5405.JPG','/BeeYard2013/thumb/537_IMG_5405.JPG','Aperture: 5.6\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 400\nOrientation: 1\n','537 IMG 5405 ','26 April 2016, 14:52','111 KB','JPG','537 x 358 px',1,1,1,0,0,0,0,'',0),(45,6,'380 20140812 180926 ','380 20140812 180926','/BeeYard2014/380_20140812_180926.jpg','/BeeYard2014/thumb/380_20140812_180926.jpg','Aperture: 2.39\nCamera: LG-E980\nIso: 50\nOrientation: 3\n','380 20140812 180926 ','26 April 2016, 15:04','170 KB','JPG','380 x 285 px',1,7,1,0,0,0,0,'',0),(48,6,'380 20140812 181957 ','380 20140812 181957','/BeeYard2014/380_20140812_181957.jpg','/BeeYard2014/thumb/380_20140812_181957.jpg','Aperture: 2.39\nCamera: LG-E980\nIso: 50\nOrientation: 3\n','380 20140812 181957 ','26 April 2016, 15:04','180 KB','JPG','380 x 285 px',1,6,1,0,0,0,0,'',0),(51,6,'380 20140812 182110 ','380 20140812 182110','/BeeYard2014/380_20140812_182110.jpg','/BeeYard2014/thumb/380_20140812_182110.jpg','Aperture: 2.39\nCamera: LG-E980\nIso: 50\nOrientation: 3\n','380 20140812 182110 ','26 April 2016, 15:04','181 KB','JPG','380 x 285 px',1,5,1,0,0,0,0,'',0),(54,6,'380 20140812 182223 ','380 20140812 182223','/BeeYard2014/380_20140812_182223.jpg','/BeeYard2014/thumb/380_20140812_182223.jpg','Aperture: 2.39\nCamera: LG-E980\nIso: 50\nOrientation: 3\n','380 20140812 182223 ','26 April 2016, 15:04','188 KB','JPG','380 x 285 px',1,4,1,0,0,0,0,'',0),(57,6,'380 20140812 182252 ','380 20140812 182252','/BeeYard2014/380_20140812_182252.jpg','/BeeYard2014/thumb/380_20140812_182252.jpg','Aperture: 2.39\nCamera: LG-E980\nIso: 50\nOrientation: 3\n','380 20140812 182252 ','26 April 2016, 15:04','195 KB','JPG','380 x 285 px',1,3,1,0,0,0,0,'',0),(60,6,'380 20140812 182530 ','380 20140812 182530','/BeeYard2014/380_20140812_182530.jpg','/BeeYard2014/thumb/380_20140812_182530.jpg','Aperture: 2.39\nCamera: LG-E980\nIso: 50\nOrientation: 3\n','380 20140812 182530 ','26 April 2016, 15:04','204 KB','JPG','380 x 285 px',1,2,1,0,0,0,0,'',0),(63,6,'380 20140812 182659 ','380 20140812 182659','/BeeYard2014/380_20140812_182659.jpg','/BeeYard2014/thumb/380_20140812_182659.jpg','Aperture: 2.39\nCamera: LG-E980\nIso: 50\nOrientation: 3\n','380 20140812 182659 ','26 April 2016, 15:04','201 KB','JPG','380 x 285 px',1,1,1,0,0,0,0,'',0),(66,9,'577 dan wampler ','577 dan wampler','/BeekeeperOfYear/577_dan_wampler.jpg','/BeekeeperOfYear/thumb/577_dan_wampler.jpg','2013 Beekeeper of the Year: Dan Wampler (center), with Pres. Rod Pritchard and Barb Bloetscher','577 dan wampler ','26 April 2016, 15:08','106 KB','JPG','577 x 412 px',1,3,1,0,0,0,0,'',0),(69,9,'577 mary seufert 1 st pl frames ','577 mary seufert 1 st pl frames','/BeekeeperOfYear/577_mary_seufert_1_st_pl_frames.jpg','/BeekeeperOfYear/thumb/577_mary_seufert_1_st_pl_frames.jpg','Mary Seufert - 1st Place Frames','577 mary seufert 1 st pl frames ','26 April 2016, 15:08','87 KB','JPG','576 x 461 px',1,2,1,0,0,0,0,'',0),(72,9,'577 winnie williams 1st pl pol ','577 winnie williams 1st pl pol','/BeekeeperOfYear/577_winnie_williams_1st_pl_pol.jpg','/BeekeeperOfYear/thumb/577_winnie_williams_1st_pl_pol.jpg','Winnie Williams - 1st Place Pollen','577 winnie williams 1st pl pol ','26 April 2016, 15:08','89 KB','JPG','576 x 461 px',1,1,1,0,0,0,0,'',0),(73,10,'537 IMG 5383 ','537 IMG 5383','/Various/537_IMG_5383.JPG','/Various/thumb/537_IMG_5383.JPG','Aperture: 10\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 400\nOrientation: 1\n','537 IMG 5383 ','27 April 2016, 12:01','92 KB','JPG','537 x 358 px',1,10,1,0,0,0,0,'',0),(76,10,'537 IMG 5406 ','537 IMG 5406','/Various/537_IMG_5406.JPG','/Various/thumb/537_IMG_5406.JPG','Aperture: 5.6\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 400\nOrientation: 1\n','537 IMG 5406 ','27 April 2016, 12:01','55 KB','JPG','537 x 358 px',1,9,1,0,0,0,0,'',0),(79,10,'537 IMG 5408 ','537 IMG 5408','/Various/537_IMG_5408.JPG','/Various/thumb/537_IMG_5408.JPG','Aperture: 4\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 400\nOrientation: 1\n','537 IMG 5408 ','27 April 2016, 12:01','88 KB','JPG','537 x 358 px',1,8,1,0,0,0,0,'',0),(82,10,'537 IMG 5409 ','537 IMG 5409','/Various/537_IMG_5409.JPG','/Various/thumb/537_IMG_5409.JPG','Aperture: 7.1\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 400\nOrientation: 1\n','537 IMG 5409 ','27 April 2016, 12:01','96 KB','JPG','537 x 358 px',1,7,1,0,0,0,0,'',0),(85,10,'537 IMG 5411 ','537 IMG 5411','/Various/537_IMG_5411.JPG','/Various/thumb/537_IMG_5411.JPG','Aperture: 7.1\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 400\nOrientation: 1\n','537 IMG 5411 ','27 April 2016, 12:01','91 KB','JPG','537 x 358 px',1,6,1,0,0,0,0,'',0),(88,10,'537 IMG 5414 ','537 IMG 5414','/Various/537_IMG_5414.JPG','/Various/thumb/537_IMG_5414.JPG','Aperture: 11\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 400\nOrientation: 1\n','537 IMG 5414 ','27 April 2016, 12:01','71 KB','JPG','537 x 358 px',1,5,1,0,0,0,0,'',0),(91,10,'537 IMG 5417 ','537 IMG 5417','/Various/537_IMG_5417.JPG','/Various/thumb/537_IMG_5417.JPG','Aperture: 8\nCamera: Canon EOS DIGITAL REBEL XT\nIso: 400\nOrientation: 1\n','537 IMG 5417 ','27 April 2016, 12:01','92 KB','JPG','537 x 358 px',1,4,1,0,0,0,0,'',0),(93,10,'bee on flower ','bee on flower','/Various/bee_on_flower.jpg','/Various/thumb/bee_on_flower.jpg','Aperture: 11\nCamera: Canon EOS 7D\nIso: 800\nOrientation: 1\n','bee on flower ','27 April 2016, 12:44','748 KB','JPG','1200 x 960 px',1,3,1,0,0,0,0,'',0),(94,10,'032-808x1024-808x1024-1-287x300','032-808x1024-808x1024-1-287x300','/Various/032-808x1024-808x1024-1-287x300.jpg','/Various/thumb/032-808x1024-808x1024-1-287x300.jpg','','032-808x1024-808x1024-1-287x300','13 June 2016, 14:02','19 KB','JPG','287 x 300 px',1,2,1,0,0,0,0,'',0),(97,10,'034-768x1024-e1461680452452','034-768x1024-e1461680452452','/Various/034-768x1024-e1461680452452.jpg','/Various/thumb/034-768x1024-e1461680452452.jpg','','034-768x1024-e1461680452452','13 June 2016, 14:02','60 KB','JPG','384 x 512 px',1,1,1,0,0,0,0,'',0); /*!40000 ALTER TABLE `wp_bwg_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_image_comment` -- DROP TABLE IF EXISTS `wp_bwg_image_comment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_image_comment` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `image_id` bigint(20) NOT NULL, `name` varchar(255) NOT NULL, `date` varchar(64) NOT NULL, `comment` mediumtext NOT NULL, `url` mediumtext NOT NULL, `mail` mediumtext NOT NULL, `published` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_image_comment` -- LOCK TABLES `wp_bwg_image_comment` WRITE; /*!40000 ALTER TABLE `wp_bwg_image_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bwg_image_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_image_rate` -- DROP TABLE IF EXISTS `wp_bwg_image_rate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_image_rate` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `image_id` bigint(20) NOT NULL, `rate` float NOT NULL, `ip` varchar(64) NOT NULL, `date` varchar(64) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_image_rate` -- LOCK TABLES `wp_bwg_image_rate` WRITE; /*!40000 ALTER TABLE `wp_bwg_image_rate` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bwg_image_rate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_image_tag` -- DROP TABLE IF EXISTS `wp_bwg_image_tag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_image_tag` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `tag_id` bigint(20) NOT NULL, `image_id` bigint(20) NOT NULL, `gallery_id` bigint(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_image_tag` -- LOCK TABLES `wp_bwg_image_tag` WRITE; /*!40000 ALTER TABLE `wp_bwg_image_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bwg_image_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_option` -- DROP TABLE IF EXISTS `wp_bwg_option`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_option` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `images_directory` mediumtext NOT NULL, `masonry` varchar(255) NOT NULL, `mosaic` varchar(255) NOT NULL, `resizable_mosaic` tinyint(1) NOT NULL, `mosaic_total_width` int(4) NOT NULL, `image_column_number` int(4) NOT NULL, `images_per_page` int(4) NOT NULL, `thumb_width` int(4) NOT NULL, `thumb_height` int(4) NOT NULL, `upload_thumb_width` int(4) NOT NULL, `upload_thumb_height` int(4) NOT NULL, `image_enable_page` tinyint(1) NOT NULL, `image_title_show_hover` varchar(20) NOT NULL, `ecommerce_icon_show_hover` varchar(20) NOT NULL, `album_column_number` int(4) NOT NULL, `albums_per_page` int(4) NOT NULL, `album_title_show_hover` varchar(8) NOT NULL, `album_thumb_width` int(4) NOT NULL, `album_thumb_height` int(4) NOT NULL, `album_enable_page` tinyint(1) NOT NULL, `extended_album_height` int(4) NOT NULL, `extended_album_description_enable` tinyint(1) NOT NULL, `image_browser_width` int(4) NOT NULL, `image_browser_title_enable` tinyint(1) NOT NULL, `image_browser_description_enable` tinyint(1) NOT NULL, `blog_style_width` int(4) NOT NULL, `blog_style_title_enable` tinyint(1) NOT NULL, `blog_style_images_per_page` int(4) NOT NULL, `blog_style_enable_page` tinyint(1) NOT NULL, `slideshow_type` varchar(16) NOT NULL, `slideshow_interval` int(4) NOT NULL, `slideshow_width` int(4) NOT NULL, `slideshow_height` int(4) NOT NULL, `slideshow_enable_autoplay` tinyint(1) NOT NULL, `slideshow_enable_shuffle` tinyint(1) NOT NULL, `slideshow_enable_ctrl` tinyint(1) NOT NULL, `slideshow_enable_filmstrip` tinyint(1) NOT NULL, `slideshow_filmstrip_height` int(4) NOT NULL, `slideshow_enable_title` tinyint(1) NOT NULL, `slideshow_title_position` varchar(16) NOT NULL, `slideshow_enable_description` tinyint(1) NOT NULL, `slideshow_description_position` varchar(16) NOT NULL, `slideshow_enable_music` tinyint(1) NOT NULL, `slideshow_audio_url` varchar(255) NOT NULL, `popup_width` int(4) NOT NULL, `popup_height` int(4) NOT NULL, `popup_type` varchar(16) NOT NULL, `popup_interval` int(4) NOT NULL, `popup_enable_filmstrip` tinyint(1) NOT NULL, `popup_filmstrip_height` int(4) NOT NULL, `popup_enable_ctrl_btn` tinyint(1) NOT NULL, `popup_enable_fullscreen` tinyint(1) NOT NULL, `popup_enable_info` tinyint(1) NOT NULL, `popup_info_always_show` tinyint(1) NOT NULL, `popup_enable_rate` tinyint(1) NOT NULL, `popup_enable_comment` tinyint(1) NOT NULL, `popup_enable_email` tinyint(1) NOT NULL, `popup_enable_captcha` tinyint(1) NOT NULL, `popup_enable_download` tinyint(1) NOT NULL, `popup_enable_fullsize_image` tinyint(1) NOT NULL, `popup_enable_facebook` tinyint(1) NOT NULL, `popup_enable_twitter` tinyint(1) NOT NULL, `popup_enable_google` tinyint(1) NOT NULL, `popup_enable_ecommerce` tinyint(1) NOT NULL, `watermark_type` varchar(8) NOT NULL, `watermark_position` varchar(16) NOT NULL, `watermark_width` int(4) NOT NULL, `watermark_height` int(4) NOT NULL, `watermark_url` mediumtext NOT NULL, `watermark_text` mediumtext NOT NULL, `watermark_link` mediumtext NOT NULL, `watermark_font_size` int(4) NOT NULL, `watermark_font` varchar(16) NOT NULL, `watermark_color` varchar(8) NOT NULL, `watermark_opacity` int(4) NOT NULL, `built_in_watermark_type` varchar(16) NOT NULL, `built_in_watermark_position` varchar(16) NOT NULL, `built_in_watermark_size` int(4) NOT NULL, `built_in_watermark_url` mediumtext NOT NULL, `built_in_watermark_text` mediumtext NOT NULL, `built_in_watermark_font_size` int(4) NOT NULL, `built_in_watermark_font` varchar(16) NOT NULL, `built_in_watermark_color` varchar(8) NOT NULL, `built_in_watermark_opacity` int(4) NOT NULL, `image_right_click` tinyint(1) NOT NULL, `popup_fullscreen` tinyint(1) NOT NULL, `gallery_role` tinyint(1) NOT NULL, `album_role` tinyint(1) NOT NULL, `image_role` tinyint(1) NOT NULL, `popup_autoplay` tinyint(1) NOT NULL, `album_view_type` varchar(16) NOT NULL, `popup_enable_pinterest` tinyint(1) NOT NULL, `popup_enable_tumblr` tinyint(1) NOT NULL, `show_search_box` tinyint(1) NOT NULL, `search_box_width` int(4) NOT NULL, `preload_images` tinyint(1) NOT NULL, `preload_images_count` int(4) NOT NULL, `thumb_click_action` varchar(16) NOT NULL, `thumb_link_target` tinyint(1) NOT NULL, `comment_moderation` tinyint(1) NOT NULL, `popup_hit_counter` tinyint(1) NOT NULL, `enable_ML_import` tinyint(1) NOT NULL, `showthumbs_name` tinyint(1) NOT NULL, `show_album_name` tinyint(1) NOT NULL, `show_image_counts` tinyint(1) NOT NULL, `upload_img_width` int(4) NOT NULL, `upload_img_height` int(4) NOT NULL, `play_icon` tinyint(1) NOT NULL, `show_masonry_thumb_description` tinyint(1) NOT NULL, `slideshow_title_full_width` tinyint(1) NOT NULL, `popup_info_full_width` tinyint(1) NOT NULL, `show_sort_images` tinyint(1) NOT NULL, `autoupdate_interval` int(4) NOT NULL, `instagram_access_token` varchar(128) NOT NULL, `description_tb` tinyint(1) NOT NULL, `enable_seo` tinyint(1) NOT NULL, `autohide_lightbox_navigation` tinyint(1) NOT NULL, `autohide_slideshow_navigation` tinyint(1) NOT NULL, `read_metadata` tinyint(1) NOT NULL, `enable_loop` tinyint(1) NOT NULL, `enable_addthis` tinyint(1) NOT NULL, `addthis_profile_id` varchar(66) NOT NULL, `carousel_interval` int(4) NOT NULL, `carousel_width` int(4) NOT NULL, `carousel_height` int(4) NOT NULL, `carousel_image_column_number` int(4) NOT NULL, `carousel_image_par` varchar(32) NOT NULL, `carousel_enable_title` tinyint(1) NOT NULL, `carousel_enable_autoplay` tinyint(1) NOT NULL, `carousel_r_width` int(4) NOT NULL, `carousel_fit_containerWidth` tinyint(1) NOT NULL, `carousel_prev_next_butt` tinyint(1) NOT NULL, `carousel_play_pause_butt` tinyint(1) NOT NULL, `permissions` varchar(20) NOT NULL, `facebook_app_id` varchar(64) NOT NULL, `facebook_app_secret` varchar(64) NOT NULL, `show_tag_box` tinyint(1) NOT NULL, `show_hide_custom_post` tinyint(1) NOT NULL, `show_hide_post_meta` tinyint(1) NOT NULL, `placeholder` varchar(32) NOT NULL, `slideshow_effect_duration` int(4) NOT NULL DEFAULT '1', `popup_effect_duration` int(4) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_option` -- LOCK TABLES `wp_bwg_option` WRITE; /*!40000 ALTER TABLE `wp_bwg_option` DISABLE KEYS */; INSERT INTO `wp_bwg_option` VALUES (1,'wp-content/uploads','vertical','vertical',0,100,5,30,180,90,300,300,1,'none','',5,30,'hover',120,90,1,150,1,800,1,1,800,1,5,1,'fade',5,800,500,0,0,1,1,70,0,'top-right',0,'bottom-right',0,'',800,500,'fade',5,1,50,1,1,1,0,0,1,0,0,0,0,1,1,1,0,'none','bottom-left',90,90,'http://centralohiobeekeepers.org/wp-content/plugins/photo-gallery/images/watermark.png','web-dorado.com','https://web-dorado.com',20,'Arial','FFFFFF',30,'none','middle-center',15,'http://centralohiobeekeepers.org/wp-content/plugins/photo-gallery/images/watermark.png','web-dorado.com',20,'arial.ttf','FFFFFF',30,0,0,0,0,0,0,'thumbnail',0,0,0,180,1,10,'open_lightbox',1,0,0,0,0,0,0,1200,1200,1,0,0,0,0,30,'',0,1,1,1,1,1,0,'',5,300,300,5,'0.75',0,0,800,1,1,1,'manage_options','','',0,0,0,'',1,1); /*!40000 ALTER TABLE `wp_bwg_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_shortcode` -- DROP TABLE IF EXISTS `wp_bwg_shortcode`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_shortcode` ( `id` bigint(20) NOT NULL, `tagtext` mediumtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_shortcode` -- LOCK TABLES `wp_bwg_shortcode` WRITE; /*!40000 ALTER TABLE `wp_bwg_shortcode` DISABLE KEYS */; INSERT INTO `wp_bwg_shortcode` VALUES (1,' gallery_type=\"thumbnails\" theme_id=\"1\" gallery_id=\"4\" sort_by=\"order\" order_by=\"asc\" show_search_box=\"0\" show_sort_images=\"0\" search_box_width=\"180\" image_column_number=\"5\" images_per_page=\"30\" image_title=\"none\" image_enable_page=\"1\" thumb_width=\"180\" thumb_height=\"90\" load_more_image_count=\"30\" show_tag_box=\"0\" thumb_click_action=\"open_lightbox\" thumb_link_target=\"1\" popup_fullscreen=\"0\" popup_autoplay=\"1\" popup_width=\"800\" popup_height=\"500\" popup_effect=\"fade\" popup_interval=\"4\" popup_enable_filmstrip=\"1\" popup_filmstrip_height=\"50\" popup_enable_ctrl_btn=\"1\" popup_enable_fullscreen=\"1\" popup_enable_info=\"1\" popup_info_always_show=\"0\" popup_info_full_width=\"0\" popup_enable_rate=\"0\" popup_enable_comment=\"1\" popup_hit_counter=\"0\" popup_enable_facebook=\"1\" popup_enable_twitter=\"1\" popup_enable_google=\"1\" popup_enable_pinterest=\"0\" popup_enable_tumblr=\"0\" show_tag_box=\"0\" watermark_type=\"none\" watermark_link=\"https://web-dorado.com\"'),(2,' gallery_type=\"thumbnails\" theme_id=\"1\" gallery_id=\"6\" sort_by=\"order\" order_by=\"asc\" show_search_box=\"0\" show_sort_images=\"0\" search_box_width=\"180\" image_column_number=\"5\" images_per_page=\"30\" image_title=\"none\" image_enable_page=\"1\" thumb_width=\"180\" thumb_height=\"90\" load_more_image_count=\"30\" show_tag_box=\"0\" thumb_click_action=\"open_lightbox\" thumb_link_target=\"1\" popup_fullscreen=\"0\" popup_autoplay=\"1\" popup_width=\"800\" popup_height=\"500\" popup_effect=\"fade\" popup_interval=\"4\" popup_enable_filmstrip=\"1\" popup_filmstrip_height=\"50\" popup_enable_ctrl_btn=\"1\" popup_enable_fullscreen=\"1\" popup_enable_info=\"1\" popup_info_always_show=\"0\" popup_info_full_width=\"0\" popup_enable_rate=\"0\" popup_enable_comment=\"1\" popup_hit_counter=\"0\" popup_enable_facebook=\"1\" popup_enable_twitter=\"1\" popup_enable_google=\"1\" popup_enable_pinterest=\"0\" popup_enable_tumblr=\"0\" show_tag_box=\"0\" watermark_type=\"none\" watermark_link=\"https://web-dorado.com\"'),(3,' gallery_type=\"slideshow\" theme_id=\"1\" gallery_id=\"9\" sort_by=\"order\" order_by=\"asc\" slideshow_effect=\"fade\" slideshow_interval=\"4\" slideshow_width=\"800\" slideshow_height=\"500\" enable_slideshow_autoplay=\"1\" enable_slideshow_shuffle=\"1\" enable_slideshow_ctrl=\"1\" enable_slideshow_filmstrip=\"1\" slideshow_filmstrip_height=\"70\" slideshow_enable_title=\"0\" slideshow_title_position=\"top-right\" slideshow_title_full_width=\"0\" slideshow_enable_description=\"1\" slideshow_description_position=\"bottom-center\" enable_slideshow_music=\"0\" slideshow_music_url=\"\" watermark_type=\"none\" watermark_link=\"https://web-dorado.com\"'),(4,' gallery_type=\"thumbnails\" theme_id=\"1\" gallery_id=\"10\" sort_by=\"order\" order_by=\"asc\" show_search_box=\"0\" show_sort_images=\"0\" search_box_width=\"180\" image_column_number=\"5\" images_per_page=\"30\" image_title=\"none\" image_enable_page=\"1\" thumb_width=\"180\" thumb_height=\"90\" load_more_image_count=\"30\" show_tag_box=\"0\" thumb_click_action=\"open_lightbox\" thumb_link_target=\"1\" popup_fullscreen=\"0\" popup_autoplay=\"1\" popup_width=\"800\" popup_height=\"500\" popup_effect=\"fade\" popup_interval=\"4\" popup_enable_filmstrip=\"1\" popup_filmstrip_height=\"50\" popup_enable_ctrl_btn=\"1\" popup_enable_fullscreen=\"1\" popup_enable_info=\"1\" popup_info_always_show=\"0\" popup_info_full_width=\"0\" popup_enable_rate=\"0\" popup_enable_comment=\"1\" popup_hit_counter=\"0\" popup_enable_facebook=\"1\" popup_enable_twitter=\"1\" popup_enable_google=\"1\" popup_enable_pinterest=\"0\" popup_enable_tumblr=\"0\" show_tag_box=\"0\" watermark_type=\"none\" watermark_link=\"https://web-dorado.com\"'); /*!40000 ALTER TABLE `wp_bwg_shortcode` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_theme` -- DROP TABLE IF EXISTS `wp_bwg_theme`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_theme` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `options` longtext NOT NULL, `default_theme` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_theme` -- LOCK TABLES `wp_bwg_theme` WRITE; /*!40000 ALTER TABLE `wp_bwg_theme` DISABLE KEYS */; INSERT INTO `wp_bwg_theme` VALUES (1,'Theme 1','{\"thumb_margin\":4,\"thumb_padding\":0,\"thumb_border_radius\":\"0\",\"thumb_border_width\":0,\"thumb_border_style\":\"none\",\"thumb_border_color\":\"CCCCCC\",\"thumb_bg_color\":\"FFFFFF\",\"thumbs_bg_color\":\"FFFFFF\",\"thumb_bg_transparent\":0,\"thumb_box_shadow\":\"0px 0px 0px #888888\",\"thumb_transparent\":100,\"thumb_align\":\"center\",\"thumb_hover_effect\":\"scale\",\"thumb_hover_effect_value\":\"1.1\",\"thumb_transition\":1,\"thumb_title_font_color\":\"CCCCCC\",\"thumb_title_font_style\":\"segoe ui\",\"thumb_title_pos\":\"bottom\",\"thumb_title_font_size\":16,\"thumb_title_font_weight\":\"bold\",\"thumb_title_margin\":\"2px\",\"thumb_title_shadow\":\"0px 0px 0px #888888\",\"page_nav_position\":\"bottom\",\"page_nav_align\":\"center\",\"page_nav_number\":0,\"page_nav_font_size\":12,\"page_nav_font_style\":\"segoe ui\",\"page_nav_font_color\":\"666666\",\"page_nav_font_weight\":\"bold\",\"page_nav_border_width\":1,\"page_nav_border_style\":\"solid\",\"page_nav_border_color\":\"E3E3E3\",\"page_nav_border_radius\":\"0\",\"page_nav_margin\":\"0\",\"page_nav_padding\":\"3px 6px\",\"page_nav_button_bg_color\":\"FFFFFF\",\"page_nav_button_bg_transparent\":100,\"page_nav_box_shadow\":\"0\",\"page_nav_button_transition\":1,\"page_nav_button_text\":0,\"lightbox_overlay_bg_color\":\"000000\",\"lightbox_overlay_bg_transparent\":70,\"lightbox_bg_color\":\"000000\",\"lightbox_ctrl_btn_pos\":\"bottom\",\"lightbox_ctrl_btn_align\":\"center\",\"lightbox_ctrl_btn_height\":20,\"lightbox_ctrl_btn_margin_top\":10,\"lightbox_ctrl_btn_margin_left\":7,\"lightbox_ctrl_btn_transparent\":100,\"lightbox_ctrl_btn_color\":\"FFFFFF\",\"lightbox_toggle_btn_height\":14,\"lightbox_toggle_btn_width\":100,\"lightbox_ctrl_cont_bg_color\":\"000000\",\"lightbox_ctrl_cont_transparent\":65,\"lightbox_ctrl_cont_border_radius\":4,\"lightbox_close_btn_transparent\":100,\"lightbox_close_btn_bg_color\":\"000000\",\"lightbox_close_btn_border_width\":2,\"lightbox_close_btn_border_radius\":\"16px\",\"lightbox_close_btn_border_style\":\"none\",\"lightbox_close_btn_border_color\":\"FFFFFF\",\"lightbox_close_btn_box_shadow\":\"0\",\"lightbox_close_btn_color\":\"FFFFFF\",\"lightbox_close_btn_size\":10,\"lightbox_close_btn_width\":20,\"lightbox_close_btn_height\":20,\"lightbox_close_btn_top\":\"-10\",\"lightbox_close_btn_right\":\"-10\",\"lightbox_close_btn_full_color\":\"FFFFFF\",\"lightbox_rl_btn_bg_color\":\"000000\",\"lightbox_rl_btn_border_radius\":\"20px\",\"lightbox_rl_btn_border_width\":0,\"lightbox_rl_btn_border_style\":\"none\",\"lightbox_rl_btn_border_color\":\"FFFFFF\",\"lightbox_rl_btn_box_shadow\":\"\",\"lightbox_rl_btn_color\":\"FFFFFF\",\"lightbox_rl_btn_height\":40,\"lightbox_rl_btn_width\":40,\"lightbox_rl_btn_size\":20,\"lightbox_close_rl_btn_hover_color\":\"CCCCCC\",\"lightbox_comment_pos\":\"left\",\"lightbox_comment_width\":400,\"lightbox_comment_bg_color\":\"000000\",\"lightbox_comment_font_color\":\"CCCCCC\",\"lightbox_comment_font_style\":\"segoe ui\",\"lightbox_comment_font_size\":12,\"lightbox_comment_button_bg_color\":\"616161\",\"lightbox_comment_button_border_color\":\"666666\",\"lightbox_comment_button_border_width\":1,\"lightbox_comment_button_border_style\":\"none\",\"lightbox_comment_button_border_radius\":\"3px\",\"lightbox_comment_button_padding\":\"3px 10px\",\"lightbox_comment_input_bg_color\":\"333333\",\"lightbox_comment_input_border_color\":\"666666\",\"lightbox_comment_input_border_width\":1,\"lightbox_comment_input_border_style\":\"none\",\"lightbox_comment_input_border_radius\":\"0\",\"lightbox_comment_input_padding\":\"2px\",\"lightbox_comment_separator_width\":1,\"lightbox_comment_separator_style\":\"solid\",\"lightbox_comment_separator_color\":\"383838\",\"lightbox_comment_author_font_size\":14,\"lightbox_comment_date_font_size\":10,\"lightbox_comment_body_font_size\":12,\"lightbox_comment_share_button_color\":\"CCCCCC\",\"lightbox_filmstrip_pos\":\"top\",\"lightbox_filmstrip_rl_bg_color\":\"3B3B3B\",\"lightbox_filmstrip_rl_btn_size\":20,\"lightbox_filmstrip_rl_btn_color\":\"FFFFFF\",\"lightbox_filmstrip_thumb_margin\":\"0 1px\",\"lightbox_filmstrip_thumb_border_width\":1,\"lightbox_filmstrip_thumb_border_style\":\"solid\",\"lightbox_filmstrip_thumb_border_color\":\"000000\",\"lightbox_filmstrip_thumb_border_radius\":\"0\",\"lightbox_filmstrip_thumb_deactive_transparent\":80,\"lightbox_filmstrip_thumb_active_border_width\":0,\"lightbox_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"lightbox_rl_btn_style\":\"fa-chevron\",\"lightbox_rl_btn_transparent\":80,\"lightbox_bg_transparent\":100,\"album_compact_back_font_color\":\"000000\",\"album_compact_back_font_style\":\"segoe ui\",\"album_compact_back_font_size\":16,\"album_compact_back_font_weight\":\"bold\",\"album_compact_back_padding\":\"0\",\"album_compact_title_font_color\":\"CCCCCC\",\"album_compact_title_font_style\":\"segoe ui\",\"album_compact_thumb_title_pos\":\"bottom\",\"album_compact_title_font_size\":16,\"album_compact_title_font_weight\":\"bold\",\"album_compact_title_margin\":\"2px\",\"album_compact_title_shadow\":\"0px 0px 0px #888888\",\"album_compact_thumb_margin\":4,\"album_compact_thumb_padding\":0,\"album_compact_thumb_border_radius\":\"0\",\"album_compact_thumb_border_width\":0,\"album_compact_thumb_border_style\":\"none\",\"album_compact_thumb_border_color\":\"CCCCCC\",\"album_compact_thumb_bg_color\":\"FFFFFF\",\"album_compact_thumbs_bg_color\":\"FFFFFF\",\"album_compact_thumb_bg_transparent\":0,\"album_compact_thumb_box_shadow\":\"0px 0px 0px #888888\",\"album_compact_thumb_transparent\":100,\"album_compact_thumb_align\":\"center\",\"album_compact_thumb_hover_effect\":\"scale\",\"album_compact_thumb_hover_effect_value\":\"1.1\",\"album_compact_thumb_transition\":0,\"album_extended_thumb_margin\":2,\"album_extended_thumb_padding\":0,\"album_extended_thumb_border_radius\":\"0\",\"album_extended_thumb_border_width\":0,\"album_extended_thumb_border_style\":\"none\",\"album_extended_thumb_border_color\":\"CCCCCC\",\"album_extended_thumb_bg_color\":\"FFFFFF\",\"album_extended_thumbs_bg_color\":\"FFFFFF\",\"album_extended_thumb_bg_transparent\":0,\"album_extended_thumb_box_shadow\":\"\",\"album_extended_thumb_transparent\":100,\"album_extended_thumb_align\":\"left\",\"album_extended_thumb_hover_effect\":\"scale\",\"album_extended_thumb_hover_effect_value\":\"1.1\",\"album_extended_thumb_transition\":0,\"album_extended_back_font_color\":\"000000\",\"album_extended_back_font_style\":\"segoe ui\",\"album_extended_back_font_size\":20,\"album_extended_back_font_weight\":\"bold\",\"album_extended_back_padding\":\"0\",\"album_extended_div_bg_color\":\"FFFFFF\",\"album_extended_div_bg_transparent\":0,\"album_extended_div_border_radius\":\"0 0 0 0\",\"album_extended_div_margin\":\"0 0 5px 0\",\"album_extended_div_padding\":10,\"album_extended_div_separator_width\":1,\"album_extended_div_separator_style\":\"solid\",\"album_extended_div_separator_color\":\"E0E0E0\",\"album_extended_thumb_div_bg_color\":\"FFFFFF\",\"album_extended_thumb_div_border_radius\":\"0\",\"album_extended_thumb_div_border_width\":1,\"album_extended_thumb_div_border_style\":\"solid\",\"album_extended_thumb_div_border_color\":\"E8E8E8\",\"album_extended_thumb_div_padding\":\"5px\",\"album_extended_text_div_bg_color\":\"FFFFFF\",\"album_extended_text_div_border_radius\":\"0\",\"album_extended_text_div_border_width\":1,\"album_extended_text_div_border_style\":\"solid\",\"album_extended_text_div_border_color\":\"E8E8E8\",\"album_extended_text_div_padding\":\"5px\",\"album_extended_title_span_border_width\":1,\"album_extended_title_span_border_style\":\"none\",\"album_extended_title_span_border_color\":\"CCCCCC\",\"album_extended_title_font_color\":\"000000\",\"album_extended_title_font_style\":\"segoe ui\",\"album_extended_title_font_size\":16,\"album_extended_title_font_weight\":\"bold\",\"album_extended_title_margin_bottom\":2,\"album_extended_title_padding\":\"2px\",\"album_extended_desc_span_border_width\":1,\"album_extended_desc_span_border_style\":\"none\",\"album_extended_desc_span_border_color\":\"CCCCCC\",\"album_extended_desc_font_color\":\"000000\",\"album_extended_desc_font_style\":\"segoe ui\",\"album_extended_desc_font_size\":14,\"album_extended_desc_font_weight\":\"normal\",\"album_extended_desc_padding\":\"2px\",\"album_extended_desc_more_color\":\"F2D22E\",\"album_extended_desc_more_size\":12,\"masonry_thumb_padding\":4,\"masonry_thumb_border_radius\":\"0\",\"masonry_thumb_border_width\":0,\"masonry_thumb_border_style\":\"none\",\"masonry_thumb_border_color\":\"CCCCCC\",\"masonry_thumbs_bg_color\":\"FFFFFF\",\"masonry_thumb_bg_transparent\":0,\"masonry_thumb_transparent\":100,\"masonry_thumb_align\":\"center\",\"masonry_thumb_hover_effect\":\"scale\",\"masonry_thumb_hover_effect_value\":\"1.1\",\"masonry_thumb_transition\":0,\"slideshow_cont_bg_color\":\"000000\",\"slideshow_close_btn_transparent\":100,\"slideshow_rl_btn_bg_color\":\"000000\",\"slideshow_rl_btn_border_radius\":\"20px\",\"slideshow_rl_btn_border_width\":0,\"slideshow_rl_btn_border_style\":\"none\",\"slideshow_rl_btn_border_color\":\"FFFFFF\",\"slideshow_rl_btn_box_shadow\":\"0px 0px 0px #000000\",\"slideshow_rl_btn_color\":\"FFFFFF\",\"slideshow_rl_btn_height\":40,\"slideshow_rl_btn_size\":20,\"slideshow_rl_btn_width\":40,\"slideshow_close_rl_btn_hover_color\":\"CCCCCC\",\"slideshow_filmstrip_pos\":\"top\",\"slideshow_filmstrip_thumb_border_width\":1,\"slideshow_filmstrip_thumb_border_style\":\"solid\",\"slideshow_filmstrip_thumb_border_color\":\"000000\",\"slideshow_filmstrip_thumb_border_radius\":\"0\",\"slideshow_filmstrip_thumb_margin\":\"0 1px\",\"slideshow_filmstrip_thumb_active_border_width\":0,\"slideshow_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"slideshow_filmstrip_thumb_deactive_transparent\":80,\"slideshow_filmstrip_rl_bg_color\":\"3B3B3B\",\"slideshow_filmstrip_rl_btn_color\":\"FFFFFF\",\"slideshow_filmstrip_rl_btn_size\":20,\"slideshow_title_font_size\":16,\"slideshow_title_font\":\"segoe ui\",\"slideshow_title_color\":\"FFFFFF\",\"slideshow_title_opacity\":70,\"slideshow_title_border_radius\":\"5px\",\"slideshow_title_background_color\":\"000000\",\"slideshow_title_padding\":\"0 0 0 0\",\"slideshow_description_font_size\":14,\"slideshow_description_font\":\"segoe ui\",\"slideshow_description_color\":\"FFFFFF\",\"slideshow_description_opacity\":70,\"slideshow_description_border_radius\":\"0\",\"slideshow_description_background_color\":\"000000\",\"slideshow_description_padding\":\"5px 10px 5px 10px\",\"slideshow_dots_width\":12,\"slideshow_dots_height\":12,\"slideshow_dots_border_radius\":\"5px\",\"slideshow_dots_background_color\":\"F2D22E\",\"slideshow_dots_margin\":3,\"slideshow_dots_active_background_color\":\"FFFFFF\",\"slideshow_dots_active_border_width\":1,\"slideshow_dots_active_border_color\":\"000000\",\"slideshow_play_pause_btn_size\":60,\"slideshow_rl_btn_style\":\"fa-chevron\",\"blog_style_margin\":\"2px\",\"blog_style_padding\":\"0\",\"blog_style_border_radius\":\"0\",\"blog_style_border_width\":1,\"blog_style_border_style\":\"solid\",\"blog_style_border_color\":\"F5F5F5\",\"blog_style_bg_color\":\"FFFFFF\",\"blog_style_transparent\":80,\"blog_style_box_shadow\":\"\",\"blog_style_align\":\"center\",\"blog_style_share_buttons_margin\":\"5px auto 10px auto\",\"blog_style_share_buttons_border_radius\":\"0\",\"blog_style_share_buttons_border_width\":0,\"blog_style_share_buttons_border_style\":\"none\",\"blog_style_share_buttons_border_color\":\"000000\",\"blog_style_share_buttons_bg_color\":\"FFFFFF\",\"blog_style_share_buttons_align\":\"right\",\"blog_style_img_font_size\":16,\"blog_style_img_font_family\":\"segoe ui\",\"blog_style_img_font_color\":\"000000\",\"blog_style_share_buttons_color\":\"B3AFAF\",\"blog_style_share_buttons_bg_transparent\":0,\"blog_style_share_buttons_font_size\":20,\"image_browser_margin\":\"2px auto\",\"image_browser_padding\":\"4px\",\"image_browser_border_radius\":\"0\",\"image_browser_border_width\":1,\"image_browser_border_style\":\"none\",\"image_browser_border_color\":\"F5F5F5\",\"image_browser_bg_color\":\"EBEBEB\",\"image_browser_box_shadow\":\"\",\"image_browser_transparent\":80,\"image_browser_align\":\"center\",\"image_browser_image_description_margin\":\"0px 5px 0px 5px\",\"image_browser_image_description_padding\":\"8px 8px 8px 8px\",\"image_browser_image_description_border_radius\":\"0\",\"image_browser_image_description_border_width\":1,\"image_browser_image_description_border_style\":\"none\",\"image_browser_image_description_border_color\":\"FFFFFF\",\"image_browser_image_description_bg_color\":\"EBEBEB\",\"image_browser_image_description_align\":\"center\",\"image_browser_img_font_size\":15,\"image_browser_img_font_family\":\"segoe ui\",\"image_browser_img_font_color\":\"000000\",\"image_browser_full_padding\":\"4px\",\"image_browser_full_border_radius\":\"0\",\"image_browser_full_border_width\":2,\"image_browser_full_border_style\":\"none\",\"image_browser_full_border_color\":\"F7F7F7\",\"image_browser_full_bg_color\":\"F5F5F5\",\"image_browser_full_transparent\":90,\"lightbox_info_pos\":\"top\",\"lightbox_info_align\":\"right\",\"lightbox_info_bg_color\":\"000000\",\"lightbox_info_bg_transparent\":70,\"lightbox_info_border_width\":1,\"lightbox_info_border_style\":\"none\",\"lightbox_info_border_color\":\"000000\",\"lightbox_info_border_radius\":\"5px\",\"lightbox_info_padding\":\"5px\",\"lightbox_info_margin\":\"15px\",\"lightbox_title_color\":\"FFFFFF\",\"lightbox_title_font_style\":\"segoe ui\",\"lightbox_title_font_weight\":\"bold\",\"lightbox_title_font_size\":18,\"lightbox_description_color\":\"FFFFFF\",\"lightbox_description_font_style\":\"segoe ui\",\"lightbox_description_font_weight\":\"normal\",\"lightbox_description_font_size\":14,\"lightbox_rate_pos\":\"bottom\",\"lightbox_rate_align\":\"right\",\"lightbox_rate_icon\":\"star\",\"lightbox_rate_color\":\"F9D062\",\"lightbox_rate_size\":20,\"lightbox_rate_stars_count\":5,\"lightbox_rate_padding\":\"15px\",\"lightbox_rate_hover_color\":\"F7B50E\",\"lightbox_hit_pos\":\"bottom\",\"lightbox_hit_align\":\"left\",\"lightbox_hit_bg_color\":\"000000\",\"lightbox_hit_bg_transparent\":70,\"lightbox_hit_border_width\":1,\"lightbox_hit_border_style\":\"none\",\"lightbox_hit_border_color\":\"000000\",\"lightbox_hit_border_radius\":\"5px\",\"lightbox_hit_padding\":\"5px\",\"lightbox_hit_margin\":\"0 5px\",\"lightbox_hit_color\":\"FFFFFF\",\"lightbox_hit_font_style\":\"segoe ui\",\"lightbox_hit_font_weight\":\"normal\",\"lightbox_hit_font_size\":14,\"masonry_description_font_size\":12,\"masonry_description_color\":\"CCCCCC\",\"masonry_description_font_style\":\"segoe ui\",\"album_masonry_back_font_color\":\"000000\",\"album_masonry_back_font_style\":\"segoe ui\",\"album_masonry_back_font_size\":16,\"album_masonry_back_font_weight\":\"bold\",\"album_masonry_back_padding\":\"0\",\"album_masonry_title_font_color\":\"CCCCCC\",\"album_masonry_title_font_style\":\"segoe ui\",\"album_masonry_thumb_title_pos\":\"bottom\",\"album_masonry_title_font_size\":16,\"album_masonry_title_font_weight\":\"bold\",\"album_masonry_title_margin\":\"2px\",\"album_masonry_title_shadow\":\"0px 0px 0px #888888\",\"album_masonry_thumb_margin\":4,\"album_masonry_thumb_padding\":0,\"album_masonry_thumb_border_radius\":\"0\",\"album_masonry_thumb_border_width\":0,\"album_masonry_thumb_border_style\":\"none\",\"album_masonry_thumb_border_color\":\"CCCCCC\",\"album_masonry_thumb_bg_color\":\"FFFFFF\",\"album_masonry_thumbs_bg_color\":\"FFFFFF\",\"album_masonry_thumb_bg_transparent\":0,\"album_masonry_thumb_box_shadow\":\"0px 0px 0px #888888\",\"album_masonry_thumb_transparent\":100,\"album_masonry_thumb_align\":\"center\",\"album_masonry_thumb_hover_effect\":\"scale\",\"album_masonry_thumb_hover_effect_value\":\"1.1\",\"album_masonry_thumb_transition\":0,\"mosaic_thumb_padding\":4,\"mosaic_thumb_border_radius\":\"0\",\"mosaic_thumb_border_width\":0,\"mosaic_thumb_border_style\":\"none\",\"mosaic_thumb_border_color\":\"CCCCCC\",\"mosaic_thumbs_bg_color\":\"FFFFFF\",\"mosaic_thumb_bg_transparent\":0,\"mosaic_thumb_transparent\":100,\"mosaic_thumb_align\":\"center\",\"mosaic_thumb_hover_effect\":\"scale\",\"mosaic_thumb_hover_effect_value\":\"1.1\",\"mosaic_thumb_title_font_color\":\"CCCCCC\",\"mosaic_thumb_title_font_style\":\"segoe ui\",\"mosaic_thumb_title_font_weight\":\"bold\",\"mosaic_thumb_title_margin\":\"2px\",\"mosaic_thumb_title_shadow\":\"0px 0px 0px #888888\",\"mosaic_thumb_title_font_size\":16,\"carousel_cont_bg_color\":\"000000\",\"carousel_cont_btn_transparent\":0,\"carousel_close_btn_transparent\":100,\"carousel_rl_btn_bg_color\":\"000000\",\"carousel_rl_btn_border_radius\":\"20px\",\"carousel_rl_btn_border_width\":0,\"carousel_rl_btn_border_style\":\"none\",\"carousel_rl_btn_border_color\":\"FFFFFF\",\"carousel_rl_btn_color\":\"FFFFFF\",\"carousel_rl_btn_height\":40,\"carousel_rl_btn_size\":20,\"carousel_play_pause_btn_size\":20,\"carousel_rl_btn_width\":40,\"carousel_close_rl_btn_hover_color\":\"CCCCCC\",\"carousel_rl_btn_style\":\"fa-chevron\",\"carousel_mergin_bottom\":\"0.5\",\"carousel_font_family\":\"Arial\",\"carousel_feature_border_width\":2,\"carousel_feature_border_style\":\"solid\",\"carousel_feature_border_color\":\"5D204F\",\"carousel_caption_background_color\":\"000000\",\"carousel_caption_bottom\":0,\"carousel_caption_p_mergin\":0,\"carousel_caption_p_pedding\":5,\"carousel_caption_p_font_weight\":\"bold\",\"carousel_caption_p_font_size\":14,\"carousel_caption_p_color\":\"white\",\"carousel_title_opacity\":100,\"carousel_title_border_radius\":\"5px\",\"mosaic_thumb_transition\":1}',1),(2,'Theme 2','{\"thumb_margin\":4,\"thumb_padding\":4,\"thumb_border_radius\":\"0\",\"thumb_border_width\":5,\"thumb_border_style\":\"none\",\"thumb_border_color\":\"FFFFFF\",\"thumb_bg_color\":\"E8E8E8\",\"thumbs_bg_color\":\"FFFFFF\",\"thumb_bg_transparent\":0,\"thumb_box_shadow\":\"0px 0px 0px #888888\",\"thumb_transparent\":100,\"thumb_align\":\"center\",\"thumb_hover_effect\":\"rotate\",\"thumb_hover_effect_value\":\"2deg\",\"thumb_transition\":1,\"thumb_title_font_color\":\"CCCCCC\",\"thumb_title_font_style\":\"segoe ui\",\"thumb_title_pos\":\"bottom\",\"thumb_title_font_size\":16,\"thumb_title_font_weight\":\"bold\",\"thumb_title_margin\":\"5px\",\"thumb_title_shadow\":\"\",\"page_nav_position\":\"bottom\",\"page_nav_align\":\"center\",\"page_nav_number\":0,\"page_nav_font_size\":12,\"page_nav_font_style\":\"segoe ui\",\"page_nav_font_color\":\"666666\",\"page_nav_font_weight\":\"bold\",\"page_nav_border_width\":1,\"page_nav_border_style\":\"none\",\"page_nav_border_color\":\"E3E3E3\",\"page_nav_border_radius\":\"0\",\"page_nav_margin\":\"0\",\"page_nav_padding\":\"3px 6px\",\"page_nav_button_bg_color\":\"FCFCFC\",\"page_nav_button_bg_transparent\":100,\"page_nav_box_shadow\":\"0\",\"page_nav_button_transition\":1,\"page_nav_button_text\":0,\"lightbox_overlay_bg_color\":\"000000\",\"lightbox_overlay_bg_transparent\":70,\"lightbox_bg_color\":\"000000\",\"lightbox_ctrl_btn_pos\":\"bottom\",\"lightbox_ctrl_btn_align\":\"center\",\"lightbox_ctrl_btn_height\":20,\"lightbox_ctrl_btn_margin_top\":10,\"lightbox_ctrl_btn_margin_left\":7,\"lightbox_ctrl_btn_transparent\":80,\"lightbox_ctrl_btn_color\":\"FFFFFF\",\"lightbox_toggle_btn_height\":14,\"lightbox_toggle_btn_width\":100,\"lightbox_ctrl_cont_bg_color\":\"000000\",\"lightbox_ctrl_cont_transparent\":80,\"lightbox_ctrl_cont_border_radius\":4,\"lightbox_close_btn_transparent\":95,\"lightbox_close_btn_bg_color\":\"000000\",\"lightbox_close_btn_border_width\":0,\"lightbox_close_btn_border_radius\":\"16px\",\"lightbox_close_btn_border_style\":\"none\",\"lightbox_close_btn_border_color\":\"FFFFFF\",\"lightbox_close_btn_box_shadow\":\"\",\"lightbox_close_btn_color\":\"FFFFFF\",\"lightbox_close_btn_size\":10,\"lightbox_close_btn_width\":20,\"lightbox_close_btn_height\":20,\"lightbox_close_btn_top\":\"-10\",\"lightbox_close_btn_right\":\"-10\",\"lightbox_close_btn_full_color\":\"FFFFFF\",\"lightbox_rl_btn_bg_color\":\"000000\",\"lightbox_rl_btn_border_radius\":\"20px\",\"lightbox_rl_btn_border_width\":2,\"lightbox_rl_btn_border_style\":\"none\",\"lightbox_rl_btn_border_color\":\"FFFFFF\",\"lightbox_rl_btn_box_shadow\":\"\",\"lightbox_rl_btn_color\":\"FFFFFF\",\"lightbox_rl_btn_height\":40,\"lightbox_rl_btn_width\":40,\"lightbox_rl_btn_size\":20,\"lightbox_close_rl_btn_hover_color\":\"FFFFFF\",\"lightbox_comment_pos\":\"left\",\"lightbox_comment_width\":400,\"lightbox_comment_bg_color\":\"000000\",\"lightbox_comment_font_color\":\"CCCCCC\",\"lightbox_comment_font_style\":\"arial\",\"lightbox_comment_font_size\":12,\"lightbox_comment_button_bg_color\":\"333333\",\"lightbox_comment_button_border_color\":\"666666\",\"lightbox_comment_button_border_width\":1,\"lightbox_comment_button_border_style\":\"none\",\"lightbox_comment_button_border_radius\":\"3px\",\"lightbox_comment_button_padding\":\"3px 10px\",\"lightbox_comment_input_bg_color\":\"333333\",\"lightbox_comment_input_border_color\":\"666666\",\"lightbox_comment_input_border_width\":1,\"lightbox_comment_input_border_style\":\"none\",\"lightbox_comment_input_border_radius\":\"0\",\"lightbox_comment_input_padding\":\"3px\",\"lightbox_comment_separator_width\":1,\"lightbox_comment_separator_style\":\"solid\",\"lightbox_comment_separator_color\":\"2B2B2B\",\"lightbox_comment_author_font_size\":14,\"lightbox_comment_date_font_size\":10,\"lightbox_comment_body_font_size\":12,\"lightbox_comment_share_button_color\":\"FFFFFF\",\"lightbox_filmstrip_pos\":\"top\",\"lightbox_filmstrip_rl_bg_color\":\"2B2B2B\",\"lightbox_filmstrip_rl_btn_size\":20,\"lightbox_filmstrip_rl_btn_color\":\"FFFFFF\",\"lightbox_filmstrip_thumb_margin\":\"0 1px\",\"lightbox_filmstrip_thumb_border_width\":1,\"lightbox_filmstrip_thumb_border_style\":\"none\",\"lightbox_filmstrip_thumb_border_color\":\"000000\",\"lightbox_filmstrip_thumb_border_radius\":\"0\",\"lightbox_filmstrip_thumb_deactive_transparent\":80,\"lightbox_filmstrip_thumb_active_border_width\":0,\"lightbox_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"lightbox_rl_btn_style\":\"fa-chevron\",\"lightbox_rl_btn_transparent\":80,\"lightbox_bg_transparent\":100,\"album_compact_back_font_color\":\"000000\",\"album_compact_back_font_style\":\"segoe ui\",\"album_compact_back_font_size\":14,\"album_compact_back_font_weight\":\"normal\",\"album_compact_back_padding\":\"0\",\"album_compact_title_font_color\":\"CCCCCC\",\"album_compact_title_font_style\":\"segoe ui\",\"album_compact_thumb_title_pos\":\"bottom\",\"album_compact_title_font_size\":16,\"album_compact_title_font_weight\":\"bold\",\"album_compact_title_margin\":\"5px\",\"album_compact_title_shadow\":\"\",\"album_compact_thumb_margin\":4,\"album_compact_thumb_padding\":4,\"album_compact_thumb_border_radius\":\"0\",\"album_compact_thumb_border_width\":1,\"album_compact_thumb_border_style\":\"none\",\"album_compact_thumb_border_color\":\"000000\",\"album_compact_thumb_bg_color\":\"E8E8E8\",\"album_compact_thumbs_bg_color\":\"FFFFFF\",\"album_compact_thumb_bg_transparent\":100,\"album_compact_thumb_box_shadow\":\"\",\"album_compact_thumb_transparent\":100,\"album_compact_thumb_align\":\"center\",\"album_compact_thumb_hover_effect\":\"rotate\",\"album_compact_thumb_hover_effect_value\":\"2deg\",\"album_compact_thumb_transition\":1,\"album_extended_thumb_margin\":2,\"album_extended_thumb_padding\":4,\"album_extended_thumb_border_radius\":\"0\",\"album_extended_thumb_border_width\":4,\"album_extended_thumb_border_style\":\"none\",\"album_extended_thumb_border_color\":\"E8E8E8\",\"album_extended_thumb_bg_color\":\"E8E8E8\",\"album_extended_thumbs_bg_color\":\"FFFFFF\",\"album_extended_thumb_bg_transparent\":100,\"album_extended_thumb_box_shadow\":\"\",\"album_extended_thumb_transparent\":100,\"album_extended_thumb_align\":\"left\",\"album_extended_thumb_hover_effect\":\"rotate\",\"album_extended_thumb_hover_effect_value\":\"2deg\",\"album_extended_thumb_transition\":0,\"album_extended_back_font_color\":\"000000\",\"album_extended_back_font_style\":\"segoe ui\",\"album_extended_back_font_size\":16,\"album_extended_back_font_weight\":\"bold\",\"album_extended_back_padding\":\"0\",\"album_extended_div_bg_color\":\"FFFFFF\",\"album_extended_div_bg_transparent\":0,\"album_extended_div_border_radius\":\"0\",\"album_extended_div_margin\":\"0 0 5px 0\",\"album_extended_div_padding\":10,\"album_extended_div_separator_width\":1,\"album_extended_div_separator_style\":\"none\",\"album_extended_div_separator_color\":\"CCCCCC\",\"album_extended_thumb_div_bg_color\":\"FFFFFF\",\"album_extended_thumb_div_border_radius\":\"0\",\"album_extended_thumb_div_border_width\":0,\"album_extended_thumb_div_border_style\":\"none\",\"album_extended_thumb_div_border_color\":\"CCCCCC\",\"album_extended_thumb_div_padding\":\"0\",\"album_extended_text_div_bg_color\":\"FFFFFF\",\"album_extended_text_div_border_radius\":\"0\",\"album_extended_text_div_border_width\":1,\"album_extended_text_div_border_style\":\"none\",\"album_extended_text_div_border_color\":\"CCCCCC\",\"album_extended_text_div_padding\":\"5px\",\"album_extended_title_span_border_width\":1,\"album_extended_title_span_border_style\":\"none\",\"album_extended_title_span_border_color\":\"CCCCCC\",\"album_extended_title_font_color\":\"000000\",\"album_extended_title_font_style\":\"segoe ui\",\"album_extended_title_font_size\":16,\"album_extended_title_font_weight\":\"bold\",\"album_extended_title_margin_bottom\":2,\"album_extended_title_padding\":\"2px\",\"album_extended_desc_span_border_width\":1,\"album_extended_desc_span_border_style\":\"none\",\"album_extended_desc_span_border_color\":\"CCCCCC\",\"album_extended_desc_font_color\":\"000000\",\"album_extended_desc_font_style\":\"segoe ui\",\"album_extended_desc_font_size\":14,\"album_extended_desc_font_weight\":\"normal\",\"album_extended_desc_padding\":\"2px\",\"album_extended_desc_more_color\":\"FFC933\",\"album_extended_desc_more_size\":12,\"masonry_thumb_padding\":4,\"masonry_thumb_border_radius\":\"2px\",\"masonry_thumb_border_width\":1,\"masonry_thumb_border_style\":\"none\",\"masonry_thumb_border_color\":\"CCCCCC\",\"masonry_thumbs_bg_color\":\"FFFFFF\",\"masonry_thumb_bg_transparent\":0,\"masonry_thumb_transparent\":80,\"masonry_thumb_align\":\"center\",\"masonry_thumb_hover_effect\":\"rotate\",\"masonry_thumb_hover_effect_value\":\"2deg\",\"masonry_thumb_transition\":0,\"slideshow_cont_bg_color\":\"000000\",\"slideshow_close_btn_transparent\":100,\"slideshow_rl_btn_bg_color\":\"000000\",\"slideshow_rl_btn_border_radius\":\"20px\",\"slideshow_rl_btn_border_width\":0,\"slideshow_rl_btn_border_style\":\"none\",\"slideshow_rl_btn_border_color\":\"FFFFFF\",\"slideshow_rl_btn_box_shadow\":\"\",\"slideshow_rl_btn_color\":\"FFFFFF\",\"slideshow_rl_btn_height\":40,\"slideshow_rl_btn_size\":20,\"slideshow_rl_btn_width\":40,\"slideshow_close_rl_btn_hover_color\":\"DBDBDB\",\"slideshow_filmstrip_pos\":\"bottom\",\"slideshow_filmstrip_thumb_border_width\":1,\"slideshow_filmstrip_thumb_border_style\":\"none\",\"slideshow_filmstrip_thumb_border_color\":\"000000\",\"slideshow_filmstrip_thumb_border_radius\":\"0\",\"slideshow_filmstrip_thumb_margin\":\"0 1px\",\"slideshow_filmstrip_thumb_active_border_width\":0,\"slideshow_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"slideshow_filmstrip_thumb_deactive_transparent\":80,\"slideshow_filmstrip_rl_bg_color\":\"303030\",\"slideshow_filmstrip_rl_btn_color\":\"FFFFFF\",\"slideshow_filmstrip_rl_btn_size\":20,\"slideshow_title_font_size\":16,\"slideshow_title_font\":\"segoe ui\",\"slideshow_title_color\":\"FFFFFF\",\"slideshow_title_opacity\":70,\"slideshow_title_border_radius\":\"5px\",\"slideshow_title_background_color\":\"000000\",\"slideshow_title_padding\":\"5px 10px 5px 10px\",\"slideshow_description_font_size\":14,\"slideshow_description_font\":\"segoe ui\",\"slideshow_description_color\":\"FFFFFF\",\"slideshow_description_opacity\":70,\"slideshow_description_border_radius\":\"0\",\"slideshow_description_background_color\":\"000000\",\"slideshow_description_padding\":\"5px 10px 5px 10px\",\"slideshow_dots_width\":10,\"slideshow_dots_height\":10,\"slideshow_dots_border_radius\":\"10px\",\"slideshow_dots_background_color\":\"292929\",\"slideshow_dots_margin\":1,\"slideshow_dots_active_background_color\":\"292929\",\"slideshow_dots_active_border_width\":2,\"slideshow_dots_active_border_color\":\"FFC933\",\"slideshow_play_pause_btn_size\":60,\"slideshow_rl_btn_style\":\"fa-chevron\",\"blog_style_margin\":\"2px\",\"blog_style_padding\":\"4px\",\"blog_style_border_radius\":\"0\",\"blog_style_border_width\":1,\"blog_style_border_style\":\"none\",\"blog_style_border_color\":\"CCCCCC\",\"blog_style_bg_color\":\"E8E8E8\",\"blog_style_transparent\":70,\"blog_style_box_shadow\":\"\",\"blog_style_align\":\"center\",\"blog_style_share_buttons_margin\":\"5px auto 10px auto\",\"blog_style_share_buttons_border_radius\":\"0\",\"blog_style_share_buttons_border_width\":0,\"blog_style_share_buttons_border_style\":\"none\",\"blog_style_share_buttons_border_color\":\"000000\",\"blog_style_share_buttons_bg_color\":\"FFFFFF\",\"blog_style_share_buttons_align\":\"right\",\"blog_style_img_font_size\":16,\"blog_style_img_font_family\":\"segoe ui\",\"blog_style_img_font_color\":\"000000\",\"blog_style_share_buttons_color\":\"A1A1A1\",\"blog_style_share_buttons_bg_transparent\":0,\"blog_style_share_buttons_font_size\":20,\"image_browser_margin\":\"2px auto\",\"image_browser_padding\":\"4px\",\"image_browser_border_radius\":\"2px\",\"image_browser_border_width\":1,\"image_browser_border_style\":\"none\",\"image_browser_border_color\":\"E8E8E8\",\"image_browser_bg_color\":\"E8E8E8\",\"image_browser_box_shadow\":\"\",\"image_browser_transparent\":80,\"image_browser_align\":\"center\",\"image_browser_image_description_margin\":\"24px 0px 0px 0px\",\"image_browser_image_description_padding\":\"8px 8px 8px 8px\",\"image_browser_image_description_border_radius\":\"0\",\"image_browser_image_description_border_width\":1,\"image_browser_image_description_border_style\":\"none\",\"image_browser_image_description_border_color\":\"FFFFFF\",\"image_browser_image_description_bg_color\":\"E8E8E8\",\"image_browser_image_description_align\":\"center\",\"image_browser_img_font_size\":14,\"image_browser_img_font_family\":\"segoe ui\",\"image_browser_img_font_color\":\"000000\",\"image_browser_full_padding\":\"4px\",\"image_browser_full_border_radius\":\"0\",\"image_browser_full_border_width\":1,\"image_browser_full_border_style\":\"solid\",\"image_browser_full_border_color\":\"EDEDED\",\"image_browser_full_bg_color\":\"FFFFFF\",\"image_browser_full_transparent\":90,\"lightbox_info_pos\":\"top\",\"lightbox_info_align\":\"right\",\"lightbox_info_bg_color\":\"000000\",\"lightbox_info_bg_transparent\":70,\"lightbox_info_border_width\":1,\"lightbox_info_border_style\":\"none\",\"lightbox_info_border_color\":\"000000\",\"lightbox_info_border_radius\":\"5px\",\"lightbox_info_padding\":\"5px\",\"lightbox_info_margin\":\"15px\",\"lightbox_title_color\":\"FFFFFF\",\"lightbox_title_font_style\":\"segoe ui\",\"lightbox_title_font_weight\":\"bold\",\"lightbox_title_font_size\":18,\"lightbox_description_color\":\"FFFFFF\",\"lightbox_description_font_style\":\"segoe ui\",\"lightbox_description_font_weight\":\"normal\",\"lightbox_description_font_size\":14,\"lightbox_rate_pos\":\"bottom\",\"lightbox_rate_align\":\"right\",\"lightbox_rate_icon\":\"star\",\"lightbox_rate_color\":\"F9D062\",\"lightbox_rate_size\":20,\"lightbox_rate_stars_count\":5,\"lightbox_rate_padding\":\"15px\",\"lightbox_rate_hover_color\":\"F7B50E\",\"lightbox_hit_pos\":\"bottom\",\"lightbox_hit_align\":\"left\",\"lightbox_hit_bg_color\":\"000000\",\"lightbox_hit_bg_transparent\":70,\"lightbox_hit_border_width\":1,\"lightbox_hit_border_style\":\"none\",\"lightbox_hit_border_color\":\"000000\",\"lightbox_hit_border_radius\":\"5px\",\"lightbox_hit_padding\":\"5px\",\"lightbox_hit_margin\":\"0 5px\",\"lightbox_hit_color\":\"FFFFFF\",\"lightbox_hit_font_style\":\"segoe ui\",\"lightbox_hit_font_weight\":\"normal\",\"lightbox_hit_font_size\":14,\"masonry_description_font_size\":12,\"masonry_description_color\":\"CCCCCC\",\"masonry_description_font_style\":\"segoe ui\",\"album_masonry_back_font_color\":\"000000\",\"album_masonry_back_font_style\":\"segoe ui\",\"album_masonry_back_font_size\":14,\"album_masonry_back_font_weight\":\"normal\",\"album_masonry_back_padding\":\"0\",\"album_masonry_title_font_color\":\"CCCCCC\",\"album_masonry_title_font_style\":\"segoe ui\",\"album_masonry_thumb_title_pos\":\"bottom\",\"album_masonry_title_font_size\":16,\"album_masonry_title_font_weight\":\"bold\",\"album_masonry_title_margin\":\"5px\",\"album_masonry_title_shadow\":\"\",\"album_masonry_thumb_margin\":4,\"album_masonry_thumb_padding\":4,\"album_masonry_thumb_border_radius\":\"0\",\"album_masonry_thumb_border_width\":1,\"album_masonry_thumb_border_style\":\"none\",\"album_masonry_thumb_border_color\":\"000000\",\"album_masonry_thumb_bg_color\":\"E8E8E8\",\"album_masonry_thumbs_bg_color\":\"FFFFFF\",\"album_masonry_thumb_bg_transparent\":100,\"album_masonry_thumb_box_shadow\":\"\",\"album_masonry_thumb_transparent\":100,\"album_masonry_thumb_align\":\"center\",\"album_masonry_thumb_hover_effect\":\"rotate\",\"album_masonry_thumb_hover_effect_value\":\"2deg\",\"album_masonry_thumb_transition\":1,\"mosaic_thumb_padding\":4,\"mosaic_thumb_border_radius\":\"2px\",\"mosaic_thumb_border_width\":1,\"mosaic_thumb_border_style\":\"none\",\"mosaic_thumb_border_color\":\"CCCCCC\",\"mosaic_thumbs_bg_color\":\"FFFFFF\",\"mosaic_thumb_bg_transparent\":0,\"mosaic_thumb_transparent\":80,\"mosaic_thumb_align\":\"center\",\"mosaic_thumb_hover_effect\":\"rotate\",\"mosaic_thumb_hover_effect_value\":\"2deg\",\"mosaic_thumb_title_font_color\":\"CCCCCC\",\"mosaic_thumb_title_font_style\":\"segoe ui\",\"mosaic_thumb_title_font_weight\":\"bold\",\"mosaic_thumb_title_margin\":\"2px\",\"mosaic_thumb_title_shadow\":\"0px 0px 0px #888888\",\"mosaic_thumb_title_font_size\":16,\"carousel_cont_bg_color\":\"000000\",\"carousel_cont_btn_transparent\":0,\"carousel_close_btn_transparent\":100,\"carousel_rl_btn_bg_color\":\"000000\",\"carousel_rl_btn_border_radius\":\"20px\",\"carousel_rl_btn_border_width\":0,\"carousel_rl_btn_border_style\":\"none\",\"carousel_rl_btn_border_color\":\"FFFFFF\",\"carousel_rl_btn_color\":\"FFFFFF\",\"carousel_rl_btn_height\":40,\"carousel_rl_btn_size\":20,\"carousel_play_pause_btn_size\":20,\"carousel_rl_btn_width\":40,\"carousel_close_rl_btn_hover_color\":\"CCCCCC\",\"carousel_rl_btn_style\":\"fa-chevron\",\"carousel_mergin_bottom\":\"0.5\",\"carousel_font_family\":\"Arial\",\"carousel_feature_border_width\":2,\"carousel_feature_border_style\":\"solid\",\"carousel_feature_border_color\":\"5D204F\",\"carousel_caption_background_color\":\"000000\",\"carousel_caption_bottom\":0,\"carousel_caption_p_mergin\":0,\"carousel_caption_p_pedding\":5,\"carousel_caption_p_font_weight\":\"bold\",\"carousel_caption_p_font_size\":14,\"carousel_caption_p_color\":\"white\",\"carousel_title_opacity\":100,\"carousel_title_border_radius\":\"5px\",\"default_theme\":0,\"mosaic_thumb_transition\":1}',0); /*!40000 ALTER TABLE `wp_bwg_theme` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, 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 `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_formmaker` -- DROP TABLE IF EXISTS `wp_formmaker`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_formmaker` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(127) NOT NULL, `mail` varchar(128) NOT NULL, `form_front` longtext NOT NULL, `theme` int(11) NOT NULL, `javascript` text NOT NULL, `submit_text` longtext NOT NULL, `url` varchar(200) NOT NULL, `submit_text_type` tinyint(4) NOT NULL, `script_mail` text NOT NULL, `script_mail_user` text NOT NULL, `counter` int(11) NOT NULL, `published` int(11) NOT NULL DEFAULT '1', `label_order` text NOT NULL, `label_order_current` text NOT NULL, `article_id` varchar(500) NOT NULL, `pagination` varchar(128) NOT NULL, `show_title` varchar(128) NOT NULL, `show_numbers` varchar(128) NOT NULL, `public_key` varchar(50) NOT NULL, `private_key` varchar(50) NOT NULL, `recaptcha_theme` varchar(20) NOT NULL, `paypal_mode` int(2) NOT NULL, `checkout_mode` varchar(20) NOT NULL, `paypal_email` varchar(50) NOT NULL, `payment_currency` varchar(20) NOT NULL, `tax` float NOT NULL, `form_fields` text NOT NULL, `savedb` tinyint(4) NOT NULL DEFAULT '1', `sendemail` tinyint(4) NOT NULL DEFAULT '1', `requiredmark` varchar(20) NOT NULL DEFAULT '*', `from_mail` varchar(128) NOT NULL, `from_name` varchar(128) NOT NULL, `reply_to` varchar(128) NOT NULL, `send_to` varchar(128) NOT NULL, `autogen_layout` tinyint(4) NOT NULL DEFAULT '1', `custom_front` longtext NOT NULL, `mail_from_user` varchar(128) NOT NULL, `mail_from_name_user` varchar(128) NOT NULL, `reply_to_user` varchar(128) NOT NULL, `condition` text NOT NULL, `mail_cc` varchar(128) NOT NULL, `mail_cc_user` varchar(128) NOT NULL, `mail_bcc` varchar(128) NOT NULL, `mail_bcc_user` varchar(128) NOT NULL, `mail_subject` varchar(128) NOT NULL, `mail_subject_user` varchar(128) NOT NULL, `mail_mode` tinyint(4) NOT NULL DEFAULT '1', `mail_mode_user` tinyint(4) NOT NULL DEFAULT '1', `mail_attachment` tinyint(4) NOT NULL DEFAULT '1', `mail_attachment_user` tinyint(4) NOT NULL DEFAULT '1', `user_id_wd` varchar(220) NOT NULL, `sortable` int(11) NOT NULL, `frontend_submit_fields` text NOT NULL, `frontend_submit_stat_fields` text NOT NULL, `mail_emptyfields` tinyint(4) NOT NULL DEFAULT '0', `mail_verify` tinyint(4) NOT NULL DEFAULT '0', `mail_verify_expiretime` float NOT NULL, `mail_verification_post_id` int(11) NOT NULL, `save_uploads` tinyint(4) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_formmaker` -- LOCK TABLES `wp_formmaker` WRITE; /*!40000 ALTER TABLE `wp_formmaker` DISABLE KEYS */; INSERT INTO `wp_formmaker` VALUES (1,'Contact Us with Captcha','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - custom_1%</div><div wdid=\"2\" class=\"wdform_row\">%2 - Name:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - E-mail:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Comments:%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Type the characters you see here:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - type_submit_reset_6%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',3,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',7,1,'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Name:#**label**#type_name#****#3#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Comments:#**label**#type_textarea#****#5#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#custom_1#**label**#type_editor#****#2#**id**#Name:#**label**#type_name#****#3#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Comments:#**label**#type_textarea#****#5#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<div><h2>Contact Us</h2><div>Please contact us for specific reasons.</div></div><p></p>*:*w_editor*:**:*new_field*:*2*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:*ex: myname@example.com*:*w_first_val*:*ex: myname@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_textarea*:*type*:*Comments:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_captcha*:*type*:*Type the characters you see here:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*6*:*id*:*type_submit_reset*:*type*:*type_submit_reset_6*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,19,1),(4,'Tell a Friend','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - custom_1%</div></div></div><div wdid=\"2\" type=\"type_section_break\" class=\"wdform_tr_section_break\">%2 - custom_2%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"3\" class=\"wdform_row\">%3 - From:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - To:%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Message:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - type_submit_reset_6%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',3,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',7,1,'1#**id**#custom_1#**label**#type_editor#****#3#**id**#From:#**label**#type_text#****#4#**id**#To:#**label**#type_text#****#5#**id**#Message:#**label**#type_textarea#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#custom_1#**label**#type_editor#****#3#**id**#From:#**label**#type_text#****#4#**id**#To:#**label**#type_text#****#5#**id**#Message:#**label**#type_textarea#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<h1>Tell a Friend</h1>*:*w_editor*:**:*new_field*:*2*:*id*:*type_section_break*:*type*:*custom_2*:*w_field_label*:*<div class=\"wdform-section-break-div\" style=\"min-width: 300px; border-top:1px solid\"></div>*:*w_editor*:**:*new_field*:*3*:*id*:*type_text*:*type*:*From:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_text*:*type*:*To:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_submit_reset*:*type*:*type_submit_reset_6*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(7,'Simple Contact','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - E-mail:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Website%</div><div wdid=\"4\" class=\"wdform_row\">%4 - type_submit_reset_4%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\">%5 - Message:%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',1,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',6,1,'1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Website#**label**#type_text#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Message:#**label**#type_textarea#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Website#**label**#type_text#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Message:#**label**#type_textarea#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Website*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Send Now!*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(10,'Advanced Contact Form 2','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - First Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - custom_2%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Last Name:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - custom_4%</div><div wdid=\"5\" class=\"wdform_row\">%5 - E-mail Address:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - custom_6%</div><div wdid=\"7\" class=\"wdform_row\">%7 - Company / Restaurant Name:%</div><div wdid=\"8\" class=\"wdform_row\">%8 - custom_8%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Telephone:%</div><div wdid=\"10\" class=\"wdform_row\">%10 - custom_10%</div><div wdid=\"11\" class=\"wdform_row\">%11 - Alternate Telephone:%</div><div wdid=\"12\" class=\"wdform_row\">%12 - custom_12%</div><div wdid=\"13\" class=\"wdform_row\">%13 - Requirements/ Comments:%</div><div wdid=\"14\" class=\"wdform_row\">%14 - custom_14%</div><div wdid=\"15\" class=\"wdform_row\">%15 - How Did You Hear About Us?%</div><div wdid=\"16\" class=\"wdform_row\">%16 - custom_16%</div><div wdid=\"17\" class=\"wdform_row\">%17 - custom_17%</div><div wdid=\"18\" class=\"wdform_row\">%18 - type_submit_reset_18%</div><div wdid=\"19\" class=\"wdform_row\">%19 - custom_19%</div><div wdid=\"20\" class=\"wdform_row\">%20 - custom_20%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',17,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',21,1,'1#**id**#First Name:#**label**#type_text#****#2#**id**#custom_2#**label**#type_editor#****#3#**id**#Last Name:#**label**#type_text#****#4#**id**#custom_4#**label**#type_editor#****#5#**id**#E-mail Address:#**label**#type_submitter_mail#****#6#**id**#custom_6#**label**#type_editor#****#7#**id**#Company / Restaurant Name:#**label**#type_text#****#8#**id**#custom_8#**label**#type_editor#****#9#**id**#Telephone:#**label**#type_text#****#10#**id**#custom_10#**label**#type_editor#****#11#**id**#Alternate Telephone:#**label**#type_text#****#12#**id**#custom_12#**label**#type_editor#****#13#**id**#Requirements/ Comments:#**label**#type_textarea#****#14#**id**#custom_14#**label**#type_editor#****#15#**id**#How Did You Hear About Us?#**label**#type_text#****#16#**id**#custom_16#**label**#type_editor#****#17#**id**#custom_17#**label**#type_editor#****#18#**id**#type_submit_reset_18#**label**#type_submit_reset#****#19#**id**#custom_19#**label**#type_editor#****#20#**id**#custom_20#**label**#type_editor#****##**id**##**label**##****#','1#**id**#First Name:#**label**#type_text#****#2#**id**#custom_2#**label**#type_editor#****#3#**id**#Last Name:#**label**#type_text#****#4#**id**#custom_4#**label**#type_editor#****#5#**id**#E-mail Address:#**label**#type_submitter_mail#****#6#**id**#custom_6#**label**#type_editor#****#7#**id**#Company / Restaurant Name:#**label**#type_text#****#8#**id**#custom_8#**label**#type_editor#****#9#**id**#Telephone:#**label**#type_text#****#10#**id**#custom_10#**label**#type_editor#****#11#**id**#Alternate Telephone:#**label**#type_text#****#12#**id**#custom_12#**label**#type_editor#****#13#**id**#Requirements/ Comments:#**label**#type_textarea#****#14#**id**#custom_14#**label**#type_editor#****#15#**id**#How Did You Hear About Us?#**label**#type_text#****#16#**id**#custom_16#**label**#type_editor#****#17#**id**#custom_17#**label**#type_editor#****#18#**id**#type_submit_reset_18#**label**#type_submit_reset#****#19#**id**#custom_19#**label**#type_editor#****#20#**id**#custom_20#**label**#type_editor#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_text*:*type*:*First Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*2*:*id*:*type_editor*:*type*:*custom_2*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Last Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_editor*:*type*:*custom_4*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*5*:*id*:*type_submitter_mail*:*type*:*E-mail Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_editor*:*type*:*custom_6*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*7*:*id*:*type_text*:*type*:*Company / Restaurant Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*8*:*id*:*type_editor*:*type*:*custom_8*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*9*:*id*:*type_text*:*type*:*Telephone:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*10*:*id*:*type_editor*:*type*:*custom_10*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*11*:*id*:*type_text*:*type*:*Alternate Telephone:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*12*:*id*:*type_editor*:*type*:*custom_12*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*13*:*id*:*type_textarea*:*type*:*Requirements/ Comments:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*14*:*id*:*type_editor*:*type*:*custom_14*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*15*:*id*:*type_text*:*type*:*How Did You Hear About Us?*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*16*:*id*:*type_editor*:*type*:*custom_16*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*17*:*id*:*type_editor*:*type*:*custom_17*:*w_field_label*:** Indicates required fields*:*w_editor*:**:*new_field*:*18*:*id*:*type_submit_reset*:*type*:*type_submit_reset_18*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*19*:*id*:*type_editor*:*type*:*custom_19*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*20*:*id*:*type_editor*:*type*:*custom_20*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(13,'Simple Contact with Phone','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - E-mail:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Phone:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Message:%</div><div wdid=\"5\" class=\"wdform_row\">%5 - type_submit_reset_5%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',25,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',6,1,'1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_submit_reset*:*type*:*type_submit_reset_5*:*w_field_label*:*Submit Form*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(16,'User Credentials','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div></div></div><div wdid=\"2\" type=\"type_section_break\" class=\"wdform_tr_section_break\">%2 - custom_2%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"3\" class=\"wdform_row\">%3 - custom_3%</div></div></div><div wdid=\"4\" type=\"type_section_break\" class=\"wdform_tr_section_break\">%4 - custom_4%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\">%5 - E-mail:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - Phone:%</div><div wdid=\"7\" class=\"wdform_row\">%7 - Mobile Phone Number:%</div><div wdid=\"8\" class=\"wdform_row\">%8 - Address:%</div><div wdid=\"14\" class=\"wdform_row\">%14 - Message Inquiry / Comments:%</div><div wdid=\"15\" class=\"wdform_row\">%15 - type_submit_reset_15%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',34,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',16,1,'1#**id**#Name:#**label**#type_name#****#3#**id**#custom_3#**label**#type_editor#****#5#**id**#E-mail:#**label**#type_submitter_mail#****#6#**id**#Phone:#**label**#type_phone#****#7#**id**#Mobile Phone Number:#**label**#type_phone#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Message Inquiry / Comments:#**label**#type_textarea#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_name#****#3#**id**#custom_3#**label**#type_editor#****#5#**id**#E-mail:#**label**#type_submitter_mail#****#6#**id**#Phone:#**label**#type_phone#****#7#**id**#Mobile Phone Number:#**label**#type_phone#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Message Inquiry / Comments:#**label**#type_textarea#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_section_break*:*type*:*custom_2*:*w_field_label*:*<div class=\"wdform-section-break-div\" style=\"min-width: 300px; border-top:1px solid\"></div>*:*w_editor*:**:*new_field*:*3*:*id*:*type_editor*:*type*:*custom_3*:*w_field_label*:*<h3> How do we contact you </h3>*:*w_editor*:**:*new_field*:*4*:*id*:*type_section_break*:*type*:*custom_4*:*w_field_label*:*<div class=\"wdform-section-break-div\" style=\"min-width: 300px; border-top:1px solid\"></div>*:*w_editor*:**:*new_field*:*5*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:*ex: myname@example.com*:*w_first_val*:*ex: myname@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*7*:*id*:*type_phone*:*type*:*Mobile Phone Number:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*8*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*14*:*id*:*type_textarea*:*type*:*Message Inquiry / Comments:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*15*:*id*:*type_submit_reset*:*type*:*type_submit_reset_15*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(19,'Simple Contact Captcha','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - E-mail:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Phone:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - type_submit_reset_4%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\">%5 - Enter the message as it's shown:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - Message:%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',19,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',7,1,'1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_text#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Enter the message as it's shown:#**label**#type_captcha#****#6#**id**#Message:#**label**#type_textarea#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_text#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Enter the message as it's shown:#**label**#type_captcha#****#6#**id**#Message:#**label**#type_textarea#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_text*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*2*:*id*:*type_text*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*5*:*id*:*type_captcha*:*type*:*Enter the message as it's shown:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*6*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(22,'Advanced Contact Form','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - custom_1%</div><div wdid=\"2\" class=\"wdform_row\">%2 - Pub/Brewery Name:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Full Name:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Address:%</div><div wdid=\"10\" class=\"wdform_row\">%10 - E-mail:%</div><div wdid=\"11\" class=\"wdform_row\">%11 - Phone Number:%</div><div wdid=\"12\" class=\"wdform_row\">%12 - Custom Message (If selected above):%</div><div wdid=\"13\" class=\"wdform_row\">%13 - type_submit_reset_13%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',24,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',14,1,'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Pub/Brewery Name:#**label**#type_text#****#3#**id**#Full Name:#**label**#type_name#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#E-mail:#**label**#type_submitter_mail#****#11#**id**#Phone Number:#**label**#type_phone#****#12#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#custom_1#**label**#type_editor#****#2#**id**#Pub/Brewery Name:#**label**#type_text#****#3#**id**#Full Name:#**label**#type_name#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#E-mail:#**label**#type_submitter_mail#****#11#**id**#Phone Number:#**label**#type_phone#****#12#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<h2>Featured PubQuest Listing Request</h2><br>*:*w_editor*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Pub/Brewery Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_name*:*type*:*Full Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*yes*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*10*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*11*:*id*:*type_phone*:*type*:*Phone Number:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*12*:*id*:*type_textarea*:*type*:*Custom Message (If selected above):*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*13*:*id*:*type_submit_reset*:*type*:*type_submit_reset_13*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(25,'Contact Form with Map','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - E-mail:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Message:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - type_submit_reset_4%</div><div wdid=\"5\" class=\"wdform_row\">%5 - map_5%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',20,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',6,1,'1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Message:#**label**#type_textarea#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#map_5#**label**#type_map#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Message:#**label**#type_textarea#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#map_5#**label**#type_map#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_text*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*5*:*id*:*type_map*:*type*:*map_5*:*w_field_label*:*2.2942540000000236*:*w_center_x*:*48.858334*:*w_center_y*:*2.294254*:*w_long*:*48.858334*:*w_lat*:*13*:*w_zoom*:*400*:*w_width*:*300*:*w_height*:**:*w_info*:*wdform_map*:*w_class*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(51,'Product Survey','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"></div></div><div wdid=\"1\" type=\"type_section_break\" class=\"wdform_tr_section_break\">%1 - custom_1%</div><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div wdid=\"2\" class=\"wdform_row ui-sortable-handle\">%2 - 1. Please indicate if you agree or disagree with the following statements%</div><div wdid=\"3\" class=\"wdform_row ui-sortable-handle\">%3 - 2. How likely are you to recommend [Product/Service] to a friend or co-worker?%</div><div wdid=\"4\" class=\"wdform_row ui-sortable-handle\">%4 - 3. What is the amount you would ever pay for a product like ours%</div><div wdid=\"5\" class=\"wdform_row ui-sortable-handle\">%5 - 4. Please rate the product %</div><div wdid=\"6\" class=\"wdform_row ui-sortable-handle\">%6 - type_submit_reset_6%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',29,'// Occurs before the form is loaded\r\nfunction before_load()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before submitting the form\r\nfunction before_submit()\r\n{\r\n// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don't need to return any value if you don't want to stop the submission.\r\n}\r\n\r\n// Occurs just before resetting the form\r\nfunction before_reset()\r\n{\r\n\r\n}','','',0,'%all%','%all%',7,1,'2#**id**#1. Please indicate if you agree or disagree with the following statements#**label**#type_matrix#****#3#**id**#2. How likely are you to recommend [Product/Service] to a friend or co-worker?#**label**#type_scale_rating#****#4#**id**#3. What is the amount you would ever pay for a product like ours#**label**#type_range#****#5#**id**#4. Please rate the product #**label**#type_star_rating#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#','2#**id**#1. Please indicate if you agree or disagree with the following statements#**label**#type_matrix#****#3#**id**#2. How likely are you to recommend [Product/Service] to a friend or co-worker?#**label**#type_scale_rating#****#4#**id**#3. What is the amount you would ever pay for a product like ours#**label**#type_range#****#5#**id**#4. Please rate the product #**label**#type_star_rating#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'','','USD',0,'1*:*id*:*type_section_break*:*type*:*custom_1*:*w_field_label*:*<h1 class=\"sg-title\" data-mce-style=\"font-size: 2.2em; color: #fff; font-weight: normal; line-height: normal;\" style=\"font-size: 2.2em; font-weight: normal; color: rgb(255, 255, 255); line-height: normal;\">Product Survey</h1>*:*w_editor*:**:*new_field*:*2*:*id*:*type_matrix*:*type*:*1. Please indicate if you agree or disagree with the following statements*:*w_field_label*:*600*:*w_field_label_size*:*top*:*w_field_label_pos*:*radio*:*w_field_input_type*:****Product is affordable***Product is valuable***Product is better<br> than other products on<br> the market***Product is easy to use*:*w_rows*:****Strongly Disagree***Disagree***Neutral***Agree***Strongly Agree*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:**:*w_textbox_size*:**:*new_field*:*3*:*id*:*type_scale_rating*:*type*:*2. How likely are you to recommend [Product/Service] to a friend or co-worker?*:*w_field_label*:*600*:*w_field_label_size*:*top*:*w_field_label_pos*:*Will not recommend *** I will recommend*:*w_mini_labels*:*5*:*w_scale_amount*:*no*:*w_required*:*wdform_scale_rating*:*w_class*:**:*new_field*:*4*:*id*:*type_range*:*type*:*3. What is the amount you would ever pay for a product like ours*:*w_field_label*:*600*:*w_field_label_size*:*top*:*w_field_label_pos*:*40*:*w_field_range_width*:*1*:*w_field_range_step*:*null*:*w_field_value1*:*null*:*w_field_value2*:*From***To*:*w_mini_labels*:*no*:*w_required*:**:*w_class*:**:*new_field*:*5*:*id*:*type_star_rating*:*type*:*4. Please rate the product *:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*yellow*:*w_field_label_col*:*10*:*w_star_amount*:*no*:*w_required*:*wdform_star_rating*:*w_class*:**:*new_field*:*6*:*id*:*type_submit_reset*:*type*:*type_submit_reset_6*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(54,'Speaker Request','cobapresident@hotmail.com,webmaster@centralohiobeekeepers.org,wnm0628@yahoo.com,','<div class=\"wdform-page-and-images\" style=\"border-top-color: black; border-top-width: 0px; border-top-style: solid; display: table;\"><div class=\"wdform_page\" id=\"form_id_tempform_view1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div class=\"wdform_row ui-sortable-handle\" wdid=\"3\">%3 - Name:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"4\">%4 - E-mail:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"5\">%5 - Phone:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"6\">%6 - Date of Presentation: (MM/DD/YYYY)%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"7\">%7 - Age range of audience:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"8\">%8 - Location Address for Presentation:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"14\">%14 - Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"15\">%15 - type_submit_reset_15%</div></div></div><div class=\"wdform_footer\" style=\"width: 100%;\" valign=\"top\"><div style=\"width: 100%;\"><div style=\"width: 100%; padding-top: 10px; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',23,'// before form is load\r\nfunction before_load() { \r\n} \r\n// before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','Thank you for your speaker request!\r\n\r\nSomeone will contact you soon to work out the details.','',3,'%all%','%all%',16,1,'3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Phone:#**label**#type_phone#****#6#**id**#Date of Presentation: (MM/DD/YYYY)#**label**#type_text#****#7#**id**#Age range of audience:#**label**#type_text#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)#**label**#type_captcha#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****##**id**##**label**##****#','3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Phone:#**label**#type_phone#****#6#**id**#Date of Presentation: (MM/DD/YYYY)#**label**#type_text#****#7#**id**#Age range of audience:#**label**#type_text#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)#**label**#type_captcha#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'3*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:***********:*w_first_val*:***********:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_text*:*type*:*Date of Presentation: (MM/DD/YYYY)*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*7*:*id*:*type_text*:*type*:*Age range of audience:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*8*:*id*:*type_address*:*type*:*Location Address for Presentation:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*14*:*id*:*type_captcha*:*type*:*Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*15*:*id*:*type_submit_reset*:*type*:*type_submit_reset_15*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','webmaster@centralohiobeekeepers.org','COBA Speaker Request','','',1,'','','','','','','','','','COBA Speaker Request','',1,1,1,1,'administrator,',1,'','',0,0,0,19,1); /*!40000 ALTER TABLE `wp_formmaker` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_formmaker_backup` -- DROP TABLE IF EXISTS `wp_formmaker_backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_formmaker_backup` ( `backup_id` int(11) NOT NULL AUTO_INCREMENT, `cur` int(1) NOT NULL, `id` int(11) NOT NULL, `title` varchar(127) NOT NULL, `mail` varchar(128) NOT NULL, `form_front` longtext NOT NULL, `theme` int(11) NOT NULL, `javascript` text NOT NULL, `submit_text` longtext NOT NULL, `url` varchar(200) NOT NULL, `submit_text_type` tinyint(4) NOT NULL, `script_mail` text NOT NULL, `script_mail_user` text NOT NULL, `counter` int(11) NOT NULL, `published` int(11) NOT NULL DEFAULT '1', `label_order` text NOT NULL, `label_order_current` text NOT NULL, `article_id` varchar(500) NOT NULL, `pagination` varchar(128) NOT NULL, `show_title` varchar(128) NOT NULL, `show_numbers` varchar(128) NOT NULL, `public_key` varchar(50) NOT NULL, `private_key` varchar(50) NOT NULL, `recaptcha_theme` varchar(20) NOT NULL, `paypal_mode` int(2) NOT NULL, `checkout_mode` varchar(20) NOT NULL, `paypal_email` varchar(50) NOT NULL, `payment_currency` varchar(20) NOT NULL, `tax` float NOT NULL, `form_fields` longtext NOT NULL, `savedb` tinyint(4) NOT NULL DEFAULT '1', `sendemail` tinyint(4) NOT NULL DEFAULT '1', `requiredmark` varchar(20) NOT NULL DEFAULT '*', `from_mail` varchar(128) NOT NULL, `from_name` varchar(128) NOT NULL, `reply_to` varchar(128) NOT NULL, `send_to` varchar(128) NOT NULL, `autogen_layout` tinyint(4) NOT NULL DEFAULT '1', `custom_front` longtext NOT NULL, `mail_from_user` varchar(128) NOT NULL, `mail_from_name_user` varchar(128) NOT NULL, `reply_to_user` varchar(128) NOT NULL, `condition` text NOT NULL, `mail_cc` varchar(128) NOT NULL, `mail_cc_user` varchar(128) NOT NULL, `mail_bcc` varchar(128) NOT NULL, `mail_bcc_user` varchar(128) NOT NULL, `mail_subject` varchar(128) NOT NULL, `mail_subject_user` varchar(128) NOT NULL, `mail_mode` tinyint(4) NOT NULL DEFAULT '1', `mail_mode_user` tinyint(4) NOT NULL DEFAULT '1', `mail_attachment` tinyint(4) NOT NULL DEFAULT '1', `mail_attachment_user` tinyint(4) NOT NULL DEFAULT '1', `user_id_wd` varchar(220) NOT NULL, `sortable` int(11) NOT NULL, `frontend_submit_fields` text NOT NULL, `frontend_submit_stat_fields` text NOT NULL, `mail_emptyfields` tinyint(4) NOT NULL DEFAULT '0', `mail_verify` tinyint(4) NOT NULL DEFAULT '0', `mail_verify_expiretime` float NOT NULL, `mail_verification_post_id` int(11) NOT NULL, `save_uploads` tinyint(4) NOT NULL DEFAULT '1', PRIMARY KEY (`backup_id`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_formmaker_backup` -- LOCK TABLES `wp_formmaker_backup` WRITE; /*!40000 ALTER TABLE `wp_formmaker_backup` DISABLE KEYS */; INSERT INTO `wp_formmaker_backup` VALUES (1,1,1,'Contact Us with Captcha','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - custom_1%</div><div wdid=\"2\" class=\"wdform_row\">%2 - Name:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - E-mail:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Comments:%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Type the characters you see here:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - type_submit_reset_6%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',3,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',7,1,'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Name:#**label**#type_name#****#3#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Comments:#**label**#type_textarea#****#5#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#custom_1#**label**#type_editor#****#2#**id**#Name:#**label**#type_name#****#3#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Comments:#**label**#type_textarea#****#5#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<div><h2>Contact Us</h2><div>Please contact us for specific reasons.</div></div><p></p>*:*w_editor*:**:*new_field*:*2*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:*ex: myname@example.com*:*w_first_val*:*ex: myname@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_textarea*:*type*:*Comments:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_captcha*:*type*:*Type the characters you see here:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*6*:*id*:*type_submit_reset*:*type*:*type_submit_reset_6*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,19,1),(3,0,54,'Speaker Request','','<div class=\"wdform-page-and-images\" style=\"border-top-color: black; border-top-width: 0px; border-top-style: solid; display: table;\"><div class=\"wdform_page\" id=\"form_id_tempform_view1\" previous_checkable=\"false\" previous_class=\"wdform-page-button\" previous_type=\"text\" previous_title=\"Previous\" next_checkable=\"false\" next_class=\"wdform-page-button\" next_type=\"text\" next_title=\"Next\" page_title=\"Untitled page\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div class=\"wdform_row ui-sortable-handle\" wdid=\"3\">%3 - Name:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"4\">%4 - E-mail:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"5\">%5 - Phone:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"6\">%6 - Date of Presentation: (MM/DD/YYYY)%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"7\">%7 - Age range of audience:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"8\">%8 - Location Address for Presentation:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"14\">%14 - Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)%</div></div></div><div class=\"wdform_footer\" style=\"width: 100%;\" valign=\"top\"><div style=\"width: 100%;\"><div style=\"width: 100%; padding-top: 10px; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',23,'// before form is load\nfunction before_load() { \n} \n// before form submit\nfunction before_submit() {\n} \n// before form reset\nfunction before_reset() { \n}','','',0,'%all%','%all%',15,1,'3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Phone:#**label**#type_phone#****#6#**id**#Date of Presentation: (MM/DD/YYYY)#**label**#type_text#****#7#**id**#Age range of audience:#**label**#type_text#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)#**label**#type_captcha#****##**id**##**label**##****#','3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Phone:#**label**#type_phone#****#6#**id**#Date of Presentation: (MM/DD/YYYY)#**label**#type_text#****#7#**id**#Age range of audience:#**label**#type_text#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)#**label**#type_captcha#****#','0','none','false','true','','','',0,'testmode','','',0,'3*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:***********:*w_first_val*:***********:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_text*:*type*:*Date of Presentation: (MM/DD/YYYY)*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*7*:*id*:*type_text*:*type*:*Age range of audience:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*8*:*id*:*type_address*:*type*:*Location Address for Presentation:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*14*:*id*:*type_captcha*:*type*:*Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(4,0,54,'Speaker Request','','<div class=\"wdform-page-and-images\" style=\"border-top-color: black; border-top-width: 0px; border-top-style: solid; display: table;\"><div class=\"wdform_page\" id=\"form_id_tempform_view1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div class=\"wdform_row ui-sortable-handle\" wdid=\"3\">%3 - Name:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"4\">%4 - E-mail:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"5\">%5 - Phone:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"6\">%6 - Date of Presentation: (MM/DD/YYYY)%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"7\">%7 - Age range of audience:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"8\">%8 - Location Address for Presentation:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"14\">%14 - Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)%</div></div></div><div class=\"wdform_footer\" style=\"width: 100%;\" valign=\"top\"><div style=\"width: 100%;\"><div style=\"width: 100%; padding-top: 10px; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',23,'// before form is load\nfunction before_load() { \n} \n// before form submit\nfunction before_submit() {\n} \n// before form reset\nfunction before_reset() { \n}','','',0,'%all%','%all%',15,1,'3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Phone:#**label**#type_phone#****#6#**id**#Date of Presentation: (MM/DD/YYYY)#**label**#type_text#****#7#**id**#Age range of audience:#**label**#type_text#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)#**label**#type_captcha#****##**id**##**label**##****#','3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Phone:#**label**#type_phone#****#6#**id**#Date of Presentation: (MM/DD/YYYY)#**label**#type_text#****#7#**id**#Age range of audience:#**label**#type_text#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)#**label**#type_captcha#****#','0','none','false','true','','','',0,'testmode','','',0,'3*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:***********:*w_first_val*:***********:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_text*:*type*:*Date of Presentation: (MM/DD/YYYY)*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*7*:*id*:*type_text*:*type*:*Age range of audience:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*8*:*id*:*type_address*:*type*:*Location Address for Presentation:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*14*:*id*:*type_captcha*:*type*:*Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(7,0,54,'Speaker Request','','<div class=\"wdform-page-and-images\" style=\"border-top-color: black; border-top-width: 0px; border-top-style: solid; display: table;\"><div class=\"wdform_page\" id=\"form_id_tempform_view1\" previous_checkable=\"false\" previous_class=\"wdform-page-button\" previous_type=\"text\" previous_title=\"Previous\" next_checkable=\"false\" next_class=\"wdform-page-button\" next_type=\"text\" next_title=\"Next\" page_title=\"Untitled page\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div class=\"wdform_row ui-sortable-handle\" wdid=\"3\">%3 - Name:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"4\">%4 - E-mail:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"5\">%5 - Phone:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"6\">%6 - Date of Presentation: (MM/DD/YYYY)%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"7\">%7 - Age range of audience:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"8\">%8 - Location Address for Presentation:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"14\">%14 - Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"15\">%15 - type_submit_reset_15%</div></div></div><div class=\"wdform_footer\" style=\"width: 100%;\" valign=\"top\"><div style=\"width: 100%;\"><div style=\"width: 100%; padding-top: 10px; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',23,'// before form is load\nfunction before_load() { \n} \n// before form submit\nfunction before_submit() {\n} \n// before form reset\nfunction before_reset() { \n}','','',0,'%all%','%all%',16,1,'3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Phone:#**label**#type_phone#****#6#**id**#Date of Presentation: (MM/DD/YYYY)#**label**#type_text#****#7#**id**#Age range of audience:#**label**#type_text#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)#**label**#type_captcha#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****##**id**##**label**##****#','3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Phone:#**label**#type_phone#****#6#**id**#Date of Presentation: (MM/DD/YYYY)#**label**#type_text#****#7#**id**#Age range of audience:#**label**#type_text#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)#**label**#type_captcha#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'3*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:***********:*w_first_val*:***********:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_text*:*type*:*Date of Presentation: (MM/DD/YYYY)*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*7*:*id*:*type_text*:*type*:*Age range of audience:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*8*:*id*:*type_address*:*type*:*Location Address for Presentation:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*14*:*id*:*type_captcha*:*type*:*Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*15*:*id*:*type_submit_reset*:*type*:*type_submit_reset_15*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(8,1,27,'Contact','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div wdid=\"1\" class=\"wdform_row ui-sortable-handle\">%1 - Name:%</div><div wdid=\"2\" class=\"wdform_row ui-sortable-handle\">%2 - E-mail:%</div><div wdid=\"3\" class=\"wdform_row ui-sortable-handle\">%3 - Subject:%</div><div wdid=\"4\" class=\"wdform_row ui-sortable-handle\">%4 - Message:%</div><div wdid=\"5\" class=\"wdform_row ui-sortable-handle\">%5 - type_submit_reset_5%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',1,'// Occurs before the form is loaded\r\nfunction before_load()\r\n{\r\n\r\n}\r\n\r\n// Occurs just before submitting the form\r\nfunction before_submit()\r\n{\r\n// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don't need to return any value if you don't want to stop the submission.\r\n}\r\n\r\n// Occurs just before resetting the form\r\nfunction before_reset()\r\n{\r\n\r\n}','','',0,'%all%','%all%\r\n\r\nVerify your email address %Verification link%',6,1,'1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Subject:#**label**#type_text#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****#','1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Subject:#**label**#type_text#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'','','USD',0,'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*70*:*w_field_label_size*:*left*:*w_field_label_pos*:***********:*w_first_val*:***********:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*70*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Subject:*:*w_field_label*:*70*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*70*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_submit_reset*:*type*:*type_submit_reset_5*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','','','','*2*',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,1,1,0,1),(9,1,22,'Advanced Contact Form','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - custom_1%</div><div wdid=\"2\" class=\"wdform_row\">%2 - Pub/Brewery Name:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Full Name:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Address:%</div><div wdid=\"10\" class=\"wdform_row\">%10 - E-mail:%</div><div wdid=\"11\" class=\"wdform_row\">%11 - Phone Number:%</div><div wdid=\"12\" class=\"wdform_row\">%12 - Custom Message (If selected above):%</div><div wdid=\"13\" class=\"wdform_row\">%13 - type_submit_reset_13%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',24,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',14,1,'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Pub/Brewery Name:#**label**#type_text#****#3#**id**#Full Name:#**label**#type_name#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#E-mail:#**label**#type_submitter_mail#****#11#**id**#Phone Number:#**label**#type_phone#****#12#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#custom_1#**label**#type_editor#****#2#**id**#Pub/Brewery Name:#**label**#type_text#****#3#**id**#Full Name:#**label**#type_name#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#E-mail:#**label**#type_submitter_mail#****#11#**id**#Phone Number:#**label**#type_phone#****#12#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<h2>Featured PubQuest Listing Request</h2><br>*:*w_editor*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Pub/Brewery Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_name*:*type*:*Full Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*yes*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*10*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*11*:*id*:*type_phone*:*type*:*Phone Number:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*12*:*id*:*type_textarea*:*type*:*Custom Message (If selected above):*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*13*:*id*:*type_submit_reset*:*type*:*type_submit_reset_13*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(13,0,54,'Speaker Request','','<div class=\"wdform-page-and-images\" style=\"border-top-color: black; border-top-width: 0px; border-top-style: solid; display: table;\"><div class=\"wdform_page\" id=\"form_id_tempform_view1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div class=\"wdform_row ui-sortable-handle\" wdid=\"3\">%3 - Name:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"4\">%4 - E-mail:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"5\">%5 - Phone:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"6\">%6 - Date of Presentation: (MM/DD/YYYY)%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"7\">%7 - Age range of audience:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"8\">%8 - Location Address for Presentation:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"14\">%14 - Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"15\">%15 - type_submit_reset_15%</div></div></div><div class=\"wdform_footer\" style=\"width: 100%;\" valign=\"top\"><div style=\"width: 100%;\"><div style=\"width: 100%; padding-top: 10px; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',23,'// before form is load\nfunction before_load() { \n} \n// before form submit\nfunction before_submit() {\n} \n// before form reset\nfunction before_reset() { \n}','','',0,'%all%','%all%',16,1,'3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Phone:#**label**#type_phone#****#6#**id**#Date of Presentation: (MM/DD/YYYY)#**label**#type_text#****#7#**id**#Age range of audience:#**label**#type_text#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)#**label**#type_captcha#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****##**id**##**label**##****#','3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Phone:#**label**#type_phone#****#6#**id**#Date of Presentation: (MM/DD/YYYY)#**label**#type_text#****#7#**id**#Age range of audience:#**label**#type_text#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)#**label**#type_captcha#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'3*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:***********:*w_first_val*:***********:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_text*:*type*:*Date of Presentation: (MM/DD/YYYY)*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*7*:*id*:*type_text*:*type*:*Age range of audience:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*8*:*id*:*type_address*:*type*:*Location Address for Presentation:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*14*:*id*:*type_captcha*:*type*:*Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*15*:*id*:*type_submit_reset*:*type*:*type_submit_reset_15*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(17,0,54,'Speaker Request','','<div class=\"wdform-page-and-images\" style=\"border-top-color: black; border-top-width: 0px; border-top-style: solid; display: table;\"><div class=\"wdform_page\" id=\"form_id_tempform_view1\" previous_checkable=\"false\" previous_class=\"wdform-page-button\" previous_type=\"text\" previous_title=\"Previous\" next_checkable=\"false\" next_class=\"wdform-page-button\" next_type=\"text\" next_title=\"Next\" page_title=\"Untitled page\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div class=\"wdform_row ui-sortable-handle\" wdid=\"3\">%3 - Name:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"4\">%4 - E-mail:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"5\">%5 - Phone:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"6\">%6 - Date of Presentation: (MM/DD/YYYY)%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"7\">%7 - Age range of audience:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"8\">%8 - Location Address for Presentation:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"14\">%14 - Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"15\">%15 - type_submit_reset_15%</div></div></div><div class=\"wdform_footer\" style=\"width: 100%;\" valign=\"top\"><div style=\"width: 100%;\"><div style=\"width: 100%; padding-top: 10px; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',23,'// before form is load\nfunction before_load() { \n} \n// before form submit\nfunction before_submit() {\n} \n// before form reset\nfunction before_reset() { \n}','','',0,'%all%','%all%',16,1,'3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Phone:#**label**#type_phone#****#6#**id**#Date of Presentation: (MM/DD/YYYY)#**label**#type_text#****#7#**id**#Age range of audience:#**label**#type_text#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)#**label**#type_captcha#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****##**id**##**label**##****#','3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Phone:#**label**#type_phone#****#6#**id**#Date of Presentation: (MM/DD/YYYY)#**label**#type_text#****#7#**id**#Age range of audience:#**label**#type_text#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)#**label**#type_captcha#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'3*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:***********:*w_first_val*:***********:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_text*:*type*:*Date of Presentation: (MM/DD/YYYY)*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*7*:*id*:*type_text*:*type*:*Age range of audience:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*8*:*id*:*type_address*:*type*:*Location Address for Presentation:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*14*:*id*:*type_captcha*:*type*:*Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*15*:*id*:*type_submit_reset*:*type*:*type_submit_reset_15*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(20,1,54,'Speaker Request','','<div class=\"wdform-page-and-images\" style=\"border-top-color: black; border-top-width: 0px; border-top-style: solid; display: table;\"><div class=\"wdform_page\" id=\"form_id_tempform_view1\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div class=\"wdform_row ui-sortable-handle\" wdid=\"3\">%3 - Name:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"4\">%4 - E-mail:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"5\">%5 - Phone:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"6\">%6 - Date of Presentation: (MM/DD/YYYY)%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"7\">%7 - Age range of audience:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"8\">%8 - Location Address for Presentation:%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"14\">%14 - Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)%</div><div class=\"wdform_row ui-sortable-handle\" wdid=\"15\">%15 - type_submit_reset_15%</div></div></div><div class=\"wdform_footer\" style=\"width: 100%;\" valign=\"top\"><div style=\"width: 100%;\"><div style=\"width: 100%; padding-top: 10px; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',23,'// before form is load\nfunction before_load() { \n} \n// before form submit\nfunction before_submit() {\n} \n// before form reset\nfunction before_reset() { \n}','','',0,'%all%','%all%',16,1,'3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Phone:#**label**#type_phone#****#6#**id**#Date of Presentation: (MM/DD/YYYY)#**label**#type_text#****#7#**id**#Age range of audience:#**label**#type_text#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)#**label**#type_captcha#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****##**id**##**label**##****#','3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Phone:#**label**#type_phone#****#6#**id**#Date of Presentation: (MM/DD/YYYY)#**label**#type_text#****#7#**id**#Age range of audience:#**label**#type_text#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)#**label**#type_captcha#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'3*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:***********:*w_first_val*:***********:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_text*:*type*:*Date of Presentation: (MM/DD/YYYY)*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*7*:*id*:*type_text*:*type*:*Age range of audience:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*8*:*id*:*type_address*:*type*:*Location Address for Presentation:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*14*:*id*:*type_captcha*:*type*:*Word Verification: (Please enter the numbers/letters shown into the box below to prove you are a real person.)*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*15*:*id*:*type_submit_reset*:*type*:*type_submit_reset_15*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1); /*!40000 ALTER TABLE `wp_formmaker_backup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_formmaker_blocked` -- DROP TABLE IF EXISTS `wp_formmaker_blocked`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_formmaker_blocked` ( `id` int(11) NOT NULL AUTO_INCREMENT, `ip` varchar(128) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_formmaker_blocked` -- LOCK TABLES `wp_formmaker_blocked` WRITE; /*!40000 ALTER TABLE `wp_formmaker_blocked` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_formmaker_blocked` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_formmaker_query` -- DROP TABLE IF EXISTS `wp_formmaker_query`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_formmaker_query` ( `id` int(11) NOT NULL AUTO_INCREMENT, `form_id` int(11) NOT NULL, `query` text NOT NULL, `details` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_formmaker_query` -- LOCK TABLES `wp_formmaker_query` WRITE; /*!40000 ALTER TABLE `wp_formmaker_query` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_formmaker_query` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_formmaker_sessions` -- DROP TABLE IF EXISTS `wp_formmaker_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_formmaker_sessions` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `form_id` int(20) NOT NULL, `group_id` int(20) NOT NULL, `ip` varchar(20) NOT NULL, `ord_date` datetime NOT NULL, `ord_last_modified` datetime NOT NULL, `status` varchar(50) NOT NULL, `full_name` varchar(100) NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(50) NOT NULL, `mobile_phone` varchar(255) NOT NULL, `fax` varchar(255) NOT NULL, `address` varchar(300) NOT NULL, `paypal_info` text NOT NULL, `without_paypal_info` text NOT NULL, `ipn` varchar(20) NOT NULL, `checkout_method` varchar(20) NOT NULL, `tax` float NOT NULL, `shipping` float NOT NULL, `shipping_type` varchar(200) NOT NULL, `read` int(11) NOT NULL, `total` float NOT NULL, `currency` varchar(24) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_formmaker_sessions` -- LOCK TABLES `wp_formmaker_sessions` WRITE; /*!40000 ALTER TABLE `wp_formmaker_sessions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_formmaker_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_formmaker_submits` -- DROP TABLE IF EXISTS `wp_formmaker_submits`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_formmaker_submits` ( `id` int(11) NOT NULL AUTO_INCREMENT, `form_id` int(11) NOT NULL, `element_label` varchar(128) NOT NULL, `element_value` longtext NOT NULL, `group_id` int(11) NOT NULL, `date` datetime NOT NULL, `ip` varchar(32) NOT NULL, `user_id_wd` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=252 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_formmaker_submits` -- LOCK TABLES `wp_formmaker_submits` WRITE; /*!40000 ALTER TABLE `wp_formmaker_submits` DISABLE KEYS */; INSERT INTO `wp_formmaker_submits` VALUES (1,54,'3','Jim@@@Stockton',1,'2016-04-25 14:00:42','199.159.40.143',1),(4,54,'4','jdstockton4@gmail.com',1,'2016-04-25 14:00:42','199.159.40.143',1),(7,54,'5','111 2223333',1,'2016-04-25 14:00:42','199.159.40.143',1),(10,54,'6','04/25/2016',1,'2016-04-25 14:00:42','199.159.40.143',1),(13,54,'7','6-50',1,'2016-04-25 14:00:42','199.159.40.143',1),(16,54,'8','123 Any Street',1,'2016-04-25 14:00:42','199.159.40.143',1),(19,54,'9','',1,'2016-04-25 14:00:42','199.159.40.143',1),(22,54,'10','Galloway',1,'2016-04-25 14:00:42','199.159.40.143',1),(25,54,'11','OH',1,'2016-04-25 14:00:42','199.159.40.143',1),(28,54,'12','43119',1,'2016-04-25 14:00:42','199.159.40.143',1),(31,54,'13','United States',1,'2016-04-25 14:00:42','199.159.40.143',1),(34,54,'3','James@@@Anderson',2,'2016-04-28 22:40:34','75.107.141.214',0),(37,54,'4','andersonjames03@gmail.com',2,'2016-04-28 22:40:34','75.107.141.214',0),(40,54,'5','740 2234161',2,'2016-04-28 22:40:34','75.107.141.214',0),(43,54,'6','06/04/2016 ',2,'2016-04-28 22:40:34','75.107.141.214',0),(46,54,'7','We would like Don Jones to do the Presentation ',2,'2016-04-28 22:40:34','75.107.141.214',0),(49,54,'8','Holland Road West ',2,'2016-04-28 22:40:34','75.107.141.214',0),(52,54,'9','',2,'2016-04-28 22:40:34','75.107.141.214',0),(55,54,'10','Marion',2,'2016-04-28 22:40:34','75.107.141.214',0),(58,54,'11','Ohio',2,'2016-04-28 22:40:34','75.107.141.214',0),(61,54,'12','43302',2,'2016-04-28 22:40:34','75.107.141.214',0),(64,54,'13','United States',2,'2016-04-28 22:40:34','75.107.141.214',0),(67,54,'3','Jim@@@Stockton',3,'2016-05-11 11:48:57','199.159.40.143',1),(70,54,'4','jdstockton4@gmail.com',3,'2016-05-11 11:48:57','199.159.40.143',1),(73,54,'5','614 5809579',3,'2016-05-11 11:48:57','199.159.40.143',1),(76,54,'6','05/11/2016',3,'2016-05-11 11:48:57','199.159.40.143',1),(79,54,'7','10-30',3,'2016-05-11 11:48:57','199.159.40.143',1),(82,54,'8','Test Speaker Request Submission',3,'2016-05-11 11:48:57','199.159.40.143',1),(85,54,'9','Added webmaster email & wnm0628@yahoo.com',3,'2016-05-11 11:48:57','199.159.40.143',1),(88,54,'10','Galloway',3,'2016-05-11 11:48:57','199.159.40.143',1),(91,54,'11','OH',3,'2016-05-11 11:48:57','199.159.40.143',1),(94,54,'12','43119',3,'2016-05-11 11:48:57','199.159.40.143',1),(97,54,'13','United States',3,'2016-05-11 11:48:57','199.159.40.143',1),(100,54,'3','Chad@@@Reed',4,'2016-05-13 13:32:48','74.219.136.82',0),(103,54,'4','creed@faircaa.org',4,'2016-05-13 13:32:48','74.219.136.82',0),(106,54,'5','740 2058007',4,'2016-05-13 13:32:48','74.219.136.82',0),(109,54,'6','06/14/2016',4,'2016-05-13 13:32:48','74.219.136.82',0),(112,54,'7','8-11',4,'2016-05-13 13:32:48','74.219.136.82',0),(115,54,'8','2805 Old Logan Rd.',4,'2016-05-13 13:32:48','74.219.136.82',0),(118,54,'9','',4,'2016-05-13 13:32:48','74.219.136.82',0),(121,54,'10','Lancaster',4,'2016-05-13 13:32:48','74.219.136.82',0),(124,54,'11','Ohio',4,'2016-05-13 13:32:48','74.219.136.82',0),(127,54,'12','43130',4,'2016-05-13 13:32:48','74.219.136.82',0),(130,54,'13','United States',4,'2016-05-13 13:32:48','74.219.136.82',0),(131,54,'3','Tina@@@Platt',5,'2016-08-22 18:45:26','70.194.195.229',0),(132,54,'4','plattfam4@gmail.com',5,'2016-08-22 18:45:26','70.194.195.229',0),(133,54,'5','937 2436273',5,'2016-08-22 18:45:26','70.194.195.229',0),(134,54,'6','09/07/2016',5,'2016-08-22 18:45:26','70.194.195.229',0),(135,54,'7','5-12',5,'2016-08-22 18:45:26','70.194.195.229',0),(136,54,'8','17696 Echo Dr',5,'2016-08-22 18:45:26','70.194.195.229',0),(137,54,'9','',5,'2016-08-22 18:45:26','70.194.195.229',0),(138,54,'10','Marysville',5,'2016-08-22 18:45:26','70.194.195.229',0),(139,54,'11','OH',5,'2016-08-22 18:45:26','70.194.195.229',0),(140,54,'12','43040',5,'2016-08-22 18:45:26','70.194.195.229',0),(141,54,'13','United States',5,'2016-08-22 18:45:26','70.194.195.229',0),(142,54,'3','Tina@@@Platt',6,'2016-08-22 19:12:39','70.194.195.229',0),(143,54,'4','plattfam4@gmail.com',6,'2016-08-22 19:12:39','70.194.195.229',0),(144,54,'5','937 2436273',6,'2016-08-22 19:12:39','70.194.195.229',0),(145,54,'6','09/07/2016',6,'2016-08-22 19:12:39','70.194.195.229',0),(146,54,'7','5-12',6,'2016-08-22 19:12:39','70.194.195.229',0),(147,54,'8','1460 Valley Drive',6,'2016-08-22 19:12:39','70.194.195.229',0),(148,54,'9','',6,'2016-08-22 19:12:39','70.194.195.229',0),(149,54,'10','Marysville',6,'2016-08-22 19:12:39','70.194.195.229',0),(150,54,'11','OH - Ohio',6,'2016-08-22 19:12:39','70.194.195.229',0),(151,54,'12','43040',6,'2016-08-22 19:12:39','70.194.195.229',0),(152,54,'13','',6,'2016-08-22 19:12:39','70.194.195.229',0),(153,54,'3','Tina@@@Platt',7,'2016-08-22 19:14:21','70.194.195.229',0),(154,54,'4','plattfam4@gmail.com',7,'2016-08-22 19:14:21','70.194.195.229',0),(155,54,'5','937 2436273',7,'2016-08-22 19:14:21','70.194.195.229',0),(156,54,'6','09/07/2016',7,'2016-08-22 19:14:21','70.194.195.229',0),(157,54,'7','5-12',7,'2016-08-22 19:14:21','70.194.195.229',0),(158,54,'8','1460 Valley Drive',7,'2016-08-22 19:14:21','70.194.195.229',0),(159,54,'9','',7,'2016-08-22 19:14:21','70.194.195.229',0),(160,54,'10','Marysville',7,'2016-08-22 19:14:21','70.194.195.229',0),(161,54,'11','OH - Ohio',7,'2016-08-22 19:14:21','70.194.195.229',0),(162,54,'12','43040',7,'2016-08-22 19:14:21','70.194.195.229',0),(163,54,'13','',7,'2016-08-22 19:14:21','70.194.195.229',0),(164,54,'3','Tina@@@Platt',8,'2016-08-22 19:14:25','70.194.195.229',0),(165,54,'4','plattfam4@gmail.com',8,'2016-08-22 19:14:25','70.194.195.229',0),(166,54,'5','937 2436273',8,'2016-08-22 19:14:25','70.194.195.229',0),(167,54,'6','09/07/2016',8,'2016-08-22 19:14:25','70.194.195.229',0),(168,54,'7','5-12',8,'2016-08-22 19:14:25','70.194.195.229',0),(169,54,'8','1460 Valley Drive',8,'2016-08-22 19:14:25','70.194.195.229',0),(170,54,'9','',8,'2016-08-22 19:14:25','70.194.195.229',0),(171,54,'10','Marysville',8,'2016-08-22 19:14:25','70.194.195.229',0),(172,54,'11','OH - Ohio',8,'2016-08-22 19:14:25','70.194.195.229',0),(173,54,'12','43040',8,'2016-08-22 19:14:25','70.194.195.229',0),(174,54,'13','',8,'2016-08-22 19:14:25','70.194.195.229',0),(175,54,'3','Bethany@@@Filipow',9,'2016-08-30 00:38:49','65.60.211.36',0),(176,54,'4','bethanyfilipow@gmail.com',9,'2016-08-30 00:38:49','65.60.211.36',0),(177,54,'5','614 3027340',9,'2016-08-30 00:38:49','65.60.211.36',0),(178,54,'6','09/28/2016',9,'2016-08-30 00:38:49','65.60.211.36',0),(179,54,'7','K-2 (5-8 year olds)',9,'2016-08-30 00:38:49','65.60.211.36',0),(180,54,'8','Red Oak Community School',9,'2016-08-30 00:38:49','65.60.211.36',0),(181,54,'9','93 W Weisheimer Rd',9,'2016-08-30 00:38:49','65.60.211.36',0),(182,54,'10','Columbus',9,'2016-08-30 00:38:49','65.60.211.36',0),(183,54,'11','Ohio',9,'2016-08-30 00:38:49','65.60.211.36',0),(184,54,'12','43214',9,'2016-08-30 00:38:49','65.60.211.36',0),(185,54,'13','United States',9,'2016-08-30 00:38:49','65.60.211.36',0),(186,54,'3','Carol@@@Highfield',10,'2016-09-10 18:40:15','23.28.234.145',0),(187,54,'4','Emanature@gmail.com',10,'2016-09-10 18:40:15','23.28.234.145',0),(188,54,'5','614 3060165',10,'2016-09-10 18:40:15','23.28.234.145',0),(189,54,'6','10/616',10,'2016-09-10 18:40:15','23.28.234.145',0),(190,54,'7','5 years',10,'2016-09-10 18:40:15','23.28.234.145',0),(191,54,'8','1125 College Ave',10,'2016-09-10 18:40:15','23.28.234.145',0),(192,54,'9','',10,'2016-09-10 18:40:15','23.28.234.145',0),(193,54,'10','Columbus',10,'2016-09-10 18:40:15','23.28.234.145',0),(194,54,'11','Ohio',10,'2016-09-10 18:40:15','23.28.234.145',0),(195,54,'12','43209',10,'2016-09-10 18:40:15','23.28.234.145',0),(196,54,'13','United States',10,'2016-09-10 18:40:15','23.28.234.145',0),(197,54,'3','Carol@@@Highfield',11,'2016-09-10 18:41:04','23.28.234.145',0),(198,54,'4','Emanature@gmail.com',11,'2016-09-10 18:41:04','23.28.234.145',0),(199,54,'5','614 3060165',11,'2016-09-10 18:41:04','23.28.234.145',0),(200,54,'6','10/616',11,'2016-09-10 18:41:04','23.28.234.145',0),(201,54,'7','5 yearso O',11,'2016-09-10 18:41:04','23.28.234.145',0),(202,54,'8','1125 College Ave',11,'2016-09-10 18:41:04','23.28.234.145',0),(203,54,'9','',11,'2016-09-10 18:41:04','23.28.234.145',0),(204,54,'10','Columbus',11,'2016-09-10 18:41:04','23.28.234.145',0),(205,54,'11','Ohio',11,'2016-09-10 18:41:04','23.28.234.145',0),(206,54,'12','43209',11,'2016-09-10 18:41:04','23.28.234.145',0),(207,54,'13','United States',11,'2016-09-10 18:41:04','23.28.234.145',0),(208,54,'3','Kari@@@Hauser',12,'2016-09-11 23:27:21','65.60.250.163',0),(209,54,'4','Karihauser@aol.com',12,'2016-09-11 23:27:21','65.60.250.163',0),(210,54,'5','614 7173788',12,'2016-09-11 23:27:21','65.60.250.163',0),(211,54,'6','10/12/2016',12,'2016-09-11 23:27:21','65.60.250.163',0),(212,54,'7','10-40',12,'2016-09-11 23:27:21','65.60.250.163',0),(213,54,'8','6000 Renner Rd',12,'2016-09-11 23:27:21','65.60.250.163',0),(214,54,'9','',12,'2016-09-11 23:27:21','65.60.250.163',0),(215,54,'10','Columbus',12,'2016-09-11 23:27:21','65.60.250.163',0),(216,54,'11','Oh',12,'2016-09-11 23:27:21','65.60.250.163',0),(217,54,'12','43228',12,'2016-09-11 23:27:21','65.60.250.163',0),(218,54,'13','United States',12,'2016-09-11 23:27:21','65.60.250.163',0),(219,54,'3','Kari@@@Hauser',13,'2016-09-11 23:27:36','65.60.250.163',0),(220,54,'4','Karihauser@aol.com',13,'2016-09-11 23:27:36','65.60.250.163',0),(221,54,'5','614 7173788',13,'2016-09-11 23:27:36','65.60.250.163',0),(222,54,'6','10/12/2016',13,'2016-09-11 23:27:36','65.60.250.163',0),(223,54,'7','10-40',13,'2016-09-11 23:27:36','65.60.250.163',0),(224,54,'8','6000 Renner Rd',13,'2016-09-11 23:27:36','65.60.250.163',0),(225,54,'9','',13,'2016-09-11 23:27:36','65.60.250.163',0),(226,54,'10','Columbus',13,'2016-09-11 23:27:36','65.60.250.163',0),(227,54,'11','Oh',13,'2016-09-11 23:27:36','65.60.250.163',0),(228,54,'12','43228',13,'2016-09-11 23:27:36','65.60.250.163',0),(229,54,'13','United States',13,'2016-09-11 23:27:36','65.60.250.163',0),(230,54,'3','Kari@@@Hauser',14,'2016-09-11 23:27:51','65.60.250.163',0),(231,54,'4','Karihauser@aol.com',14,'2016-09-11 23:27:51','65.60.250.163',0),(232,54,'5','614 7173788',14,'2016-09-11 23:27:51','65.60.250.163',0),(233,54,'6','10/12/2016',14,'2016-09-11 23:27:51','65.60.250.163',0),(234,54,'7','10-40',14,'2016-09-11 23:27:51','65.60.250.163',0),(235,54,'8','6000 Renner Rd',14,'2016-09-11 23:27:51','65.60.250.163',0),(236,54,'9','',14,'2016-09-11 23:27:51','65.60.250.163',0),(237,54,'10','Columbus',14,'2016-09-11 23:27:51','65.60.250.163',0),(238,54,'11','Oh',14,'2016-09-11 23:27:51','65.60.250.163',0),(239,54,'12','43228',14,'2016-09-11 23:27:51','65.60.250.163',0),(240,54,'13','United States',14,'2016-09-11 23:27:51','65.60.250.163',0),(241,54,'3','Kari@@@Hauser',15,'2016-09-11 23:28:08','65.60.250.163',0),(242,54,'4','Karihauser@aol.com',15,'2016-09-11 23:28:08','65.60.250.163',0),(243,54,'5','614 7173788',15,'2016-09-11 23:28:08','65.60.250.163',0),(244,54,'6','10/12/2016',15,'2016-09-11 23:28:08','65.60.250.163',0),(245,54,'7','10-40',15,'2016-09-11 23:28:08','65.60.250.163',0),(246,54,'8','6000 Renner Rd',15,'2016-09-11 23:28:08','65.60.250.163',0),(247,54,'9','',15,'2016-09-11 23:28:08','65.60.250.163',0),(248,54,'10','Columbus',15,'2016-09-11 23:28:08','65.60.250.163',0),(249,54,'11','Oh',15,'2016-09-11 23:28:08','65.60.250.163',0),(250,54,'12','43228',15,'2016-09-11 23:28:08','65.60.250.163',0),(251,54,'13','United States',15,'2016-09-11 23:28:08','65.60.250.163',0); /*!40000 ALTER TABLE `wp_formmaker_submits` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_formmaker_themes` -- DROP TABLE IF EXISTS `wp_formmaker_themes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_formmaker_themes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(200) NOT NULL, `css` text NOT NULL, `default` tinyint(4) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_formmaker_themes` -- LOCK TABLES `wp_formmaker_themes` WRITE; /*!40000 ALTER TABLE `wp_formmaker_themes` DISABLE KEYS */; INSERT INTO `wp_formmaker_themes` VALUES (1,'Theme 01 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #013D7C;\r\nborder-radius: 5px;\r\ncolor: #013D7C;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type=\"radio\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type=\"checkbox\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n\r\n.sel-imul {\r\n display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/10/01/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #013D7C;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #013D7C;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #013D7C;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #013D7C;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n padding: 2px;\r\n height: 26px;\r\n border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\nselect {\r\n outline: none;\r\n}\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #013E7D;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #013E7D;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #013E7F;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(2,'Theme 01 purple','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #6C005E;\r\nborder-radius: 5px;\r\ncolor: #6C005E;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type=\"radio\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type=\"checkbox\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n\r\n.sel-imul {\r\n display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/10/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #6C005E;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #6C005E;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #6C005E;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #6C005E;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n padding: 2px;\r\n height: 26px;\r\n border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\nselect {\r\n outline: none;\r\n}\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #6C005E;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #6C005E;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #6C005E;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(3,'Theme 01 black','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #000000;\r\nborder-radius: 5px;\r\ncolor: #000000;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type=\"radio\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type=\"checkbox\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n\r\n.sel-imul {\r\n display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/10/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #000;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #000;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #000;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #000;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n padding: 2px;\r\n height: 26px;\r\n border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\nselect {\r\n outline: none;\r\n}\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #000;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #000;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #000;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',1),(4,'Theme 01 transparent (black button)','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #000000;\r\nborder-radius: 5px;\r\ncolor: #000000;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type=\"radio\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type=\"checkbox\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n\r\n.sel-imul {\r\n display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/10/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #000;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #000;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #000;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #000;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n padding: 2px;\r\n height: 26px;\r\n border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\nselect {\r\n outline: none;\r\n}\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #000;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #000;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #000;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(5,'Theme 02 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #ADC0DB;\r\nmargin-bottom: 10px;\r\ncolor: #ADC0DB;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-slider {\r\n background: #fff !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 4px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 29px;\r\n background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/02/01/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #285485;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 33px;\r\n background: url([SITE_ROOT]/images/02/01/next.png) top right #708EB4;\r\n padding: 0px 30px 0 15px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n .next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/01/next.png) top right #144077;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #285485;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/02/01/previous.png) top left #708EB4;\r\n padding: 0px 15px 0 30px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n .previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/01/previous.png) top left #144077;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/02/bg.png) #708EB4;\r\n cursor: pointer;\r\n font-size: 16px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #285485;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 600;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #ADC0DB;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 1px solid #C5C5C5;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/02/bg.png) #708EB4;\r\n text-align: left;\r\n padding: 10px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: center;\r\nfont-size:18px;\r\nfont-family: Segoe UI;\r\ncolor:#0E3F76;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor:#0E3F76;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 4px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/02/01/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n} \r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 11px;\r\n height: 10px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 1px;\r\n left: 1px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: rgb(158, 0, 0);\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #2564A3;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n background-color: #DCDADB;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n background-color: #D1CDCE;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #0E3F77;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 18px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 17px;\r\n line-height: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #0e3f77; /* Old browsers */\r\n background: -moz-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0e3f77), color-stop(49%, #0f437d), color-stop(84%, #2f72b5), color-stop(99%, #165ba9)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* IE10+ */\r\n background: linear-gradient(to right, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 17px;\r\n line-height: 17px;\r\n background-color: #CCCCCC;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\nfont-size: 13px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 17px;\r\n height: 17px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(6,'Theme 02 yellow','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #EADEB4;\r\nborder: 1px solid #E3E2E4;\r\nmargin-bottom: 10px;\r\ncolor: #E3E2E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-slider {\r\n background: #fff !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 4px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 29px;\r\n background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/02/02/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #4D4A3C;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 33px;\r\n background: url([SITE_ROOT]/images/02/next.png) top right #CFAB1A;\r\n padding: 0px 30px 0 15px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/next.png) top right #A08104;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #4D4A3C;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/02/previous.png) top left #CFAB1A;\r\n padding: 0px 15px 0 30px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/previous.png) top left #A08104;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/02/bg.png) #CFAB1A;\r\n cursor: pointer;\r\n font-size: 16px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #4D4A3C;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 600;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #E2DED7;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 1px solid #CFCFCF;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/02/bg.png) #CFAB1A;\r\n text-align: left;\r\n padding: 10px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: center;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\nfont-weight: 600;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 4px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/02/02/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 11px;\r\n height: 10px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 1px;\r\n left: 1px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: rgb(158, 0, 0);\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #3F3927;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n background-color: #DCDADB;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n background-color: #D1CDCE;\r\n}\r\n.page_active {\r\n color: #3F3927;\r\n cursor: pointer;\r\n background-color: #ECBD00;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 18px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 17px;\r\n line-height: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #ECBD00 ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ECBD00 ), color-stop(49%, #F5C403 ), color-stop(84%, #F8C90B ), color-stop(99%, #FFCC00 )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* IE10+ */\r\n background: linear-gradient(to right, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 17px;\r\n line-height: 17px;\r\n background-color: #D9D7D8;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #292929;\r\n font-weight: bold;\r\nfont-size:13px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 17px;\r\n height: 17px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(7,'Theme 02 violet','v.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #C9ADEF;\r\nborder: 1px solid #E3E2E4;\r\nmargin-bottom: 10px;\r\ncolor: #E3E2E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-slider {\r\n background: #fff !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 4px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 29px;\r\n background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/02/02/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #4D4A3C;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 33px;\r\n background: url([SITE_ROOT]/images/02/next.png) top right #5C00DA;\r\n padding: 0px 30px 0 15px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/next.png) top right #3D0886;\r\n}.previous-page div.wdform-page-button {\r\n color: #4D4A3C;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/02/previous.png) top left #5C00DA;\r\n padding: 0px 15px 0 30px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/previous.png) top left #3D0886;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/02/bg.png) #5C00DA;\r\n cursor: pointer;\r\n font-size: 16px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #4D4A3C;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 600;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #E3E2E4;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 1px solid #CFCFCF;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/02/bg.png) #5C00DA;\r\n text-align: left;\r\n padding: 10px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: center;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\nfont-weight: 600;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 4px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/02/03/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 11px;\r\n height: 10px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 1px;\r\n left: 1px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: rgb(158, 0, 0);\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #3F3927;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n background-color: #DCDADB;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n background-color: #D1CDCE;\r\n}\r\n.page_active {\r\n color: #FFF;\r\n cursor: pointer;\r\n background-color: #5C00DA;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 18px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 17px;\r\n line-height: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #5C00DA ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5C00DA ), color-stop(49%, #5C00DB ), color-stop(84%, #6600F0 ), color-stop(99%, #7917FF )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* IE10+ */\r\n background: linear-gradient(to right, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 17px;\r\n line-height: 17px;\r\n background-color: #D9D7D8;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #fff;\r\n font-weight: bold;\r\nfont-size:13px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 17px;\r\n height: 17px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(8,'Theme 02 transparent (aquamarine button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #EAF9F3;\r\nborder: 1px solid #4D4A58;\r\nmargin-bottom: 10px;\r\ncolor: #4D4A58;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-slider {\r\n background: #fff !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 4px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 29px;\r\n background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/02/02/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #4D4A3C;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 33px;\r\n background: url([SITE_ROOT]/images/02/next.png) top right #94FFD5;\r\n padding: 0px 30px 0 15px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/next.png) top right #E4F3E2;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #4D4A3C;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/02/previous.png) top left #94FFD5;\r\n padding: 0px 15px 0 30px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/previous.png) top left #E4F3E2;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/02/bg.png) #94FFD5;\r\n cursor: pointer;\r\n font-size: 16px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #4D4A3C;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 600;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 1px solid #CFCFCF;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/02/bg.png) #CFAB1A;\r\n text-align: left;\r\n padding: 10px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: center;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\nfont-weight: 600;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 4px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\nbackground: #E9E9E9;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\nbackground: #E9E9E9;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\nbackground: #E9E9E9;\r\n}\r\ntextarea {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\nbackground: #E9E9E9;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/02/02/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 11px;\r\n height: 10px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 1px;\r\n left: 1px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: rgb(158, 0, 0);\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #3F3927;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n background-color: #EEEEEE;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n background-color: #EEEEEE;\r\n}\r\n.page_active {\r\n color: #3F3927;\r\n cursor: pointer;\r\n background-color: #CEECE2;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 18px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 17px;\r\n line-height: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #95D3BE ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #80CEB4 ), color-stop(49%, #95D6C1 ), color-stop(84%, #95D3BE ), color-stop(99%, #B3E7D6 )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* IE10+ */\r\n background: linear-gradient(to right, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 17px;\r\n line-height: 17px;\r\n background-color: #E0DFE0;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #292929;\r\n font-weight: bold;\r\nfont-size:13px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 17px;\r\n height: 17px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(9,'Theme 03 green','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #3A620A;\r\nmargin-bottom: 10px;\r\ncolor: #3A620A;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 0px;\r\n border: 1px solid #39680B;\r\n background: #C9FD9C;\r\n height: 13px;\r\n width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -5px !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\n.ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #C9FD9C !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 23px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/03/01/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 32px;\r\n height: 25px;\r\n background: url([SITE_ROOT]/images/03/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #414141;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n\r\n.button-submit {\r\n background: #3A620A;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #fff;\r\n border: 2px solid #4A8C08;\r\n margin: 5px;\r\n box-shadow: 0px 0px 1px 1px #44740E;\r\n font-family: Segoe UI;\r\n }\r\n.button-reset {\r\n background: #D8D6D7;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 2px solid #fff;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px 1px #969495;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: #CDD9C3;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/03/01/bg.png);\r\n text-align: left;\r\n padding: 10px 20px 10px 50px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: right;\r\n color: #000;\r\nfont-size: 18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\nfont-size: 18px;\r\ncolor: #555;\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n padding: 0px 15px;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n padding: 2px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #fff;\r\n background-color: #42810e;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n background-color: #36690c;\r\n cursor: pointer;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 33px;\r\n text-align: center;\r\n font-size: 21px;\r\n padding: 5px 20px 0px 20px;\r\n margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 20px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #62983A; /* Old browsers */\r\n background: -moz-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61b217), color-stop(39%, #62983a), color-stop(100%, #62983a)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* IE10+ */\r\n background: linear-gradient(to right, #61b217 0%, #62983a 39%, #62983a 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #DFDFDF;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -34px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 12px;\r\nline-height: 18px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 34px;\r\n height: 18px;\r\n background: url([SITE_ROOT]/images/03/01/percentage_arrow.png);\r\n position: relative;\r\n left: -1px;\r\ntop:0px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(10,'Theme 03 red','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #811919;\r\nmargin-bottom: 10px;\r\ncolor: #811919;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 0px;\r\n border: 1px solid #39680B;\r\n background: #C9FD9C;\r\n height: 13px;\r\n width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -5px !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #942323 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 23px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/03/02/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 32px;\r\n height: 25px;\r\n background: url([SITE_ROOT]/images/03/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #414141;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n.button-submit {\r\nbackground: #811919;\r\ncursor: pointer;\r\nfont-size: 17px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 2px solid #9E1919;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #811818;\r\nfont-family: Segoe UI;\r\n }\r\n.button-reset {\r\n background: #D8D6D7;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 2px solid #fff;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px 1px #969495;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: #F0EEEF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/03/02/bg.png);\r\n text-align: left;\r\n padding: 10px 20px 10px 50px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: right;\r\n color: #fff;\r\nfont-size: 18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\ncolor: #555;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n padding: 0px 15px;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n padding: 2px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #fff;\r\n background-color: #640B0B;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n background-color: #942323;\r\n cursor: pointer;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 33px;\r\n text-align: center;\r\n font-size: 21px;\r\n padding: 5px 20px 0px 20px;\r\n margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 20px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #752D2D ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9A0B0B ), color-stop(39%, #7B2828 ), color-stop(100%, #752D2D )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* IE10+ */\r\n background: linear-gradient(to right, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #DFDFDF;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -34px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 12px;\r\nline-height:18px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 34px;\r\n height: 18px;\r\n background: url([SITE_ROOT]/images/03/02/percentage_arrow.png);\r\n position: relative;\r\n left: -1px;\r\ntop:0px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(11,'Theme 03 dark cyan','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #0B7A97;\r\nmargin-bottom: 10px;\r\ncolor: #0B7A97;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 0px;\r\n border: 1px solid #39680B;\r\n background: #C9FD9C;\r\n height: 13px;\r\n width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -5px !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #2796B3 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 23px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/03/03/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 32px;\r\n height: 25px;\r\n background: url([SITE_ROOT]/images/03/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #414141;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n.button-submit {\r\nbackground: #0B7A97;\r\ncursor: pointer;\r\nfont-size: 17px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 2px solid #18627C;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #56B4D5;\r\nfont-family: Segoe UI;\r\n}\r\n.button-reset {\r\n background: #D8D6D7;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 2px solid #fff;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px 1px #969495;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: #F0EEEF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/03/03/bg.png);\r\n text-align: left;\r\n padding: 10px 20px 10px 50px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: right;\r\n color: #fff;\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\ncolor: #555;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n padding: 0px 15px;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n padding: 2px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #fff;\r\n background-color: #0C6177;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n background-color: #2796B3;\r\n cursor: pointer;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 33px;\r\n text-align: center;\r\n font-size: 21px;\r\n padding: 5px 20px 0px 20px;\r\n margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 20px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #752D2D ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0E6378 ), color-stop(39%, #2C7487 ), color-stop(100%, #2D7587 )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* IE10+ */\r\n background: linear-gradient(to right, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #DFDFDF;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -34px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 12px;\r\nline-height:18px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 34px;\r\n height: 18px;\r\n background: url([SITE_ROOT]/images/03/03/percentage_arrow.png);\r\n position: relative;\r\n left: -1px;\r\ntop:0px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(12,'Theme 03 transparent (salmon button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #D8D6D7;\r\nborder: 1px solid #D8D6D7;\r\nmargin-bottom: 10px;\r\ncolor: #D8D6D7;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 0px;\r\n border: 1px solid #39680B;\r\n background: #C9FD9C;\r\n height: 13px;\r\n width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -5px !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #C9FD9C !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 23px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/03/01/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 32px;\r\n height: 25px;\r\n background: url([SITE_ROOT]/images/03/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #414141;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n\r\n.button-submit {\r\nbackground: #FA8072;\r\ncursor: pointer;\r\nfont-size: 17px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 2px solid #FFABA1;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #FF9689;\r\nfont-family: Segoe UI;\r\n }\r\n.button-reset {\r\n background: #D8D6D7;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 2px solid #fff;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px 1px #969495;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/03/01/bg.png);\r\n text-align: left;\r\n padding: 10px 20px 10px 50px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: right;\r\n color: #000;\r\nfont-size: 18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\nfont-size: 18px;\r\ncolor: #555;\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n padding: 0px 15px;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n padding: 2px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\nbackground: #ECECEC;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\nbackground: #ECECEC;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\nbackground: #ECECEC;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\nbackground: #ECECEC;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #fff;\r\n background-color: #FF9A8E;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n background-color: #FA8072;\r\n cursor: pointer;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 33px;\r\n text-align: center;\r\n font-size: 21px;\r\n padding: 5px 20px 0px 20px;\r\n margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 20px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #FF8F83; /* Old browsers */\r\n background: -moz-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F7B4AC), color-stop(39%, #F89F95), color-stop(100%, #FF8F83)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* IE10+ */\r\n background: linear-gradient(to right, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #DFDFDF;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -34px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 12px;\r\nline-height: 18px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 34px;\r\n height: 18px;\r\n background: url([SITE_ROOT]/images/03/04/percentage_arrow.png);\r\n position: relative;\r\n left: -1px;\r\ntop:0px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(13,'Theme 04 dark orange','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #F6CE9D;\r\nmargin-bottom: 10px;\r\ncolor: #F6CE9D;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 15px;\r\n height: 15px;\r\n top: -5px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n@font-face {\r\n font-family: ArTarumianHandes;\r\n src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #EDE5DA;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 20px;\r\n width: 22px;\r\n background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 45px;\r\n height: 44px;\r\n background: url([SITE_ROOT]/images/04/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #424242;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 35px;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-weight: 400;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\n color: #69512F;\r\n border: 1px solid #D89E5F;\r\n background: #C8A470; /* Old browsers */\r\n background: -moz-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* FF3.6+ */\r\n background: -webkit-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* IE10+ */\r\n background: linear-gradient(to bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* W3C */\r\n box-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n color: #424242 !important;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 32px;\r\n padding: 0px 20px 5px;\r\n vertical-align: middle;\r\n font-weight: 400 !important;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\n color: #69512F;\r\n border: 1px solid #D89E5F;\r\n background: #C8A470; /* Old browsers */\r\n background: -moz-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* FF3.6+ */\r\n background: -webkit-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* IE10+ */\r\n background: linear-gradient(to bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* W3C */\r\n box-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #F6CE9D;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/04/01/bg.png) no-repeat;\r\n text-align: left;\r\n border-radius: 0px;\r\n width: 300px;\r\n padding: 13px;\r\n text-align: center;\r\nfont-size: 18px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ccc;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus {\r\n border-color: #E2B983;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n border-color: #E2B983;\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n border-color: #E2B983;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 10px;\r\n height: 10px;\r\n background: #DAA157;\r\n background: -moz-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n background: -webkit-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n background: -o-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n background: -ms-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n background: linear-gradient(to bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n box-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\n border-radius: 7px;\r\n top: 1px;\r\n left: 1px;\r\n border: 1px solid #C0A77E;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 20px 0px 20px;\r\n font-weight: bold;\r\n background-color: #E2B983;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #AA824E;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 20px 0px 20px;\r\n margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #AA824E;\r\n vertical-align: middle;\r\n font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\n background-color: #E2B983;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 20px;\r\n height: 23px;\r\n background-color: #AA824E;\r\n position: relative;\r\n left: -14px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(14,'Theme 04 light blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #CEE4E4;\r\nmargin-bottom: 10px;\r\ncolor: #CEE4E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 15px;\r\n height: 15px;\r\n top: -5px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n@font-face {\r\n font-family: ArTarumianHandes;\r\n src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #EDE5DA;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 20px;\r\n width: 22px;\r\n background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 45px;\r\n height: 44px;\r\n background: url([SITE_ROOT]/images/04/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #424242;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 35px;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-weight: 400;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\ncolor: #fff;\r\nborder: 1px solid #88A1A6;\r\nbackground: #86A0A7 ;\r\nbackground: -moz-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -webkit-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -o-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -ms-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: linear-gradient(to bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n color: #767676 !important;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 32px;\r\n padding: 0px 20px 5px;\r\n vertical-align: middle;\r\n font-weight: 400 !important;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\ncolor: #fff !important;\r\nborder: 1px solid #88A1A6;\r\nbackground: #86A0A7 ;\r\nbackground: -moz-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -webkit-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -o-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -ms-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: linear-gradient(to bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #CEE4E4;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/04/02/bg.png) no-repeat;\r\n text-align: left;\r\n border-radius: 0px;\r\n width: 300px;\r\npadding: 5px;\r\n text-align: center;\r\nfont-size: 16px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ccc;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus {\r\n border-color: #678B94;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n border-color: #678B94;\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n border-color: #678B94;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 10px;\r\nheight: 10px;\r\nbackground: #63929E ;\r\nbackground: -moz-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -webkit-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -o-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -ms-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: linear-gradient(to bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\nborder-radius: 7px;\r\ntop: 1px;\r\nleft: 1px;\r\nborder: 1px solid #678B94;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 20px 0px 20px;\r\n font-weight: bold;\r\n background-color: #88B4BD;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #678B94;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 20px 0px 20px;\r\n margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #678B94;\r\n vertical-align: middle;\r\n font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\n background-color: #88B4BD;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 20px;\r\n height: 23px;\r\n background-color: #678B94;\r\n position: relative;\r\n left: -14px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(15,'Theme 04 red','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #CEE4E4;\r\nmargin-bottom: 10px;\r\ncolor: #CEE4E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 15px;\r\n height: 15px;\r\n top: -5px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n@font-face {\r\n font-family: ArTarumianHandes;\r\n src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #EDE5DA;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 20px;\r\n width: 22px;\r\n background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 45px;\r\n height: 44px;\r\n background: url([SITE_ROOT]/images/04/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #424242;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 35px;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-weight: 400;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\ncolor: #fff;\r\nborder: 1px solid #C09F97;\r\nbackground: #86A0A7;\r\nbackground: -moz-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -webkit-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -o-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -ms-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: linear-gradient(to bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n color: #767676 !important;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 32px;\r\n padding: 0px 20px 5px;\r\n vertical-align: middle;\r\n font-weight: 400 !important;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\ncolor: #fff !important;\r\nborder: 1px solid #C09F97;\r\nbackground: #86A0A7;\r\nbackground: -moz-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -webkit-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -o-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -ms-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: linear-gradient(to bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #E0D0CD;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\nmargin: 16px 10px 16px 0px;\r\ndisplay: inline-block;\r\nbackground: url([SITE_ROOT]/images/04/03/bg.png) no-repeat;\r\ntext-align: left;\r\nborder-radius: 0px;\r\nwidth: 300px;\r\npadding: 5px 10px;\r\ntext-align: center;\r\nfont-size: 18px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ccc;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus {\r\n border-color: #8A6B63;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n border-color: #8A6B63;\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n border-color: #8A6B63;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 10px;\r\nheight: 10px;\r\nbackground: #B98476 ;\r\nbackground: -moz-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: -webkit-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: -o-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: -ms-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: linear-gradient(to bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\nborder-radius: 7px;\r\ntop: 1px;\r\nleft: 1px;\r\nborder: 1px solid #9B766D;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 20px 0px 20px;\r\n font-weight: bold;\r\n background-color: #CCAAA3;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #8A6B63;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 20px 0px 20px;\r\n margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #8A6B63;\r\n vertical-align: middle;\r\n font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\n background-color: #CCAAA3;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 20px;\r\n height: 23px;\r\n background-color: #8A6B63;\r\n position: relative;\r\n left: -14px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(16,'Theme 04 transparent (gray button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #FFFFFF;\r\nborder: 1px solid #A6A6A6;\r\nmargin-bottom: 10px;\r\ncolor: #A6A6A6;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 15px;\r\n height: 15px;\r\n top: -5px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n@font-face {\r\n font-family: ArTarumianHandes;\r\n src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #EDE5DA;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 20px;\r\n width: 22px;\r\n background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 45px;\r\n height: 44px;\r\n background: url([SITE_ROOT]/images/04/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #424242;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 35px;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-weight: 400;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\ncolor: #fff;\r\nborder: 1px solid #919191;\r\nbackground: #7A7A7A ;\r\nbackground: -moz-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -webkit-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -o-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -ms-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: linear-gradient(to bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n color: #767676 !important;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 32px;\r\n padding: 0px 20px 5px;\r\n vertical-align: middle;\r\n font-weight: 400 !important;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\ncolor: #fff !important;\r\nborder: 1px solid #919191;\r\nbackground: #7A7A7A ;\r\nbackground: -moz-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -webkit-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -o-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -ms-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: linear-gradient(to bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/04/02/bg.png) no-repeat;\r\n text-align: left;\r\n border-radius: 0px;\r\n width: 300px;\r\npadding: 5px;\r\n text-align: center;\r\nfont-size: 16px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ccc;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus {\r\n border-color: #B3B3B3;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n border-color: #B3B3B3;\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n border-color: #B3B3B3;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 10px;\r\nheight: 10px;\r\nbackground: #63929E ;\r\nbackground: -moz-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -webkit-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -o-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -ms-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: linear-gradient(to bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\nborder-radius: 7px;\r\ntop: 1px;\r\nleft: 1px;\r\nborder: 1px solid #678B94;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 20px 0px 20px;\r\n font-weight: bold;\r\n background-color: #C0C0C0;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #A8A8A8;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 20px 0px 20px;\r\n margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #678B94;\r\n vertical-align: middle;\r\n font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\n background-color: #88B4BD;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 20px;\r\n height: 23px;\r\n background-color: #678B94;\r\n position: relative;\r\n left: -14px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(17,'Theme 05 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #0E7297;\r\nborder: 1px solid #A0CBDB;\r\nmargin-bottom: 10px;\r\ncolor: #A0CBDB;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 14px;\r\n height: 14px;\r\n top: -6px;\r\n border: 2px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/05/01/nextbg_hover.png) url([SITE_ROOT]/images/05/01/previousbg_hover.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #00B4F6 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #00B4F6 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #00B4F6 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #00B4F6 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #00B4F6 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #00B4F6 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\nui-state-hover {\r\n background: #00B4F6 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\nborder-radius: 0px;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: #fff;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 27px;\r\n background: url([SITE_ROOT]/images/05/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/05/01/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 32px;\r\n line-height: 28px;\r\n background: url([SITE_ROOT]/images/05/01/nextbg.png) no-repeat;\r\n padding: 0px 20px 0 0;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n width: 90px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/05/01/nextbg_hover.png) no-repeat;\r\n width: 113px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 32px;\r\n line-height: 28px;\r\n background: url([SITE_ROOT]/images/05/01/previousbg.png) no-repeat;\r\n padding: 0px 0 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n width: 90px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/05/01/previousbg_hover.png) no-repeat;\r\n width: 113px;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/05/01/submit.png) no-repeat;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 32px;\r\n color: #fff;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 500;\r\n padding: 0 12px 0 24px;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #A0CBDB;\r\n padding:15px 20px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 0px;\r\n background: #006A91;\r\n border-radius: 0px;\r\npadding: 6px 10px 15px;\r\ntext-align: center;\r\nfont-size: 18px;\r\ncolor: #fff;\r\nbox-shadow: 0px 3px 5px #4B4B4B;\r\n}\r\n\r\n.wdform-field-section-break2:after {\r\n content: \" \";\r\n position: relative;\r\n width: 97.7%;\r\n right: 0px;\r\n bottom: 20px;\r\n height: 4px;\r\n -webkit-box-shadow: 0 2px 3px #444141;\r\n -moz-box-shadow: 0 2px 3px #444141;\r\n box-shadow: 0 2px 3px #444141;\r\n display: inline-block;\r\n}\r\n\r\n.wdform_section_break {\r\n margin: 16px 0px;\r\n border-radius: 0px;\r\n text-align: left;\r\nfont-size: 18px;\r\ncolor: #3F3F3F;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 22px;\r\n overflow: hidden;\r\nborder: 1px solid transparent;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #006A91;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #006A91;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #006A91;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #026994;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/05/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 21px;\r\n position: relative;\r\n left: -19px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #026994;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #026994;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #006A91;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #01B4F6;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-left: 1px;\r\n line-height: 25px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 27px;\r\n line-height: 27px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #018ABE;\r\n background: -moz-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0079A6), color-stop(39%, #018ABE ), color-stop(100%, #00B6FA ));\r\n background: -webkit-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n background: -o-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n background: -ms-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n background: linear-gradient(to right, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n border-top-right-radius: 9px;\r\n border-bottom-right-radius: 9px;\r\n box-shadow: 2px 0px 7px #9E9B9B;\r\n}\r\n.page_percentage_deactive {\r\n height: 27px;\r\n line-height: 27px;\r\n background-color: #C4D5DF;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #ffffff;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(18,'Theme 05 green','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #007326;\r\nborder: 1px solid #B6E4CF;\r\nmargin-bottom: 10px;\r\ncolor: #B6E4CF;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 14px;\r\n height: 14px;\r\n top: -6px;\r\n border: 2px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/05/02/nextbg_hover.png) url([SITE_ROOT]/images/05/02/previousbg_hover.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #018D08 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #018D08 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #018D08 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #018D08 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #018D08 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #018D08 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\nui-state-hover {\r\n background: #018D08 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\nborder-radius: 0px;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: #fff;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 27px;\r\n background: url([SITE_ROOT]/images/05/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/05/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 32px;\r\n line-height: 28px;\r\n background: url([SITE_ROOT]/images/05/02/nextbg.png) no-repeat;\r\n padding: 0px 20px 0 0;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n width: 90px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/05/02/nextbg_hover.png) no-repeat;\r\n width: 113px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 32px;\r\n line-height: 28px;\r\n background: url([SITE_ROOT]/images/05/02/previousbg.png) no-repeat;\r\n padding: 0px 0 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n width: 90px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/05/02/previousbg_hover.png) no-repeat;\r\n width: 113px;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/05/02/submit.png) no-repeat;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 32px;\r\n color: #fff;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 500;\r\n padding: 0 12px 0 24px;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #B6E4CF;\r\n padding: 15px 20px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2{\r\n margin: 16px 0px;\r\n background: #0D7A31;\r\n border-radius: 0px;\r\npadding: 6px 10px 15px;\r\ntext-align: center;\r\nfont-size: 18px;\r\ncolor: #fff;\r\nbox-shadow: 0px 3px 5px #4B4B4B;\r\n}\r\n\r\n.wdform-field-section-break2:after {\r\n content: \" \";\r\n position: relative;\r\n width: 97.7%;\r\n right: 0px;\r\n bottom: 20px;\r\n height: 4px;\r\n -webkit-box-shadow: 0 2px 3px #444141;\r\n -moz-box-shadow: 0 2px 3px #444141;\r\n box-shadow: 0 2px 3px #444141;\r\n display: inline-block;\r\n}\r\n\r\n.wdform_section_break{\r\n margin: 16px 0px;\r\n border-radius: 0px;\r\n text-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 22px;\r\n overflow: hidden;\r\nborder: 1px solid transparent;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #0D7A31;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #0D7A31;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #0D7A31;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #0D7A31;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/05/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 21px;\r\n position: relative;\r\n left: -19px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #0D7A31;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #0D7A31;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #018D08;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #00AC0A;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-left: 1px;\r\n line-height: 25px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 27px;\r\n line-height: 27px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #018F08 ;\r\n background: -moz-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #018D08 ), color-stop(39%, #018F08 ), color-stop(100%, #00BE0A ));\r\n background: -webkit-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n background: -o-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n background: -ms-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\nbackground: linear-gradient(to right, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n border-top-right-radius: 9px;\r\n border-bottom-right-radius: 9px;\r\n box-shadow: 2px 0px 7px #9E9B9B;\r\n}\r\n.page_percentage_deactive {\r\n height: 27px;\r\n line-height: 27px;\r\n background-color: #CEE0D3;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #ffffff;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(19,'Theme 05 pink','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #B05785;\r\nborder: 1px solid #F6E2ED;\r\nmargin-bottom: 10px;\r\ncolor: #F6E2ED;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 14px;\r\n height: 14px;\r\n top: -6px;\r\n border: 2px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/05/03/nextbg_hover.png) url([SITE_ROOT]/images/05/03/previousbg_hover.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #B05785 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #B05785 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #B05785 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #B05785 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #B05785 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #B05785 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\nui-state-hover {\r\n background: #B05785 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\nborder-radius: 0px;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: #fff;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 27px;\r\n background: url([SITE_ROOT]/images/05/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/05/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 32px;\r\n line-height: 28px;\r\n background: url([SITE_ROOT]/images/05/03/nextbg.png) no-repeat;\r\n padding: 0px 20px 0 0;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n width: 90px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/05/03/nextbg_hover.png) no-repeat;\r\n width: 113px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 32px;\r\n line-height: 28px;\r\n background: url([SITE_ROOT]/images/05/03/previousbg.png) no-repeat;\r\n padding: 0px 0 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n width: 90px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/05/03/previousbg_hover.png) no-repeat;\r\n width: 113px;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/05/03/submit.png) no-repeat;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 32px;\r\n color: #fff;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 500;\r\n padding: 0 12px 0 24px;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #F6E2ED;\r\n padding: 15px 20px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 0px;\r\n background: #B05785;\r\n border-radius: 0px;\r\npadding: 6px 10px 15px;\r\ntext-align: center;\r\nfont-size: 18px;\r\ncolor: #fff;\r\nbox-shadow: 0px 3px 5px #4B4B4B;\r\n}\r\n\r\n.wdform-field-section-break2:after {\r\n content: \" \";\r\n position: relative;\r\n width: 97.7%;\r\n right: 0px;\r\n bottom: 20px;\r\n height: 4px;\r\n -webkit-box-shadow: 0 2px 3px #444141;\r\n -moz-box-shadow: 0 2px 3px #444141;\r\n box-shadow: 0 2px 3px #444141;\r\n display: inline-block;\r\n\r\n}\r\n\r\n.wdform_section_break {\r\n margin: 16px 0px;\r\n border-radius: 0px;\r\n text-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 22px;\r\n overflow: hidden;\r\nborder: 1px solid transparent;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #B05785;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #B05785;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #B05785;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #B05785;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/05/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 21px;\r\n position: relative;\r\n left: -19px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #B05785;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #B05785;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #D7639F;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #E47DB3;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-left: 1px;\r\n line-height: 25px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 27px;\r\n line-height: 27px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #D863A0 ;\r\n background: -moz-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #D7639F ), color-stop(39%, #D863A0 ), color-stop(100%, #F173B4 ));\r\n background: -webkit-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n background: -o-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n background: -ms-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\nbackground: linear-gradient(to right, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n border-top-right-radius: 9px;\r\n border-bottom-right-radius: 9px;\r\n box-shadow: 2px 0px 7px #9E9B9B;\r\n}\r\n.page_percentage_deactive {\r\n height: 27px;\r\n line-height: 27px;\r\n background-color: #D6CAD2;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #ffffff;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(20,'Theme 06 turquoise','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #B1EBE9;\r\nborder: 1px solid #018580;\r\nmargin-bottom: 10px;\r\ncolor: #018580;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: transparent !important;\r\n margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 4px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: transparent;\r\n background-position: right 2px center;\r\n width: 100%;\r\n border: 1px solid #ABAAAA;\r\n border-radius: 7px;\r\n color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 25px;\r\n width: 28px;\r\n background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 66px;\r\n height: 49px;\r\n background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page\r\n{\r\n width:inherit !important;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/06/next.png) no-repeat right #019993;\r\n padding: 0px 36px 0 20px ;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #018580;\r\n\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/06/next.png) no-repeat right #00C5BD;\r\n}\r\n.previous-page\r\n{\r\n width:inherit !important;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.previous-page div.wdform-page-button:before {\r\n content: \" \";\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left;\r\n height: 19px;\r\n width: 20px;\r\n display: inline-block;\r\n vertical-align: middle;\r\n top: -2px;\r\n position: relative;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: #019993;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #018580;\r\n}\r\n.button-submit:hover {\r\n background: #00C5BD;\r\n}\r\n.button-reset {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #959595;\r\n margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n background: #B1EBE9;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #029A95;\r\n color: #ffffff !important;\r\n font-size: 16px;\r\n text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2 p{\r\n color: #ffffff !important;\r\n \r\n}\r\n\r\n.wdform_section_break2:after {\r\n content: \" \" ;\r\n position: relative;\r\n width: 16px;\r\n height: 13px;\r\n top: -3px;\r\n left: 1px;\r\n box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\nfont-size: 16px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 5px;\r\n height: 27px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"password\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ntextarea {\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #029A95;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #029A95;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #029A95;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #029A95;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #4C4C4C;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #4C4C4C;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #029A95;\r\n margin-right: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #00DAD3;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 20px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #01B3AD ;\r\n background: -moz-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #01B3AD ), color-stop(39%, #01CDC6 ), color-stop(100%, #02DED6 ));\r\n background: -webkit-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\n background: -o-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\n background: -ms-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\nlinear-gradient(to right, #01B3AD 0%, #01CDC6 39%, #02DED6 100%)\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\n background-color: #029A95;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: left !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #ffffff;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #ffffff;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 23px;\r\n height: 23px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}',0),(21,'Theme 06 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #BBDBE7;\r\nborder: 1px solid #25A5DF;\r\nmargin-bottom: 10px;\r\ncolor: #25A5DF;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: transparent !important;\r\n margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 4px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: transparent;\r\n background-position: right 2px center;\r\n width: 100%;\r\n border: 1px solid #ABAAAA;\r\n border-radius: 7px;\r\n color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 25px;\r\n width: 28px;\r\n background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 66px;\r\n height: 49px;\r\n background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\nbackground: url([SITE_ROOT]/images/06/next.png) no-repeat right #0D66B1;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\nborder: 1px solid #107DAF;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\nbackground: url([SITE_ROOT]/images/06/next.png) no-repeat right #25A5DF;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: #0D66B1;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #107DAF;\r\n}\r\n.button-submit:hover {\r\n background: #25A5DF;\r\n}\r\n.button-reset {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #959595;\r\n margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n background: #BBDBE7;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #0D66B1;\r\n color: #ffffff;\r\n font-size: 16px;\r\n text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2:after {\r\n content: \" \" ;\r\n position: relative;\r\n width: 16px;\r\n height: 13px;\r\n top: -3px;\r\n left: 1px;\r\n box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\n font-size: 16px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 5px;\r\n height: 27px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"password\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ntextarea {\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #0176AA ;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #0176AA ;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #0176AA ;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #0176AA ;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\nbox-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #4C4C4C;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #4C4C4C;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #0176AA;\r\n margin-right: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #008AFF;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 20px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #0073D3 ;\r\n background: -moz-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0073D3 ), color-stop(39%, #008FE1 ), color-stop(100%, #00A7ED ));\r\n background: -webkit-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\n background: -o-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\nbackground: -webkit-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\n background-color: #0176AA;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: left !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #ffffff;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #ffffff;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 23px;\r\n height: 23px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}',0),(22,'Theme 06 orange','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #FAB17A;\r\nmargin-bottom: 10px;\r\ncolor: #FAB17A;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: transparent !important;\r\n margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 4px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: transparent;\r\n background-position: right 2px center;\r\n width: 100%;\r\n border: 1px solid #ABAAAA;\r\n border-radius: 7px;\r\n color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 25px;\r\n width: 28px;\r\n background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 66px;\r\n height: 49px;\r\n background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #473C34;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #FFA15C;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #C78655;\r\n}\r\n\r\n.next-page div.wdform-page-button:hover {\r\n background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #FAB17A;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.button-submit {\r\ncolor: #473C34;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 35px;\r\nline-height: 35px;\r\nbackground: #FFA15C;\r\npadding: 0px 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder: 1px solid #C78655;\r\n}\r\n.button-submit:hover {\r\n background: #FAB17A;\r\n}\r\n.button-reset {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #959595;\r\n margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n background: #F0EEEF;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2{\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #FFA15C ;\r\n color: #030303;\r\n font-size: 16px;\r\n text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2:after {\r\n content: \" \" ;\r\n position: relative;\r\n width: 16px;\r\n height: 13px;\r\n top: -3px;\r\n left: 1px;\r\n box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\n font-size: 16px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 5px;\r\n height: 27px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"password\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ntextarea {\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #FFA15C ;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #FFA15C ;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #FFA15C ;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #FFA15C ;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\nbox-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #4C4C4C;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #4C4C4C;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #342114;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #C78655;\r\n margin-right: 1px;\r\n}\r\n.page_active {\r\n color: #342114;\r\n cursor: pointer;\r\n background-color: #FF8A34;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 20px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #FF8932 ;\r\n background: -moz-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F3BA28 ), color-stop(39%, #FFD325 ), color-stop(100%, #FEB824 ));\r\n background: -o-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\nbackground: -ms-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\nbackground: -webkit-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\n\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\nbackground-color: #ECBE9C;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: left !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #473C34;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #ffffff;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 23px;\r\n height: 23px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}',0),(23,'Theme 06 transparent (light green button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #FFFFFF;\r\nborder: 1px solid #90EE90;\r\nmargin-bottom: 10px;\r\ncolor: #90EE90;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: transparent !important;\r\n margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 4px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: transparent;\r\n background-position: right 2px center;\r\n width: 100%;\r\n border: 1px solid #ABAAAA;\r\n border-radius: 7px;\r\n color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 25px;\r\n width: 28px;\r\n background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 66px;\r\n height: 49px;\r\n background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #473C34;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #6BD86B;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #459B45;\r\n}\r\n\r\n.next-page div.wdform-page-button:hover {\r\n background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #90EE90;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.previous-page div.wdform-page-button:before {\r\n content: \" \";\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left;\r\n height: 19px;\r\n width: 20px;\r\n display: inline-block;\r\n vertical-align: middle;\r\n top: -2px;\r\n position: relative;\r\n}\r\n.button-submit {\r\ncolor: #473C34;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 35px;\r\nline-height: 35px;\r\nbackground: #6BD86B;\r\npadding: 0px 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder: 1px solid #459B45;\r\n}\r\n.button-submit:hover {\r\n background: #90EE90;\r\n}\r\n.button-reset {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #959595;\r\n margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2{\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #6BD86B ;\r\n color: #030303;\r\n font-size: 16px;\r\n text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2:after {\r\n content: \" \" ;\r\n position: relative;\r\n width: 16px;\r\n height: 13px;\r\n top: -3px;\r\n left: 1px;\r\n box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\n font-size: 16px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 5px;\r\n height: 27px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"password\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ntextarea {\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #6BD86B ;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #6BD86B ;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #6BD86B ;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #6BD86B ;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\nbox-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #4C4C4C;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #4C4C4C;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #342114;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #90EE90;\r\n margin-right: 1px;\r\n}\r\n.page_active {\r\n color: #342114;\r\n cursor: pointer;\r\n background-color: #6BD86B;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 20px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #72DB72 ;\r\n background: -moz-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8FEB8F ), color-stop(39%, #5CF35C ), color-stop(100%, #72DB72 ));\r\n background: -o-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\nbackground: -ms-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\nbackground: -webkit-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\n\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\nbackground-color: #E0E0E0;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: left !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #473C34;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #ffffff;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 23px;\r\n height: 23px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}',0),(24,'Theme 07 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #0072A2;\r\nmargin-bottom: 10px;\r\ncolor: #0072A2;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #A4A4A4;\r\n border: 1px solid #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F1F1F1 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #696969;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F1F1F1;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/next.png) no-repeat right #0072A2;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border-right: 1px solid #CECECE;\r\n} \r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #0072A2;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #267EA9;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #267EA9;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #0072A2;\r\n background-color: #ECEBEB;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #0072A2;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 18px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #006C9A; /* Old browsers */\r\n background: -moz-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0072A2), color-stop(39%, #00709F), color-stop(100%, #006A97)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* IE10+ */\r\n background: linear-gradient(to right, #0072A2 0%, #00709F 39%, #006A97 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #EBEAEA;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n content: \" \";\r\n display: block;\r\n height: 9px;\r\n background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n position: relative;\r\n background-size: cover;\r\n top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n margin-right:9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n',0),(25,'Theme 07 green','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #00A25B;\r\nmargin-bottom: 10px;\r\ncolor: #00A25B;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #A4A4A4;\r\n border: 1px solid #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F1F1F1 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #696969;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F1F1F1;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/next.png) no-repeat right #00A25B;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border-right: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #00A25B;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #00A25B;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #00A25B;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #00A25B;\r\n background-color: #ECEBEB;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #00A25B;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 18px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #00A15B ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #00A25B 0%, #00A15A 39%, #00A15B 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00A25B ), color-stop(39%, #00A15A ), color-stop(100%, #00A15B )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #00A25B 0%, #00A15A 39%, #00A15B 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #00A25B 0%, #00A15A 39%, #00A15B 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #00A25B 0%, #00A15A 39%, #00A15B 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #00A25B 0%, #00A15A 39%, #00A15B 100%);\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #EBEAEA;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n content: \" \";\r\n display: block;\r\n height: 9px;\r\n background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n position: relative;\r\n background-size: cover;\r\n top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n margin-right:9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(26,'Theme 07 dark violet','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #33016B;\r\nmargin-bottom: 10px;\r\ncolor: #33016B;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #A4A4A4;\r\n border: 1px solid #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F1F1F1 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #696969;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F1F1F1;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/next.png) no-repeat right #33016B;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border-right: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #33016B;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #33016B;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #33016B;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #33016B;\r\n background-color: #ECEBEB;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #33016B;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 18px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #33016A ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #33016B ), color-stop(39%, #320169 ), color-stop(100%, #33016A )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #33016B 0%, #320169 39%, #33016A 100%);\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #EBEAEA;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n content: \" \";\r\n display: block;\r\n height: 9px;\r\n background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n position: relative;\r\n background-size: cover;\r\n top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n margin-right:9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n',0),(27,'Theme 07 transparent (burlywood button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #E6C18B;\r\nmargin-bottom: 10px;\r\ncolor: #E6C18B;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #A4A4A4;\r\n border: 1px solid #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F1F1F1 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #696969;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F1F1F1;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/next.png) no-repeat right #E6C18B;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border-right: 1px solid #CECECE;\r\n} \r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #E6C18B;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #267EA9;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #267EA9;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #E6C18B;\r\n background-color: #ECEBEB;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #E6C18B;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 18px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #F3CC92 ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F3CC92 ), color-stop(39%, #F3CC92 ), color-stop(100%, #F5CB8F )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* IE10+ */\r\n background: linear-gradient(to right, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #EBEAEA;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n content: \" \";\r\n display: block;\r\n height: 9px;\r\n background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n position: relative;\r\n background-size: cover;\r\n top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n margin-right:9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n',0),(28,'Theme 08 transparent (black button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #000000;\r\nmargin-bottom: 10px;\r\ncolor: #000000;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\na.ui-spinner-button\r\n{\r\nbackground:none !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #414141;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 1px solid #EEEEEE !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/08/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/08/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/08/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #000;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #000000;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break \r\n{\r\n color: #000000;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 22px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 0px solid #fff;\r\ncolor: #414141;\r\n outline: none;\r\n}\r\n\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F0F0F0;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F0F0F0;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F0F0F0;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"text\"]:focus {\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #000;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/08/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #000000;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #000000;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #CDCDCD;\r\nbackground-color: #F8F8F8;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-right:3px;\r\nmargin-bottom:3px;\r\nfont-weight: bold;\r\n}\r\n.page_active {\r\n color: #000;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #EEEEEE;\r\nfont-weight: bold;\r\nmargin-right:3px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 1px;\r\nborder-spacing: 0px;\r\nheight: 21px;\r\nline-height: 20px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nbackground: #000;\r\n}\r\n.page_percentage_deactive {\r\n height: 24px;\r\nline-height: 20px;\r\nbackground-color: #FFFFFF;\r\ntext-align: left !important;\r\nmargin: 0 5px;\r\nborder: 1px solid #EEEEEE;\r\ndisplay: inline-block;\r\nwidth: 98%;\r\nborder-bottom: none;\r\n\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -1px;\r\n}\r\n\r\n.wdform_percentage_text {\r\n color: #FFF;\r\n font-weight: bold;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(29,'Theme 08 deep pink','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #930049;\r\nmargin-bottom: 10px;\r\ncolor: #930049;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\na.ui-spinner-button\r\n{\r\nbackground:none !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #414141;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #930049 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 1px solid #EEEEEE !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/08/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/08/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/08/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #930049;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #EEEEEE;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #930049;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break \r\n{\r\n color: #930049;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 22px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 0px solid #fff;\r\ncolor: #414141;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"text\"]:focus {\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #636363;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/08/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8A8A8A;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #8A8A8A;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #CDCDCD;\r\nbackground-color: #F8F8F8;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-right:3px;\r\nmargin-bottom:3px;\r\nfont-weight: bold;\r\n}\r\n.page_active {\r\n color: #930049;\r\ncursor: pointer;\r\nbackground-color: #fff;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #EEEEEE;\r\nfont-weight: bold;\r\nmargin-right:3px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 1px;\r\nborder-spacing: 0px;\r\nheight: 21px;\r\nline-height: 20px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nbackground: #930049;\r\n}\r\n.page_percentage_deactive {\r\n height: 24px;\r\nline-height: 20px;\r\nbackground-color: #FFFFFF;\r\ntext-align: left !important;\r\nmargin: 0 5px;\r\nborder: 1px solid #EEEEEE;\r\ndisplay: inline-block;\r\nwidth: 98%;\r\nborder-bottom: none;\r\n\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -1px;\r\n}\r\n\r\n.wdform_percentage_text {\r\n color: #fff;\r\n font-weight: bold;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(30,'Theme 08 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #070068;\r\nmargin-bottom: 10px;\r\ncolor: #070068;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\na.ui-spinner-button\r\n{\r\nbackground:none !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #414141;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #070068 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 1px solid #EEEEEE !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/08/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/08/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/08/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #070068;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #070068;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break \r\n{\r\n color: #070068;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 22px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 0px solid #fff;\r\ncolor: #414141;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"text\"]:focus {\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #636363;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/08/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8A8A8A;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #8A8A8A;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #CDCDCD;\r\nbackground-color: #F8F8F8;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-right:3px;\r\nmargin-bottom:3px;\r\nfont-weight: bold;\r\n}\r\n.page_active {\r\n color: #070068;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #EEEEEE;\r\nfont-weight: bold;\r\nmargin-right:3px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 1px;\r\nborder-spacing: 0px;\r\nheight: 21px;\r\nline-height: 20px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nbackground: #070068;\r\n}\r\n.page_percentage_deactive {\r\n height: 24px;\r\nline-height: 20px;\r\nbackground-color: #FFFFFF;\r\ntext-align: left !important;\r\nmargin: 0 5px;\r\nborder: 1px solid #EEEEEE;\r\ndisplay: inline-block;\r\nwidth: 98%;\r\nborder-bottom: none;\r\n\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -1px;\r\n}\r\n\r\n.wdform_percentage_text {\r\n color: #fff;\r\n font-weight: bold;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(31,'Theme 09 light gray','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #DDDDDD;\r\nborder: 1px solid #818181;\r\nmargin-bottom: 10px;\r\ncolor: #818181;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 1px solid #B7B7B7;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/09/01/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #013D7C;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #DDDDDD;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n\r\n}\r\n.wdform_section_break2 {\r\n color: #013D7C;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n\r\n}\r\n\r\n.wdform_section_break {\r\n color: #013D7C;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #8B8B8B;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #E5E5E5;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #727272;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/01/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(32,'Theme 09 yellow','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #DDDDDD;\r\nborder: 1px solid #E9B500;\r\nmargin-bottom: 10px;\r\ncolor: #E9B500;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #E9B500 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 1px solid #B7B7B7;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/09/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #E9B500;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #DDDDDD;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #013D7C;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 5px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #E9B500;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #7F7F7F !important;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #8B8B8B;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #E5E5E5;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #E7C85C;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/02/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(33,'Theme 09 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #DDDDDD;\r\nborder: 1px solid #015875;\r\nmargin-bottom: 10px;\r\ncolor: #015875;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #015875 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 1px solid #B7B7B7;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/09/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #015875;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #DDDDDD;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #015875;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #015875;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #80ABBA !important;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #8B8B8B;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #DEE9EC;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #5C90A2;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/03/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(34,'Theme 09 transparent (lightgreen button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #30D1B1;\r\nmargin-bottom: 10px;\r\ncolor: #30D1B1;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #E9B500 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 1px solid #B7B7B7;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/09/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #30D1B1;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #013D7C;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 5px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #E9B500;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #7F7F7F !important;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #8B8B8B;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #E5E5E5;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #E7C85C;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/02/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(35,'Theme 10 orange','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F7D3BB;\r\nborder: 1px solid #FAAA63;\r\nmargin-bottom: 10px;\r\ncolor: #FAAA63;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/01/01/next_hoverbg.png) url([SITE_ROOT]/images/01/01/previous_hover.png) url([SITE_ROOT]/images/01/01/next_hover.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 7px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 26px;\r\n line-height: 26px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 28px;\r\n width: 32px;\r\n background: url([SITE_ROOT]/images/01/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 1px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-page-and-images:after {\r\n width: 100%;\r\n content: \"\";\r\n display: block;\r\n height: 17px;\r\n background: url([SITE_ROOT]/images/01/0.png) no-repeat center center;\r\n position: relative;\r\n background-size: cover;\r\n top: -17px;\r\n left: -50px;\r\n padding-left: 100px;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 7px;\r\n height: 27px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n//text-overflow: ellipsis;\r\n}\r\n.file-picker {\r\n width: 38px;\r\n height: 34px;\r\n background: url([SITE_ROOT]/images/01/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #000;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/01/nextbg.png) no-repeat right center;\r\n -webkit-background-size: cover;\r\n -moz-background-size: cover;\r\n -o-background-size: cover;\r\n background-size: cover;\r\n border-style: solid;\r\n padding: 0px 15px;\r\n vertical-align: middle;\r\n border-color: transparent;\r\n}\r\ndiv.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/01/01/next_hoverbg.png) no-repeat right center;\r\n -webkit-background-size: cover;\r\n -moz-background-size: cover;\r\n -o-background-size: cover;\r\n background-size: cover;\r\n}\r\n.next-page div.wdform-page-button {\r\n border-width: 0px 18px 0px 0px;\r\n -moz-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n box-shadow: inset 51px 0px 8px -50px #636363;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n -moz-border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n}\r\n.next-page:before {\r\n content: \"\";\r\n height: 56px;\r\n vertical-align: middle;\r\n background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n background-size: contain;\r\n width: 7px;\r\n display: inline-block;\r\n position: relative;\r\n left: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n border-width: 0px 0px 0px 18px;\r\n -moz-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n box-shadow: inset -51px 0px 8px -50px #636363;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n -moz-border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n}\r\n.previous-page:after {\r\n content: \"\";\r\n height: 56px;\r\n vertical-align: middle;\r\n background: url([SITE_ROOT]/images/01/shadow1.png) no-repeat right center;\r\n background-size: contain;\r\n width: 7px;\r\n display: inline-block;\r\n position: relative;\r\n left: -7px;\r\n}\r\n.button-submit {\r\n background: #f58b33; /* Old browsers */\r\n background: -moz-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f58b33), color-stop(20%, #faaa63), color-stop(80%, #faaa63), color-stop(100%, #f58b33)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* IE10+ */\r\n background: linear-gradient(to right, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* W3C */\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #8D5D35;\r\n border: 1px solid #F0C579;\r\n margin: 5px;\r\n box-shadow: 0px 0px 1px 1px #EC8E37;\r\n font-family: Segoe UI;\r\n }\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 1px solid #c9c9c9;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: #F7D3BB;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n border-top: 2px solid #FFB471;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break2 {\r\n background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n background-size: contain;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #e8a467; /* Old browsers */\r\n background: -moz-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(1%, #e8a467), color-stop(20%, #ffb471), color-stop(80%, #ffb471), color-stop(100%, #ffcd72)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* IE10+ */\r\n background: linear-gradient(to right, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* W3C */\r\n text-align: left;\r\n padding: 7px 30px 10px 10px;\r\n border-top-left-radius: 0px;\r\n border-top-right-radius: 10px;\r\n border-bottom-right-radius: 10px;\r\n border-bottom-left-radius: 0px;\r\n -moz-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break {\r\n margin: 16px 10px 16px 0px;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 7px;\r\n height: 32px;\r\n overflow: hidden;\r\n border: 1px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 70px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 15px;\r\n height: 16px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 5px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/01/checkbox.png);\r\n border-radius: 2px;\r\n top: 0px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/01/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 37px;\r\n height: 30px;\r\n position: relative;\r\n left: -35px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 15px;\r\n height: 16px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 5px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 10px;\r\n background: #615F60;\r\n border-radius: 2px;\r\n top: 3px;\r\n left: 3px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n border-top: 1px solid #D8D6D7;\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 7px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #000;\r\n cursor: pointer;\r\n background-color: #FFD9B8;\r\n margin: 1px;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_active {\r\n color: #000;\r\n cursor: pointer;\r\n background-color: #FFB471;\r\n margin: 1px;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 25px;\r\n line-height: 25px;\r\n border-top-left-radius: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #FF983C; /* Old browsers */\r\n background: -moz-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f6a965), color-stop(67%, #f6a965), color-stop(100%, #ff983c)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* IE10+ */\r\n background: linear-gradient(to right, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 25px;\r\n line-height: 25px;\r\n background-color: #FFD9B8;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n border-top-left-radius: 17px;\r\n border-top-right-radius: 17px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation span:first-child {\r\n border-top-left-radius: 17px;\r\n}\r\n.wdform_percentage_arrow {\r\ndisplay: inline-block;\r\nwidth: 21px;\r\nheight: 25px;\r\nbackground-color: #FF983D;\r\nposition: relative;\r\nleft: -15px;\r\nz-index: 0;\r\nvertical-align: middle;\r\n-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\ntransform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -14px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 25px;\r\n height: 25px;\r\n vertical-align: middle;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform_button button {\r\n background: #e4e4e4; /* Old browsers */\r\n background: -moz-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* IE10+ */\r\n background: linear-gradient(to bottom, #e4e4e4 0%, #cccccc 100%); /* W3C */\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(36,'Theme 10 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #D1E0F0;\r\nborder: 1px solid #075DA4;\r\nmargin-bottom: 10px;\r\ncolor: #075DA4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/01/02/next_hoverbg.png) url([SITE_ROOT]/images/01/02/previous_hover.png) url([SITE_ROOT]/images/01/02/next_hover.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #004D8E !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #004D8E !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #004D8E !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #004D8E !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 7px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 26px;\r\n line-height: 26px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 28px;\r\n width: 32px;\r\n background: url([SITE_ROOT]/images/01/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 1px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-page-and-images:after {\r\n width: 100%;\r\n content: \"\";\r\n display: block;\r\n height: 17px;\r\n background: url([SITE_ROOT]/images/01/0.png) no-repeat center center;\r\n position: relative;\r\n background-size: cover;\r\n top: -17px;\r\n left: -50px;\r\n padding-left: 100px;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 7px;\r\n height: 27px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n//text-overflow: ellipsis;\r\n}\r\n.file-picker {\r\n width: 38px;\r\n height: 34px;\r\n background: url([SITE_ROOT]/images/01/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #414141;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/01/nextbg.png) no-repeat right center;\r\n -webkit-background-size: cover;\r\n -moz-background-size: cover;\r\n -o-background-size: cover;\r\n background-size: cover;\r\n border-style: solid;\r\n padding: 0px 15px;\r\n vertical-align: middle;\r\n border-color: transparent;\r\n}\r\ndiv.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/01/02/next_hoverbg.png) no-repeat right center;\r\n -webkit-background-size: cover;\r\n -moz-background-size: cover;\r\n -o-background-size: cover;\r\n background-size: cover;\r\ncolor:#fff;\r\n}\r\n.next-page div.wdform-page-button {\r\n border-width: 0px 18px 0px 0px;\r\n -moz-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n box-shadow: inset 51px 0px 8px -50px #636363;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n -moz-border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n}\r\n.next-page:before {\r\n content: \"\";\r\n height: 56px;\r\n vertical-align: middle;\r\n background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n background-size: contain;\r\n width: 7px;\r\n display: inline-block;\r\n position: relative;\r\n left: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n border-width: 0px 0px 0px 18px;\r\n -moz-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n box-shadow: inset -51px 0px 8px -50px #636363;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n -moz-border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n}\r\n.previous-page:after {\r\n content: \"\";\r\n height: 56px;\r\n vertical-align: middle;\r\n background: url([SITE_ROOT]/images/01/shadow1.png) no-repeat right center;\r\n background-size: contain;\r\n width: 7px;\r\n display: inline-block;\r\n position: relative;\r\n left: -7px;\r\n}\r\n.button-submit {\r\nbackground: #035192 ;\r\nbackground: -moz-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%, #035192 ), color-stop(20%, #0860A9 ), color-stop(80%, #0860A9 ), color-stop(100%, #035192 ));\r\nbackground: -webkit-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: -o-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: -ms-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: linear-gradient(to right, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\ncursor: pointer;\r\nfont-size: 17px;\r\nborder-radius: 7px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 1px solid #3A8BCF;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #063A66;\r\nfont-family: Segoe UI;\r\n }\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 1px solid #c9c9c9;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: #D1E0F0;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n border-top: 1px solid #004D8E;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break2 {\r\n background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n background-size: contain;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #0559A0 ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(1%, #00457F ), color-stop(20%, #0559A0 ), color-stop(80%, #0E6AB8 ), color-stop(100%, #006CC7 )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* W3C */\r\n text-align: left;\r\n padding: 7px 30px 10px 10px;\r\n border-top-left-radius: 0px;\r\n border-top-right-radius: 10px;\r\n border-bottom-right-radius: 10px;\r\n border-bottom-left-radius: 0px;\r\n -moz-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\ncolor:#fff;\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break {\r\n margin: 16px 0px;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 7px;\r\n height: 32px;\r\n overflow: hidden;\r\n border: 1px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #004D8E;\r\n outline: none;\r\n}\r\n\r\ninput[type=\"password\"]:focus{\r\n border-color: #004D8E;\r\n outline: none;\r\n}\r\n\r\ntextarea:focus{\r\n border-color: #004D8E;\r\n outline: none;\r\n}\r\n\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 70px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 15px;\r\n height: 16px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 5px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/01/checkbox.png);\r\n border-radius: 2px;\r\n top: 0px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/01/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 37px;\r\n height: 30px;\r\n position: relative;\r\n left: -35px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 15px;\r\n height: 16px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 5px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 10px;\r\n background: #615F60;\r\n border-radius: 2px;\r\n top: 3px;\r\n left: 3px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n border-top: 1px solid #D8D6D7;\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 7px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #0D5492;\r\n cursor: pointer;\r\n background-color: #7FA6C6;\r\n margin: 1px;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #004D8E;\r\n margin: 1px;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 25px;\r\n line-height: 25px;\r\n border-top-left-radius: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #00559D ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00559D ), color-stop(67%, #005BA7 ), color-stop(100%, #00559D )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #00559D 0%, #005BA7 67%, #00559D 100%);\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 25px;\r\n line-height: 25px;\r\n background-color: #7FA6C6;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n border-top-left-radius: 17px;\r\n border-top-right-radius: 17px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation span:first-child {\r\n border-top-left-radius: 17px;\r\n}\r\n.wdform_percentage_arrow {\r\ndisplay: inline-block;\r\nwidth: 21px;\r\nheight: 25px;\r\nbackground-color: #0057A0;\r\nposition: relative;\r\nleft: -15px;\r\nz-index: 0;\r\nvertical-align: middle;\r\n-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\ntransform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -14px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 25px;\r\n height: 25px;\r\n vertical-align: middle;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform_button button {\r\n background: #e4e4e4; /* Old browsers */\r\n background: -moz-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* IE10+ */\r\n background: linear-gradient(to bottom, #e4e4e4 0%, #cccccc 100%); /* W3C */\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(37,'Theme 10 green','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #D8E5DB;\r\nborder: 1px solid #007616;\r\nmargin-bottom: 10px;\r\ncolor: #007616;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/01/03/next_hoverbg.png) url([SITE_ROOT]/images/01/03/previous_hover.png) url([SITE_ROOT]/images/01/03/next_hover.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 7px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 26px;\r\n line-height: 26px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 28px;\r\n width: 32px;\r\n background: url([SITE_ROOT]/images/01/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 1px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-page-and-images:after {\r\n width: 100%;\r\n content: \"\";\r\n display: block;\r\n height: 17px;\r\n background: url([SITE_ROOT]/images/01/0.png) no-repeat center center;\r\n position: relative;\r\n background-size: cover;\r\n top: -17px;\r\n left: -50px;\r\n padding-left: 100px;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 7px;\r\n height: 27px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n//text-overflow: ellipsis;\r\n}\r\n.file-picker {\r\n width: 38px;\r\n height: 34px;\r\n background: url([SITE_ROOT]/images/01/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #414141;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/01/nextbg.png) no-repeat right center;\r\n -webkit-background-size: cover;\r\n -moz-background-size: cover;\r\n -o-background-size: cover;\r\n background-size: cover;\r\n border-style: solid;\r\n padding: 0px 15px;\r\n vertical-align: middle;\r\n border-color: transparent;\r\n}\r\ndiv.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/01/03/next_hoverbg.png) no-repeat right center;\r\n -webkit-background-size: cover;\r\n -moz-background-size: cover;\r\n -o-background-size: cover;\r\n background-size: cover;\r\ncolor:#fff;\r\n}\r\n.next-page div.wdform-page-button {\r\n border-width: 0px 18px 0px 0px;\r\n -moz-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n box-shadow: inset 51px 0px 8px -50px #636363;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n -moz-border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n}\r\n.next-page:before {\r\n content: \"\";\r\n height: 56px;\r\n vertical-align: middle;\r\n background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n background-size: contain;\r\n width: 7px;\r\n display: inline-block;\r\n position: relative;\r\n left: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n border-width: 0px 0px 0px 18px;\r\n -moz-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n box-shadow: inset -51px 0px 8px -50px #636363;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n -moz-border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n}\r\n.previous-page:after {\r\n content: \"\";\r\n height: 56px;\r\n vertical-align: middle;\r\n background: url([SITE_ROOT]/images/01/shadow1.png) no-repeat right center;\r\n background-size: contain;\r\n width: 7px;\r\n display: inline-block;\r\n position: relative;\r\n left: -7px;\r\n}\r\n.button-submit {\r\nbackground: #006C14 ;\r\nbackground: -moz-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%, #006C14 ), color-stop(20%, #018819 ), color-stop(80%, #018819 ), color-stop(100%, #006C14 ));\r\nbackground: -webkit-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: -o-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: -ms-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: linear-gradient(to right, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\ncursor: pointer;\r\nfont-size: 17px;\r\nborder-radius: 7px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 1px solid #0DBB2C;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #006C14;\r\nfont-family: Segoe UI;\r\n }\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 1px solid #c9c9c9;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: #D8E5DB;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n border-top: 1px solid #006C14;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break2 {\r\n background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n background-size: contain;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #006312 ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(1%, #006312 ), color-stop(20%, #047519 ), color-stop(80%, #057C1C ), color-stop(100%, #069140 )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* W3C */\r\n text-align: left;\r\n padding: 7px 30px 10px 10px;\r\n border-top-left-radius: 0px;\r\n border-top-right-radius: 10px;\r\n border-bottom-right-radius: 10px;\r\n border-bottom-left-radius: 0px;\r\n -moz-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\ncolor:#fff;\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break {\r\n margin: 16px 0px;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 7px;\r\n height: 32px;\r\n overflow: hidden;\r\n border: 1px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #006C14;\r\n outline: none;\r\n}\r\n\r\ninput[type=\"password\"]:focus{\r\n border-color: #006C14;\r\n outline: none;\r\n}\r\n\r\ntextarea:focus{\r\n border-color: #006C14;\r\n outline: none;\r\n}\r\n\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 70px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 15px;\r\n height: 16px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 5px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/01/checkbox.png);\r\n border-radius: 2px;\r\n top: 0px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/01/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 37px;\r\n height: 30px;\r\n position: relative;\r\n left: -35px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 15px;\r\n height: 16px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 5px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 10px;\r\n background: #615F60;\r\n border-radius: 2px;\r\n top: 3px;\r\n left: 3px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n border-top: 1px solid #D8D6D7;\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 7px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #006C14;\r\n cursor: pointer;\r\n background-color: #7FB589;\r\n margin: 1px;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #006C14;\r\n margin: 1px;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 25px;\r\n line-height: 25px;\r\n border-top-left-radius: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #008118 ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008118 ), color-stop(67%, #089723 ), color-stop(100%, #069C22 )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #008118 0%, #089723 67%, #069C22 100%);\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 25px;\r\n line-height: 25px;\r\n background-color: #7FB589;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n border-top-left-radius: 17px;\r\n border-top-right-radius: 17px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation span:first-child {\r\n border-top-left-radius: 17px;\r\n}\r\n.wdform_percentage_arrow {\r\ndisplay: inline-block;\r\nwidth: 21px;\r\nheight: 25px;\r\nbackground-color: #069B22;\r\nposition: relative;\r\nleft: -15px;\r\nz-index: 0;\r\nvertical-align: middle;\r\n-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\ntransform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -14px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 25px;\r\n height: 25px;\r\n vertical-align: middle;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform_button button {\r\n background: #e4e4e4; /* Old browsers */\r\n background: -moz-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* IE10+ */\r\n background: linear-gradient(to bottom, #e4e4e4 0%, #cccccc 100%); /* W3C */\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0); /*!40000 ALTER TABLE `wp_formmaker_themes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_formmaker_views` -- DROP TABLE IF EXISTS `wp_formmaker_views`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_formmaker_views` ( `form_id` int(11) NOT NULL, `views` int(50) NOT NULL, PRIMARY KEY (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_formmaker_views` -- LOCK TABLES `wp_formmaker_views` WRITE; /*!40000 ALTER TABLE `wp_formmaker_views` DISABLE KEYS */; INSERT INTO `wp_formmaker_views` VALUES (54,228); /*!40000 ALTER TABLE `wp_formmaker_views` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=9370 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://centralohiobeekeepers.org/','yes'),(2,'home','http://centralohiobeekeepers.org/','yes'),(3,'blogname','wordpress1','yes'),(4,'blogdescription','Central Ohio's oldest Beekeeping Association. Serving Franklin county and surrounding counties.','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cobapresident@hotmail.com','yes'),(7,'start_of_week','0','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','1','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:10:{i:0;s:19:\"akismet/akismet.php\";i:1;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:2;s:41:\"contact-form-maker/contact-form-maker.php\";i:3;s:44:\"featured-content-gallery/content-gallery.php\";i:4;s:25:\"form-maker/form-maker.php\";i:5;s:36:\"google-sitemap-generator/sitemap.php\";i:6;s:31:\"photo-gallery/photo-gallery.php\";i:7;s:25:\"tablepress/tablepress.php\";i:8;s:43:\"the-events-calendar/the-events-calendar.php\";i:9;s:37:\"tinymce-advanced/tinymce-advanced.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:132:\"\\\\WDP\\DFS\\46\\4\\6\\0\\4652337064\\user\\sites\\2789981.site\\www\\wordpress1/wp-content/plugins/featured-content-gallery/content-gallery.php\";i:1;s:131:\"\\\\WDP\\DFS\\46\\4\\6\\0\\4652337064\\user\\sites\\2789981.site\\www\\wordpress1/wp-content/plugins/the-events-calendar/the-events-calendar.php\";i:2;s:124:\"\\\\WDP\\DFS\\46\\4\\6\\0\\4652337064\\user\\sites\\2789981.site\\www\\wordpress1/wp-content/plugins/google-sitemap-generator/sitemap.php\";i:3;s:131:\"\\\\WDP\\DFS\\46\\4\\6\\0\\4652337064\\user\\sites\\2789981.site\\www\\wordpress1/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php\";i:4;s:109:\"\\\\WDP\\DFS\\46\\4\\6\\0\\4652337064\\user\\sites\\2789981.site\\www\\wordpress1/wp-content/themes/lifestyle_30/style.css\";}','no'),(40,'template','lifestyle_30','yes'),(41,'stylesheet','lifestyle_30','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','1','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','36686','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','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:1:{s:71:\"hupso-share-buttons-for-twitter-facebook-google/share-buttons-hupso.php\";s:22:\"hupso_plugin_uninstall\";}','no'),(82,'timezone_string','America/Detroit','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','16','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','36686','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:103:{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:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:29:\"tablepress_import_tables_wptr\";b:1;s:23:\"tablepress_edit_options\";b:1;s:25:\"read_private_tribe_events\";b:1;s:17:\"edit_tribe_events\";b:1;s:24:\"edit_others_tribe_events\";b:1;s:25:\"edit_private_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:26:\"delete_others_tribe_events\";b:1;s:27:\"delete_private_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:25:\"read_private_tribe_venues\";b:1;s:17:\"edit_tribe_venues\";b:1;s:24:\"edit_others_tribe_venues\";b:1;s:25:\"edit_private_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:26:\"delete_others_tribe_venues\";b:1;s:27:\"delete_private_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;s:29:\"read_private_tribe_organizers\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:28:\"edit_others_tribe_organizers\";b:1;s:29:\"edit_private_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:30:\"delete_others_tribe_organizers\";b:1;s:31:\"delete_private_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;s:16:\"aiosp_manage_seo\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:73:{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:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:25:\"read_private_tribe_events\";b:1;s:17:\"edit_tribe_events\";b:1;s:24:\"edit_others_tribe_events\";b:1;s:25:\"edit_private_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:26:\"delete_others_tribe_events\";b:1;s:27:\"delete_private_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:25:\"read_private_tribe_venues\";b:1;s:17:\"edit_tribe_venues\";b:1;s:24:\"edit_others_tribe_venues\";b:1;s:25:\"edit_private_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:26:\"delete_others_tribe_venues\";b:1;s:27:\"delete_private_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;s:29:\"read_private_tribe_organizers\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:28:\"edit_others_tribe_organizers\";b:1;s:29:\"edit_private_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:30:\"delete_others_tribe_organizers\";b:1;s:31:\"delete_private_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:34:{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:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:17:\"edit_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:17:\"edit_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:11:{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:17:\"edit_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:17:\"edit_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";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'),(93,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:2:{i:3;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:8;s:9:\"show_date\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:26:\"tribe-events-list-widget-2\";i:1;s:14:\"recent-posts-3\";i:2;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:1:{i:0;s:10:\"nav_menu-2\";}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:7:{i:1474344721;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:1474381701;a:1:{s:24:\"tribe_common_log_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1474382089;a:1:{s:24:\"akismet_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;}}}i:1474390278;a:1:{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;}}}i:1474400466;a:1:{s:13:\"sm_ping_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1474420525;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;}}}s:7:\"version\";i:2;}','yes'),(111,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.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-4.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.1\";s:7:\"version\";s:5:\"4.6.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.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-4.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.1\";s:7:\"version\";s:5:\"4.6.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.4-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.5.4-partial-0.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.4-rollback-0.zip\";}s:7:\"current\";s:5:\"4.5.4\";s:7:\"version\";s:5:\"4.5.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:3:\"4.5\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1474301931;s:15:\"version_checked\";s:3:\"4.5\";s:12:\"translations\";a:0:{}}','yes'),(129,'auth_key','<9NfIG~U:>K%xiYr%wDE,hv]+TV]lQ_C6@,XmOYy,H.W!5zZ$oBMRYJY.eVGNbzP','yes'),(132,'auth_salt','V?vKps*$]PrUR+v_L}zjH6m|Op ?et^!4!F~!u_9H)os`q`m-G<m|-vE)6g@Cls3','yes'),(135,'logged_in_key','ql9uU<q#h!XU7~qC#a~IV}Hj6rcfm# 8d`2t*n7Els&I6Je2T??UTVSX$C$}A(;V','yes'),(138,'logged_in_salt','| [AHU=XMjaiVGa5-BNQ86o/j)bh-k[+6Rs./S^rwj>g<zT.,*gF8W?GvY<R-np9','yes'),(139,'nonce_key','ZL#aUmU5!IXS5e)jwGkWry&Tl{~5b^Fxy]~8(nP%.=@?,?+c7+h:hhv@0<W25+s ','yes'),(142,'nonce_salt',']8coy5KcesQFT5:`sWlDIgnDloM@7R=PTdsKMC.Y{2V<(q-H_T,$Q7gORkeo%s:R','yes'),(145,'_site_transient_timeout_browser_a38759e458df6a2e151e116ba3dc0a0b','1462035078','yes'),(148,'_site_transient_browser_a38759e458df6a2e151e116ba3dc0a0b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"44.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(153,'can_compress_scripts','1','yes'),(216,'WPLANG','','yes'),(244,'_site_transient_timeout_wporg_theme_feature_list','1461442207','yes'),(247,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(255,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1461431509;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'),(258,'current_theme','Lifestyle WordPress Theme','yes'),(261,'theme_mods_lifestyle_30','a:1:{i:0;b:0;}','yes'),(264,'theme_switched','','yes'),(267,'theme_switched_via_customizer','','yes'),(300,'_site_transient_timeout_browser_8f41a4e0570afe0b805298d787ea5a74','1462062258','yes'),(303,'_site_transient_browser_8f41a4e0570afe0b805298d787ea5a74','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"43.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(304,'recently_activated','a:0:{}','yes'),(333,'wd_bwg_theme_version','1.0.0','no'),(336,'widget_bwp_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(339,'widget_bwp_gallery_slideshow','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(342,'bwg_admin_notice','a:3:{s:15:\"ecommerce_promo\";a:3:{s:5:\"start\";s:9:\"4/26/2016\";s:3:\"int\";i:3;s:9:\"dismissed\";i:1;}s:15:\"two_week_review\";a:3:{s:5:\"start\";s:8:\"5/7/2016\";s:3:\"int\";i:14;s:9:\"dismissed\";i:1;}s:16:\"one_week_support\";a:3:{s:5:\"start\";s:9:\"4/30/2016\";s:3:\"int\";i:7;s:9:\"dismissed\";i:1;}}','yes'),(355,'wd_form_maker_version','1.9.11','no'),(358,'contact_form_forms','1,4,7,10,13,16,19,22,25,54','yes'),(361,'wd_cfield_limit','9','no'),(364,'fmc_settings','a:3:{s:10:\"public_key\";s:0:\"\";s:11:\"private_key\";s:0:\"\";s:13:\"csv_delimiter\";s:1:\",\";}','yes'),(367,'widget_form_maker_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(370,'cfm_emailverification','1','yes'),(373,'fmc_admin_notice','a:2:{s:15:\"two_week_review\";a:3:{s:5:\"start\";s:8:\"5/7/2016\";s:3:\"int\";i:14;s:9:\"dismissed\";i:1;}s:16:\"one_week_support\";a:3:{s:5:\"start\";s:9:\"4/30/2016\";s:3:\"int\";i:7;s:9:\"dismissed\";i:1;}}','yes'),(384,'fm_settings','a:3:{s:10:\"public_key\";s:0:\"\";s:11:\"private_key\";s:0:\"\";s:13:\"csv_delimiter\";s:1:\",\";}','yes'),(387,'fm_emailverification','1','yes'),(390,'fm_admin_notice','a:2:{s:15:\"two_week_review\";a:3:{s:5:\"start\";s:8:\"5/7/2016\";s:3:\"int\";i:14;s:9:\"dismissed\";i:1;}s:16:\"one_week_support\";a:3:{s:5:\"start\";s:9:\"4/30/2016\";s:3:\"int\";i:7;s:9:\"dismissed\";i:1;}}','yes'),(396,'tablepress_plugin_options','{\"plugin_options_db_version\":32,\"table_scheme_db_version\":3,\"prev_tablepress_version\":\"0\",\"tablepress_version\":\"1.7\",\"first_activation\":1461445674,\"message_plugin_update\":false,\"message_donation_nag\":true,\"use_custom_css\":true,\"use_custom_css_file\":true,\"custom_css\":\"\",\"custom_css_minified\":\"\",\"custom_css_version\":0}','yes'),(406,'tribe_events_calendar_options','a:37:{s:14:\"schema-version\";s:5:\"4.2.6\";s:27:\"recurring_events_are_hidden\";s:6:\"hidden\";s:21:\"previous_ecp_versions\";a:4:{i:0;s:1:\"0\";i:1;s:5:\"4.1.2\";i:2;s:5:\"4.1.3\";i:3;s:3:\"4.2\";}s:18:\"latest_ecp_version\";s:5:\"4.2.6\";s:19:\"last-update-message\";s:5:\"4.1.3\";s:16:\"tribeEnableViews\";a:3:{i:0;s:4:\"list\";i:1;s:5:\"month\";i:2;s:3:\"day\";}s:11:\"donate-link\";b:1;s:12:\"postsPerPage\";s:2:\"10\";s:17:\"liveFiltersUpdate\";b:1;s:12:\"showComments\";b:0;s:20:\"showEventsInMainLoop\";b:0;s:14:\"multiDayCutoff\";s:5:\"00:00\";s:21:\"defaultCurrencySymbol\";s:1:\"$\";s:23:\"reverseCurrencyPosition\";b:0;s:15:\"embedGoogleMaps\";b:1;s:19:\"embedGoogleMapsZoom\";s:2:\"10\";s:11:\"debugEvents\";b:0;s:26:\"tribe_events_timezone_mode\";s:5:\"event\";s:32:\"tribe_events_timezones_show_zone\";b:0;s:16:\"stylesheetOption\";s:5:\"tribe\";s:19:\"tribeEventsTemplate\";s:7:\"default\";s:10:\"viewOption\";s:5:\"month\";s:20:\"tribeDisableTribeBar\";b:0;s:16:\"monthEventAmount\";s:1:\"3\";s:23:\"enable_month_view_cache\";b:0;s:18:\"dateWithYearFormat\";s:6:\"F j, Y\";s:21:\"dateWithoutYearFormat\";s:3:\"F j\";s:18:\"monthAndYearFormat\";s:3:\"F Y\";s:17:\"dateTimeSeparator\";s:3:\" @ \";s:18:\"timeRangeSeparator\";s:3:\" - \";s:16:\"datepickerFormat\";s:1:\"0\";s:21:\"tribeEventsBeforeHTML\";s:0:\"\";s:20:\"tribeEventsAfterHTML\";s:0:\"\";s:13:\"earliest_date\";s:19:\"2016-05-04 18:00:00\";s:21:\"earliest_date_markers\";a:1:{i:0;s:3:\"457\";}s:11:\"latest_date\";s:19:\"2016-11-16 20:00:00\";s:19:\"latest_date_markers\";a:1:{i:0;s:3:\"662\";}}','yes'),(409,'widget_tribe-events-list-widget','a:2:{i:2;a:3:{s:5:\"title\";s:15:\"Upcoming Events\";s:5:\"limit\";s:1:\"5\";s:18:\"no_upcoming_events\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(412,'tribe_last_save_post','1474336108','yes'),(418,'tadv_settings','a:6:{s:9:\"toolbar_1\";s:159:\"fontselect,fontsizeselect,bold,italic,underline,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,table,fullscreen,undo,redo,wp_adv,image\";s:9:\"toolbar_2\";s:121:\"formatselect,alignjustify,strikethrough,outdent,indent,pastetext,removeformat,charmap,wp_more,emoticons,forecolor,wp_help\";s:9:\"toolbar_3\";s:0:\"\";s:9:\"toolbar_4\";s:0:\"\";s:7:\"options\";s:21:\"advlist,menubar,image\";s:7:\"plugins\";s:107:\"anchor,code,insertdatetime,nonbreaking,print,searchreplace,table,visualblocks,visualchars,emoticons,advlist\";}','yes'),(421,'tadv_admin_settings','a:3:{s:7:\"options\";s:0:\"\";s:16:\"disabled_plugins\";s:0:\"\";s:16:\"disabled_editors\";s:0:\"\";}','yes'),(424,'tadv_version','4000','yes'),(439,'_site_transient_timeout_browser_13cad75ecd878a6217943e4c56bdafb7','1462070355','yes'),(442,'_site_transient_browser_13cad75ecd878a6217943e4c56bdafb7','a:9:{s:8:\"platform\";s:4:\"iPad\";s:4:\"name\";s:4:\"iPad\";s:7:\"version\";s:8:\"601.1.46\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(498,'rewrite_rules','','yes'),(616,'wd_bwg_version','1.3.8','no'),(628,'tablepress_tables','{\"last_id\":2,\"table_post\":{\"1\":187,\"2\":190}}','yes'),(861,'gallery-width','588','yes'),(864,'gallery-height','400','yes'),(867,'gallery-info','0','yes'),(870,'gallery-items','5','yes'),(873,'gallery-border-color','','yes'),(876,'gallery-bg-color','','yes'),(879,'gallery-text-color','','yes'),(882,'gallery-use-featured-content','','yes'),(885,'gallery-use-thumb-image','','yes'),(888,'gallery-way','old','yes'),(891,'gallery-items-pages','','yes'),(894,'gallery-category','Featured','yes'),(897,'gallery-fcg-button','','yes'),(900,'gallery-fade-duration','','yes'),(903,'gallery-delay','','yes'),(906,'gallery-randomize-pages','','yes'),(909,'gallery-rss-word-quantity','','yes'),(912,'gallery-default-transaction','fade','yes'),(1065,'lifestyle_feature_cat_1','16','yes'),(1068,'lifestyle_feature_cat_1_num','3','yes'),(1071,'lifestyle_feature_cat_2','18','yes'),(1074,'lifestyle_feature_cat_2_num','3','yes'),(1077,'lifestyle_feature_cat_3','13','yes'),(1080,'lifestyle_feature_cat_3_num','4','yes'),(1083,'lifestyle_blog_cat_1','13','yes'),(1086,'lifestyle_blog_cat_1_num','','yes'),(1131,'hupso_version','4.0.3','yes'),(1132,'widget_hupso_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1137,'hupso_custom','1','yes'),(1140,'hupso_button_type','share_toolbar','yes'),(1143,'hupso_button_size','button100x23','yes'),(1146,'hupso_button_image_custom_url','','yes'),(1149,'hupso_background_color','EAF4FF','yes'),(1152,'hupso_border_color','66CCFF','yes'),(1155,'hupso_custom_icons','no','yes'),(1158,'hupso_image_folder_url','','yes'),(1161,'hupso_toolbar_size','medium','yes'),(1164,'hupso_share_image','show','yes'),(1167,'hupso_share_image_lang','en','yes'),(1170,'hupso_share_image_custom_url','','yes'),(1173,'hupso_twitter','1','yes'),(1176,'hupso_facebook','1','yes'),(1179,'hupso_googleplus','1','yes'),(1182,'hupso_pinterest','1','yes'),(1185,'hupso_linkedin','','yes'),(1188,'hupso_tumblr','','yes'),(1191,'hupso_stumbleupon','','yes'),(1194,'hupso_digg','','yes'),(1197,'hupso_reddit','','yes'),(1200,'hupso_bebo','','yes'),(1203,'hupso_delicious','','yes'),(1206,'hupso_vkontakte','','yes'),(1209,'hupso_odnoklassniki','','yes'),(1212,'hupso_sinaweibo','','yes'),(1215,'hupso_qzone','','yes'),(1218,'hupso_renren','','yes'),(1221,'hupso_email','','yes'),(1224,'hupso_print','','yes'),(1227,'hupso_counters_lang','en_US','yes'),(1230,'hupso_menu_type','labels','yes'),(1233,'hupso_button_position','below','yes'),(1236,'hupso_show_posts','1','yes'),(1239,'hupso_show_pages','1','yes'),(1242,'hupso_show_frontpage','1','yes'),(1245,'hupso_show_category','1','yes'),(1248,'hupso_show_excerpts','','yes'),(1251,'hupso_show_search','','yes'),(1254,'hupso_twitter_tweet','1','yes'),(1257,'hupso_facebook_like','1','yes'),(1260,'hupso_facebook_send','1','yes'),(1263,'hupso_google_plus_one','1','yes'),(1266,'hupso_pinterest_pin','1','yes'),(1269,'hupso_email_button','','yes'),(1272,'hupso_print_button','','yes'),(1275,'hupso_linkedin_share','','yes'),(1278,'hupso_title_text','post','yes'),(1281,'hupso_twitter_via','','yes'),(1284,'hupso_facebook_image','fch','yes'),(1287,'hupso_facebook_custom_image','','yes'),(1290,'hupso_css_style','padding-bottom:20px; padding-top:25px;','yes'),(1293,'hupso_page_url','','yes'),(1296,'hupso_page_title','','yes'),(1299,'hupso_widget_text','1','yes'),(1302,'hupso_password_protected','','yes'),(1305,'hupso_hide_categories','','yes'),(1308,'hupso_share_buttons_code','<!-- Hupso Share Buttons - http://www.hupso.com/share/ --><a class=\"hupso_toolbar\" href=\"http://www.hupso.com/share/\"><img src=\"http://static.hupso.com/share/buttons/share-medium.png\" style=\"border:0px; padding-top:5px; float:left;\" alt=\"Share Button\"/></a><script type=\"text/javascript\">var hupso_services_t=new Array(\"Twitter\",\"Facebook\",\"Google Plus\",\"Pinterest\");var hupso_background_t=\"#EAF4FF\";var hupso_border_t=\"#66CCFF\";var hupso_toolbar_size_t=\"medium\";var hupso_image_folder_url = \"\";','yes'),(1311,'hupso_meta_box','','yes'),(1347,'_site_transient_timeout_browser_f622c47310912f39d025fb2c97dda6e9','1462308685','yes'),(1353,'_site_transient_browser_f622c47310912f39d025fb2c97dda6e9','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:3:\"9.1\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1455,'category_children','a:1:{i:12;a:2:{i:0;i:21;i:1;i:22;}}','yes'),(1459,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1462,'akismet_strictness','1','yes'),(1465,'akismet_show_user_comments_approved','0','yes'),(1468,'wordpress_api_key','42ae6c7a85ae','yes'),(1485,'aioseop_options','a:100:{s:12:\"aiosp_donate\";s:0:\"\";s:16:\"aiosp_home_title\";s:35:\"Central Ohio Beekeepers Association\";s:22:\"aiosp_home_description\";s:100:\"Central Ohio's oldest Beekeeping Association. Serving Franklin county and surrounding counties.\";s:20:\"aiosp_togglekeywords\";s:1:\"1\";s:19:\"aiosp_home_keywords\";s:0:\"\";s:26:\"aiosp_use_static_home_info\";s:1:\"0\";s:9:\"aiosp_can\";s:2:\"on\";s:30:\"aiosp_no_paged_canonical_links\";s:0:\"\";s:31:\"aiosp_customize_canonical_links\";s:0:\"\";s:22:\"aiosp_can_set_protocol\";s:4:\"auto\";s:20:\"aiosp_rewrite_titles\";s:1:\"1\";s:20:\"aiosp_force_rewrites\";s:1:\"1\";s:24:\"aiosp_use_original_title\";s:1:\"0\";s:16:\"aiosp_cap_titles\";s:2:\"on\";s:14:\"aiosp_cap_cats\";s:2:\"on\";s:28:\"aiosp_home_page_title_format\";s:12:\"%page_title%\";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %blog_title%\";s:23:\"aiosp_post_title_format\";s:27:\"%post_title% | %blog_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:26:\"aiosp_archive_title_format\";s:30:\"%archive_title% | %blog_title%\";s:23:\"aiosp_date_title_format\";s:21:\"%date% | %blog_title%\";s:25:\"aiosp_author_title_format\";s:23:\"%author% | %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:17:\"aiosp_enablecpost\";s:2:\"on\";s:17:\"aiosp_cpostactive\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"aiosp_cpostadvanced\";s:1:\"0\";s:18:\"aiosp_cpostnoindex\";s:0:\"\";s:19:\"aiosp_cpostnofollow\";s:0:\"\";s:16:\"aiosp_cpostnoodp\";s:0:\"\";s:17:\"aiosp_cpostnoydir\";s:0:\"\";s:17:\"aiosp_cposttitles\";s:0:\"\";s:21:\"aiosp_posttypecolumns\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:15:\"aiosp_admin_bar\";s:2:\"on\";s:23:\"aiosp_custom_menu_order\";s:2:\"on\";s:19:\"aiosp_google_verify\";s:0:\"\";s:17:\"aiosp_bing_verify\";s:0:\"\";s:22:\"aiosp_pinterest_verify\";s:0:\"\";s:22:\"aiosp_google_publisher\";s:0:\"\";s:28:\"aiosp_google_disable_profile\";s:0:\"\";s:29:\"aiosp_google_sitelinks_search\";s:0:\"\";s:26:\"aiosp_google_set_site_name\";s:0:\"\";s:30:\"aiosp_google_specify_site_name\";s:0:\"\";s:28:\"aiosp_google_author_advanced\";s:1:\"0\";s:28:\"aiosp_google_author_location\";a:1:{i:0;s:3:\"all\";}s:29:\"aiosp_google_enable_publisher\";s:2:\"on\";s:30:\"aiosp_google_specify_publisher\";s:0:\"\";s:25:\"aiosp_google_analytics_id\";s:0:\"\";s:32:\"aiosp_ga_use_universal_analytics\";s:0:\"\";s:25:\"aiosp_ga_advanced_options\";s:2:\"on\";s:15:\"aiosp_ga_domain\";s:0:\"\";s:21:\"aiosp_ga_multi_domain\";s:0:\"\";s:21:\"aiosp_ga_addl_domains\";s:0:\"\";s:21:\"aiosp_ga_anonymize_ip\";s:0:\"\";s:28:\"aiosp_ga_display_advertising\";s:0:\"\";s:22:\"aiosp_ga_exclude_users\";s:0:\"\";s:29:\"aiosp_ga_track_outbound_links\";s:0:\"\";s:25:\"aiosp_ga_link_attribution\";s:0:\"\";s:27:\"aiosp_ga_enhanced_ecommerce\";s:0:\"\";s:20:\"aiosp_use_categories\";s:0:\"\";s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:0:\"\";s:26:\"aiosp_archive_date_noindex\";s:2:\"on\";s:28:\"aiosp_archive_author_noindex\";s:2:\"on\";s:18:\"aiosp_tags_noindex\";s:0:\"\";s:20:\"aiosp_search_noindex\";s:0:\"\";s:17:\"aiosp_404_noindex\";s:0:\"\";s:17:\"aiosp_tax_noindex\";s:0:\"\";s:23:\"aiosp_paginated_noindex\";s:0:\"\";s:24:\"aiosp_paginated_nofollow\";s:0:\"\";s:11:\"aiosp_noodp\";s:0:\"\";s:12:\"aiosp_noydir\";s:0:\"\";s:18:\"aiosp_skip_excerpt\";s:0:\"\";s:27:\"aiosp_generate_descriptions\";s:2:\"on\";s:20:\"aiosp_run_shortcodes\";s:0:\"\";s:33:\"aiosp_hide_paginated_descriptions\";s:0:\"\";s:32:\"aiosp_dont_truncate_descriptions\";s:0:\"\";s:19:\"aiosp_schema_markup\";s:2:\"on\";s:20:\"aiosp_unprotect_meta\";s:0:\"\";s:14:\"aiosp_ex_pages\";s:0:\"\";s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:12:\"aiosp_do_log\";s:0:\"\";s:19:\"last_active_version\";s:7:\"2.3.9.2\";s:29:\"aiosp_attachment_title_format\";s:27:\"%post_title% | %blog_title%\";s:39:\"aiosp_cfmemailverification_title_format\";s:27:\"%post_title% | %blog_title%\";s:38:\"aiosp_fmemailverification_title_format\";s:27:\"%post_title% | %blog_title%\";s:30:\"aiosp_bwg_gallery_title_format\";s:27:\"%post_title% | %blog_title%\";s:28:\"aiosp_bwg_album_title_format\";s:27:\"%post_title% | %blog_title%\";s:26:\"aiosp_bwg_tag_title_format\";s:27:\"%post_title% | %blog_title%\";s:35:\"aiosp_tablepress_table_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_tribe_events_title_format\";s:27:\"%post_title% | %blog_title%\";s:30:\"aiosp_tribe_venue_title_format\";s:27:\"%post_title% | %blog_title%\";s:34:\"aiosp_tribe_organizer_title_format\";s:27:\"%post_title% | %blog_title%\";}','yes'),(1506,'sm_rewrite_done','$Id: sitemap-loader.php 937300 2014-06-23 18:04:11Z arnee $','yes'),(1509,'sm_options','a:51:{s:18:\"sm_b_prio_provider\";s:41:\"GoogleSitemapGeneratorPrioByCountProvider\";s:9:\"sm_b_ping\";b:1;s:10:\"sm_b_stats\";b:0;s:12:\"sm_b_pingmsn\";b:1;s:12:\"sm_b_autozip\";b:1;s:11:\"sm_b_memory\";s:0:\"\";s:9:\"sm_b_time\";i:-1;s:18:\"sm_b_style_default\";b:1;s:10:\"sm_b_style\";s:0:\"\";s:12:\"sm_b_baseurl\";s:0:\"\";s:11:\"sm_b_robots\";b:1;s:9:\"sm_b_html\";b:1;s:12:\"sm_b_exclude\";a:0:{}s:17:\"sm_b_exclude_cats\";a:0:{}s:10:\"sm_in_home\";b:1;s:11:\"sm_in_posts\";b:1;s:15:\"sm_in_posts_sub\";b:0;s:11:\"sm_in_pages\";b:1;s:10:\"sm_in_cats\";b:0;s:10:\"sm_in_arch\";b:0;s:10:\"sm_in_auth\";b:0;s:10:\"sm_in_tags\";b:0;s:9:\"sm_in_tax\";a:0:{}s:17:\"sm_in_customtypes\";a:0:{}s:13:\"sm_in_lastmod\";b:1;s:10:\"sm_cf_home\";s:5:\"daily\";s:11:\"sm_cf_posts\";s:7:\"monthly\";s:11:\"sm_cf_pages\";s:6:\"weekly\";s:10:\"sm_cf_cats\";s:6:\"weekly\";s:10:\"sm_cf_auth\";s:6:\"weekly\";s:15:\"sm_cf_arch_curr\";s:5:\"daily\";s:14:\"sm_cf_arch_old\";s:6:\"yearly\";s:10:\"sm_cf_tags\";s:6:\"weekly\";s:10:\"sm_pr_home\";d:1;s:11:\"sm_pr_posts\";d:0.59999999999999998;s:15:\"sm_pr_posts_min\";d:0.20000000000000001;s:11:\"sm_pr_pages\";d:0.59999999999999998;s:10:\"sm_pr_cats\";d:0.29999999999999999;s:10:\"sm_pr_arch\";d:0.29999999999999999;s:10:\"sm_pr_auth\";d:0.29999999999999999;s:10:\"sm_pr_tags\";d:0.29999999999999999;s:12:\"sm_i_donated\";b:0;s:17:\"sm_i_hide_donated\";b:0;s:17:\"sm_i_install_date\";i:1461872495;s:14:\"sm_i_hide_note\";b:0;s:15:\"sm_i_hide_works\";b:0;s:16:\"sm_i_hide_donors\";b:0;s:9:\"sm_i_hash\";s:20:\"1cb108d66a766904aa0c\";s:13:\"sm_i_lastping\";i:1474206970;s:16:\"sm_i_supportfeed\";b:1;s:22:\"sm_i_supportfeed_cache\";i:1474314283;}','yes'),(1512,'sm_status','O:28:\"GoogleSitemapGeneratorStatus\":4:{s:39:\"\0GoogleSitemapGeneratorStatus\0startTime\";d:1474206970.090852;s:37:\"\0GoogleSitemapGeneratorStatus\0endTime\";d:1474206970.2933221;s:41:\"\0GoogleSitemapGeneratorStatus\0pingResults\";a:2:{s:6:\"google\";a:5:{s:9:\"startTime\";d:1474206970.09779;s:7:\"endTime\";d:1474206970.208354;s:7:\"success\";b:1;s:3:\"url\";s:131:\"http://www.google.com/webmasters/sitemaps/ping?sitemap=http%3A%2F%2Fcentralohiobeekeepers.org%2Findex.php%3Fxml_sitemap%3Dparams%3D\";s:4:\"name\";s:6:\"Google\";}s:4:\"bing\";a:5:{s:9:\"startTime\";d:1474206970.218961;s:7:\"endTime\";d:1474206970.2828579;s:7:\"success\";b:1;s:3:\"url\";s:124:\"http://www.bing.com/webmaster/ping.aspx?siteMap=http%3A%2F%2Fcentralohiobeekeepers.org%2Findex.php%3Fxml_sitemap%3Dparams%3D\";s:4:\"name\";s:4:\"Bing\";}}s:38:\"\0GoogleSitemapGeneratorStatus\0autoSave\";b:1;}','no'),(1854,'_site_transient_timeout_browser_2c1eb1d7db60a6595e3c7b3982b5caa2','1462881691','yes'),(1857,'_site_transient_browser_2c1eb1d7db60a6595e3c7b3982b5caa2','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"46.0.2486.0\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1866,'_site_transient_timeout_browser_6d10a357034eb5c7a65cea735b565aff','1462893054','yes'),(1869,'_site_transient_browser_6d10a357034eb5c7a65cea735b565aff','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"45.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2730,'_transient_timeout_tribe_plugin_upgrade_notice-b3d151b8','1462889327','no'),(2733,'_transient_tribe_plugin_upgrade_notice-b3d151b8','','no'),(2745,'_site_transient_timeout_browser_6cec41836a02a95621586fbbfaf7cecf','1463407221','yes'),(2748,'_site_transient_browser_6cec41836a02a95621586fbbfaf7cecf','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"50.0.2661.94\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2754,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1462813554','yes'),(2757,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5862\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3630\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3598\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3109\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2782\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2346\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2205\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2088\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"2032\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"2007\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1982\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1929\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1863\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1676\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1641\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1568\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1530\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1371\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1304\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1285\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1218\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1103\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1082\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:4:\"1005\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"981\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"970\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"912\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"912\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"908\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"899\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"898\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"832\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"820\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"790\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"778\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"763\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"756\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"752\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"746\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"745\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"742\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"741\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"703\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"694\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"689\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"683\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"683\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"680\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"661\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"652\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"646\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"642\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"614\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"611\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"599\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"597\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"595\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"593\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"588\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"579\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"569\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"567\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"562\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"551\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"551\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"536\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"534\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"517\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"516\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"515\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"506\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"506\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"503\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"501\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"482\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"464\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"456\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"454\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"449\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"448\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"440\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"439\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"425\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"422\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"422\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"421\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"418\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"417\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"408\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"408\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"404\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"403\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"402\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"398\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"397\";}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";s:3:\"396\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"392\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"391\";}s:8:\"linkedin\";a:3:{s:4:\"name\";s:8:\"linkedin\";s:4:\"slug\";s:8:\"linkedin\";s:5:\"count\";s:3:\"389\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"389\";}}','yes'),(2784,'ecwd_old_events','0','yes'),(2787,'ecwd_settings_general','a:7:{s:13:\"save_settings\";i:1;s:11:\"date_format\";s:5:\"Y-m-d\";s:11:\"time_format\";s:3:\"H:i\";s:11:\"week_starts\";s:1:\"0\";s:11:\"events_slug\";s:6:\"events\";s:10:\"event_slug\";s:5:\"event\";s:9:\"cpt_order\";s:9:\"post_name\";}','yes'),(2790,'widget_ecwd_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2793,'ecwd_slug_changed','0','yes'),(2796,'ecwd_single_slug','event','yes'),(2799,'ecwd_slug','events','yes'),(2802,'ecwd_cpt_setup','1','yes'),(2805,'ecwd_settings','','yes'),(2808,'activation_page_option','ok','yes'),(2817,'auto_generated_posts','a:4:{i:0;i:495;i:1;i:498;i:2;a:2:{i:0;i:501;i:1;i:504;}i:3;a:2:{i:0;i:507;i:1;i:510;}}','yes'),(2818,'ecwd_admin_notice','a:1:{s:19:\"ecwd_new_year_promo\";a:2:{s:5:\"start\";s:10:\"12/31/2015\";s:3:\"int\";i:0;}}','yes'),(3020,'_site_transient_timeout_browser_f8c36120b998735f8271f67046cbadb8','1463541981','yes'),(3023,'_site_transient_browser_f8c36120b998735f8271f67046cbadb8','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"45.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4865,'_transient_timeout_tablepress_c_c81e728d9d4c2f636f067f89cc14862c','1474458293','no'),(4868,'_transient_tablepress_c_c81e728d9d4c2f636f067f89cc14862c','[\"tablepress_18d15382d3dcc7421f6d0fef571a1fcc\"]','no'),(5886,'_transient_timeout_tribe_plugin_upgrade_notice-c4d6612e','1465914185','no'),(5889,'_transient_tribe_plugin_upgrade_notice-c4d6612e','','no'),(5941,'_site_transient_timeout_browser_6777022040190ec8fbcd24843cf4a4ea','1466431254','yes'),(5944,'_site_transient_browser_6777022040190ec8fbcd24843cf4a4ea','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"46.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(6237,'_site_transient_timeout_browser_d69951cf9f08958d4d1a73357ec90297','1466817625','yes'),(6240,'_site_transient_browser_d69951cf9f08958d4d1a73357ec90297','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"9.1.1\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(6291,'akismet_spam_count','11','yes'),(6691,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:25:\"cobapresident@hotmail.com\";s:7:\"version\";s:5:\"4.5.3\";s:9:\"timestamp\";i:1466611940;}','yes'),(6741,'_site_transient_timeout_browser_7feaa65b14cf06e774cb32cb4530d9f7','1467292599','yes'),(6744,'_site_transient_browser_7feaa65b14cf06e774cb32cb4530d9f7','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"46.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(7725,'_transient_timeout_mailserver_last_checked','1469296066','no'),(7726,'_transient_mailserver_last_checked','1','no'),(7731,'_site_transient_timeout_browser_fb5ae4c281981ca10a522b6e1bdcd161','1469929538','yes'),(7732,'_site_transient_browser_fb5ae4c281981ca10a522b6e1bdcd161','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"51.0.2704.103\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(8098,'_site_transient_timeout_browser_551db59e6025301116bdd9bdea784024','1471285669','yes'),(8099,'_site_transient_browser_551db59e6025301116bdd9bdea784024','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"47.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(8155,'_site_transient_timeout_browser_78a0488ec00ae728c32f30c94caefa4f','1471299281','yes'),(8156,'_site_transient_browser_78a0488ec00ae728c32f30c94caefa4f','a:9:{s:8:\"platform\";s:4:\"iPad\";s:4:\"name\";s:4:\"iPad\";s:7:\"version\";s:3:\"9.0\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(8369,'_site_transient_timeout_browser_d39d7bf13b1a52d937e7ba3a4c99e04f','1472058588','yes'),(8370,'_site_transient_browser_d39d7bf13b1a52d937e7ba3a4c99e04f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"48.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(9029,'_site_transient_browser_3761e5c4733742374ba4795bb2ae7f72','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"47.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(9030,'_site_transient_timeout_browser_3761e5c4733742374ba4795bb2ae7f72','1474243145','yes'),(9069,'_site_transient_timeout_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','1474305634','yes'),(9070,'_site_transient_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:2:\"11\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(9080,'_site_transient_timeout_browser_ae38344822f149cb8d9ae72dc1008414','1474311834','yes'),(9081,'_site_transient_browser_ae38344822f149cb8d9ae72dc1008414','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"48.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(9114,'_site_transient_timeout_browser_722cbc3d7f8e3a80f2f7c908b2e3b677','1474314338','yes'),(9115,'_site_transient_browser_722cbc3d7f8e3a80f2f7c908b2e3b677','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"9.1.3\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(9121,'_site_transient_available_translations','a:79:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-10 15:55:55\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:58:\"http://downloads.wordpress.org/translation/core/4.5/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-13 14:44:00\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:59:\"http://downloads.wordpress.org/translation/core/4.5/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-12 22:48:01\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:58:\"http://downloads.wordpress.org/translation/core/4.5/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-11 22:42:10\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.4.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-26 06:11:18\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-08 13:17:04\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.4.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-19 23:16:37\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-11 06:38:51\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:58:\"http://downloads.wordpress.org/translation/core/4.5/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.4.3\";s:7:\"updated\";s:19:\"2016-02-16 15:34:57\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.4.3/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-11 18:32:36\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.4.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-11 14:21:06\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:58:\"http://downloads.wordpress.org/translation/core/4.5/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-11 15:42:12\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-12 20:03:25\";s:12:\"english_name\";s:23:\"(Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:70:\"http://downloads.wordpress.org/translation/core/4.5/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-12 19:26:41\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-25 13:45:11\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-25 13:45:19\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:68:\"http://downloads.wordpress.org/translation/core/4.5/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-13 21:14:17\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:58:\"http://downloads.wordpress.org/translation/core/4.5/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-10 05:23:57\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-26 02:00:05\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.4.3\";s:7:\"updated\";s:19:\"2015-12-15 11:52:35\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.4.3/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-13 06:26:11\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-13 12:51:07\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-11 10:58:49\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:58:\"http://downloads.wordpress.org/translation/core/4.5/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-24 08:08:47\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-13 12:43:00\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-13 01:09:28\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-26 00:03:40\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-12 21:06:55\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-16 17:35:43\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-19 21:32:12\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-12 11:11:25\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:58:\"http://downloads.wordpress.org/translation/core/4.5/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-23 22:05:23\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:58:\"http://downloads.wordpress.org/translation/core/4.5/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.4.3\";s:7:\"updated\";s:19:\"2016-01-31 19:24:20\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.4.3/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-10 18:44:50\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:58:\"http://downloads.wordpress.org/translation/core/4.5/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-11 14:59:03\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-11 07:33:47\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-26 10:56:36\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.4\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.4/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-22 23:06:30\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-16 13:14:11\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-24 17:52:38\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-25 09:54:06\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:58:\"http://downloads.wordpress.org/translation/core/4.5/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-12 21:56:16\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-04 07:13:54\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.4.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.4.5\";s:7:\"updated\";s:19:\"2016-06-29 09:15:35\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.4.5/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-11 00:36:03\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-26 11:39:15\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-13 07:25:35\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:58:\"http://downloads.wordpress.org/translation/core/4.5/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-11 09:29:35\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-11 13:18:25\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-10 06:34:16\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.4.5\";s:7:\"updated\";s:19:\"2016-06-28 05:35:23\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.4.5/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.13\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.1.13/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-13 12:35:50\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-24 13:27:22\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.4.3\";s:7:\"updated\";s:19:\"2016-01-20 13:35:50\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:70:\"http://downloads.wordpress.org/translation/core/4.4.3/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-11 07:36:04\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.4.5\";s:7:\"updated\";s:19:\"2016-07-11 06:09:53\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.4.5/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.4.5\";s:7:\"updated\";s:19:\"2016-07-06 09:15:02\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.4.5/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.13\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.1.13/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-22 22:34:41\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-15 14:13:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-12 14:49:03\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-13 18:04:14\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-24 11:53:07\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.4.5\";s:7:\"updated\";s:19:\"2016-07-29 22:34:16\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.4.5/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-12 10:47:53\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:58:\"http://downloads.wordpress.org/translation/core/4.5/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-10 08:00:57\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-12 18:15:27\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-22 14:05:41\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:58:\"http://downloads.wordpress.org/translation/core/4.5/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-11-27 15:51:36\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.4.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-21 01:31:12\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.1.13\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.1.13/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-14 23:32:23\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:58:\"http://downloads.wordpress.org/translation/core/4.5/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 01:01:25\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.4.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-12 09:08:07\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:19:\"2016-04-17 03:29:01\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.5/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','yes'),(9122,'_site_transient_timeout_available_translations','1473733564','yes'),(9123,'_transient_timeout_tribe_plugin_upgrade_notice-6a20c285','1473812981','no'),(9124,'_transient_tribe_plugin_upgrade_notice-6a20c285','','no'),(9142,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1474301945;s:7:\"checked\";a:4:{s:12:\"lifestyle_30\";s:3:\"3.0\";s:13:\"twentyfifteen\";s:3:\"1.6\";s:14:\"twentyfourteen\";s:3:\"1.8\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(9143,'theme_mods_twentyfourteen','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1473726525;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:26:\"tribe-events-list-widget-2\";i:1;s:14:\"recent-posts-3\";i:2;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:1:{i:0;s:10:\"nav_menu-2\";}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(9144,'widget_widget_twentyfourteen_ephemera','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(9147,'_transient_twentyfourteen_category_count','9','yes'),(9307,'_site_transient_timeout_browser_aa7adcc5662813180f8b2225f232c91f','1474811173','yes'),(9308,'_site_transient_browser_aa7adcc5662813180f8b2225f232c91f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"52.0.2743.116\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(9309,'_transient_timeout_feed_0d102f2a1f4d6bc90eb8c6ffe18e56ed','1474249579','no'),(9310,'_transient_feed_0d102f2a1f4d6bc90eb8c6ffe18e56ed','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"The Events Calendar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://theeventscalendar.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress event plugins for people who kick ass\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 18 Sep 2016 12:41:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Support Essentials: Using a Checklist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://theeventscalendar.com/support-essentials-using-checklist/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Sep 2016 19:34:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"Support Essentials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1163054\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:616:\"<p>Every support exchange is fundamentally about one thing: solving a problem for a customer. While each customer is different, and each issue has its own nuances and context, aspects of the problem-solving process can be standardized to great effect. The best way to standardize support processes is to make and implement checklists. Simple checklists that…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/support-essentials-using-checklist/\">Support Essentials: Using a Checklist</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"George\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9273:\"<p>Every support exchange is fundamentally about one thing: solving a problem for a customer. While each customer is different, and each issue has its own nuances and context, aspects of the problem-solving process can be standardized to great effect.</p>\n<p>The best way to standardize support processes is to make and implement checklists. Simple checklists that itemize processes make it easier for teams and individuals alike to provide thorough support more consistently—while making customers happier with the faster, more effective support they consequently receive.</p>\n<h3>Checklists? Really?</h3>\n<p>If you’re not sold on the power of simple checklists, check out Atul Gawande’s 2011 bestseller <em>The Checklist Manifesto: How to Get Things Right</em>. Gawande shares stories of how simple checklists have had remarkably positive impacts on a wide range of fields, from emergency surgery and homeland security to investment banking and skyscraper construction.</p>\n<p>If people in these fields can extract value from simple checklists, surely those of us who provide customer support can, too.</p>\n<h3>An Example: Stellar Support in Ten Steps</h3>\n<p>The unique needs of your support team will dictate what things end up in your checklists. There may be one “master” support checklist, or even separate lists for separate products if the products are different enough from each other.</p>\n<p>The example checklist in this post is for providing WordPress plugin support (this <em>is</em> the blog for <a href=\"https://theeventscalendar.com/product/wordpress-events-calendar/\" target=\"_blank\">The Events Calendar</a>, after all), and it goes a little something like this:</p>\n<ul>\n<li><strong>Step 1. Can you reproduce the problem?</strong>\n<ul>\n<li>If a person comes to the support forums and reports an issue, first try to see if you find the same problem on your own site.</li>\n</ul>\n</li>\n<li><strong>Step 2. Are there any <em>other</em> reports of the same problem?</strong>\n<ul>\n<li>Regardless of your findings in Step 1, then check to see if anyone <em>else</em> on the support team has verified the issue and has reported it to the support or development teams already.</li>\n</ul>\n</li>\n<li><strong>Step 3. If “yes” for Step 1 or 2, is there a bug report so that our developers can fix the problem?</strong>\n<ul>\n<li>Even if the issue has been reported, has it only been reported informally? Or has a proper bug report been made? Bug reports are essential for coordinating and enacting the fixing of any bug.</li>\n</ul>\n</li>\n<li><strong>Step 4. If there is no bug report, make the bug report.</strong>\n<ul>\n<li>Support technicians are often the folks who unearth bugs, and at The Events Calendar, we usually write up the formal bug reports, too. They are then passed along to the development team.</li>\n</ul>\n</li>\n<li><strong>Step 5. If there is a bug <em>and</em> an official bug report already, then inform the customer of the bug.</strong>\n<ul>\n<li>At this point, we’ve confirmed that the customer’s issue is a bug in our code. A bug report has been made, so we now need to inform the customer about the situation and when the arrival of a fix can be expected.</li>\n</ul>\n</li>\n<li><strong>Step 6. If <em>“no”</em> for Step 1 or 2, then request the customer’s system information.</strong>\n<ul>\n<li>If you cannot recreate the bug yourself, and nobody else is reporting the same issues, then it’s time to take a look “under the hood” of the customer’s site.</li>\n<li>We do this by building a <em>System Information</em> panel right into our plugins, which lists many relevant technical details about their WordPress installation, plugins, themes, and PHP settings. When appropriate, <a href=\"https://theeventscalendar.com/knowledgebase/sharing-sys-info/\" target=\"_blank\">we request the sharing of this <em>System Information</em></a> to help us investigate more closely.</li>\n</ul>\n</li>\n<li><strong>Step 7. If the customer is not up-to-date with their software, ask them to update.</strong>\n<ul>\n<li>If the <em>System Information</em> requested in Step 6 reveals that the customer is using out-of-date software, no further actions can be taken until we get the customer up-to-date with the latest code.</li>\n</ul>\n</li>\n<li><strong>Step 8. If the customer is now up-to-date and issues still persist, ask them to test for plugin or theme conflicts.</strong>\n<ul>\n<li>Let’s recap: at this point, the customer has reported an issue, but we cannot recreate it. We also cannot find anyone else reporting the same issue. We have verified that they are using all of the correct and up-to-date versions of software. So if issues persist at this point, then they could be—and generally <em>are</eM>—arising from a code conflict on the site.</li>\n<li>We wrote up a simple guide for testing for code conflicts in WordPress <a href=\"https://theeventscalendar.com/knowledgebase/testing-for-conflicts/\" target=\"_blank\">here</a>, to which customers are referred at this point in the problem-solving process.</li>\n</ul>\n</li>\n<li><strong>Step 9. If the customer is up-to-date and there does not appear to be a code conflict, try once more to reproduce the problem yourself.</strong>\n<ul>\n<li>Depending on the issue, it may be worthwhile to make one last attempt at reproducing the problem.</li>\n<li>In this last phase, we tend to try to grab any extra details that we might’ve missed earlier: we might request screenshots of the issue from the customer’s perspective, for example, or we might ask them to turn on <kbd>WP_DEBUG</kbd> or other debugging tools.</li>\n<li>If no extra information is available, or is but doesn’t help, then it’s time to escalate the support issue and move on to step 10.</li>\n</ul>\n</li>\n<li><strong>Step 10. If you continue to fail to reproduce the problem, but the problem persists, escalate the issue to a senior team member and/or developer.</strong>\n<ul>\n<li>Our support team has a lot of technical knowledge, but we cannot match the development team in terms of familiarity with the code base of our products. If the issue is persisting after all of the above steps, then it’s worth getting the attention of developers to see if they have insights on the problem. They rarely come up empty-handed.</li>\n</ul>\n</li>\n</ul>\n<hr>\n<p>Here’s a simplified version of the above checklist, without all of the annotations and comments:<br />\n<small>\n<ol>\n<li>Can you reproduce the problem?</li>\n<li>Are there any other reports of the same problem?</li>\n<li>If “yes” for Step 1 or 2, is there a bug report so that our developers can fix the problem?</li>\n<li>If there is no bug report, make the bug report.</li>\n<li>If there is a bug and an official bug report already, then inform the customer of the bug.</li>\n<li>If “no” for Step 1 or 2, then request the customer’s system information.</li>\n<li>If the customer is not up-to-date with their software, ask them to update.</li>\n<li>If the customer is now up-to-date and issues still persist, ask them to test for plugin or theme conflicts.</li>\n<li>If the customer is up-to-date and there does not appear to be a code conflict, try once more to reproduce the problem yourself.</li>\n<li>If you continue to fail to reproduce the problem, but the problems persist, escalate the issue to a senior team member and/or developer.</li>\n</ol>\n<p></small></p>\n<h3>Keep Yourself In Check</h3>\n<p>It’s hard to <em>not</eM> benefit from simple checklists. They are useful no matter how trivial or obvious they seem:</p>\n<ul>\n<li>If any of the steps seem very obvious, then this means that those steps are easy to overlook—remembering to do those obvious steps each time can save a ton of time and hassle.</li>\n<li> If any of the steps are <em>not</eM> obvious, then, well, the checklist reminds you of them! </li>\n</ul>\n<p>Even if your team doesn’t use checklists as a whole, or as a matter of company policy, use checklists in your own day-to-day work. They can make your life easier while improving the quality, consistency, and consistency of quality of your work.</p>\n<hr style=\"width:40%;margin-left:30%;margin-right:30%;\">\n<p><em>This is the second post in a series from The Events Calendar team,</em> <a href=\"https://theeventscalendar.com/tag/support-essentials/\" target=\"_blank\">Support Essentials</a>. <em>The next post is coming soon—<a href=\"https://theeventscalendar.com/feed/\" target=\"_blank\">subscribe via RSS</a> or follow us <a href=\"https://twitter.com/TheEventsCal\" target=\"_blank\">on Twitter</a> or <a href=\"https://www.facebook.com/theeventscalendar/\" target=\"_blank\">Facebook</a> to make sure you don’t miss it!</em></p>\n<p><em>If you’re new to the series, check out <a href=\"https://theeventscalendar.com/support-essentials-communicating-effectively/\" target=\"_blank\">the first post</a>—it’s about communicating effectively while providing support.</em></p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/support-essentials-using-checklist/\">Support Essentials: Using a Checklist</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Maintenance Release: The Events Calendar, Event Tickets and premium plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://theeventscalendar.com/maintenance-release-the-events-calendar-event-tickets-and-premium-plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Sep 2016 16:35:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1164064\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:619:\"<p>We’re winding down on the maintenance releases for The Events Calendar and Event Ticket s 4.2 as we ramp up the pace of development on version 4.3. By the way, we have a sneak peek at what’s coming up in version 4.3 and we hope it makes you as excited to ship it as we…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/maintenance-release-the-events-calendar-event-tickets-and-premium-plugins/\">Maintenance Release: The Events Calendar, Event Tickets and premium plugins</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Geoff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4091:\"<p>We’re winding down on the maintenance releases for The Events Calendar and Event Ticket s 4.2 as we ramp up the pace of development on version 4.3. By the way, we have a <a href=\"https://theeventscalendar.com/a-look-at-whats-coming-in-our-4-3-release/\">sneak peek at what’s coming up in version 4.3</a> and we hope it makes you as excited to ship it as we are.</p>\n<p>In the meantime, we have a fresh maintenance release that squashes a few bugs in several of our plugins. We’ll provide the detailed changelogs below but let’s first look at what is included in this release:</p>\n<ul>\n<li>The Events Calendar 4.2.7</li>\n<li>Events Calendar PRO 4.2.6</li>\n<li>Community Events 4.2.5</li>\n<li>Event Tickets 4.2.7</li>\n<li>Event Tickets Plus 4.2.7</li>\n</ul>\n<p>The following plugins have no changes in this release and their versions numbers remain the same:</p>\n<ul>\n<li>Filter Bar 4.2.2</li>\n<li>Community Tickets 4.2.2</li>\n<li>iCal Importer 4.2.5</li>\n<li>Facebook Events 4.2</li>\n<li>Eventbrite Tickets 4.2.1</li>\n<li>Advanced Post Manager 4.2.2</li>\n</ul>\n<p>As always, we recommend that you <a href=\"https://codex.wordpress.org/WordPress_Backups\">backup both your site files and database</a> when updating to the latest versions of plugins, as you would with any other WordPress update, and to test the updates in a safe development environment in advance. We expect smooth sailing for anyone already running 4.2+ but it’s better safe than sorry. For those of you updating from older versions, please do review our <a href=\"https://theeventscalendar.com/category/products/release-notes/\">archive of release notes</a> for possible breaking changes that would require further testing.</p>\n<p>That said, let’s jump into the changelogs!</p>\n<hr />\n<h3>The Events Calendar 4.2.7</h3>\n<ul>\n<li><strong>Tweak –</strong> Additional support for plugin extensions</li>\n</ul>\n<hr />\n<h3>Events Calendar PRO 4.2.6</h3>\n<ul>\n<li><strong>Fix –</strong> When a queue of recurring events is being processed, ensure the queue status can be detected from other requests (Thanks to our community user @integrity for getting this issue in front of us in the support forums.)</li>\n</ul>\n<hr />\n<h3>Community Events 4.2.5</h3>\n<ul>\n<li><strong>Fix –</strong> Ensure sample URLs for the /add/ and /list/ pages provided in the settings page match those currently in use (our heartfelt thanks to Asko in the forums for highlighting this discrepancy)</li>\n<li><strong>Fix</strong> – Improve interaction with reCaptcha service and avoid errors when handling the result (our thanks to Christine in the forums for highlighting this problem)</li>\n</ul>\n<hr />\n<h3>Event Tickets 4.2.7</h3>\n<ul>\n<li><strong>Fix –</strong> Stop logic for dealing with recurring events from impacting other post types (Originally reported by @Ryan on the support forums. Thanks!)</li>\n<li><strong>Tweak –</strong> Share “tickets unavailable” messaging across ticketing providers to prevent unnecessary duplication</li>\n<li><strong>Tweak –</strong> Additional support for plugin extensions</li>\n</ul>\n<hr />\n<h3>Event Tickets Plus 4.2.7</h3>\n<ul>\n<li><strong>Fix –</strong> Improve the My Tickets (order-tickets.php) template logic to work with all ticketing providers (our thanks go out to Maksem who highlighted this problem)</li>\n<li><strong>Fix –</strong> Stop logic for dealing with recurring events from impacting other post types</li>\n<li><strong>Fix –</strong> Ensure ticket meta functions as expected with the EDD ticket provider</li>\n<li><strong>Tweak –</strong> Share “tickets unavailable” messaging across ticketing providers to prevent unnecessary duplication</li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/maintenance-release-the-events-calendar-event-tickets-and-premium-plugins/\">Maintenance Release: The Events Calendar, Event Tickets and premium plugins</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"A look at what’s coming in our 4.3 release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://theeventscalendar.com/a-look-at-whats-coming-in-our-4-3-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Sep 2016 18:30:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Quick Peek\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1162880\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:635:\"<p>We’re kicking the tires on The Events Calendar 4.3, which includes updates to our entire suite of calendar and ticketing plugins. If you’ve been following along, we’ve been shipping a series of maintenance releases for Version 4.2 and, while squashing bugs can be fun, we’re really, really excited about what;s coming up in 4.3 and…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/a-look-at-whats-coming-in-our-4-3-release/\">A look at what’s coming in our 4.3 release</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Geoff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6865:\"<p>We’re kicking the tires on The Events Calendar 4.3, which includes updates to our entire suite of calendar and ticketing plugins. If you’ve been following along, we’ve been shipping a <a href=\"https://theeventscalendar.com/release-schedule/\">series of maintenance releases</a> for Version 4.2 and, while squashing bugs can be fun, we’re really, really excited about what;s coming up in 4.3 and want to give you a preview of what’s to come.</p>\n<h3>Event Aggregator</h3>\n<p>This is a brand-new service that we believe will make importing events from multiple sources not only easier but actually fun as well. Many of you are currently using a combination of <a href=\"https://theeventscalendar.com/product/facebook-events/\">Facebook Events</a>, <a href=\"https://theeventscalendar.com/product/ical-importer/\">iCal Importer</a> and the <a href=\"https://theeventscalendar.com/knowledgebase/using-the-events-calendars-csv-importer/\">CSV importer</a> that is built into The Events Calendar to manage importing events from outside sources into WordPress.</p>\n<p><a href=\"https://theeventscalendar.com/wordpress-event-aggregator/\">Event Aggregator</a> combines them all in to one tidy package, plus additional capabilities to boot. For example, Meetup.com will now be available for importing events into The Events Calendar in addition to the other sources you have enjoyed in the past.</p>\n<p>And, it will run entirely off our our server. Those of you who hit limitations where Facebook Events would time out when importing from a large number of Facebook pages will be happy to know that Event Aggregator is scaled to do a lot more lifting and to do it on our server in a way that has no impact on the performance of your WordPress site in the process.</p>\n<p>We’re still polishing things off on this release, but here’s a taste of what we’re looking at.</p>\n<p><img class=\"alignnone size-full wp-image-1162892\" src=\"https://theeventscalendar.com/content/uploads/2016/09/blog-4point3-ea.gif\" alt=\"blog-4point3-ea\" width=\"1039\" height=\"514\" /></p>\n<h3>Full Calendar View Shortcodes</h3>\n<p>Did I just hear the echoes of a collective cry for joy across the land? The ability to embed a full calendar of The Events Calendar into any page or post is, by far, the <a href=\"https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/3926703-shortcode-ability-for-simple-implimentation-on-any\">most requested feature</a> of all time for us.</p>\n<p>To date, the only way to embed events into was by using the shortcodes provided in Events Calendar PRO to <a href=\"https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/\">embed any of the available calendar widgets</a>. This was our first dip into shortcodes and we learned a lot from the experience and were able to put that knowledge to good use to enable the full calendar view to be embedded via shortcode.</p>\n<p>So, yeah, you want to make your own custom page for events and drop The Events Calendar in there? Now you’ll be able to with Events Calendar PRO 4.3!</p>\n<p><img class=\"alignnone size-full wp-image-1163486\" src=\"https://theeventscalendar.com/content/uploads/2016/09/blog-4point3-shortcodes.gif\" alt=\"blog-4point3-shortcodes\" width=\"1021\" height=\"536\" /></p>\n<h3>Mobile Views the Way You Want Them</h3>\n<p>Let’s say you you use Month View as your default calendar view but you really like the way Photo View looks on a small screen. Version 4.3 will boast a brand-new setting that allows you to mix and match views on large and small screens just like that.</p>\n<p><img class=\"alignnone size-full wp-image-1162917\" src=\"https://theeventscalendar.com/content/uploads/2016/09/blog-4point3-mobileviews.png\" alt=\"blog-4point3-mobileviews\" width=\"719\" height=\"298\" /></p>\n<h3>WPML Support for Recurring Events</h3>\n<p>Those of you running multilingual sites know that we officially support <a href=\"https://theeventscalendar.com/knowledgebase/setting-up-the-events-calendar-with-wpml/\">integration with WPML</a>, one of the leading multilingual WordPress plugins. That’s something we’ve done for some time now with The Events Calendar, but now we’re supporting it for recurring events in Events Calendar PRO!</p>\n<p>We know that not having the ability to manage multiple translations for recurring events has been a pain point and we’re happy to say that it’s no longer going to be an issue. We’ve been working very hard with the WPML team to pinpoint changes in both plugins to make this feature work and, while WPML is still in the process of releasing its updates, Events Calendar PRO will be ready to handle multingual support the day WPML is ready. We really do want to thank the WPML team for partnering with us on this because we know how much it benefits a great number of people.</p>\n<h3>Managing Attendees for Events Gets an Update</h3>\n<p>Version 4.3 will also introduce two new awesome features that make managing attendees for your events a whole lot nicer.</p>\n<p>First off, you will be able to move an attendee from one ticket type to another. For example, if you have a guest who is on the books for a General Admission ticket, then you can move that person to a VIP Pass, or any other ticket you have created for the event — directly from the WordPress admin! It used to take a process of refunding the purchase and manually creating a new order to do this, but we’re happy to say that it will be something as simple as selecting a person and assigning them to another ticket.</p>\n<p>The other big change for attendees is the report page itself. We’re making a few changes that will make the report both easier to read and to get valuable sales information for your events.</p>\n<h3>Wrapping Up</h3>\n<p>We’re expecting Version 4.3 to be a game-changer for the way calendar and events are managed in WordPress and we hope you’re as excited as we are to see these new features released. We’re working as hard and as fast as we can to get the new versions in your hands as soon as possible but also make sure everything is rock solid so you can enjoy right away.</p>\n<p>We will be publishing more technical changes ahead of the release, as well as detailed release notes when everything has shipped. If you have any questions at all about what to expect in Version 4.3, please feel free to let us know in our <a href=\"https://theeventscalendar.com/support/forums/forum/_welcome/pre-sales-questions/\">Pre-Sales forum</a> and we’d be happy to help as best we can.</p>\n<h3></h3>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/a-look-at-whats-coming-in-our-4-3-release/\">A look at what’s coming in our 4.3 release</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Back To School Time Management Tips From The Pros\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://theeventscalendar.com/back-to-school-time-management-tips-from-the-pros/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Sep 2016 15:00:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1162654\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:579:\"<p>Back to school season is in full swing. From kindergarten to college, kids of all ages are brimming with potential as they gear up for a new school year. Glancing at the news, there are all sorts of articles on how to prepare your child to head back to school. From easing into preschool to…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/back-to-school-time-management-tips-from-the-pros/\">Back To School Time Management Tips From The Pros</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jen Jamar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10067:\"<p>Back to school season is in full swing. From kindergarten to college, kids of all ages are brimming with potential as they gear up for a new school year.</p>\n<p><img class=\"aligncenter wp-image-1162661\" src=\"https://theeventscalendar.com/content/uploads/2016/09/Back-to-school-alarm-clock.jpeg\" alt=\"Back to school time management tips\" width=\"1500\" height=\"1000\" /></p>\n<p>Glancing at the news, there are all sorts of articles on how to prepare your child to head back to school. From <a href=\"http://www.parenting.com/article/easing-into-preschool-21354399\">easing into preschool</a> to <a href=\"http://www.huffingtonpost.com/lora-bumatay/back-to-school-guide-for-new-middle-school-parents_b_8180320.html\">guides for middle school parents</a>, <a href=\"http://www.greatschools.org/gk/articles/high-school-back-to-school-supply-list/\">high school supply lists</a> to <a href=\"https://www.livecareer.com/quintessential/first-year-success\">surviving your first year of college</a>, there seems to be no shortage of advice offered to help you and your family make the transition from summer into the new school year.</p>\n<p>As a parent gearing up to send my youngest off to Kindergarten (I also have one in 6th grade and one in 8th grade), all these articles got me thinking about one core piece I think most families could improve – time management. Luckily, I work with some serious time management pros, and we’ve put together a list of our best tips to help out with the back-to-school transition.</p>\n<h2>Calendars – Your Secret Time Management Weapon</h2>\n<p>Don’t worry, this isn’t a shameless self-promotion tactic. Calendars really are indispensable when it comes to time management, especially during transition periods like back-to-school season.</p>\n<p>Calendars help us align our routines and schedules. They guide our weekly patterns and keep us informed of exceptions such as holidays and school breaks. And they provide a convenient place to keep track of everything, from short appointments to long vacations.</p>\n<p>So how can you use your family calendar to improve your time management? We’ve got some useful tips to help you out.</p>\n<h2>Write It Down</h2>\n<p>To really make your calendar work for you and your family, you have to make sure all of your events make it on there. After all, a calendar is only useful if it is consistently maintained.</p>\n<p>If you have a written calendar, set aside 10 minutes each week to make sure it’s kept up-to-date with all the events your family has going on. Don’t worry, you don’t have to go crazy and <a href=\"http://moscatomom.com/how-does-she-do-it-time-management-tips/\">color-code every entry like my friend Lynsey does</a> (unless that’s your thing, in which case, you should pat yourself on the back for being so organized).</p>\n<p><img class=\"aligncenter size-full wp-image-1162667\" src=\"https://theeventscalendar.com/content/uploads/2016/09/Color-Coded-Planner.jpg\" alt=\"color coded planner for time management\" width=\"633\" height=\"354\" /></p>\n<p>You can also get the kids involved in planning out the family calendar by assigning tasks based on their age and ability. Younger kids can practice letter recognition and reading skills by finding the day of the week that corresponds with their soccer practice or upcoming school holidays as you add them to the calendar. Older children can practice their penmanship by adding their own extra-curricular events to the calendar. If you use a digital calendar system for your family, kids can still practice letter recognition on the screen or keyboarding skills instead of penmanship.</p>\n<h2>Balance Activities and Downtime</h2>\n<p>Kids need downtime just as much as adults. At school, their brains are engaged at a high level with learning, listening, and navigating social interactions. Make sure your daily schedule includes time for them to switch gears between activities, whether that’s from “school mode” to “home mode” or between play time and homework time.</p>\n<p>But, don’t forget that kids spend much of their time at school sitting at a desk, so it’s important to include physical activity in their schedules. <a href=\"http://www.heart.org/HEARTORG/HealthyLiving/HealthyKids/ActivitiesforKids/The-AHAs-Recommendations-for-Physical-Activity-in-Children_UCM_304053_Article.jsp\">The American Heart Association recommends children engage in at least 60 minutes of moderate to vigorous-intensity aerobic activity every day</a>. Adults benefit from physical activity too, so schedule some family play time on your calendar. Pokemon Go is big with our team right now – many of us take our kids out to hunt Pokemon and get some exercise at the same time.</p>\n<h2>Improve Productivity During Focus Time</h2>\n<p>Is homework taking longer than you expected? Your child might be losing focus, becoming less productive in the process.</p>\n<p>It’s not uncommon for us to see our kids multitasking while doing homework or chores around the house. In fact, we might not even realize it’s happening. Distractions such as a TV on in the background or the ding of incoming text messages from friends may not immediately jump out at us as a problem, but they can certainly impact a child’s ability to focus on the task at hand.</p>\n<p><a href=\"https://www.psychologytoday.com/blog/smart-parenting-smarter-kids/201107/can-kids-multitask\">David Walsh Ph.D. explains</a>, “When kids are multitasking, their brains are spending so much energy making quick decisions and responding to stimuli that they have fewer mental resources for comprehension and retention.”</p>\n<p>For tasks that require concentration, eliminate distractions where possible. In our home, homework usually happens at the dining room table – a pretty high-traffic area in our house. To create an environment where our kids can focus, we’ve made it a house rule that whichever child finishes their homework first has to play quietly in their room while the other finishes up at the table.</p>\n<p><img class=\"aligncenter wp-image-1162673 size-full\" src=\"https://theeventscalendar.com/content/uploads/2016/09/Organized-Homework-Station.png\" alt=\"Homework station for back to school success\" width=\"640\" height=\"427\" /></p>\n<p>Another tip – wherever your homework area is in your home, stock it ahead of time with the supplies your kids will need for their assignments. Not only will it help them stay focused on the task at hand, you’ll also shave a few minutes off homework time by <a href=\"http://musthavemom.com/2015/07/diy-homework-station-idea-free-app-to-monitor-your-childs-internet-activity.html\">eliminating the hunt around the house for an elusive glue stick or pencil sharpener</a>.</p>\n<h2>Review The Calendar Each Night</h2>\n<p>Preparing for the upcoming day is a great way to make sure the entire family stays on track with their time management throughout the week. Review your calendar to see what’s coming next and take action to get ready for it.</p>\n<p>If your child has soccer practice coming up, help them prepare by asking them to find their jersey and cleats the night before. Bonus: You’ll have time to run a quick load through the wash if they realize all their uniforms are dirty.</p>\n<p>When reviewing the calendar, make sure you also look a few days ahead to see if any big assignments are due for your kids classes. Then you can use your nightly calendar review as an opportunity to check in on their progress.</p>\n<p><em>Tip: With younger kids, try using pictures to represent different activities so they can visually identify upcoming events on the calendar. You can also use calendar time as a learning tool to practice numbers, days of the week, and months of the year.</em></p>\n<h2>Be Flexible With Your Routines</h2>\n<p>Pieces of routines start to fall into place as you look at what’s on the calendar for each day. If school ends at 3:30pm, perhaps that means in your house, homework time is from 3:45-5pm to allow you enough time to check work and answer questions before dinner. Or maybe the kids get to play right after school, and homework is saved for after dinner.</p>\n<p>Whatever your family’s routine, try to keep outside events in line with it. When that’s not possible, be sure to plan extra time to make up for things that might be missed. For example, if afternoons are the normal homework time and your child gets a part in the school play with rehearsals after school, you’ll have to adjust your routine to find another time for homework to get done.</p>\n<h2>Adjust As You Go</h2>\n<p>Despite the best planning, things will happen that put you behind schedule. A child oversleeps and misses the bus, you forget the team snack and have to make an extra stop before the game, or something else. Don’t let small setbacks derail your routine – adjust and move forward, going with the flow as best as you can.</p>\n<p>BUT – don’t forget to make a mental note so you can learn from any hiccups you run into. Use that information when you do your daily calendar review to create a plan with a little more wiggle room in the schedule if you need it.</p>\n<h2>Final Thoughts</h2>\n<p><a href=\"http://www.reuters.com/article/us-kids-family-routine-idUSBREA2B1TM20140312\">Research tells us that kids respond well to routines and structure</a>. Adults do as well. Your family calendar is a powerful tool to help you establish routines during the back-to-school transition. Use it wisely and you’ll set yourself up for success all throughout the school year.</p>\n<p><img class=\"aligncenter size-full wp-image-1162670\" src=\"https://theeventscalendar.com/content/uploads/2016/09/back-to-school-smiles.jpg\" alt=\"back to school smiles\" width=\"1500\" height=\"1001\" /></p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/back-to-school-time-management-tips-from-the-pros/\">Back To School Time Management Tips From The Pros</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Release: The Events Calendar 4.2.6, Event Tickets 4.2.6 and premium add-ons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://theeventscalendar.com/release-the-events-calendar-4-2-6-event-tickets-4-2-6-and-premium-add-ons/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Aug 2016 17:48:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1158170\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:683:\"<p>We’re happy to present the next installment in this series of maintenance releases for The Events Calendar and Event Tickets. If you’ve been following along, we ship a number of maintenance releases in between the major feature releases for our products and this is the latest round of fixes. The details of this release are below.…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-4-2-6-event-tickets-4-2-6-and-premium-add-ons/\">Release: The Events Calendar 4.2.6, Event Tickets 4.2.6 and premium add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Geoff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3808:\"<p>We’re happy to present the next installment in this series of maintenance releases for The Events Calendar and Event Tickets. If you’ve been following along, we ship a number of <a href=\"https://theeventscalendar.com/release-schedule/\">maintenance releases</a> in between the major feature releases for our products and this is the latest round of fixes.</p>\n<p>The details of this release are below. We expect this to be a smooth and easy update without any breaking changes for those of you updating from version 4.2 and above. If, however, you are updating from an earlier version, then we suggest checking out our <a href=\"https://theeventscalendar.com/category/products/release-notes/\">archive of release notes</a> for specific details on what’s changed between releases and test the updates in a safe environment in advance. And, of course, we recommend that everyone <a href=\"https://codex.wordpress.org/WordPress_Backups\">make backups of the site and database</a> when making any and all updates, as you would with any other WordPress release.</p>\n<p>The following plugins were updated in this release:</p>\n<ul>\n<li>The Events Calendar 4.2.6</li>\n<li>Events Calendar PRO 4.2.5</li>\n<li>iCal Importer 4.2.5</li>\n<li>Event Tickets 4.2.6</li>\n<li>Event Tickets Plus 4.2.6</li>\n</ul>\n<p>The following plugins were not updated in this release and remain at their existing version numbers:</p>\n<ul>\n<li>Community Events 4.2.4</li>\n<li>Community Tickets 4.2.2</li>\n<li>Filter Bar 4.2.2</li>\n<li>Facebook Events 4.2</li>\n<li>Eventbrite Tickets 4.2.1</li>\n<li>Advanced Post Manager 4.2.1</li>\n</ul>\n<hr />\n<h3>The Events Calendar 4.2.6</h3>\n<ul>\n<li>Add <em>tribe_is_event_past()</em> conditional to detect if event end time is past current time (Reported by @Jonathan in our support forums — thanks Jonathan!)</li>\n</ul>\n<hr />\n<h3>Events Calendar PRO 4.2.5</h3>\n<ul>\n<li><strong>Fix –</strong> Fixed an issue that would misplace recurrence exclusions when using UTC based timezones (A big thank you to @Ryan for getting this report to us via the support forums.)</li>\n<li><strong>Fix –</strong> Fixed recurring events misplacement or missing creation when using more than one recurrence pattern</li>\n<li><strong>Fix –</strong> Fixed erratic error during the “Empty Trash” operation when the trash contains recurring events instances</li>\n</ul>\n<hr />\n<h3>iCal Importer 4.2.5</h3>\n<ul>\n<li><strong>Fix –</strong> Corrected an issue with timezones being striped from the start and end date causing the time in the imported event to be off. (Thanks to @John for reporting the errors he found in our forums, which led to this bug being fixed!)</li>\n</ul>\n<hr />\n<h3>Event Tickets 4.2.6</h3>\n<ul>\n<li><strong>Tweak –</strong> Utilize new <em>tribe_is_event_past()</em> conditional to display better messaging when tickets are not available. (Thank you to @Jonathan here for reporting this in the forums!)</li>\n</ul>\n<hr />\n<h3>Events Tickets Plus 4.2.6</h3>\n<ul>\n<li><strong>Fix –</strong> Resolved conflict with WooCommerce Memberships plugin that would cause ticket prices to be erroneously discounted while editing them (Initially reported by @foxfirecr8 – thank you!)</li>\n<li><strong>Fix –</strong> Improved the logic handling attendee meta data collection to avoid instances where a large number of tickets would cause data loss (Thank you to @FRANK for his help in reporting this)</li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-4-2-6-event-tickets-4-2-6-and-premium-add-ons/\">Release: The Events Calendar 4.2.6, Event Tickets 4.2.6 and premium add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Adding Code to Your Site When You’re Not a “Coder”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://theeventscalendar.com/adding-code-site-youre-not-coder/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Aug 2016 19:41:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1157186\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:624:\"<p>It’s not uncommon for customers of ours to want to change the appearance or behavior of their event calendars. Our support staff is not able to help with customizations, though, and so the responsibility of writing custom code often falls squarely and solely on the shoulders of the customer. The problem is that most customers…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/adding-code-site-youre-not-coder/\">Adding Code to Your Site When You’re Not a “Coder”</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"George\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11445:\"<p>It’s not uncommon for customers of ours to want to change the appearance or behavior of their event calendars. Our support staff is not able to help with customizations, though, and so the responsibility of writing custom code often falls squarely and solely on the shoulders of the customer.</p>\n<p>The problem is that most customers of ours <eM>aren’t</em> programmers, developers, or otherwise familiar with writing code. Even in a situation where our support team <strong>does</strong> go “above and beyond” and supplies a code snippet, the customer might still not know how to get that code onto their site in the first place.</p>\n<p>There are three main workarounds that even the most code-averse folks can take advantage of to get custom code onto their sites.</p>\n<p><strong>In this Post</strong></p>\n<ul>\n<li><a href=\"#custom-plugin\">Method One: Writing a Custom Plugin</a> — Difficulty: <strong>Easy</strong></li>\n<li><a href=\"#appearance-editor\">Method Two: Using the Appearance Editor</a> — Difficulty: <strong>Easier</strong></li>\n<li><a href=\"#custom-function-plugin\">Method Three: Using a “Custom Function” Plugin</a> — Difficulty: <strong>Easiest</strong></li>\n</ul>\n<hr id=\"custom-plugin\">\n<h3>Method One: Writing a Custom Plugin</h3>\n<p>Writing a WordPress plugin might seem tricky, but the level of difficulty and complexity really just depends on what you’re trying to do. Are you trying to recreate The Events Calendar from scratch? Well, this would certainly be a very complicated plugin to make.</p>\n<p>But if you’re just trying to add a few snippets to your site, writing a plugin is simple and can be boiled down to just the following few steps.</p>\n<p><strong>Step #1</strong><br />\nFirst, make a <kbd>.php</kbd> file on your computer. Not sure how to make a <kbd>.php</kbd> file? <a href=\"https://www.google.com/#q=how+to+make+a+php+file\" target=\"_blank\">A quick search online will reveal how easy it is.</a></p>\n<p><strong>Step #2</strong><br />\nNext, add an opening PHP tag and a WordPress plugin header to the top this file. An “opening PHP tag” looks like this: <kbd><?php</kbd></p>\n<p>After that tag, write a plugin header. A plugin header is just some basic information about the plugin: its name, its author, etc. Here is an example you could copy and paste—just replace things like the plugin name, author name, etc., to match your own project:</p>\n<pre>\r\n<?php\r\n/*\r\nPlugin Name: Snippet — Move the Attendees List to Top of Posts\r\nPlugin URI: https://theeventscalendar.com/\r\nDescription: This is my quick snippet to move the attendees lists from the bottom of posts to the top.\r\nVersion: 1.0.0\r\nAuthor: George\r\nAuthor URI: https://theeventscalendar.com/author/george\r\nLicense: GPLv2 or later\r\n*/\r\n</pre>\n<p><strong>Step #3</strong><br />\nYou can now add your custom code to the <kbd>.php</kbd> file. Whether you are writing your own code or just copying-and-pasting code from a support team member or something, you would just place the code <strong>below</strong> the plugin header. <a href=\"https://gist.github.com/ggwicz/2af1d8ccd96cacf7fbd57092476e0a1a\" target=\"_blank\">Check out this Gist for a real example file</a>—note how the PHP tag is at the top of the file, then the plugin header below that, and then the actual snippet of code is below the header.</p>\n<p><strong>Step #4</strong><br />\nSave the completed file on your computer, and then compress a copy of the file into a <kbd>.zip</kbd>. Not sure how to do this? <a href=\"https://www.google.com/#q=how+to+make+a+zip+of+a+single+file\" target=\"_blank\">Again, a quick search online will reveal numerous (simple) ways of doing it.</a></p>\n<p><strong>Step #5</strong><br />\nOnce you have your plugin file saved as a <kbd>.zip</kbd> on your computer, head to Plugins → Add New → Upload in your site’s wp-admin. Once here, upload the <kbd>.zip</kbd> you created in Step #4. </p>\n<p>Upon completion of the upload, you can then activate the plugin like any other plugin and the code will run on your site.</p>\n\n<a href=\'https://theeventscalendar.com/adding-code-site-youre-not-coder/screen-shot-2016-08-29-at-2-55-06-pm/\'><img width=\"753\" height=\"423\" src=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-2.55.06-PM.png\" class=\"attachment-full size-full\" alt=\"Uploading a .zip In the Plugins Page\" srcset=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-2.55.06-PM.png 753w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-2.55.06-PM-140x79.png 140w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-2.55.06-PM-300x169.png 300w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-2.55.06-PM-665x374.png 665w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-2.55.06-PM-430x242.png 430w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-2.55.06-PM-645x362.png 645w\" sizes=\"(max-width: 753px) 100vw, 753px\" /></a>\n<a href=\'https://theeventscalendar.com/adding-code-site-youre-not-coder/screen-shot-2016-08-29-at-2-56-07-pm/\'><img width=\"906\" height=\"480\" src=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-2.56.07-PM.png\" class=\"attachment-full size-full\" alt=\"Our Snippet Plugin Activated and Running!\" srcset=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-2.56.07-PM.png 906w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-2.56.07-PM-140x74.png 140w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-2.56.07-PM-300x159.png 300w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-2.56.07-PM-768x407.png 768w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-2.56.07-PM-665x352.png 665w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-2.56.07-PM-430x228.png 430w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-2.56.07-PM-645x342.png 645w\" sizes=\"(max-width: 906px) 100vw, 906px\" /></a>\n\n<hr id=\"appearance-editor\">\n<h3>Method Two: Using the Appearance Editor</h3>\n<p>There is a simpler alternative to creating a plugin: adding custom code to your theme’s <kbd>functions.php</kbd> file via <a href=\"https://codex.wordpress.org/Appearance_Editor_Screen\" target=\"_blank\">the Appearance → Editor screen in your wp-admin</a>.</p>\n<p>While this method <em>is</em> simpler, it’s not without a significant downside: the changes to <kbd>functions.php</kbd> you make will be overwritten upon each theme update. So you would have to manually add the customizations back after <strong>every</strong> time you update your theme.</p>\n<p>To take advantage of the Appearance → Editor method, simply head to the Appearance → Editor page in your wp-admin and navigate to your theme’s <kbd>functions.php</kbd> file. Then write or copy-and-paste the code snippet you want to add to your site.</p>\n<p>Here is a screenshot showing the same snippet from Method One, but pasted into the theme <kbd>functions.php</kbd> file in Appearance → Editor:</p>\n<p><a href=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-4.08.18-PM.png\"><img src=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-4.08.18-PM.png\" alt=\"Screen Shot 2016-08-29 at 4.08.18 PM\" width=\"1173\" height=\"727\" class=\"aligncenter size-full wp-image-1157241\" srcset=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-4.08.18-PM.png 1173w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-4.08.18-PM-137x85.png 137w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-4.08.18-PM-300x186.png 300w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-4.08.18-PM-768x476.png 768w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-4.08.18-PM-665x412.png 665w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-4.08.18-PM-430x267.png 430w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-29-at-4.08.18-PM-645x400.png 645w\" sizes=\"(max-width: 1173px) 100vw, 1173px\" /></a></p>\n<hr id=\"custom-function-plugin\">\n<h3>Method Three: Using a “Custom Function” Plugin</h3>\n<p>This last method is perhaps the simplest of all: All you have to do for this third method is search for a plugin on WordPress.org that lets you add custom code snippets directly on your site.</p>\n<p>Using a plugin that provides this functionality is a great way to go about adding snippets for the following reasons:</p>\n<ul>\n<li>Using a plugin means that any code you add will not be tied to the site’s theme—so you won’t have to add the code back after each theme update like in the second method above.</li>\n<li>It’s a great way to save time compared to the first method above, in which you create <em>your own</em> plugin to do the job.</li>\n<li>You get to add code from right within your site’s wp-admin!</ll>\n</ul>\n<p>There are numerous plugins out there that let you add custom code snippets. Your best course of action is to <a href=\"https://wordpress.org/plugins/\" target=\"_blank\">search the WordPress.org plugins repository</a> for a plugin you particularly like. Here are some recommendations from our support team:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/code-snippets/\" target=\"_blank\">Code Snippets</a> by <a href=\"https://bungeshea.com/\" target=\"_blank\">Shea Bunge</a></li>\n<li><a href=\"https://wordpress.org/plugins/my-custom-functions/\" target=\"_blank\">My Custom Functions</a> by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur Gareginyan</a></li>\n</ul>\n<hr>\n<p>There is no “right” method for adding custom code snippets to your WordPress site. Each site and project has different needs and constraints, so evaluate the various options described above and use whichever method best applies.</p>\n<p>Keep in mind that you can also, of course, use the methods above in conjunction with each other. For example: Maybe you use the second method to quickly test out a few different snippets—you add them in the Appearance → Editor screen quickly just to see which snippet is the most effective. Once you find the right snippet, you then take the extra bit of time to make a plugin out of it as per the first method above for a more stable, long-term solution.</p>\n<p>If a customization job blooms in scope and you need some help from professionals—or just otherwise want to call in the help of a pro—check out our <a href=\"http://theeventscalendar.com/customizations\" target=\"_blank\">customizations overview page</a>.</p>\n<p>And please, before you make <em>any</em> customizations, <a href=\"https://theeventscalendar.com/options-to-create-a-wordpress-backup-database/\" target=\"_blank\">make a backup of your site!</a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/adding-code-site-youre-not-coder/\">Adding Code to Your Site When You’re Not a “Coder”</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Tips for Working With WordPress Actions and Filters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://theeventscalendar.com/tips-working-wordpress-actions-filters/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Aug 2016 15:50:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1094225\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:650:\"<p>WordPress plugins and themes are often customizable with functions called “hooks”. There are two types of hooks: actions and filters. If you’re not familiar with actions and filters, then definitely spend some time learning the basics. The WordPress Codex has an in-depth introduction to them here, and Treehouse has a great overview here, for example.…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/tips-working-wordpress-actions-filters/\">Tips for Working With WordPress Actions and Filters</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"George\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18755:\"<p>WordPress plugins and themes are often customizable with functions called “hooks”. There are two types of hooks: <em>actions</em> and <em>filters</em>.</p>\n<p>If you’re not familiar with actions and filters, then definitely spend some time learning the basics. The WordPress Codex has an in-depth introduction to them <a href=\"https://codex.wordpress.org/Plugin_API\" target=\"_blank\">here</a>, and Treehouse has a great overview <a href=\"http://blog.teamtreehouse.com/hooks-wordpress-actions-filters-examples\" target=\"_blank\">here</a>, for example.</p>\n<p>Once you’ve learned the basics of how to use actions and filters, it’s time to learn some tricks to help you get the most out of them.</p>\n<p><strong>In this Post</strong></p>\n<ul>\n<li><strong><a href=\"#finding-actions-filters\">Finding Actions and Filters</a></strong> — How to reliably find hooks in plugins and themes even if they’re not documented online.</li>\n<li><strong><a href=\"#using-arguments-callbacks\">Using Arguments in Callback Functions</a></strong> — How to use more than one argument in your action and filter callbacks.</li>\n<li><strong><a href=\"#finding-all-callbacks\">Finding All Callbacks Attached to a Hook</a></strong> — How to see all functions firing on a given hook—useful when debugging code, for example.</li>\n</ul>\n<hr id=\"finding-actions-filters\">\n<h3>Finding Actions and Filters</h3>\n<p>So you’re convinced of the value of actions and filters, and are ready to start using them in your custom code—excellent!</p>\n<p>But where <em>are</em> all of these actions and filters in the first place? Many plugins and themes have dozens and dozens of these hooks, especially large plugins like The Events Calendar, Event Tickets, Easy Digital Downloads, WooCommerce, etc.</p>\n<p>Some plugins, like WooCommerce, have <a href=\"https://docs.woocommerce.com/wc-apidocs/hook-docs.html\" target=\"_blank\">complete “Hook References”</a> that list all of the plugin’s hooks. If the plugin you’re customizing has this sort of documentation, use it—look for filters and actions in the official online documentation and use any example code that might be provided.</p>\n<p>Far more plugins and themes out there <em>don’t</em> have the sort of comprehensive documentation that WooCommerce has, though. If you’re working with one of these pieces of software, then you’ll have to be a bit clever with how you find actions and filters. </p>\n<ul>\n<li>First, you’ll need a code editor that has a “Find in Folder” feature. The vast majority of editors have this feature or something similar to it. Learn the specific mode of searching within folders with your editor of choice. (You can grep within directories from the command line, too.)\n<p>I personally use Sublime Text, which has a very convenient “Find in Folder” option whenever you right-click on a directory, as shown in the following screenshot.</p>\n<p><div id=\"attachment_1155971\" style=\"width: 365px\" class=\"wp-caption aligncenter\"><a href=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.20.16-PM.png\"><img src=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.20.16-PM.png\" alt=\"The "Find in Folder" Feature in Sublime Text\" width=\"355\" height=\"342\" class=\"size-full wp-image-1155971\" srcset=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.20.16-PM.png 355w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.20.16-PM-88x85.png 88w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.20.16-PM-300x289.png 300w\" sizes=\"(max-width: 355px) 100vw, 355px\" /></a><p class=\"wp-caption-text\">An example of the conveniently-placed “Find in Folder” feature in Sublime Text.</p></div></li>\n<li>Next, navigate to the directory for the plugin or theme whose hooks you are trying to explore. In this example, as seen in the screenshot above, I’ll be searching for actions and filters within The Events Calendar.</li>\n<li>After navigating to the directory in which you’ll be searching, use the “Find in Folder” feature and search for <kbd>do_action</kbd> to find actions, or <kbd>apply_filters</kbd> to find filters. In Sublime Text, for example, here’s what that looks like:\n<p><div id=\"attachment_1155977\" style=\"width: 654px\" class=\"wp-caption aligncenter\"><a href=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.32.34-PM.png\"><img src=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.32.34-PM.png\" alt=\"Searching for Actions in Sublime Text\" width=\"644\" height=\"103\" class=\"size-full wp-image-1155977\" srcset=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.32.34-PM.png 644w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.32.34-PM-140x22.png 140w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.32.34-PM-300x48.png 300w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.32.34-PM-430x69.png 430w\" sizes=\"(max-width: 644px) 100vw, 644px\" /></a><p class=\"wp-caption-text\">Searching for all instances of do_action within The Events Calendar with Sublime Text.</p></div>\n</li>\n</ul>\n<p>Doing all of the above steps will reveal a “results” page within your code editor of all instances of <kbd>do_action</kbd> or <kbd>apply_filters</kbd>, depending on which one you searched for. </p>\n<p>This results page is essentially the most comprehensive “hook reference” you could ever get—it will reveal each hook exactly where it is used. Here is an example results page for actions within The Events Calendar after searching in Sublime Text:</p>\n<div id=\"attachment_1155990\" style=\"width: 893px\" class=\"wp-caption aligncenter\"><a href=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.33.00-PM.png\"><img src=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.33.00-PM.png\" alt=\"A Search Results Page in Sublime Text\" width=\"883\" height=\"824\" class=\"size-full wp-image-1155990\" srcset=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.33.00-PM.png 883w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.33.00-PM-91x85.png 91w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.33.00-PM-300x280.png 300w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.33.00-PM-768x717.png 768w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.33.00-PM-665x621.png 665w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.33.00-PM-430x401.png 430w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-2.33.00-PM-645x602.png 645w\" sizes=\"(max-width: 883px) 100vw, 883px\" /></a><p class=\"wp-caption-text\">A search results page in Sublime Text, revealing instances of the do_action call within The Events Calendar.</p></div>\n<p>I personally <strong>always</strong> use this method to find filters and actions, even for plugins or themes with great online documentation. With this method, you don’t find the hooks on a web page and hope that the documentation is up-to-date and accurate—you find the hooks <em>right within the actual code</em>, so you get the whole context in which the hooks are used, and can be certain that what you’re looking at is up-to-date and accurate.</p>\n<hr id=\"using-arguments-callbacks\">\n<h3>Using Arguments in Callback Functions</h3>\n<p>Most actions and filters are pretty simple in terms of their construction. They’ll often be written like this, for example:</p>\n<pre>\r\n$to = apply_filters( \'tribe_rsvp_email_recipient\', $to );\r\n</pre>\n<p>In this example, you have only two things to consider: the name of the filter, and the value that is being filtered. That’s all! So your callback function would be commensurately simple: you would attach your callback function to the name of the filter with <kbd>add_filter()</kbd>, and then modify the value in the callback function. </p>\n<p>The above filter is from <a href=\"https://theeventscalendar.com/product/wordpress-event-tickets/\" target=\"_blank\">Event Tickets</a>, and allows you to filter the “to” address for RSVP emails. So if you wanted to make all RSVP confirmation emails go to the email address <kbd>ticket-tracker@example.com</kbd>, you would write a custom snippet of code like this:</p>\n<pre>\r\nfunction tribe_blog_example_callback( $to ) {\r\n $to = \'ticket-tracker@example.com\';\r\n return $to;\r\n}\r\n\r\nadd_filter( \'tribe_rsvp_email_recipient\', \'tribe_blog_example_callback\' );\r\n</pre>\n<p>Some hooks are not as simple, though. You might come across more seemingly-complicated ones, like this other example from Event Tickets:</p>\n<pre>\r\ndo_action( \'event_tickets_rsvp_attendee_created\', $attendee_id, $event_id, $order_id );\r\n</pre>\n<p>While the <kbd>tribe_rsvp_email_recipient</kbd> filter shown above just allows you to modify an email address, this <kbd>event_tickets_rsvp_attendee_created</kbd> action allows for more complex modifications—it fires when a user makes an RSVP to an event, and allows you to hook into that event to do anything you’d like. </p>\n<p>Notice how many arguments are passed here compared to the previous hook. The previous hook had just one argument, <kbd>$to</kbd>, but this hook has three:</p>\n<ul>\n<li><kbd>$attendee_id</kbd></li>\n<li><kbd>$event_id</kbd></li>\n<li><kbd>$order_id</kbd></li>\n</ul>\n<p>Let’s say you wanted to update a post meta field for an event any time someone made an RSVP to it. To do this, you need the event’s ID. You might see that <kbd>$event_id</kbd> is an argument for the hook and think, “Great! I can just use that <kbd>$event_id</kbd> argument instead of having to manually find the event’s ID on my own.” With this in mind, you write out your callback function like this:</p>\n<pre>\r\nfunction tribe_blog_example_rsvp_callback( $attendee_id, $event_id ) {\r\n update_post_meta( $event_id, \'_example_meta_field\', absint( $attendee_id ) );\r\n}\r\n\r\nadd_action( \'event_tickets_rsvp_attendee_created\', \'tribe_blog_example_rsvp_callback\' );\r\n</pre>\n<p>But wait! <strong>If you do this, you will get an error.</strong></p>\n<p>In the callback function, <kbd>tribe_blog_example_rsvp_callback</kbd>, you are using two arguments. But in the <kbd>add_action</kbd> call, that fact is not declared:</p>\n<pre>\r\nadd_action( \'event_tickets_rsvp_attendee_created\', \'tribe_blog_example_rsvp_callback\' );\r\n</pre>\n<p>To be able to use two arguments—<kbd>$attendee_id</kbd> and <kbd>$event_id</kbd> in this example—you would need to modify the <kbd>add_action</kbd> call to declare that you are using two arguments. It would look something like this:</p>\n<pre>add_action( \'event_tickets_rsvp_attendee_created\', \'tribe_blog_example_rsvp_callback\', 10, 2 );</pre>\n<p>If you wanted to use all <strong>three</strong> arguments, then your <kbd>add_action</kbd> call would look like this:</p>\n<pre>add_action( \'event_tickets_rsvp_attendee_created\', \'tribe_blog_example_rsvp_callback\', 10, 3 );</pre>\n<p>You might be wondering, “what’s that <kbd>10</kbd> in these <kbd>add_action</kbd> calls?” This is just the “priority” value, which defaults to 10 in WordPress. This value defines the order in which hooks will run, starting with lower numbers first and working up from there.</p>\n<p>You rarely need to modify this, but let’s say, for example, you wanted to ensure <em>your</em> callback function ran <strong>after</strong> all other callback functions on a specific hook. You can do this by setting the priority higher than the default <kbd>10</kbd>. The vast majority of callback functions for hooks run on priority 10 or higher, so you can usually run after everything by simply setting the priority to <kbd>11</kbd>. So your <kbd>add_action</kbd> call would look like this:</p>\n<pre>add_action( \'event_tickets_rsvp_attendee_created\', \'tribe_blog_example_rsvp_callback\', 11, 3 );</pre>\n<p>☝️ Let’s recap and review what this means. This <kbd>add_action</kbd> call is making the following declarations:</p>\n<ul>\n<li>When the action <kbd>event_tickets_rsvp_attendee_created</kbd> fires, run the function <kbd>tribe_blog_example_rsvp_callback</kbd>.</li>\n<li>The <kbd>tribe_blog_example_rsvp_callback</kbd> should run very late. Let all functions with priority 1 through 10 run <strong>before</strong> it, if they exist.</li>\n<li>Let the <kbd>tribe_blog_example_rsvp_callback</kbd> function use all three arguments that the <kbd>event_tickets_rsvp_attendee_created</kbd> hook provides. In this example, those arguments are <kbd>$attendee_id</kbd>, <kbd>$event_id</kbd>, and <kbd>$order_id</kbd>.</li>\n</ul>\n<hr id=\"finding-all-callbacks\">\n<h3>Finding All Callbacks Attached to a Hook</h3>\n<p>Sometimes you need or want to see all of the functions that are attached to a given hook. This can provide insight when debugging code, for example, or when trying to identify the culprit in an odd support issue.</p>\n<p>The simplest way to do this is to use code like the following, which is a snippet I picked up a couple of years ago from the user <a href=\"http://wordpress.stackexchange.com/users/2051/rilwis\" target=\"_blank\">Rilwis</a> on <a href=\"http://wordpress.stackexchange.com/questions/35076/how-can-i-see-all-the-actions-attached-to-an-add-action-hook\" target=\"_blank\">the WordPress StackExchange</a>:</p>\n<pre>\r\nglobal $wp_filter;\r\nprint \'<pre>\';\r\nprint_r( $wp_filter[\'admin_bar_menu\'] );\r\nprint \'</pre>\';\r\n</pre>\n<p>I often attach this code to the <kbd>wp_footer</kbd> or <kbd>admin_footer</kbd> actions, like this:</p>\n<pre>\r\nadd_action( \'wp_footer\', function() {\r\n global $wp_filter;\r\n print \'<pre>\';\r\n print_r( $wp_filter[\'admin_bar_menu\'] );\r\n print \'</pre>\';\r\n});\r\n</pre>\n<p>What this code will do is show a neatly formatted array of all of the functions attached to a particular hook. In the example code above, the hook being examined is the action <kbd>admin_bar_menu</kbd>. You can see an example of the output of this function in the following screenshot:</p>\n<div id=\"attachment_1156066\" style=\"width: 779px\" class=\"wp-caption aligncenter\"><a href=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-5.05.58-PM.png\"><img src=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-5.05.58-PM.png\" alt=\"An Array of Callback Functions\" width=\"769\" height=\"767\" class=\"size-full wp-image-1156066\" srcset=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-5.05.58-PM.png 769w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-5.05.58-PM-85x85.png 85w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-5.05.58-PM-300x300.png 300w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-5.05.58-PM-768x766.png 768w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-5.05.58-PM-665x663.png 665w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-5.05.58-PM-90x90.png 90w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-5.05.58-PM-150x150.png 150w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-5.05.58-PM-430x429.png 430w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-5.05.58-PM-645x643.png 645w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-5.05.58-PM-180x180.png 180w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-25-at-5.05.58-PM-270x270.png 270w\" sizes=\"(max-width: 769px) 100vw, 769px\" /></a><p class=\"wp-caption-text\">An array of callback functions attached to the admin_bar_menu hook.</p></div>\n<p>When is this useful? Well, if you’ve written a callback function that doesn’t seem to be working, you can use this method to manually double-check that the callback function is even properly attached to the action. Once you’ve confirmed it’s there, maybe you can identify functions that are running <em>after</em> your callback that might be undoing the thing your callback does—thus prompting you to change your callback’s priority and sigh with relief that things now work as expected.</p>\n<hr>\n<p>The “hooks” system within WordPress, more formally referred to as the Plugin API, is one of the CMS’s primary selling points: it lets you modify the appearance and behavior of things extensively without having to modify the actual core code of WordPress, or of a given plugin or theme.</p>\n<p>Whole ecosystems have been built on this Plugin API. When you see a plugin like WooCommerce that has a litany of feature-rich extensions, it’s the Plugin API that makes it possible for those extensions to exist.</p>\n<p>If your job or interests are related to WordPress in any way, familiarizing yourself with the Plugins API is a worthy investment of your time and attention. If this article has done its job and made you curious to learn more, here are some other great articles on the topic:</p>\n<ul>\n<li><a href=\"https://pippinsplugins.com/quick-introduction-to-action-hooks/\" target=\"_blank\">Quick Introduction to Action Hooks</a> — Pippin Williamson</li>\n<li><a href=\"https://pippinsplugins.com/a-quick-introduction-to-using-filters/\" target=\"_blank\">A Quick Introduction to Using Filters</a> — Pippin Williamson</li>\n<li><a href=\"https://pippinsplugins.com/check-for-existence-of-action-hook/\" target=\"_blank\">Check for the Existence of an Action Hook</a> — Pippin Williamson</li>\n<li><a href=\"https://wordpress.org/support/topic/fliters-vs-actions-from-a-newbe?replies=10\" target=\"_blank\">Actions vs. Filters</a> — A series of forum replies by <a href=\"https://profiles.wordpress.org/mfields/\" target=\"_blank\">Michael Fields</a></li>\n<li><a href=\"https://www.rarst.net/wordpress/debug-wordpress-hooks/\" target=\"_blank\">Debug WordPress Hooks</a> — Andrey “Rarst” Savchenko\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/tips-working-wordpress-actions-filters/\">Tips for Working With WordPress Actions and Filters</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Our Favorite Developer Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://theeventscalendar.com/favorite-developer-plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 20 Aug 2016 05:05:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"Technology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1153631\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:637:\"<p>“Developer” plugins are WordPress plugins that are not necessarily useful to the average WordPress website owner—they’re plugins made by developers for other developers. We use and love a number of developer plugins: in development, of course, but also in our QA and customer support teams. As you’ll see, even seemingly-simple plugins can provide immense utility.…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/favorite-developer-plugins/\">Our Favorite Developer Plugins</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"George\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18040:\"<p>“Developer” plugins are WordPress plugins that are not necessarily useful to the average WordPress website owner—they’re plugins made <em>by</em> developers <em>for</em> other developers. We use and love a number of developer plugins: in development, of course, but also in our QA and customer support teams.</p>\n<p>As you’ll see, even seemingly-simple plugins can provide immense utility. If you’re anyone who works “under the hood” with WordPress in any capacity (freelancers, developers, QA technicians, customer support technicians, etc.), you could be saving yourself a ton of time and energy by finding and using the right developer plugins.</p>\n<p>In no particular order, here are four of our favorites.</p>\n<hr>\n<h3>Transients Manager</h3>\n<p>One of the great things about developer plugins, in my opinion, is their simple and straight-to-the-point nomenclature. <a href=\"https://wordpress.org/plugins/transients-manager/\" target=\"_blank\">Transients Manager</a> is a great example: it helps you manage <a href=\"https://codex.wordpress.org/Transients_API\" target=\"_blank\">transients</a> on your site.</p>\n<p>The plugin is made by <a href=\"https://pippinsplugins.com/\" target=\"_blank\">Pippin Williamson</a> and is administered on a page that sits under the “Tools” wp-admin menu. The page provides a handy GUI for managing transients, as shown in the following screenshot.</p>\n<div id=\"attachment_1153650\" style=\"width: 1103px\" class=\"wp-caption aligncenter\"><a href=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-11.51.22-AM.png\"><img src=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-11.51.22-AM.png\" alt=\"The Transients Manager GUI\" width=\"1093\" height=\"765\" class=\"size-full wp-image-1153650\" srcset=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-11.51.22-AM.png 1093w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-11.51.22-AM-121x85.png 121w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-11.51.22-AM-300x210.png 300w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-11.51.22-AM-768x538.png 768w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-11.51.22-AM-665x465.png 665w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-11.51.22-AM-430x301.png 430w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-11.51.22-AM-645x451.png 645w\" sizes=\"(max-width: 1093px) 100vw, 1093px\" /></a><p class=\"wp-caption-text\">Transients Manager’s graphical wp-admin interface for managing transients.</p></div>\n<p>Just the ability to <em>see</em> all of the transients on your site is helpful enough, but with Transients Manager you have the power to delete and modify transients, too—you can even temporarily suspend all transients with a single click. </p>\n<p>It’s a time-saver to be able to see and edit transient values quickly without having to go spelunking in your database. For example, if you click the “edit” link on any transient in the admin GUI, you get a simple form like in the following screenshot where you can view and edit transient values.</p>\n<div id=\"attachment_1153657\" style=\"width: 1094px\" class=\"wp-caption aligncenter\"><a href=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-12.05.04-PM.png\"><img src=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-12.05.04-PM.png\" alt=\"Viewing the Details of a Single Transient\" width=\"1084\" height=\"525\" class=\"size-full wp-image-1153657\" srcset=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-12.05.04-PM.png 1084w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-12.05.04-PM-140x68.png 140w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-12.05.04-PM-300x145.png 300w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-12.05.04-PM-768x372.png 768w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-12.05.04-PM-665x322.png 665w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-12.05.04-PM-430x208.png 430w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-12.05.04-PM-645x312.png 645w\" sizes=\"(max-width: 1084px) 100vw, 1084px\" /></a><p class=\"wp-caption-text\">Viewing the details of a single transient in the Transient Manager admin screen.</p></div>\n<p>Transients Manager is proof that even a simple plugin can make a huge impact on productivity. By bringing transients into the admin for easy perusal and modification, you can save yourself a good deal of time and effort.</p>\n<hr>\n<h3>Query Monitor</h3>\n<p>It hurts to imagine life without <a href=\"https://johnblackbourn.com/\" target=\"_blank\">John Blackbourn</a>‘s <a href=\"https://wordpress.org/plugins/query-monitor/\" target=\"_blank\">Query Monitor</a> plugin. Query Monitor is <em>extremely</em> helpful, because it is extremely comprehensive.</p>\n<p>The plugin adds an unobtrusive menu item to the admin toolbar that displays basic information about the current page’s queries, requests, and other details. Upon hovering over this menu item, some more items drop down as shown here:</p>\n<div id=\"attachment_1153710\" style=\"width: 1102px\" class=\"wp-caption aligncenter\"><a href=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-12.30.05-PM-e1471625033947.png\"><img src=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-12.30.05-PM-e1471625033947.png\" alt=\"Query Monitor's Simple Toolbar Item\" width=\"1092\" height=\"494\" class=\"size-full wp-image-1153710\" srcset=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-12.30.05-PM-e1471625033947.png 1092w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-12.30.05-PM-e1471625033947-140x63.png 140w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-12.30.05-PM-e1471625033947-300x136.png 300w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-12.30.05-PM-e1471625033947-768x347.png 768w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-12.30.05-PM-e1471625033947-665x301.png 665w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-12.30.05-PM-e1471625033947-430x195.png 430w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-12.30.05-PM-e1471625033947-645x292.png 645w\" sizes=\"(max-width: 1092px) 100vw, 1092px\" /></a><p class=\"wp-caption-text\">The admin toolbar item from Query Monitor that shows basic information about the page you’re on.</p></div>\n<p>When you click any of those menu items, a whole new section of content under the admin footer opens, revealing a plethora of insightful details about the current page. In an easy-to-read set of tables you get to see details like:</p>\n<ul>\n<li>All of the database queries performed on the current request</li>\n<li>All of the hooks fired on the current request</li>\n<li>Active theme templates and their respective filenames</li>\n<li>PHP errors and notices</li>\n<li>All of the rewrite rules and query vars for the current request</li>\n<li>All enqueued scripts and stylesheets</li>\n<li>What language files were loaded</li>\n<li>PHP environment information like memory limits and server details</li>\n</ul>\n<p>For a complete list of things the Query Monitor displays, check out the official plugin page <a href=\"https://wordpress.org/plugins/query-monitor/\" target=\"_blank\">here</a>. Having so much data at your fingertips saves time and affords more opportunities for having insights when trying to understand bugs. The plugin is free, incredibly helpful, and once you get used to having it on <em>one</em> site, you will want it on <em>every</em> site—I promise!</p>\n<hr>\n<h3>User Switching</h3>\n<p>Another indispensable tool created by <a href=\"https://johnblackbourn.com/\" target=\"_blank\">John Blackbourn</a>, <a href=\"https://wordpress.org/plugins/user-switching/\" target=\"_blank\">User Switching</a> lets you effortlessly switch to user accounts of any user level on your site.</p>\n<p>The utility of this is immense, as many features within WordPress generally (and within plugins and themes specifically) look and behave differently based on what <a href=\"https://codex.wordpress.org/Roles_and_Capabilities#User_Levels\" target=\"_blank\">user level</a> the current user is.</p>\n<p>Differences in appearance and behavior based on user level can only <em>really</em> be tested by manually logging into user accounts of different user levels. If you do this more than once or twice, the repetitious logging in, testing, logging out, logging back in, and so on starts to become tedious.</p>\n<p>User Switching reduces a multi-step process to just a few clicks. From your main Administrator account, you can switch to any user with the “Switch To” button seen here on the wp-admin Users page:</p>\n<div id=\"attachment_1153832\" style=\"width: 360px\" class=\"wp-caption aligncenter\"><a href=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.31.16-PM.png\"><img src=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.31.16-PM.png\" alt=\"The "Switch To" Button from User Switching\" width=\"350\" height=\"472\" class=\"size-full wp-image-1153832\" srcset=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.31.16-PM.png 350w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.31.16-PM-63x85.png 63w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.31.16-PM-222x300.png 222w\" sizes=\"(max-width: 350px) 100vw, 350px\" /></a><p class=\"wp-caption-text\">The “Switch To” button provided by the User Switching plugin.</p></div>\n<p>In the example above, the account I’m switching to is of the Contributor user level. Once I switch to this user, I can test things and explore my site on both the front and back ends, and see everything as a Contributor user would. When you’re ready to return to the Administrator account, all that’s needed is one more click: you simply hover your admin toolbar’s user card and click “Switch Back to {username}”, as shown here:</p>\n<div id=\"attachment_1153833\" style=\"width: 563px\" class=\"wp-caption aligncenter\"><a href=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.31.31-PM.png\"><img src=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.31.31-PM.png\" alt=\"User Switching's "Switch back to" Functionality\" width=\"553\" height=\"285\" class=\"size-full wp-image-1153833\" srcset=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.31.31-PM.png 553w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.31.31-PM-140x72.png 140w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.31.31-PM-300x155.png 300w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.31.31-PM-430x222.png 430w\" sizes=\"(max-width: 553px) 100vw, 553px\" /></a><p class=\"wp-caption-text\">The “Switch back to” link in the toolbar when User Switching is activated.</p></div>\n<p>If you’re building or debugging a project where the user levels of various users matters, do yourself a favor and ensure that User Switching is active at all times. </p>\n<hr>\n<h3>WP Crontrol</h3>\n<p>A <em>third</em> plugin by the superhero <a href=\"https://johnblackbourn.com/\" target=\"_blank\">John Blackbourn</a>, WP Crontrol does for WordPress cron events what Transients Manager does for transients. Like transients, cron events in WordPress are not easily manageable unless you dive into the database or tinker via code directly. But once WP Crontrol is installed, you can view and manage cron events from right within your wp-admin.</p>\n<p>After activating the plugin, a new “Cron Events” menu item will appear under your wp-admin’s “Tools” menu item. It leads to a single, well-made page that lists all of your site’s active cron events, as shown in the following screenshot.</p>\n<div id=\"attachment_1153838\" style=\"width: 1090px\" class=\"wp-caption aligncenter\"><a href=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.22-PM.png\"><img src=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.22-PM.png\" alt=\"The WP Crontrol Management Screen\" width=\"1080\" height=\"728\" class=\"size-full wp-image-1153838\" srcset=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.22-PM.png 1080w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.22-PM-126x85.png 126w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.22-PM-300x202.png 300w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.22-PM-768x518.png 768w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.22-PM-665x448.png 665w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.22-PM-430x290.png 430w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.22-PM-645x435.png 645w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" /></a><p class=\"wp-caption-text\">WP Crontrol’s simple but powerful cron management screen.</p></div>\n<p>As seen in the screenshot, you can manually force cron events to run on demand with the “Run Now” buttons—a <strong>huge</strong> help for debugging. You can also delete cron events, of course. But another great help is the ability to add new cron events or edit existing ones; both things are possible by way of a simple interface at the bottom of the page, as shown in the screenshots below.</p>\n\n<a href=\'https://theeventscalendar.com/favorite-developer-plugins/screen-shot-2016-08-19-at-4-42-33-pm/\'><img width=\"1077\" height=\"484\" src=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.33-PM.png\" class=\"attachment-full size-full\" alt=\"Add Cron Event with WP Crontrol\" srcset=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.33-PM.png 1077w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.33-PM-140x63.png 140w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.33-PM-300x135.png 300w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.33-PM-768x345.png 768w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.33-PM-665x299.png 665w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.33-PM-430x193.png 430w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.33-PM-645x290.png 645w\" sizes=\"(max-width: 1077px) 100vw, 1077px\" /></a>\n<a href=\'https://theeventscalendar.com/favorite-developer-plugins/screen-shot-2016-08-19-at-4-42-44-pm/\'><img width=\"1074\" height=\"484\" src=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.44-PM.png\" class=\"attachment-full size-full\" alt=\"Modfy an Existing Cron Event with WP Crontrol\" srcset=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.44-PM.png 1074w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.44-PM-140x63.png 140w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.44-PM-300x135.png 300w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.44-PM-768x346.png 768w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.44-PM-665x300.png 665w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.44-PM-430x194.png 430w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-19-at-4.42.44-PM-645x291.png 645w\" sizes=\"(max-width: 1074px) 100vw, 1074px\" /></a>\n\n<hr>\n<p>There are a ton of great plugins out there for consumers and developers alike. These four plugins are just some common favorites with wide usage among our QA, support, and development teams, and are so useful and flexible that it’s hard to imagine making things for WordPress without these tools.</p>\n<p>Each of these four plugins has many thousands of users all over the world, which makes it mind-boggling to think of how many hours these tools must collectively save the developers who use them. It’s a testament to the WordPress community and mindset that all four of the invaluable pieces of software above are <strong>completely free</strong>. Be sure to check out their authors, Pippin Williamson and Jack Blackbourn, and support their projects. I’m sure even a “thank you” over Twitter would surely be appreciated.</p>\n<ul>\n<li><a href=\"https://pippinsplugins.com/\" target=\"_blank\">Pippin Williamson</a> — <a href=\"https://twitter.com/pippinsplugins\" target=\"_blank\">@pippinsplugins</a> on Twitter</li>\n<li><a href=\"https://johnblackbourn.com/\" target=\"_blank\">John Blackbourn</a> — <a href=\"https://twitter.com/johnbillion\" target=\"_blank\">@johnbillion</a> on Twitter</li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/favorite-developer-plugins/\">Our Favorite Developer Plugins</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Release: The Events Calendar 4.2.5, Event Tickets 4.2.5, and Premium Add-ons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://theeventscalendar.com/release-events-calendar-4-2-5-event-tickets-4-2-5-premium-add-ons/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Aug 2016 18:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1152713\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:657:\"<p>We’re happy to announce a new release of The Events Calendar, Event Tickets, and associated premium add-ons. As you may already know, we like to ship a series of maintenance releases en route to a larger, feature-rich release. This marks the fifth such release in that series for 4.2. Many bugs and tweaks were covered.…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-events-calendar-4-2-5-event-tickets-4-2-5-premium-add-ons/\">Release: The Events Calendar 4.2.5, Event Tickets 4.2.5, and Premium Add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"George\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4173:\"<p>We’re happy to announce a new release of The Events Calendar, Event Tickets, and associated premium add-ons.</p>\n<p>As you may already know, we like to ship a series of maintenance releases en route to a larger, feature-rich release. This marks the fifth such release in that series for 4.2. Many bugs and tweaks were covered. To learn about the specific ones, let’s dig into the change logs!</p>\n<hr />\n<p>The following plugins were updated to the following versions in this release:</p>\n<ul>\n<li><a href=\"#tec\">The Events Calendar <strong>4.2.5</strong></a></li>\n<li><a href=\"#ecp\">Events Calendar Pro <strong>4.2.4</strong></a></li>\n<li><a href=\"#ce\">Community Events <strong>4.2.4</strong></a></li>\n<li><a href=\"#ical\">iCal Importer <strong>4.2.4</strong></a></li>\n<li><a href=\"#et\">Event Tickets <strong>4.2.5</strong></a></li>\n<li><a href=\"#etp\">Event Tickets Plus <strong>4.2.5</strong></a></li>\n<li><a href=\"#eb\">Eventbrite Tickets <strong>4.2.1</strong></a></li>\n</ul>\n<p>The following plugins were <strong>not</strong> updated and remain at these versions:</p>\n<ul>\n<li>Community Tickets <strong>4.2.3</strong></li>\n<li>Filter Bar <strong>4.2.2</strong></li>\n<li>Facebook <strong>4.2</strong></li>\n<li>Advanced Post Manager <strong>4.2.2</strong></li>\n</ul>\n<p>You can view all archived release notes <a href=\"https://theeventscalendar.com/category/products/release-notes/\" target=\"_blank\">here</a>.</p>\n<p>As always, we encourage you to use caution when updating plugins to the latest versions, just as you would for any other WordPress update. <a href=\"https://codex.wordpress.org/WordPress_Backups\">Backup your site files and database</a>, and definitely test the updates in a development environment if possible.</p>\n<p>We expect smooth sailing if you’re already running version 4.2 of any plugin, but better to be safe than sorry. This is <em>especially</em> true for anyone updating from version 4.1 or earlier, in which case we suggest <a href=\"https://theeventscalendar.com/release-the-events-calendar-4-2-premium-add-ons/\">reading over the 4.2 release notes</a> in advance.</p>\n<hr />\n<h3 id=\"#tec\">The Events Calendar 4.2.5</h3>\n<ul>\n<li><strong>Fix</strong> — Fixed inconsistent template filtering logic for single event template.</li>\n<li><strong>Tweak</strong> — Restored preview for published events.</li>\n</ul>\n<hr />\n<h3 id=\"#ecp\">Events Calendar PRO 4.2.4</h3>\n<ul>\n<li><strong>Fix</strong> — PHP notice when importing events from iCal importer.</li>\n</ul>\n<hr />\n<h3 id=\"#ce\">Community Events 4.2.4</h3>\n<ul>\n<li><strong>Fix</strong> — Front-end event edit form not displaying an event assigned categories. (Thank you @indycourses for the report in the support forums.)</li>\n<li><strong>Fix</strong> — Improve organizer and venue validation and add in two filters to validate individual fields for their respective linked posts.</li>\n</ul>\n<hr />\n<h3 id=\"#ical\">iCal Importer 4.2.4</h3>\n<ul>\n<li><strong>Fix</strong> — PHP 5.2 recurring imports issues.</li>\n</ul>\n<hr />\n<h3 id=\"#et\">Event Tickets 4.2.5</h3>\n<ul>\n<li><strong>Fix</strong> — Garbled site title in RSVP confirmation email.</li>\n</ul>\n<hr />\n<h3 id=\"#etp\">Event Tickets Plus 4.2.5</h3>\n<ul>\n<li><strong>Fix</strong> — Resolved warnings during WPEC checkouts that prevented proper page redirection after ticket purchases. Props to @sewhouston in the support forums for reporting this!</li>\n<li><strong>Tweak</strong> — Allow for basic HTML tag support in attendee meta fields. Shout-out to @lpoindexter for reporting this on in the forums!</li>\n</ul>\n<hr />\n<h3 id=\"#eb\">Eventbrite Tickets 4.2.1</h3>\n<ul>\n<li><strong>Fix</strong> — Prevent erroneous error messages from trying to change event status when it was not being changed. Thank you to @Jessie and others in our support forum for reporting these issues.</li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-events-calendar-4-2-5-event-tickets-4-2-5-premium-add-ons/\">Release: The Events Calendar 4.2.5, Event Tickets 4.2.5, and Premium Add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Under the Hood: Filtering Excerpts in The Events Calendar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://theeventscalendar.com/under-the-hood-filtering-excerpts-events-calendar/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 Aug 2016 16:04:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"Under the Hood\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1125755\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:640:\"<p>The Events Calendar and its suite of add-ons use a single function to generate content excerpts: tribe_events_get_the_excerpt(). There’s long been no way to alter the content that this function generates, but in version 4.2 of The Events Calendar, we introduced a filter to make it easy to add things to, remove things from, or otherwise…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/under-the-hood-filtering-excerpts-events-calendar/\">Under the Hood: Filtering Excerpts in The Events Calendar</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"George\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3671:\"<p>The Events Calendar and its suite of add-ons use a single function to generate content excerpts: <a href=\"https://theeventscalendar.com/function/tribe_events_get_the_excerpt/\" target=\"_blank\"><kbd>tribe_events_get_the_excerpt()</kbd></a>. There’s long been no way to alter the content that this function generates, but in version 4.2 of The Events Calendar, we introduced a filter to make it easy to add things to, remove things from, or otherwise modify event excerpts.</p>\n<p>The filter has the same name of the function itself, <kbd>tribe_events_get_the_excerpt</kbd>. For a quick example of how it might be used, let’s say you wanted every excerpt to be prefaced with a “View Event” link. You could make this a reality by adding a snippet like the following to your theme’s <kbd>functions.php</kbd> file:</p>\n<pre class=\"brush: plain; title: ; notranslate\">\r\nadd_filter( \'tribe_events_get_the_excerpt\', \'tribe_add_view_event_link_before_excerpt\' );\r\n\r\nfunction tribe_add_view_event_link_before_excerpt( $excerpt ) {\r\n \r\n $permalink = get_permalink( get_the_ID() );\r\n\r\n return sprintf( \'<a href="%s">View Event</a><br> %s\', $permalink, $excerpt );\r\n}\r\n</pre>\n<p>Below are two screenshots that show how this example function works. The first screenshot (on the left) shows an excerpt in The Events Calendar’s month view before the function is added to the site; the second (on the right) shows the same excerpt with a “View Event” link before it:<br />\n\n<a href=\'https://theeventscalendar.com/under-the-hood-filtering-excerpts-events-calendar/screen-shot-2016-08-13-at-11-35-55-am/\'><img width=\"441\" height=\"383\" src=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-13-at-11.35.55-AM.png\" class=\"attachment-large size-large\" alt=\"Screen Shot 2016-08-13 at 11.35.55 AM\" srcset=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-13-at-11.35.55-AM.png 441w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-13-at-11.35.55-AM-98x85.png 98w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-13-at-11.35.55-AM-300x261.png 300w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-13-at-11.35.55-AM-430x373.png 430w\" sizes=\"(max-width: 441px) 100vw, 441px\" /></a>\n<a href=\'https://theeventscalendar.com/under-the-hood-filtering-excerpts-events-calendar/screen-shot-2016-08-13-at-11-36-50-am/\'><img width=\"408\" height=\"358\" src=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-13-at-11.36.50-AM.png\" class=\"attachment-large size-large\" alt=\"Screen Shot 2016-08-13 at 11.36.50 AM\" srcset=\"https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-13-at-11.36.50-AM.png 408w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-13-at-11.36.50-AM-97x85.png 97w, https://theeventscalendar.com/content/uploads/2016/08/Screen-Shot-2016-08-13-at-11.36.50-AM-300x263.png 300w\" sizes=\"(max-width: 408px) 100vw, 408px\" /></a>\n</p>\n<p>In our post <em><a href=\"http://theeventscalendar.com/the-trouble-with-excerpts\" target=\"_blank\">The Trouble with Excerpts</a></em>, we highlighted how difficult excerpts can be to work with, and how time-consuming they can be to manage. Hopefully this filter makes them a bit more flexible.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/under-the-hood-filtering-excerpts-events-calendar/\">Under the Hood: Filtering Excerpts in The Events Calendar</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:35:\"https://theeventscalendar.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 18 Sep 2016 13:46:19 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:12:\"x-powered-by\";s:19:\"PHP/5.4.45-0+deb7u4\";s:4:\"vary\";s:6:\"Cookie\";s:4:\"etag\";s:34:\"\"687002975236454d3e40f950e293d455\"\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:4:\"link\";s:66:\"<https://theeventscalendar.com/wp-json/>; rel=\"https://api.w.org/\"\";s:13:\"last-modified\";s:29:\"Sun, 18 Sep 2016 12:52:48 GMT\";s:13:\"cache-control\";s:29:\"max-age=3600, must-revalidate\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(9311,'_transient_timeout_feed_mod_0d102f2a1f4d6bc90eb8c6ffe18e56ed','1474249579','no'),(9312,'_transient_feed_mod_0d102f2a1f4d6bc90eb8c6ffe18e56ed','1474206379','no'),(9313,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1474249587','no'),(9314,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Sep 2016 15:59:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.7-alpha-38614\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.6.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2016/09/wordpress-4-6-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Sep 2016 15:52:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4507\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:377:\"WordPress 4.6.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.6 and earlier are affected by two security issues: a cross-site scripting vulnerability via image filename, reported by SumOfPwn researcher Cengiz Han Sahin; and a path traversal vulnerability in […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Jeremy Felt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2757:\"<p>WordPress 4.6.1 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.6 and earlier are affected by two security issues: a cross-site scripting vulnerability via image filename, reported by SumOfPwn researcher <a href=\"https://twitter.com/cengizhansahin\">Cengiz Han Sahin</a>; and a path traversal vulnerability in the upgrade package uploader, reported by <a href=\"https://dominikschilling.de/\">Dominik Schilling</a> from the WordPress security team.</p>\n<p>Thank you to the reporters for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.6.1 fixes 15 bugs from 4.6. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.6.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?milestone=4.6.1\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.6.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.6.1.</p>\n<p>Thanks to everyone who contributed to 4.6.1:</p>\n<p><a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geminorum\">geminorum</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J. (Clorith)</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, and <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4507\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 4.6 “Pepper”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2016/08/pepper/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Aug 2016 19:06:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4444\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:276:\"Version 4.6 of WordPress, named “Pepper” in honor of jazz baritone saxophonist Park Frederick “Pepper” Adams III, is available for download or update in your WordPress dashboard. New features in 4.6 help you to focus on the important things while feeling more at home.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Dominik Schilling (ocean90)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:27139:\"<p>Version 4.6 of WordPress, named “Pepper” in honor of jazz baritone saxophonist Park Frederick “Pepper” Adams III, is available for download or update in your WordPress dashboard. New features in 4.6 help you to focus on the important things while feeling more at home.</p>\n<p><iframe width=\'632\' height=\'354\' src=\'https://videopress.com/embed/GbdhpGF3?hd=1\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2 style=\"text-align: center\">Streamlined Updates</h2>\n<p><img class=\"aligncenter wp-image-4454 size-large\" src=\"https://i0.wp.com/wordpress.org/news/files/2016/08/streamlined-updates.png?resize=632%2C379&ssl=1\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2016/08/streamlined-updates.png?resize=1024%2C614&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2016/08/streamlined-updates.png?resize=300%2C180&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2016/08/streamlined-updates.png?resize=768%2C461&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2016/08/streamlined-updates.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2016/08/streamlined-updates.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>Don’t lose your place: stay on the same page while you update, install, and delete your plugins and themes.</p>\n<hr />\n<h2 style=\"text-align: center\">Native Fonts</h2>\n<p><img class=\"aligncenter wp-image-4455 size-large\" src=\"https://i2.wp.com/wordpress.org/news/files/2016/08/native-fonts.png?resize=632%2C379&ssl=1\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2016/08/native-fonts.png?resize=1024%2C614&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2016/08/native-fonts.png?resize=300%2C180&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/08/native-fonts.png?resize=768%2C461&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2016/08/native-fonts.png?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2016/08/native-fonts.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>The WordPress dashboard now takes advantage of the fonts you already have, making it load faster and letting you feel more at home on whatever device you use.</p>\n<hr />\n<h2 style=\"text-align: center\">Editor Improvements</h2>\n<div style=\"float: left;width: 48%;margin: 0\">\n<h3>Inline Link Checker</h3>\n<p><img class=\"aligncenter wp-image-4456 size-full\" src=\"https://i1.wp.com/wordpress.org/news/files/2016/08/inline-link-checker.png?resize=632%2C379&ssl=1\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2016/08/inline-link-checker.png?w=992&ssl=1 992w, https://i1.wp.com/wordpress.org/news/files/2016/08/inline-link-checker.png?resize=300%2C180&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/08/inline-link-checker.png?resize=768%2C461&ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>Ever accidentally made a link to https://wordpress.org/example.org? Now WordPress automatically checks to make sure you didn’t.</p>\n</div>\n<div style=\"float: right;width: 48%;margin: 0\">\n<h3>Content Recovery</h3>\n<p><img class=\"aligncenter wp-image-4457 size-full\" src=\"https://i1.wp.com/wordpress.org/news/files/2016/08/content-recovery.png?resize=632%2C379&ssl=1\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2016/08/content-recovery.png?w=992&ssl=1 992w, https://i1.wp.com/wordpress.org/news/files/2016/08/content-recovery.png?resize=300%2C180&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/08/content-recovery.png?resize=768%2C461&ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>As you type, WordPress saves your content to the browser. Recovering saved content is even easier with WordPress 4.6.</p>\n</div>\n<hr style=\"clear: both\" />\n<h2 style=\"text-align: center\">Under The Hood</h2>\n<h3>Resource Hints</h3>\n<p><a href=\"https://make.wordpress.org/core/2016/07/06/resource-hints-in-4-6/\">Resource hints help browsers</a> decide which resources to fetch and preprocess. WordPress 4.6 adds them automatically for your styles and scripts making your site even faster.</p>\n<h3>Robust Requests</h3>\n<p>The HTTP API now leverages the Requests library, improving HTTP standard support and adding case-insensitive headers, parallel HTTP requests, and support for Internationalized Domain Names.</p>\n<h3><code>WP_Term_Query</code> and <code>WP_Post_Type</code></h3>\n<p>A new <code><a href=\"https://developer.wordpress.org/reference/classes/wp_term_query\">WP_Term_Query</a></code> class adds flexibility to query term information while a new <code><a href=\"https://developer.wordpress.org/reference/classes/wp_post_type\">WP_Post_Type</a></code> object makes interacting with post types more predictable.</p>\n<h3>Meta Registration API</h3>\n<p>The Meta Registration API <a href=\"https://make.wordpress.org/core/2016/07/08/enhancing-register_meta-in-4-6/\">has been expanded</a> to support types, descriptions, and REST API visibility.</p>\n<h3>Translations On Demand</h3>\n<p>WordPress will install and use the newest language packs for your plugins and themes as soon as they’re available from <a href=\"https://translate.wordpress.org/\">WordPress.org’s community of translators</a>.</p>\n<h3>JavaScript Library Updates</h3>\n<p>Masonry 3.3.2, imagesLoaded 3.2.0, MediaElement.js 2.22.0, TinyMCE 4.4.1, and Backbone.js 1.3.3 are bundled.</p>\n<h3>Customizer APIs for Setting Validation and Notifications</h3>\n<p>Settings now have an <a href=\"https://make.wordpress.org/core/2016/07/05/customizer-apis-in-4-6-for-setting-validation-and-notifications/\">API for enforcing validation constraints</a>. Likewise, customizer controls now support notifications, which are used to display validation errors instead of failing silently.</p>\n<h3>Multisite, now faster than ever</h3>\n<p>Cached and comprehensive site queries improve your network admin experience. The addition of <code><a href=\"https://developer.wordpress.org/reference/classes/wp_site_query\">WP_Site_Query</a></code> and <code><a href=\"https://developer.wordpress.org/reference/classes/wp_network_query\">WP_Network_Query</a></code> help craft advanced queries with less effort.</p>\n<hr />\n<h2 style=\"text-align: center\">The Crew</h2>\n<p>This release was led by <a href=\"https://dominikschilling.de/\">Dominik Schilling</a>, backed up by <a href=\"https://www.garthmortensen.com/\">Garth Mortensen</a> as Release Deputy, and with the help of these fine individuals. There are <span style=\"font-weight: 400\">272</span> contributors with props in this release. Pull up some Pepper Adams on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/a5hleyrich\">A5hleyRich</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamsoucie\">Adam Soucie</a>, <a href=\"https://profiles.wordpress.org/adrianosilvaferreira\">Adriano Ferreira</a>, <a href=\"https://profiles.wordpress.org/afineman\">afineman</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/aidvu\">aidvu</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/alexkingorg\">Alex King</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/alexvandervegt\">alexvandervegt</a>, <a href=\"https://profiles.wordpress.org/ambrosey\">Alice Brosey</a>, <a href=\"https://profiles.wordpress.org/aaires\">Ana Aires</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rockwell15\">Andrew Rockwell</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/anilbasnet\">Anil Basnet</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/anneschmidt\">anneschmidt</a>, <a href=\"https://profiles.wordpress.org/zuige\">Antti Kuosmanen</a>, <a href=\"https://profiles.wordpress.org/ideag\">Arunas Liuiza</a>, <a href=\"https://profiles.wordpress.org/barry\">Barry</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brianvan\">brianvan</a>, <a href=\"https://profiles.wordpress.org/borgesbruno\">Bruno Borges</a>, <a href=\"https://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"https://profiles.wordpress.org/purcebr\">Bryan Purcell</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff (chriscct7)</a>, <a href=\"https://profiles.wordpress.org/chris_dev\">Chris Mok</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/cliffseal\">Cliff Seal</a>, <a href=\"https://profiles.wordpress.org/clubduece\">clubduece</a>, <a href=\"https://profiles.wordpress.org/cmillerdev\">cmillerdev</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/crstauf\">crstauf</a>, <a href=\"https://profiles.wordpress.org/dabnpits\">dabnpits</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danielhuesken\">Daniel Hüsken</a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dashaluna\">dashaluna</a>, <a href=\"https://profiles.wordpress.org/davewarfel\">davewarfel</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/dbrumbaugh10up\">David Brumbaugh</a>, <a href=\"https://profiles.wordpress.org/dcavins\">David Cavins</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/davidmosterd\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/downstairsdev\">Devin Price</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elrae\">elrae</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/faison\">Faison</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/flyingdr\">flyingdr</a>, <a href=\"https://profiles.wordpress.org/foliovision\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/francescobagnoli\">francescobagnoli</a>, <a href=\"https://profiles.wordpress.org/bueltge\">Frank Bueltge</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/efarem\">Frank Martin</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/mintindeed\">Gabriel Koen</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/geekysoft\">Geeky Software</a>, <a href=\"https://profiles.wordpress.org/geminorum\">geminorum</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/inderpreet99\">Inderpreet Singh</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/underdude\">Janne Ala-Äijälä</a>, <a href=\"https://profiles.wordpress.org/jaspermdegroot\">Jasper de Groot</a>, <a href=\"https://profiles.wordpress.org/javorszky\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/endocreative\">Jeremy Green</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jmichaelward\">Jeremy Ward</a>, <a href=\"https://profiles.wordpress.org/jerrysarcastic\">Jerry Bates (jerrysarcastic)</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelwills\">Joel Williams</a>, <a href=\"https://profiles.wordpress.org/j-falk\">Johan Falk</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">John P. Green</a>, <a href=\"https://profiles.wordpress.org/john_schlick\">John_Schlick</a>, <a href=\"https://profiles.wordpress.org/kenshino\">Jon (Kenshino)</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/josephscott\">Joseph Scott</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuagoodwin\">Joshua Goodwin</a>, <a href=\"https://profiles.wordpress.org/jpdavoutian\">jpdavoutian</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jsternberg\">jsternberg</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/julesaus\">julesaus</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/offereins\">Laurens Offereins</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/latz\">Lutz Schröer</a>, <a href=\"https://profiles.wordpress.org/mpol\">Marcel Pol</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J. (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/martinkrcho\">martin.krcho</a>, <a href=\"https://profiles.wordpress.org/mattmiklic\">Matt Miklic</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/borkweb\">Matthew Batchelder</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/wzislam\">Mayeenul Islam</a>, <a href=\"https://profiles.wordpress.org/mdwheele\">mdwheele</a>, <a href=\"https://profiles.wordpress.org/medariox\">medariox</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/meitar\">Meitar</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/roseapplemedia\">Michael</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelbeil\">Michael Beil</a>, <a href=\"https://profiles.wordpress.org/stuporglue\">Michael Moore</a>, <a href=\"https://profiles.wordpress.org/mbijon\">Mike Bijon</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/m_uysl\">Mustafa Uysal</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">Nícholas André</a>, <a href=\"https://profiles.wordpress.org/nextendweb\">Nextendweb</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/ninos-ego\">Ninos</a>, <a href=\"https://profiles.wordpress.org/alleynoah\">Noah</a>, <a href=\"https://profiles.wordpress.org/noahsilverstein\">noahsilverstein</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/ojrask\">ojrask</a>, <a href=\"https://profiles.wordpress.org/olarmarius\">Olar Marius</a>, <a href=\"https://profiles.wordpress.org/ovann86\">ovann86</a>, <a href=\"https://profiles.wordpress.org/pansotdev\">pansotdev</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/bassgang\">Paul Vincent Beigang</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/pcarvalho\">pcarvalho</a>, <a href=\"https://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/peterrknight\">PeterRKnight</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/petya\">Petya Raykovska</a>, <a href=\"https://profiles.wordpress.org/wizzard_\">Pieter</a>, <a href=\"https://profiles.wordpress.org/pollett\">Pollett</a>, <a href=\"https://profiles.wordpress.org/postpostmodern\">postpostmodern</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/prettyboymp\">prettyboymp</a>, <a href=\"https://profiles.wordpress.org/r-a-y\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rafaelangeline\">rafaelangeline</a>, <a href=\"https://profiles.wordpress.org/zetaraffix\">raffaella isidori</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld </a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/littlerchicken\">Robin Cornett</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/ronalfy\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/samantha-miller\">Samantha Miller</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/rosso99\">Sara Rosso</a>, <a href=\"https://profiles.wordpress.org/schlessera\">schlessera</a>, <a href=\"https://profiles.wordpress.org/scottbasgaard\">Scott Basgaard</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/screamingdev\">screamingdev</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/semil\">semil</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shahpranaf\">shahpranaf</a>, <a href=\"https://profiles.wordpress.org/sidati\">Sidati</a>, <a href=\"https://profiles.wordpress.org/neverything\">Silvan Hagen</a>, <a href=\"https://profiles.wordpress.org/simonvik\">Simon Vikström</a>, <a href=\"https://profiles.wordpress.org/sirjonathan\">sirjonathan</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/soean\">Soeren Wrede</a>, <a href=\"https://profiles.wordpress.org/southp\">southp</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/coderste\">Stephen</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stubgo\">stubgo</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/tacoverdo\">Taco Verdonschot</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tloureiro\">tloureiro</a>, <a href=\"https://profiles.wordpress.org/travisnorthcutt\">Travis Northcutt</a>, <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/unyson\">Unyson</a>, <a href=\"https://profiles.wordpress.org/szepeviktor\">Viktor Szépe</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/svovaf\">vovafeldman</a>, <a href=\"https://profiles.wordpress.org/websupporter\">websupporter</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wp_smith\">wp_smith</a>, <a href=\"https://profiles.wordpress.org/wpfo\">wpfo</a>, <a href=\"https://profiles.wordpress.org/xavivars\">Xavi Ivars</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, and <a href=\"https://profiles.wordpress.org/zakb8\">zakb8</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"https://jerrysarcastic.com/\">Jerry Bates</a> for producing the release video and <a href=\"http://hugobaeta.com/\">Hugo Baeta</a> for providing marketing graphics.</p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.6. Their efforts make it possible to use WordPress 4.6 in 52 languages. The WordPress 4.6 release video has been captioned into 43 languages.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.7!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4444\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 4.6 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2016/08/wordpress-4-6-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Aug 2016 00:31:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4427\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:341:\"The second release candidate for WordPress 4.6 is now available. We’ve made over 30 changes since the first release candidate. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.6 on Tuesday, August 16, but we need […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Dominik Schilling (ocean90)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3442:\"<p>The second release candidate for WordPress 4.6 is now available.</p>\n<p>We’ve made over <a href=\"https://core.trac.wordpress.org/log/branches/4.6/src?action=stop_on_copy&mode=follow_copy&rev=38246&stop_rev=38170&limit=200&verbose=on&sfp_email=&sfph_mail=\">30 changes</a> since the first release candidate. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.6 on <strong>Tuesday, August 16</strong>, but we need <em>your</em> help to get there.</p>\n<p>If you haven’t tested 4.6 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.6, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.6-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.6, check out the <a href=\"https://wordpress.org/news/2016/06/wordpress-4-6-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-4/\">Beta 4</a>, and <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-release-candidate/\">RC 1</a> blog posts.</p>\n<p>A few changes of note since the first release candidate:</p>\n<ul>\n<li>Support for custom HTTP methods and proxy authentication has been restored.</li>\n<li>Various fixes for the streamlined updates, including better failure messages and error handling, basic back-compat styling for custom update notifications, and additional and standardized JavaScript events.</li>\n<li>Unnecessary reference parameters have been removed from new multisite functions.</li>\n<li>A compatibility issue with PHP 7.0.9 (and PHP 7.1) has been fixed.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.6 and update your plugin’s <em>Tested up to</em> version in the readme to 4.6. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release – we never want to break things.</p>\n<p>Be sure to read the <a href=\"https://make.wordpress.org/core/2016/07/26/wordpress-4-6-field-guide/\">in-depth field guide</a>, a post with all the developer-focused changes that take place under the hood.</p>\n<p><strong>Translators</strong>, strings are now frozen, including the About Page, so you are clear to translate! <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p>Happy testing!</p>\n<p><em>The verdict is in,</em><br />\n<em>Can I haz all the features,</em><br />\n<em>Your best WordPress yet.</em></p>\n<p><img src=\"https://s.w.org/images/core/emoji/2/72x72/1f3f3.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" />️<img src=\"https://s.w.org/images/core/emoji/2/72x72/1f308.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4427\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.6 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2016/07/wordpress-4-6-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jul 2016 19:14:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4416\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"The release candidate for WordPress 4.6 is now available. We’ve made a few refinements since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.6 on Tuesday, August 16, but we need […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Dominik Schilling (ocean90)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2428:\"<p>The release candidate for WordPress 4.6 is now available.</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=38169&stop_rev=38124&limit=200&verbose=on\">a few refinements</a> since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.6 on <strong>Tuesday, August 16</strong>, but we need <em>your</em> help to get there.</p>\n<p>If you haven’t tested 4.6 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.6, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.6-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.6, check out the <a href=\"https://wordpress.org/news/2016/06/wordpress-4-6-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.6 and update your plugin’s <em>Tested up to</em> version in the readme to 4.6. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release – we never want to break things.</p>\n<p>Be sure to read the <a href=\"https://make.wordpress.org/core/2016/07/26/wordpress-4-6-field-guide/\">in-depth field guide</a>, a post with all the developer-focused changes that take place under the hood.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p>Happy testing!</p>\n<p><em>Der Sommer ist da,</em><br />\n<em>Zeit für ein neues Release.</em><br />\n<em>Bald ist es soweit.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4416\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.6 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jul 2016 18:49:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4396\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.6 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.6, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Dominik Schilling (ocean90)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4309:\"<p>WordPress 4.6 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.6, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.6-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.6, check out the <a href=\"https://wordpress.org/news/2016/06/wordpress-4-6-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-3/\">Beta 3</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-6+dev-notes/\">in-depth field guides</a>. This is the final <a href=\"https://make.wordpress.org/core/version-4-6-project-schedule/\">planned beta</a> of WordPress 4.6, with a release candidate scheduled for next week.</p>\n<p>Some of the fixes in Beta 4 include:</p>\n<ul>\n<li><strong>Media</strong>: <code>alt</code> attributes are now always added to images inserted from URLs (<a href=\"https://core.trac.wordpress.org/ticket/36735\">#36735</a>).</li>\n<li>Object subtype handling has been removed from <code>register_meta()</code>. Details about this change are explained in <a href=\"https://make.wordpress.org/core/2016/07/20/additional-register_meta-changes-in-4-6/\">a post for developers</a>.</li>\n<li><strong>Resource hints</strong> are now limited to enqueued assets (<a href=\"https://core.trac.wordpress.org/ticket/37385\">#37385</a>).</li>\n<li>A regression with query alterations introduced by the new <code>WP_Term_Query</code> has been fixed (<a href=\"https://core.trac.wordpress.org/ticket/37378\">#37378</a>).</li>\n<li>The Ajax searches for <strong>installed and new plugins</strong> have been enhanced to fix several accessibility issues and to improve compatibility with older browsers. (<a href=\"https://core.trac.wordpress.org/ticket/37233\">#37233</a>, <a href=\"https://core.trac.wordpress.org/ticket/37373\">#37373</a>)</li>\n<li>The media player <strong>MediaElement.js</strong> has been updated to 2.22.0 to fix YouTube video embeds (<a href=\"https://core.trac.wordpress.org/ticket/37363\">#37363</a>).</li>\n<li>The <strong>Import screen</strong> was overhauled, improving accessibility and making it much easier to install and run an importer (<a href=\"https://core.trac.wordpress.org/ticket/35191\">#35191</a>).</li>\n<li><strong>Emoji support</strong> has been updated to include all of the latest Unicode 9 emoji characters (<a href=\"https://core.trac.wordpress.org/ticket/37361\">#37361</a>). ???<img src=\"https://s.w.org/images/core/emoji/2/72x72/1f57a.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/2/72x72/1f3fd.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" />?<img src=\"https://s.w.org/images/core/emoji/2/72x72/1f3ff.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=38123&stop_rev=38060&limit=200&verbose=on\">more than 60 changes</a> during the last week.</li>\n</ul>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.6\">everything we’ve fixed</a>.</p>\n<p>Happy testing!</p>\n<p><em>This is Beta 4,</em><br />\n<em>The last before RC 1.</em><br />\n<em>Please test all the things.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4396\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.6 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Jul 2016 19:00:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4386\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.6 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.6, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Dominik Schilling (ocean90)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3169:\"<p>WordPress 4.6 Beta 3 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.6, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.6-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.6, check out the <a href=\"https://wordpress.org/news/2016/06/wordpress-4-6-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-2/\">Beta 2</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-6+dev-notes/\">in-depth field guides on make/core</a>. Some of the fixes in Beta 3 include:</p>\n<ul>\n<li><strong>Revisions:</strong> Autosaves can now be restored when revisions are disabled (<a href=\"https://core.trac.wordpress.org/ticket/36262\">#36262</a>).</li>\n<li>An improved <strong>handling of PHP’s memory limit</strong> which doesn’t lower the limit anymore (<a href=\"https://core.trac.wordpress.org/ticket/32075\">#</a><a class=\"closed ticket\" title=\"defect (bug): Only set WP_MAX_MEMORY_LIMIT by default when its greater than memory_limit (closed: fixed)\" href=\"https://core.trac.wordpress.org/ticket/32075\">32075</a>).</li>\n<li><strong>TinyMCE</strong> has been updated to 4.4.0 (<a href=\"https://core.trac.wordpress.org/ticket/32075\">#</a><a class=\"closed ticket\" title=\"defect (bug): TinyMCE 4.4.0 (closed: fixed)\" href=\"https://core.trac.wordpress.org/ticket/37327\">37327</a>).</li>\n<li><strong>HTTP API:</strong> Proxy settings weren’t honored by the new HTTP library. This has been fixed (<a href=\"https://core.trac.wordpress.org/ticket/37107\">#37107</a>).</li>\n<li>Improved handling of <strong>UTF-8 address headers for emails </strong>(<a href=\"https://core.trac.wordpress.org/ticket/21659\">#21659</a>).</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=38059&stop_rev=37992&limit=200&verbose=on\">more than 65 changes</a> during the last week.</li>\n</ul>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.6\">everything we’ve fixed</a>.</p>\n<p>Happy testing!</p>\n<p><em>Beta 3 is here,</em><br />\n<em>The more testing, the better.</em><br />\n<em>Gotta catch ‘em all!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4386\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.6 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jul 2016 18:43:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4371\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.6 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.6, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Dominik Schilling (ocean90)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2803:\"<p>WordPress 4.6 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.6, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.6-beta2.zip\">download the beta here</a> (zip).</p>\n<p>Notable changes since WordPress 4.6 Beta 1:</p>\n<ul>\n<li><strong>Meta:</strong> The fallback authentication for the previous registration method has been restored. Also, retrieving registered metadata now works and non-core object types are no longer forcibly blocked. See <a href=\"https://core.trac.wordpress.org/ticket/35658\">#35658</a>.</li>\n<li><strong>REST API:</strong> The order of setting sanitization and validation has been reversed; validation now occurs prior to sanitization. Previously, the sanitization callback ran before the validation callback. See <a href=\"https://core.trac.wordpress.org/ticket/37192\">#37192</a>.</li>\n<li><strong>Customize:</strong> The order of setting sanitization and validation has been reversed; validation now occurs prior to sanitization. See <a href=\"https://core.trac.wordpress.org/ticket/37247\">#37247</a>.</li>\n<li><strong>HTTP API:</strong> <code>WP_Http::request()</code> returns an array again. See <a href=\"https://core.trac.wordpress.org/ticket/37097\">#37097</a>.</li>\n<li><strong>Various bug fixes</strong>. We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=37992&stop_rev=37925&limit=200&verbose=on\">just over 50 changes</a> in the last week.</li>\n</ul>\n<p>For more of what’s new in version 4.6, <a href=\"https://wordpress.org/news/2016/06/wordpress-4-6-beta-1/\">check out the Beta 1 blog post</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.6\">everything we’ve fixed</a>.</p>\n<p>Happy testing!</p>\n<p><em>Teenage Beta 2</em><br />\n<em>Thirteen years of pressing words</em><br />\n<em>Rejoice with testing!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4371\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.6 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/06/wordpress-4-6-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jun 2016 01:22:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4343\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.6 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.6, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Dominik Schilling (ocean90)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5954:\"<p>WordPress 4.6 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.6, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.6-beta1.zip\">download the beta here</a> (zip).</p>\n<p>WordPress 4.6 is slated for release on <a href=\"https://make.wordpress.org/core/version-4-6-project-schedule/\">August 16</a>, but to get there, we need your help testing what we have been working on, including:</p>\n<ul>\n<li><strong>Shiny Updates v2</strong> (<a href=\"https://core.trac.wordpress.org/changeset/37714\">[37714]</a>) – <a href=\"https://make.wordpress.org/core/features/shiny-updates/\">Shiny Updates</a> replaces progress updates with a simpler and more straight forward experience when installing, updating, and deleting plugins and themes.</li>\n<li><strong>Native Fonts in the Admin</strong> (<a href=\"https://core.trac.wordpress.org/ticket/36753\">#36753</a>) – Experience faster load times, especially when working offline, a removal of a third-party dependency, and a more <a href=\"https://make.wordpress.org/core/features/font-natively/\">native-feeling experience</a> as the lines between the mobile web and native applications continue to blur.</li>\n<li><strong>Editor Improvements</strong> – A more reliable recovery mode (<a href=\"https://core.trac.wordpress.org/ticket/37025\">#37025</a>) and detection of broken URLs while you type them (<a href=\"https://core.trac.wordpress.org/ticket/36638\">#36638</a>).</li>\n</ul>\n<p>There have been changes for developers to explore as well:</p>\n<ul>\n<li><strong>Resource Hints</strong> (<a href=\"https://core.trac.wordpress.org/ticket/34292\">#34292</a>) – Allow browsers to prefetch specific pages, render them in the background, perform DNS lookups, or to begin the connection handshake (DNS, TCP, TLS) in the background.</li>\n<li>New <code>WP_Site_Query</code> (<a href=\"https://core.trac.wordpress.org/ticket/35791\">#35791</a>) and <code>WP_Network_Query</code> (<a href=\"https://core.trac.wordpress.org/ticket/32504\">#32504</a>) classes to query sites and networks with lazy loading for details.</li>\n<li><strong>Requests</strong> (<a href=\"https://core.trac.wordpress.org/ticket/33055\">#33055</a>) – A new PHP library for HTTP requests that supports parallel requests and more.</li>\n<li><code>WP_Term_Query</code> (<a href=\"https://core.trac.wordpress.org/ticket/35381\">#35381</a>) is modeled on existing query classes and provides a more consistent structure for generating term queries.</li>\n<li><strong>Language Packs</strong> (<a href=\"https://core.trac.wordpress.org/ticket/34114\">#34114</a>, <a href=\"https://core.trac.wordpress.org/ticket/34213\">#34213</a>) – Translations managed through <a href=\"https://translate.wordpress.org\">translate.wordpress.org</a> now have a higher priority and are loaded just-in-time.</li>\n<li><code>WP_Post_Type</code> (<a href=\"https://core.trac.wordpress.org/ticket/36217\">#36217</a>) provides easier access to post type objects and their underlying properties.</li>\n<li>The <strong>Widgets API</strong> (<a href=\"https://core.trac.wordpress.org/ticket/28216\">#28216</a>) was enhanced to support registering pre-instantiated widgets.</li>\n<li>Index definitions are now normalized by <code>dbDelta()</code> (<a href=\"https://core.trac.wordpress.org/changeset/37583\">[37583]</a>).</li>\n<li><strong>Comments</strong> can now be stored in a persistent object cache (<a href=\"https://core.trac.wordpress.org/ticket/36906\">#36906</a>).</li>\n<li><strong>External Libraries</strong> were updated to the latest versions – Masonry to 3.3.2 and imagesLoaded to 3.2.0 (<a href=\"https://core.trac.wordpress.org/ticket/32802\">#32802</a>), MediaElement.js to 2.21.2 (<a href=\"https://core.trac.wordpress.org/ticket/36759\">#36759</a>), and TinyMCE to 4.3.13 (<a href=\"https://core.trac.wordpress.org/ticket/37225\">#37225</a>).</li>\n<li><strong>REST API</strong> responses now include an auto-discovery header (<a href=\"https://core.trac.wordpress.org/ticket/35580\">#35580</a>) and a refreshed nonce when responding to an authenticated response (<a href=\"https://core.trac.wordpress.org/ticket/35662\">#35662</a>).</li>\n<li>Expanded <strong>Meta Registration API</strong> via <code>register_meta()</code> (<a href=\"https://core.trac.wordpress.org/ticket/35658\">#35658</a>).</li>\n<li><strong>Customizer</strong> – Improved API for <a href=\"https://make.wordpress.org/core/2016/05/04/improving-setting-validation-in-the-customizer/\">setting validation</a> (<a href=\"https://core.trac.wordpress.org/ticket/34893\">#34893</a>, <a href=\"https://core.trac.wordpress.org/ticket/36944\">#36944</a>).</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.6, <a href=\"https://make.wordpress.org/core/tag/4-6/\">check out posts tagged with 4.6 on the main development blog</a>, or look at a <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=4.6&group=component&order=priority\">list of everything</a> that’s changed.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p><em>More Shiny Updates</em><br />\n<em>In 4.6 Beta 1.</em><br />\n<em>And Font Natively.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4343\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.5.3 Maintenance and Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2016/06/wordpress-4-5-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Jun 2016 09:38:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4311\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:460:\"WordPress 4.5.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.5.2 and earlier are affected by several security issues: redirect bypass in the customizer, reported by Yassine Aboukir; two different XSS problems via attachment names, reported by Jouko Pynnönen and Divyesh Prajapati; revision history information disclosure, reported […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Adam Silverstein\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3571:\"<p>WordPress 4.5.3 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.5.2 and earlier are affected by several security issues: redirect bypass in the customizer, reported by <a href=\"http://yassineaboukir.com\">Yassine Aboukir</a>; two different XSS problems via attachment names, reported by <a href=\"https://klikki.fi/\">Jouko Pynnönen</a> and <a href=\"https://twitter.com/divy_er\">Divyesh Prajapati</a>; revision history information disclosure, reported independently by <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a> from the WordPress security team and by Dan Moen from the Wordfence Research Team; oEmbed denial of service reported by Jennifer Dodd from Automattic; unauthorized category removal from a post, reported by David Herrera from <a href=\"https://www.alleyinteractive.com/\">Alley Interactive</a>; password change via stolen cookie, reported by <a href=\"https://blogwaffe.com/\">Michael Adams</a> from the WordPress security team; and some less secure <code>sanitize_file_name</code> edge cases reported by <a href=\"http://peter.westwood.name/\">Peter Westwood</a> of the WordPress security team.</p>\n<p>Thank you to the reporters for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.5.3 fixes 17 bugs from 4.5, 4.5.1 and 4.5.2. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.5.3\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?milestone=4.5.3\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.5.3</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.5.3.</p>\n<p>Thanks to everyone who contributed to 4.5.3:</p>\n<p><a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/neverything\">Silvan Hagen</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> and <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4311\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.5.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2016/05/wordpress-4-5-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 19:17:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4290\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:381:\"WordPress 4.5.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.5.1 and earlier are affected by a SOME vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1669:\"<p>WordPress 4.5.2 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.5.1 and earlier are affected by a <abbr title=\"Same-Origin Method Execution\">SOME</abbr> vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS using specially crafted URIs through MediaElement.js, the third-party library used for media players. MediaElement.js and Plupload have also released updates fixing these issues.</p>\n<p>Both issues were analyzed and reported by Mario Heiderich, Masato Kinugawa, and Filedescriptor from <a href=\"https://cure53.de/\">Cure53</a>. Thanks to the team for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>, and to the Plupload and MediaElement.js teams for working closely with us to coördinate and fix these issues.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.5.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.5.2.</p>\n<p>Additionally, there are multiple widely publicized vulnerabilities in the ImageMagick image processing library, which is used by a number of hosts and is supported in WordPress. For our current response to these issues, see <a href=\"https://make.wordpress.org/core/2016/05/06/imagemagick-vulnerability-information/\">this post on the core development blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4290\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 18 Sep 2016 13:46:27 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 07 Sep 2016 15:59:20 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(9315,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1474249587','no'),(9316,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1474206387','no'),(9317,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1474249588','no'),(9318,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"HeroPress: An Endless Supply of Happiness\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1319\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://heropress.com/essays/endless-supply-happiness/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10752:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/09/091316--1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I have met and worked with people across the globe that I have never imagined I would.\" /><h3>Money buys happiness</h3>\n<p>As a child, I didn’t know or care much about adulthood and complexities of life. I wanted to end up with a job that pays well so I could buy an unlimited supply of cartridges for my arcade gaming console. Adulthood was simple!</p>\n<p>However, I grew up and like a lot of people realised that things don’t work that way. People who get into things just for the money are not the happier ones.</p>\n<blockquote><p>The happier ones really enjoy what they do, the money is co-incidental.</p></blockquote>\n<p>By that logic, I should’ve learnt things that enabled me to build games on cartridges! However, by this time, my fascination had naturally moved from cartridges to computers. So, I went to college and earned a degree in Computer Engineering.</p>\n<h3>All the plans of mice and men</h3>\n<p>Till now my simple plan was working well. Computers were still a recent phenomenon in India. When I enrolled, it looked like a straight path between getting a degree and getting a career.<br />\nBut, by the time I graduated, I had realised that I had to choose further from a mind-boggling array of technologies and options. I hadn’t anticipated the sheer size of the field I had entered. It was like a complex sign up form with too many fields and massive dropdowns!</p>\n<blockquote><p>I didn’t have access to professional counselling or guidance that would help me understand my best options.</p></blockquote>\n<p>Asking people around me for advice, just got me more confused. Everyone said the best things about the technologies they worked with. However, talking to seniors and friends helped me shortlist the ones that seemed to offer a lot of growth and excitement (and money, I still wanted my cartridges!). My options were down to Java, PHP, .net or Networking.</p>\n<p>One of my other worries then was that if I chose one at the start of my career, I might not be able to switch to something else later. I was confused, in stress and I needed to make one of the most important decisions of my life; standard recipe for feeling lost.</p>\n<h3>Escapism is easy</h3>\n<p>There was however an easy way out. I could just postpone this confusion and clutter and study further. In my opinion poll, an MBA had come up too often as a great direction after engineering. All I had to do was pass a couple of qualifying tests for various institutions. For that I needed to study and that was something I had done for the majority of my life.</p>\n<p>The plan was simple again and my nerves were calmed. I passed those tests and made it to the next round– the personal interview (PI). One of the colleges that I appeared for the PI was in Pune. There’s usually a long wait of at least a month between the interview and selection, since there are a lot of students to be interviewed before they shortlist the successful candidates. All I could do now, was wait.</p>\n<h3>How I met WordPress</h3>\n<p>I decided to stay in Pune for the waiting period and started looking for shared apartments. One day while checking a few of them out, I ran into one of my college friends. We became roommates!<br />\nI had a lot of time to kill and a roommate who was working as a WordPress Developer (with rtCamp), something that I had never heard about. I couldn’t help but look into it. With a little exploration of PHP alongside, I picked it up pretty fast. I had just learnt a new skill that I was confident about, I had even more time till my actual classes would start and this time, there was no pressure. I could get a job for a couple of months.</p>\n<p>I sent in my resume to a couple of companies. Obviously, I also applied to rtCamp. Guess what? I got a call from rtCamp, everything went well and I got the job!</p>\n<p>In the first few days at rtCamp, I was encouraged to dig into WordPress in detail with self-learning targets.</p>\n<blockquote><p>Picking up the basics of WordPress was easy, but to figure out everything else wasn’t.</p></blockquote>\n<p>There weren’t as many tutorials and learning materials as there are now. Most of my learning involved checking out the core and it seemed very messy and confusing. I got a lot of help from others, especially from Joshua who was my mentor. In no time, I was building themes, plugins and complete websites. I also realised that I was genuinely enjoying what I was doing.</p>\n<p>The irony did not escape me. I came to Pune because I was running away from a decision that I found too difficult to handle. And just like that, I had arrived at my answer. I had a job that I loved and enjoyed. The temporary job that was supposed to fill in time till my MBA started went on for three more years. Goodbye MBA, I was a proud WordPress developer.</p>\n<p>At the end of those three years, for various reasons rtCamp and I decided to part ways. I started looking for a job and I saw an opening at BuddyBoss. It seemed like a great opportunity and the folks seemed great. I sent in my application.</p>\n<h3>Real jobs involve pants</h3>\n<p>I’m not sure if I can explain this part but let me try. I come from a small town of a third world country where the idea of a respectable IT professional is limited to the clockwork stereotype that works for <abbr title=\"Multinational Corporations\">MNCs</abbr> whose main function is outsourcing. It was very difficult to explain what remote working was to my family and friends. It was just too alien to them. I’m sure it happens everywhere but in India, it just didn’t seem like a “real” job to anyone. When everyone around you raises concerns about a decision, you obviously begin to doubt it.</p>\n<p>On the other hand, BuddyBoss seemed like an awesome organisation, with great folks and the things they were building seemed interesting. I had worked a lot with BuddyPress at rtCamp and I had quite enjoyed it. I had never enjoyed 9 to 6 routines and commuting to office everyday. The idea that you could avoid all that and work out of home, at your own timings was just crazy. I couldn’t let this opportunity go.</p>\n<p>I soon found out first hand what remote working felt like. I didn’t have to work from home. I could carry my workplace in my bag. It meant I could work out of a cafeteria, or a friend’s place if I wanted. It meant I could visit my hometown and my parents more often. It meant I could travel and see new places while I was working. It also meant I could buy way more games for my PS4 (I was still the boy who loved gaming!).</p>\n<p>It wasn’t easy; you need more discipline and you need to put in extra efforts compared to just showing up at work everyday and finishing your tasks. But it was worth it. I felt like I had wanted to do this all along.</p>\n<h3>A place in the world</h3>\n<p>Let’s rewind. Just a few years ago, I was a fresh engineering graduate from a small town, from a middle class Indian family, who was terribly worried about finding a half decent job that could give him a slight chance of happiness.</p>\n<p>Since then, I have met and worked with people across the globe that I had never imagined I would do and I haven’t even set foot outside India yet. I have been to meetups and WordCamps where I met my colleagues from BuddyBoss and a lot of other amazing people with their own amazing stories.</p>\n<p>My daily vocabulary consists of open source, remote work, contribution and community. These weren’t concepts that existed for me then. I remember when I submitted my first patch, I really felt a part of something big and exciting. I felt a sense of belonging to this awesome group of helpful people that we call the WordPress community.</p>\n<p>To be honest, it wasn’t a difficult journey filled with hurdles and my story isn’t one of overcoming my circumstances. What I would take away from my story is the extent of transformation that I could achieve thanks to the WordPress community and ecosystem.</p>\n<blockquote><p>The opportunities that WordPress provided me, I don’t think I would have found anywhere else.</p></blockquote>\n<p>Not just me, I’m happy to see that more people around me are able to find their own slice of happiness thanks to WordPress.</p>\n<p>On one hand, I see people running in a rat race, living in a world that’s a cruel, cut-throat competitive arena. I was once planning to get there. However, a whole bunch of strangers across identities and geography, helped me have a meaningful and comfortable life experience instead. I do appreciate the contrast and I sure feel a lot of gratitude.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: An Endless Supply of Happiness\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=An%20Endless%20Supply%20of%20Happiness&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fendless-supply-happiness%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: An Endless Supply of Happiness\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fendless-supply-happiness%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fendless-supply-happiness%2F&title=An+Endless+Supply+of+Happiness\" rel=\"nofollow\" target=\"_blank\" title=\"Share: An Endless Supply of Happiness\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/endless-supply-happiness/&media=http://heropress.com/wp-content/uploads/2016/09/091316--150x150.jpg&description=An Endless Supply of Happiness\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: An Endless Supply of Happiness\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/endless-supply-happiness/\" title=\"An Endless Supply of Happiness\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/endless-supply-happiness/\">An Endless Supply of Happiness</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Sep 2016 11:45:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Abhishek Kumar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"HeroPress: A Community of Acceptance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://heropress.com/essays/a-community-of-acceptance/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10562:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/09/090716-David-Laietta-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Be a pillar of support for your community.\" /><p>I’m going to open my essay with a bit of self-exposure. These things aren’t really secrets, but some context places me into a broader story.</p>\n<p>I’m the child of two Army parents, and spent at most two years at any one school, and have several cities play home at various points in my life. I’m a small business owner, and have made my living with WordPress in some form or another for the past eight years. I’ve had some struggle with feelings of depression for as long as I can remember in my life. I am a gay latino living in Orlando, FL. Those last few points have defined more of my internal life than I’d really care for in the past few months. We’ll get to that later.</p>\n<h3>Now that that’s out of the way, let’s begin.</h3>\n<p>I’d been doing web development since high school, where I was fortunate enough to go to a school that taught basic programming. The dot com bubble may have been on the verge of popping, with web companies still riding high, but courses in public schools hadn’t yet caught up to that industry.</p>\n<p>Throughout high school and college I both worked on websites for myself, friends, and a few paying clients. WordPress had not yet entered my life, and would not until the Spring of 2008 when I wanted to move my personal blog from a manually managed list of links with some basic PHP thrown in to something more robust. It helped that I was tasked with creating a new website for the company that I was working for, despite that being no part of my regular job description, or compensation for that matter.</p>\n<p>Fast forward a few years, and in 2011 I discover that the forums that I was going to for help were populated by real people, something I’d come to know as the WordPress community.</p>\n<blockquote><p>This community was tireless, knowledgeable, patient, and generally filled with the can-do attitude that attracts people to roll up their sleeves and get to work. My kind of tribe.</p></blockquote>\n<p>Over the course of five years, a variety of web tech conferences, close to 100 meetups, and around thirty WordCamps and counting, I’ve built up a group of friends and partners that have been my hangout buddies, sounding board, business associates, and support network all in one.</p>\n<p>In those five years I’ve had a few ups and downs in my life. I’d moved jobs a few times, went from doing side freelance work in the evenings to working for myself full time, uprooting house about five times, and started and stopped a variety of partnerships. I’ve continued to make new friends, both offline and on, that I would count among my closest confidantes. The WordPress community has been a big driver of my personal, social, and professional life and I am forever grateful for that.</p>\n<p>This group of people is as varied as any I could hope for. We’re not perfect (no one is), but we’re generally more willing to hear out opposing ideas, have frank discussions on topics that would be uncomfortable or unheard of with other groups, and represent a diversity that makes me proud to be a community member.</p>\n<p>The things that I might be discriminated for in real life are not only accepted, but are normalized in a way that makes me feel comfortable being myself. This includes being able to share and have shared experiences outside of the expanse of my meatspace network, as well as the safety that comes with the knowledge that I am not alone. I can’t be alone when I can commiserate with a group of like-minded loners.</p>\n<h3>Big Events Stop Time</h3>\n<p>On 12 June, less than three months ago, life in Orlando was shaken. We became the latest of a list that threatens to grow to every community in America that has to contend with the fallout of a mass shooting. Pointing out that the attack occurred on Latin night at a gay club is apparently overtly political when describing the event as a multi-faceted hate crime and terrorist attack. So be it. Someone tore a portion of my community up and altered the fabric of my life.</p>\n<p>My immediate response the day of was to worry about any other young latin gay men that I know that could have been at that club. I was also scrambling for information on volunteer efforts that may or may not have been available. Rumors circulated that the federal ban on blood donations among gay men had been lifted at some blood banks, which later turned out to be false. I was able to stew in outrage that the very people affected would be unable to offer lifesaving help to those who desperately need it, not just in Orlando but across the country.</p>\n<p>My outrage turned to anxiety in short order. The story was dissected for weeks, and still frequently comes up in conversation. On more than one occasion I’ve had to excuse myself from those conversations, turn off the TV, or shut my laptop and walk away. I can’t claim any specific trauma, or even a feeling of “that could have been me” as I don’t frequent night clubs, but that could be any of us in some way.</p>\n<blockquote><p>Staring into an abyss for too long can make you think that the void is all that exists.</p></blockquote>\n<p>One redeeming moment throughout that ordeal was the outpouring of support from around the world, and our community pulling together to help the families of victims, and to unite in a strength that comes from our network but does not exist in any one person. Over the course of 24 hours I received dozens of calls, texts, tweets, and messages in various other forms asking if I specifically was ok. The majority of those touch points came from members of the WordPress community, who ostensibly owe me nothing and that I may interact with in person once a year at a conference, but who have a kinship that unites us.</p>\n<h3>Support Can Be Personal Or Shared</h3>\n<p>I’m reviewing this essay while sitting at my favorite coffeeshop. I’ve been coming here for twelve years now, almost as long as I’ve lived in Orlando. The coffee is great, but that’s not the only reason that I come in. As soon as I got here the owner greeted me with a hug, and the barista knew exactly how I like my coffee. The owner randomly thanked me for being dependable and a constant that she didn’t have to worry about being trouble, as something always comes up when running a small business. That’s definitely a sentiment that I can agree with.</p>\n<p>While I don’t agree with her observation that, “David is always happy” (see prior revelation of lengthy stretches of discouragement and dispiritedness), I understand the need for constants in your life.</p>\n<blockquote><p>Those people that will be there for you, even if you don’t always know it.</p></blockquote>\n<p>Whether that’s a shoulder to lean on, a mentor when you’re stuck, or even a bright smile or online greeting for no reason than to share happiness, the amount of effort required to improve the lives of others can be as simple as the congeniality and cordiality that you would like others to afford to you.</p>\n<p>One of my favorite things about WordCamps and WordPress meetups are the number of people that come out without financial compensation just to share their knowledge. I have the most fun helping with a workshop, teaching a group to do something that I myself had taught to me. We all needed some help to get where we are, and I don’t consider it an obligation, but an opportunity when I get to help others.</p>\n<h3>Go Forth and Be A Community</h3>\n<p>I have an ask with my essay. Be a pillar of support for your community. Not everyone is comfortable with putting themselves out for judgement, but everyone has moments of weakness.</p>\n<blockquote><p>Everyone is walking a path that you may never see when talking with them or following their lives online.</p></blockquote>\n<p>I ask that you make it clear to everyone that you are available if you are needed. You may not think that you can do anything to help, but even a sympathetic ear can be a lifeline that can come at the most important moment of need. I’ve been kept relatively sane by the community that started as a way to help me scrape together websites, and has become one of the driving factors of my life.</p>\n<p>It’s only fair to continue paying that forward.</p>\n<p>If you’re ever in Orlando, <a href=\"http://davidlaietta.com/coffee-talk/\">come get some coffee with me</a>.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: A Community of Acceptance\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=A%20Community%20of%20Acceptance&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fa-community-of-acceptance%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: A Community of Acceptance\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fa-community-of-acceptance%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fa-community-of-acceptance%2F&title=A+Community+of+Acceptance\" rel=\"nofollow\" target=\"_blank\" title=\"Share: A Community of Acceptance\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/a-community-of-acceptance/&media=http://heropress.com/wp-content/uploads/2016/09/090716-David-Laietta-150x150.jpg&description=A Community of Acceptance\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: A Community of Acceptance\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/a-community-of-acceptance/\" title=\"A Community of Acceptance\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/a-community-of-acceptance/\">A Community of Acceptance</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Sep 2016 11:00:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Davia Laietta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Post Status: Rejuvenating old software products, with Pippin Williamson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=26407\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://poststatus.com/rejuvenating-old-software-products-pippin-williamson/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3543:\"<p>In this episode of Post Status Draft, I talk to <a href=\"https://pippinsplugins.com\">Pippin Williamson</a>, and we discuss the renewed effort he and his team have made to rejuvenate Restrict Content Pro.</p>\n<p><a href=\"https://restrictcontentpro.com/\">Restrict Content Pro</a> was initially sold without even a dedicated landing page, was successful on <a href=\"https://codecanyon.net/\">Code Canyon</a> for a time, then he let it sputter as he and his team concentrated on Easy Digital Downloads and AffiliateWP.</p>\n<p>But Pippin knew that Restrict Content Pro still had more life in it, and he wanted to see it become the kind of product he knew it had the potential to be. So when John Parris — at the time primarily working with Easy Digital Downloads — said he was interested in helping make RCP a proper membership plugin, Pippin jumped on the opportunity.</p>\n<p>They have had a good bit of success early on in the <a href=\"https://pippinsplugins.com/rebuilding-dying-product/\">attempt to rejuvenate this product</a>:</p>\n<blockquote><p>Our goal was to double or triple the monthly revenue within six months. In March, 2016, RCP brought in $7,700. Last month, July 2016, it brought in $11,400. August, 2016, is estimated to bring in a little over $12,000.</p>\n<p>We’re at the five month mark and have increased monthly revenue by about 1.5. That’s not double yet, but it’s getting close. Within another few months, I expect we’ve surpass $15,000 in monthly sales. Even with just an increase of 1.5, we’re still looking at more than $100,000 in annual revenue, and the monthly revenue is higher than it ever was in the past, so we’re succeeding.</p></blockquote>\n<p>Our conversation picked up where the blog post left off. We talked about the pain points they encountered during this effort, some of the additional rewards they’ve had, and how he structures the business more generally to have the same team work on multiple products.</p>\n<p>If you are a business owner, or aspire to be one — or if you are curious about managing multiple lines of business at once — then I think you’ll really enjoy this episode.</p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/46313.mp3\">https://audio.simplecast.com/46313.mp3</a><br />\n<a href=\"http://audio.simplecast.com/46313.mp3\">Direct Download</a></p>\n<p>And, if you’re a <a href=\"https://poststatus.com/club\">Post Status Club</a> member, Pippin and I recorded a bonus segment, where we discuss hosted WordPress eCommerce, and Pippin shares his opinions on the concept, and whether or not it’s something they are considering for Restrict Content Pro and/or Easy Digital Downloads.</p>\n<p><strong>Sponsor</strong>: <a href=\"https://genesisdesignpro.com/\">Design Palette Pro</a> makes customizing Genesis websites simple. The Design Palette Pro team has integrated with every Genesis child theme, and it’s the perfect place to send folks who need custom design, without a custom budget. Go to <a href=\"https://genesisdesignpro.com/\">GenesisDesignPro.com</a> for more information, and thanks to Design Palette Pro for being a Post Status partner.</p>\n<p><a href=\"https://www.flickr.com/photos/wordcampsandiego/26859812995/in/photolist-wKqTWZ-qTEQ3T-rw972a-qTEQ6t-qTEPB2-rxU9V5-rQsZAX-rQBth2-qTEQr8-rxT1ZA-rw96J6-qTEQje-qTEQ7v-6jBBQc-ry1vBx-rxUa91-GVvyC4-HdH5tc-H5ogs9-G17BBn-H7FHQn-GvpdDY-H7FEJc/\">Original photo credit: Marc Benzakein at WCSD</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Sep 2016 18:30:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Post Status: GoDaddy has acquired ManageWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=26370\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://poststatus.com/godaddy-managewp/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7905:\"<p><a href=\"https://www.godaddy.com/\">GoDaddy</a> has acquired <a href=\"https://managewp.com\">ManageWP</a>, the popular website management service. The terms have not been officially disclosed, but it’s my understanding that the deal is structured based on a post-earn-out valuation that could change depending on performance. The deal closed on September 1st. GoDaddy declined to comment on the specifics of the financials.</p>\n<p>ManageWP was founded in 2011, officially launched in January 2012, and has more than a quarter million websites on their service. Their team of nearly 30 people is headquartered in Serbia, but is capable for remote operations, and the entire team will join GoDaddy. Up to this point, ManageWP was fully self-funded. The company was founded my Vladimir Prelovac, who is coincidentally moving to the US, and will now work from GoDaddy’s Sunnyvale office; the company CEO is Ivan Bjelajac.</p>\n<p>Speaking to Vladimir, he says the discussions with GoDaddy began several months ago, when they were seeking a potential partnership. The relationship grew from there and transitioned to potential acquisition talks. “We met with their team, and it really blew my mind; the product team, engineering, and leadership really have a fantastic vision.” They loved the thought of being able to put ManageWP — a product they strongly believe in — into the hands of millions of people.</p>\n<p>Vladimir says that Orion, their recent rebuild of the product, went very well, and they have been profitable since inception. Their 2015 revenue was more than $1 million, and they anticipated new revenue growth with the launch of Orion — prior to the acquisition closing.</p>\n<h3>ManageWP’s recent rebuild</h3>\n<p>A complete redesign and rebuild of the product — which they’ve named Orion — was completed and launched on July 12th. The new product included an all new pricing scheme, in addition to the new interface. The new pricing is geared toward power users managing dozens or hundreds of websites, costs $150 per month for between 25 and 100 websites, and additional bundles of 100 sites are $150 each.</p>\n<p>People with fewer sites can pay $6 per site per month. The new pricing is confusing, as I covered in more depth in <a href=\"https://poststatus.com/notes/managewp-orion-platform/\">my post about the relaunch</a>, but is cheaper than their previous plans unless a customer has between 5 and 50 websites, or more than 200 websites.</p>\n<p>However, the pricing may not be a significant factor under the management of GoDaddy. They very well may choose to make most features of ManageWP free for GoDaddy customers.</p>\n<p>The following breakdown of features is based on ManageWP’s current pricing:</p>\n<h4>Current free plan</h4>\n<ul>\n<li>Centralized site management for WordPress, plugin, and theme updates</li>\n<li>Team and user management</li>\n<li>Security and performance snapshots</li>\n<li>Google analytics summaries</li>\n<li>WordPress comment management</li>\n<li>Maintenance mode</li>\n<li>Basic client reports</li>\n</ul>\n<h4>Current paid plan</h4>\n<ul>\n<li>Cloud backups and site cloning: $2/month/site for daily and up to $6/month/site for hourly</li>\n<li>White label ManageWP for client installs: $1/month/site</li>\n<li>SEO keyword monitoring and ranking changes: $1/month/site</li>\n<li>Uptime monitor: $1/month/site</li>\n<li>Advanced client reports: $1/month/site</li>\n</ul>\n<h3>GoDaddy’s plans for ManageWP</h3>\n<p>GoDaddy will surely benefit from the technology ManageWP has spent so much time and energy crafting. What will be more interesting is to see specifically how they integrate it with their <a href=\"https://www.godaddy.com/pro\">GoDaddy Pro</a> program and WordPress hosting plans.</p>\n<p>The ManageWP SaaS as it currently exists will be a standalone offering, but GoDaddy will also integrate it into their Pro platform — an all-in-one dashboard for web developers — which is possible because of the way ManageWP was created, with its extensive backend API.</p>\n<p>Jeff King, GoDaddy’s Vice President of Hosting, told me, “ManageWP is incredibly well respected,” and that they do not want to mess with how strong of a brand it is, and will keep it as a standalone app that anyone can use.</p>\n<p>They would like to integrate some of the “fantastic” features ManageWP has developed, into, “something that is incredibly useful for [GoDaddy] Pros.” They also know that their customers have clients that work on other hosts, and they want to integrate the new features they are working on with many hosting platforms.</p>\n<p>They expect to start rolling out ManageWP features within the GoDaddy Pro dashboard in the next couple of months, and hope to have a more complete demo ready for <a href=\"https://2016.us.wordcamp.org\">WordCamp US</a> in December.</p>\n<p>Current GoDaddy WordPress <a href=\"https://www.godaddy.com/hosting/wordpress-hosting\">hosting plans</a> range from $3.99 to $13.99 per month — both are very low prices within the industry, considering what they offer.</p>\n<p>GoDaddy hosting has had a bad reputation for a long time, but they have spent tens of millions of dollars on their managed infrastructure and tooling — not to mention <a href=\"http://www.wired.com/2015/05/godaddy-isnt-company-think/\">efforts to revitalize their brand</a> more generally. Reputable hosting analysis I’ve seen for the last couple of years consistently conclude that GoDaddy’s managed service is a good, “bang for your buck,” considering the very low prices.</p>\n<p>Speaking with various members of GoDaddy’s team, I know that their aims for the future are to build out tools for improved customer experiences, and they feel like they are in the best place they’ve ever been from a hardware and hosting stack technology standpoint.</p>\n<p>They are also putting the finishing touches on an entirely new onboarding experience for WordPress hosting customers who sign up with GoDaddy, to be able to cater websites configured for specific niches based on what the customer tells them they intend to do with the website. Depending on the answers from a new customer, they will pre-install plugins and themes to suit those needs, which could in the future co-align with <a href=\"https://www.godaddy.com/garage/webpro/wordpress/introducing-the-godaddy-plugin-partner-program-for-wordpress/\">their plugin partner program</a>, but also includes other plugin and service partnerships, like the deal they have made with the page building plugin <a href=\"https://www.wpbeaverbuilder.com/\">Beaver Builder</a>.</p>\n<p>This acquisition will offer tremendous exposure for ManageWP, to the more than 14 million GoDaddy customers. WordPress is a huge focus area for GoDaddy, considering its dominance in the CMS landscape, and 25% marketshare of the web generally; the most common thing a new GoDaddy hosting customer will do is to install WordPress, so they have a particularly vested interest in trying to make the experience of running and managing WordPress websites a positive one.</p>\n<p><em><strong>Update</strong>: <a href=\"https://managewp.com/managewp-joins-godaddy\">ManageWP</a> and <a href=\"https://aboutus.godaddy.net/newsroom/news-releases/news-releases-details/2016/GoDaddy-Acquires-ManageWP-To-Offer-A-Single-Destination-For-Best-In-Class-WordPress-Management-And-Hosting/default.aspx\">GoDaddy</a> have both made official announcements now. Of note in the ManageWP one, they do confirm that, “GoDaddy is looking to bolster their WordPress hosting with our features, like backups, staging, migration and more,” and some of those features will indeed make their way to the GoDaddy platform. Also, they say that 8% of ManageWP customers were on GoDaddy.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 03 Sep 2016 17:40:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"HeroPress: On the other side\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1276\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://heropress.com/essays/on-the-other-side/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15934:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/08/083016-Ed-Kratz-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The failure of a lot of outsource projects, companies, and freelancers is the lack of clear expectations in the beginning.\" /><p>My first experience with WordPress came in 2005. I was taking an online theology program and became friends with the director of the course, C. Michael Patton. The course was provided by a popular Christian website, but over time it became necessary to move it to its own site because of limitations in the current sites platform. I don’t know what it was at the time, I believe it may have been custom built.</p>\n<p>Michael, along with me and several other students of the course searched for the best platforms to build the new site on we played with all the popular ones at the time. We looked at Joomla (Mambo at the time), Drupal, and WordPress. We also chose Moodle for the classroom piece and WordPress for the main site. We built the site and it went over well, the theology program was getting popular and the live chats that we did on Pal Talk were getting a lot of attention. The chat rooms were constantly getting attacked by malicious users who pop in and disrupt the classes, but we also wanted the rooms to stay public as there was a pretty significant Christian presence on there and we were getting many new students.</p>\n<p>Michael decided that the best thing to do was to build our own chat platform add all the features that would make teaching and conferencing more efficient. Michael found someone to finance the new system, and I quit my job to work on this full time.</p>\n<h3>Trying Outsourcing</h3>\n<p>That lead to my first experience with outsourcing work, this was a big project and would require a large team. We ended up hiring an outsourcing company from Noida, India. We got to work building the ultimate conferencing platform.</p>\n<p>There were a lot of challenges with the application, many were technical as we had purchased a voice conferencing SDK that could do peer to peer audio and text chat, but it was buggy and would drop users on a regular basis. As many technical issues as we had, we had more with the outsourcing company.</p>\n<p>They were very friendly and polite, but there were cultural differences that I didn’t understand at the time, and these became a huge obstacle to ever completing the project. My past experience working for a high end financial consulting company that dealt with super wealthy investors, taught me that quality and deadlines were all that mattered, and if I gave a deadline for something or was given one it had to be met no matter what.</p>\n<p>Things didn’t quite work that way in outsourcing, deadlines were treated as guidelines, and things that seemed like common sense such as how a confirmation box would work became additional features.</p>\n<blockquote><p>Basically, things that I took for granted but didn’t provide documentation for were never thought about, no one ever asked about how things like that would work, and the level of frustration built.</p></blockquote>\n<p>After two trips to India to try to get things back on track we finally pulled the project and moved it to the US.</p>\n<p>During this same period, it was blatantly obvious that the SDK we were building this on was never going to work as advertised and we would need to write one from scratch. I had an acquaintance from the theology program, a professor at a college in San Francisco who had a small development company there.</p>\n<p>Their main developer was a self-proclaimed genius and had done a lot of work in audio compression and had written code for Gibson mixers as well as some networking protocol work so it seemed a perfect fit.</p>\n<p>We signed the contract and off we went, or so we thought. After 6 weeks of discussions, emails, and arguing back and forth, the company wanted a percentage of our business to build the conferencing piece. They were claiming that their developer was going to use his custom algorithm to provide the service, but that was not part of the contract so they would need to own a portion of the company.</p>\n<p>My guess is that they planned on that from the beginning, but nevertheless, after over $10,000 and a lot of lost time all we received was some documents with the theory behind this magic algorithm and copies of a bunch of downloaded open source communication frameworks.</p>\n<p>I can go on about this project, but the main thing is that it ultimately ended in failure, and it still haunts me that we never got this to market.</p>\n<p>As difficult and painful as this failure was, I did learn a lot from it, I know that’s cliché but it really is true, and what I learned is the point of this post.</p>\n<h3>WordPress in El Salvador</h3>\n<p>In 2010 I moved to El Salvador for reasons that are beyond this post and would require way too much of your time. I got married here, and my wife and I started a coffee export business. We did pretty well with that until 2012 when the rust leaf virus hit the country and really hurt the quality and quantity of coffee available for export.</p>\n<p>I needed to find a way for us to make a living, and I started scouring the internet for jobs that I could do from here. I found a listing on Craig’s List, and landed a job as a project manager for an outsource company based in the US.</p>\n<p>Most of the work was in WordPress which I had continued to dabble in by doing sites for friends, and our coffee business, so I was pretty comfortable with the platform. The part that was the challenge of the job was that I was again working with developers’ half way around the world, that didn’t understand the American culture or clients’ perspectives.</p>\n<p>My experience with WordPress helped quite a bit because I could jump in and fix things, and finish projects that were incomplete. I built a good reputation with clients many of whom where marketing companies that needed sites built to promote their clients’ businesses.</p>\n<p>The owner of the company is a bit of an entrepreneur and in 2013 he decided to build a new business setting appointments for real estate agents in the US. I got the job of building a custom portal for his new venture using a couple of the developers that I had been working with over the last year and a half.</p>\n<p>This was a fairly large project as it was tied to several APIs and was on an unrealistic deadline, but we managed to get it done and the business was rolling. Ultimately this didn’t work because it required telemarketers that were working on commission so they were doing anything to get appointments including booking them when they shouldn’t. The real estate agents were mad, the owner of the company was refunding money constantly, and that was the end of it, and the outsourcing company.</p>\n<p>I started doing work on my own using the two developers that I had worked with that were very good, and things were going well, but I still had to deal with the time and cultural differences. Waking up to see what progress was made on a project only to hear from the dev that he couldn’t do anything because he had some questions, even though we discussed projects and had the details in our online management system.</p>\n<h3>Building Locally</h3>\n<p>In 2014 I decided it was time to hire local developers, I was getting busy and I couldn’t afford to miss deadlines and I needed more control over my projects. Besides, my goal was always to earn a living here, while treating the local people fairly and not taking advantage of them. I wanted to provide opportunities not just make money.</p>\n<p>My wife formed the legal company as I cannot own a company here yet, I’ve still got to finish the legalization process.</p>\n<p>I hired our first two full time developers in the fall of 2014, one front end for themes and templates, and one back end for plugins and API work. While we had plenty of work we didn’t exactly hit the ground running.</p>\n<p>There was still a cultural adjustment period, and neither were really that familiar with WordPress. This meant a lot of long hours for me as they were learning the ins and out of WordPress, and even more importantly, the importance of detail and meeting deadlines.</p>\n<p>The work culture here is a lot like that in most of the world, much more laid back then that in the US, so I had to teach my team to understand what mattered and what didn’t to our clients. I had to use the lessons that I learned from my failures in working with outsourcing companies and individuals in the past and use that to build a working environment that is productive for the company but also a place that my workers are happy to come to every day.</p>\n<p>There were a lot of challenges that we had to overcome aside from just the cultural differences and approaches. The employment laws here were a surprise that I learned on what appeared to be a little later than a need to know basis.</p>\n<p>All employees get 15 days’ paid vacation from year one, and they get 15% of their monthly salary in addition to their regular pay for that time. They also get an annual bonus that is 50% of their monthly salary. And then there is indemnizacion which is basically unemployment, except here the company pays one month’s salary for every year an employee works, you have the option of paying this annually, or all at once if you fire an employee.</p>\n<p>These were things I learned after agreeing to pay my developers their asking salaries.</p>\n<blockquote><p>If you’re going to start an outsourcing company in a foreign country, learn their laws first!</p></blockquote>\n<p>Other issues that I learned from my first outsourced project is that other countries have their own holiday schedules. I had Hindus on projects that had some holidays, Muslims that had other holidays, and clients that didn’t care about either. The same thing here, El Salvador’s’ Independence Day is not July 4<sup>th</sup>, their Labor Day is not the first Monday of Sept. and they have a lot of holidays based on the Catholicism.</p>\n<p>These are all issues we work around by managing our time and projects, and a lot of extra work on my part during these holidays. My team works most US holidays, but that would be the best time for them to be off, and when I would like to be off.</p>\n<p>We currently have four full-time developers and we keep everyone fairly busy, but I also care about my team and we try to manage our projects so that no one needs to work overtime, or even the half days on Saturdays that they are contracted for. So far I have only needed to have them work on Saturdays twice in the two years since we started here, but they all understand that if deadlines are in danger of not being met we will work Saturdays. That’s a little motivation that seems to be working.</p>\n\n<a href=\"http://heropress.com/essays/on-the-other-side/chicho2/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/08/chicho2-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Chicho\" /></a>\n<a href=\"http://heropress.com/essays/on-the-other-side/mayra-flor-luis/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/08/mayra-flor-luis-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Mayra, Flor, and Luis\" /></a>\n\n<p>I also realize that I am not going to get a lot of production out of a new developer for a couple months. Most people here don’t know WordPress very well, or the other platforms that we work on, so we train them, give them small things to do and time to learn. They need to learn not only how to do the actual programming, but how to embrace WordPress as an application development platform or framework. In the beginning they all want to work on their favorite MVC framework for everything, but when they really learn the power and clarity of the platform they get hooked and productions shoots up.</p>\n<blockquote><p>I never wait until I have too much work to hire someone new because I know the beginning will be slow.</p></blockquote>\n<p>If I need to scale in a hurry, I still have relationships with my oversees guys and I’ll give them a project to keep moving.</p>\n<h3>Outsourcing On The Other Side</h3>\n<p>There is a lot to running an outsourcing company from a foreign country, and I have a big advantage having spent most of my life working in the Northeastern US and understanding what clients expect. One of the main things I do is to manage those expectations to create realistic requirements, and realistic deadlines. We meet those deadlines or we work extra, though we have hardly ever needed to do that.</p>\n<blockquote><p>I believe the failure of a lot of outsource projects, companies, and freelancers is the lack of clear expectations in the beginning.</p></blockquote>\n<p>Much like most of the world, the people here put a lot of importance on being agreeable and polite when discussing projects or really anything. That sounds good on the surface but it leads to unmet goals and cranky clients. If you’re working with US clients it’s far better to be honest about deadlines, skillsets, etc. than to just say yes to everything and have it fall apart.</p>\n<p>My team has learned that it’s better to tell me the reality than just what I want to hear, if they’re struggling with something they come to me and I guide them, sometimes to one of the other developers, sometimes I do it myself, but the key is that they are comfortable in knowing that none of us knows everything. Salvadorans are very proud people so this is a huge accomplishment.</p>\n<p>I know this is a long post and maybe I ramble a bit, but if you’re living in a foreign country and running or considering running an outsource business I hope that some of my experiences will provide a little guidance to help you along. Having been on both sides of the outsourcing world has really helped me to understand what clients want, and how to help my team deliver it.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: On the other side\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=On%20the%20other%20side&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fon-the-other-side%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: On the other side\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fon-the-other-side%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fon-the-other-side%2F&title=On+the+other+side\" rel=\"nofollow\" target=\"_blank\" title=\"Share: On the other side\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/on-the-other-side/&media=http://heropress.com/wp-content/uploads/2016/08/083016-Ed-Kratz-150x150.jpg&description=On the other side\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: On the other side\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/on-the-other-side/\" title=\"On the other side\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/on-the-other-side/\">On the other side</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Aug 2016 12:00:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Ed Kratz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Post Status: Mobile apps that work with WordPress — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=26286\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://poststatus.com/mobile-apps-work-wordpress-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3106:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>In this episode, Joe and Brian talk about various third party publishing apps available and how they work with WordPress. They dig into apps that currently exist, how the connect to WordPress, how the future of WordPress could improve the third party ecosystem, and many of the challenges that must be tackled when interacting with WordPress as a third party application.</span></p>\n<p><a href=\"https://audio.simplecast.com/45625.mp3\">https://audio.simplecast.com/45625.mp3</a><br />\n<a href=\"http://audio.simplecast.com/45625.mp3\">Direct Download</a></p>\n<h3>Apps we discussed</h3>\n<ul>\n<li><a href=\"https://apps.wordpress.com/mobile/\">WordPress mobile apps</a></li>\n<li><a href=\"http://www.ulyssesapp.com/\">Ulysses</a></li>\n<li><a href=\"http://desk.pm/\">Desk</a></li>\n<li><a href=\"https://bywordapp.com/\">Byword</a></li>\n<li><a href=\"https://www.red-sweater.com/marsedit/\">MarsEdit</a></li>\n<li><a href=\"https://wordpress.com/windows-live-writer/\">Windows Live Writer</a></li>\n<li><a href=\"https://zapier.com/zapbook/evernote/wordpress/\">Evernote to WordPress Zapier</a></li>\n<li><a href=\"https://medium.com/ia-writer-tips-and-tricks/ia-writer-to-wordpress-511a8aa73643#.c5d531y0p\">iA Writer</a></li>\n<li><a href=\"https://zapier.com/zapbook/onenote/wordpress/\">OneNote to WordPress Zapier</a></li>\n</ul>\n<h3>Editor interfaces</h3>\n<ul>\n<li><a href=\"https://www.tinymce.com/\">TinyMCE</a> (web editor)</li>\n<li><a href=\"http://quilljs.com/\">QuillJS</a> (web editor)</li>\n<li><a href=\"https://facebook.github.io/draft-js/\">DraftJS</a> (web editor)</li>\n<li><a href=\"https://github.com/wordpress-mobile/WordPress-Editor-iOS\">WordPress iOS editor</a> (native editor)</li>\n</ul>\n<h3>Other links</h3>\n<ul>\n<li><a href=\"http://wp-api.org/\">WordPress REST API</a></li>\n<li><a href=\"https://github.com/joehoyle/vienna\">Vienna</a></li>\n</ul>\n<h3>Sponsor: Delicious Brains</h3>\n<p>Today’s show is sponsored by <a href=\"https://deliciousbrains.com/\">Delicious Brains</a>. <a href=\"https://deliciousbrains.com/wp-migrate-db-pro/\">WP Migrate DB Pro </a>makes moving and copying databases simple. They are also working on an exciting new project right now for merging databases, called Mergebot. Go to <a href=\"https://mergebot.com/\">Mergebot.com</a> for updates on that, and <a href=\"https://deliciousbrains.com/\">deliciousbrains.com</a> for more information on WPMigrate DB Pro, and thanks to the team at Delicious Brains for being a Post Status partner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Aug 2016 18:50:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WP Mobile Apps: WordPress for iOS: Version 6.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3568\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://apps.wordpress.com/2016/08/26/wordpress-for-ios-version-6-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4716:\"<p>Hi there, WordPress users! <a href=\"https://itunes.apple.com/us/app/wordpress/id335703880?mt=8&uo=6&at=&ct=\">Version 6.4 of the WordPress for iOS app</a> is now available in the App Store.</p>\n<h1>What’s New:</h1>\n<p><strong>iPad Keyboard Shortcuts.</strong> Press down the command key on your external keyboard to see a list of available shortcuts in the main screen and in the post editor.</p>\n\n<a href=\"https://apps.wordpress.com/img_0007/\"><img width=\"300\" height=\"225\" src=\"https://apps.files.wordpress.com/2016/08/img_0007.png?w=300&h=225\" class=\"attachment-medium size-medium\" alt=\"Hold down the command key, and see the available shortcuts.\" /></a>\n<a href=\"https://apps.wordpress.com/img_0006/\"><img width=\"300\" height=\"225\" src=\"https://apps.files.wordpress.com/2016/08/img_0006.png?w=300&h=225\" class=\"attachment-medium size-medium\" alt=\"There are many shortcuts you can use in the post editor, too.\" /></a>\n\n<p><strong>Share Media.</strong> Our sharing extension now supports media, too!</p>\n\n<a href=\"https://apps.wordpress.com/img_2385/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/08/img_2385.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"Select any image and tap on the WordPress icon.\" /></a>\n<a href=\"https://apps.wordpress.com/img_2386/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/08/img_2386.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"Add a message and share it to your blog!\" /></a>\n\n<p><strong>People Management.</strong> You can now manage your site’s users and roles using your mobile device.</p>\n\n<a href=\"https://apps.wordpress.com/img_2392/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/08/img_2392.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"A new people management section is available.\" /></a>\n<a href=\"https://apps.wordpress.com/img_2393/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/08/img_2393.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"See a list of your blog\'s users and their roles.\" /></a>\n<a href=\"https://apps.wordpress.com/img_2394/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/08/img_2394.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"Tap on any person to see their details.\" /></a>\n\n<p><strong>Search in the Reader.</strong> The Reader now has search capability and autocompletes suggestions.</p>\n\n<a href=\"https://apps.wordpress.com/img_2390/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/08/img_23901.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"Tap the magnification icon on the top right corner.\" /></a>\n<a href=\"https://apps.wordpress.com/img_2389/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/08/img_2389.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"Searching is easier than ever.\" /></a>\n\n<p><strong>Improved Gestures.</strong> Full screen image previews can be dismissed with a swanky flick/toss gesture.</p>\n<p><strong>Bugs Squashed.</strong> A new homemade bug spray formula has allowed us to squash <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.4+label%3A%22%5BType%5D+Bug%22\">many uninvited guests</a>.</p>\n<p><strong>And much more! </strong>You can see the full list of changes <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=✓&q=is%3Aissue%20is%3Aclosed%20milestone%3A6.4\">here</a>.</p>\n<h1>Thank You</h1>\n<p>Thanks to all of the contributors who worked on this release:<br />\n<a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/astralbodies\">@astralbodies</a>, <a href=\"https://github.com/claudiosmweb\">@claudiosmweb</a>, <a href=\"https://github.com/diegoreymendez\">@diegoreymendez</a>, <a href=\"https://github.com/frosty\">@frosty</a>, <a href=\"https://github.com/jleandroperez\">@jleandroperez</a>, <a href=\"https://github.com/koke\">@koke</a>, <a href=\"https://github.com/kurzee\">@kurzee</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/sendhil\">@sendhil</a>, <a href=\"https://github.com/SergioEstevao\">@SergioEstevao</a>.</p>\n<p>You can track the development progress for the next update by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=✓&q=is%3Aissue+milestone%3A6.5+\" target=\"_blank\">our 6.5 milestone on GitHub</a>. Until next time!</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3568&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Aug 2016 12:27:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"diegoreymendez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WP Mobile Apps: WordPress for Android: Version 5.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3535\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://apps.wordpress.com/2016/08/26/wordpress-for-android-version-5-7/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2814:\"<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.7 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<h1>New “Plans” section in My Site</h1>\n<p>Starting with 5.7, you can see your current WordPress.com plan and learn more about the benefits we offer in other plans.</p>\n<p><img class=\"aligncenter wp-image-3532\" src=\"https://apps.files.wordpress.com/2016/08/screenshot-2016-08-02_15-46-12-755.png?w=600\" alt=\"screenshot-2016-08-02_15.46.12.755\" /></p>\n<h1>Manage your followers and viewers from the “People Management” screen</h1>\n<p>You’re now able to use the app to invite new Administrators, Editors, Authors or Contributors to your site, or remove unwanted followers.</p>\n<p><img class=\"aligncenter wp-image-3533\" src=\"https://apps.files.wordpress.com/2016/08/screenshot-2016-08-02_15-51-08-242.png?w=600\" alt=\"screenshot-2016-08-02_15.51.08.242\" /></p>\n<h1 id=\"other-changes\">Other Changes</h1>\n<p>Version 5.7 also comes with a few other changes and fixes:</p>\n<ul>\n<li>Reader tweaks in the Post Detail screen for tablets.</li>\n<li>Keeps the “View Site” link visible for newly created users.</li>\n<li>Fixes a rare crash when creating a new account.</li>\n</ul>\n<p>You can track our development progress for the next release by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.8\">our 5.8 milestone on GitHub</a>.</p>\n<h1>Beta</h1>\n<p>Do you like keeping up with what’s new in the app? Do you enjoy testing new stuff before anyone else? Our testers have access to beta versions with updates shipped directly through Google Play. The beta versions may have new features, new fixes — and possibly new bugs! Testers make it possible for us to improve the overall app experience, and offer us invaluable development feedback.</p>\n<p>Want to become a tester? <a href=\"https://play.google.com/apps/testing/org.wordpress.android\">Opt-in</a>!</p>\n<h1>Thank you</h1>\n<p>Thanks to our GitHub contributors: <a href=\"https://github.com/0nko\">@0nko</a>, <a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/karambir252\">@karambir252</a>, <a href=\"https://github.com/khaykov\">@khaykov</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, and <a href=\"https://github.com/theck13\">@theck13</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3535&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Aug 2016 11:33:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Maxime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"HeroPress: A Minority Amongst Minorities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1241\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://heropress.com/essays/minority-amongst-minorities/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:25056:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/08/082416-Uriahs-Victor-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Time passed, and I fell more and more in love with WordPress.\" /><p>I’m a minority amongst minorities, but it doesn’t matter.</p>\n<h3>Let’s get to know each other</h3>\n<p>Hi, I’m Uriahs Victor and I’m a Carib – bean from the island of St. Lucia. How many Black Developers do you know in the WordPress Community? 5? 20? How many of them are from the Caribbean? How many raised up in places like this:</p>\n\n<a href=\"http://heropress.com/essays/minority-amongst-minorities/my_childhood_home/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/08/my_childhood_home-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Uriahs Victor\'s childhood home, a blue house with low jungle around it\" /></a>\n<a href=\"http://heropress.com/essays/minority-amongst-minorities/view_from_my_old_home/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/08/view_from_my_old_home-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"A vew from Uriahs Victor\'s childhood home, a shed and barn nestled in the jungle\" /></a>\n<a href=\"http://heropress.com/essays/minority-amongst-minorities/neighbourhood_houses/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/08/neighbourhood_houses-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"A view of Uriahs Victors childhood neighborhood,, small houses surrounded by jungle\" /></a>\n\n<p>I chose to write on this topic in hopes that there’s someone else like me reading this article someday who’s living in an area where it may seem like there aren’t many career paths.</p>\n<blockquote><p>It doesn’t matter where in the world you are or your complexion; anyone could code.</p></blockquote>\n<h3>How my passion for programming began</h3>\n<p>I was fortunately raised with both parents in a community on my island called Fond St. Jacques which is a part of a bigger town called Soufriere. I grew up doing everything a typical adolescent from my community would be doing: playing football, playing cricket and going to work on my parents farm and occasionally on other farms to earn some money to burn through by drinking with friends ( don’t think about it too hard ) and partying.</p>\n<p>One day I came home to a used computer setup in my room and was extremely ecstatic with the idea that my family now owned one. I spent hours upon hours on this computer messing around with paint but mostly playing Pinball, there was no internet in my community at the time but I was very intrigued by video games, once I got my first taste of unrestricted internet access several months after; my love for video games grew, I spent time reading about them but more time playing them and at that time I had decided that I wanted to be a Game Designer.</p>\n<p>If being a Programmer from a rural community out of the Caribbean sounds different (not impossible) looking back at it now then just imagine how it sounded saying I wanted to be a Game Designer when someone asked me. I spent years with this goal set, I spent days reading about game designing but I always felt lacking, I believed there was always 1 skill Game Designers needed that I did not have and that was being able to draw/design.</p>\n<p>In 2010 life was pretty easy going, I was 15 and still had not done any piece of Web or Desktop Development coding. My Secondary schooling was going pretty good, I was always the top performing IT student so this brought me comfort as I knew I would soon be writing the “CXC” exams soon.</p>\n<h3>Everything changes</h3>\n<p>On October 28th 2010 I woke up during the night to the sound of heavy rains, I looked through one of the windows of my home at the time and saw the trees around my house swaying pretty normal, or so I thought. The morning of October 29 I woke up to the sound of friends saying “Uriahs your mom shop is gone” in our second language (French Creole), this language naturally sounds a bit harsh when used to say various things so I thought they were pulling some kind of prank on me. What I saw after heading to the balcony where my friends were changed my life.</p>\n\n<a href=\"http://heropress.com/essays/minority-amongst-minorities/tomas2/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/08/tomas2-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"A neighborhood with muddy water halfway up the sides of the houses\" /></a>\n<a href=\"http://heropress.com/essays/minority-amongst-minorities/tomas/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/08/tomas-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Metal infrastructure and trees sweeping a house away\" /></a>\n\n<p><em>Some Damage done to my hometown (more images could be seen by googling “<a href=\"https://www.google.com/search?q=Hurricane+Tomas+Fond+St.+Jacques+Damage&source=lnms&tbm=isch&sa=X&ved=0ahUKEwiequDphNXOAhVDOCYKHeHrAPwQ_AUICSgC&biw=1242&bih=1510\">Hurricane Tomas Fond St. Jacques Damage</a>”</em></p>\n<p>My friends were right, my mom’s shop where she sold snacks and food items which generated most of the income for my schooling had completely vanished, no trace of it was left, like it was never there.</p>\n<blockquote><p>This storm had done so much damage that there was no way for anyone from my community to get to school</p></blockquote>\n<p>Roads were completely sliced through by water and eventually I had to move out of my community to live in Soufriere for ease of travelling to school.</p>\n<p>At age 16 I still wanted to be a Game Designer, I had spent the previous 5 years excelling in Information Technology at my Secondary school but had never done any piece of programming, the damages of Hurricane Tomas were still evident and I was still shaken up at how my life had changed, I was no longer living with my parents in my hometown, everything I would not wish for a teenager.</p>\n<p>To this day the damage done to my home town is still visible:</p>\n\n<a href=\"http://heropress.com/essays/minority-amongst-minorities/20160816_132245/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/08/20160816_132245-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Building with storm damage years later\" /></a>\n<a href=\"http://heropress.com/essays/minority-amongst-minorities/20160816_132253/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/08/20160816_132253-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Building with storm damage years later\" /></a>\n\n<p><em>This is the exact same area from one of the previous images. These pictures were taken August 8th 2016 when I visited.</em></p>\n<p>In the Caribbean, at the end of your 5 years of Secondary schooling you are required to write an exam called “CXC” if you wish to pursue higher education. For my academic year we never finished our Information Technology syllabus which touched a bit on Pascal programming, so when it came to writing the Information Technology exam every category was aced, but <strong>I failed the programming section</strong>, even then I still wanted to be a Game Designer and had not yet grown any affection for coding.</p>\n<p>In 2011 I started schooling at Sir Arthur Lewis Community College (SALCC) pursuing an Associate Degree in Computer Systems Engineering which was the only option available which dealt with Technology at that college (there are only two colleges on my island). This was a 2 year degree where the first year students are introduced to both the Hardware and Software side of computing then in the second year choose the path they wish to pursue. This was also around the time I first came across WordPress while fiddling on the internet and <strong>making the mistake of not looking more into what it really was</strong>.</p>\n<h3>Technical Project</h3>\n<p>One year into my Computer Engineering program it finally came the time to choose my path in IT and of course I chose the Software path because I believed if I wanted to be a Game Designer then this was the best path. That remaining year was when I really started to build up my affection for code, there was only one course in the software path that actually dealt with any type of code to some extent called “Programming Methodology”. Programming Methodology was a course tailored to teach you the very basics of programming such as Loops, IF and ELSE statements, Variables and small exercises to help you put those into practice. This entire Programming Methodology course was done with VB6 examples in Visual Studio 2006 so <strong>I was not taught a single line of Web Development code</strong>.</p>\n<p>At this college every student who does Computer Systems Engineering is required to present a “Technical Project” in a typed and physical presentation form, it’s purpose is to show what you’ve picked up from the program over the 2 years; without receiving a pass on this Technical Project students would not be awarded their Degree and would need to redo the project until they succeeded. It may sound a bit brutal but I believe this is a good final test and I hope they don’t change this procedure.</p>\n<p>I had known about this requirement for a very long time so I decided to build a video game for my technical project, I knew I could not draw so I decided to use a RPG Maker and ponder ways I could get a pass by presenting to the graders a video game which I did not physically design any of the characters or coded them in. I eventually decided to create an Educational video game and touch on the topic of teaching through entertainment (Edutainment). There was this one course called Data Communications that students always seem to have trouble passing so I thought “Hey, maybe I should create a game showing some basics of Data Communications”.</p>\n<p>During my time learning how to use this RPG Maker and creating this game I found myself using a lot of the logic operators I had learnt about in Programming Methodology, this was all good because in my presentation I could have shown that though I used a RPG Maker, there was actually a lot of programming logic going on under the hood and that I was actually coding.</p>\n<blockquote><p>While working on this project my love for code grew, I was having fun.</p></blockquote>\n<p>By the time I had finished creating this game my passion had already broken down from Game Designing to coding. Thankfully, I was successful with the game which I called “EduCom” and was able to finish college in a perfect 2 years (woohoo!), you can download EduCom here: <a href=\"https://uriahsvictor.com/portfolio/educom-educational-video-game/\">Click here</a></p>\n<p>Fast forward a few months and there I was as an intern from college at a web agency understudying some colleagues who didn’t build desktop apps. Keep in mind that at college I had learnt VB6 to the point where I could have switched over to self-learn VB.NET and I was now sitting in a web agency learning web development, well guess what? I still loved it. I went home each day and practiced it, I used <a href=\"http://codeacademy.com\">http://codeacademy.com</a> (which now redirects to codecademy.com) to learn HTML and CSS and I was even good with jQuery at some point! Life was great, at that time getting employed by the agency was not a big deal for me, I just loved coming to work and understudying the other Developers.</p>\n<blockquote><p>A shock came to me one day when I was told that I had went to the wrong company for my internship.</p></blockquote>\n<p>I remember to this day clearly being told that I was supposed to carry out my internship at this web agency but now I was being told that I went the wrong place. I really liked where I currently was but I actually needed to leave for the company which I was registered to in the school records, <strong>I still wonder what would have happened if I had never corrected that mistake</strong>.</p>\n<p>With 2 months left out of the 3 month long internship program, I was at a new company with very little excitement in me. The silver lining came when I arrived and noticed that there was this 1 developer who was responsible for both building and maintaining desktop applications and websites, two things I really liked doing, so I quickly gravitated towards him and in no time we became friends. I was awed by him and I could safely say just like the previous guys at the web agency that he played a part in me not forgetting my true passion for coding. I say this because at this newly assigned company I became an IT Technician, doing everything Techs usually do such as fixing printers, troubleshooting WIFI networks, fixing computers and even building them too, but even after spending the day as an IT Technician I often spent the night as a Developer. <strong>I never stopped coding</strong>, I often came home fatigued from all the hands on tech work but I pushed myself through CodeCademy’s exercises, I spent time working in Visual Studio building simple apps that did nothing useful but I still liked the feeling of seeing my code come to life.</p>\n<p>At the ending of my internship I had become such a great IT Technician that I got the job. I was excited because heck, who wouldn’t be excited to get a job straight out of college in a country with high unemployment rate?</p>\n<h3>Reality Is Cruel; Immerse Yourself – Uriahs Victor</h3>\n<p>On September 3rd 2013; two weeks before my birthday was my first day officially on the job. My day was going by normal, until I got a call from my sister, crying. My father had lost his life because of a mishap while working on our family farm. It took me a while to realize what had happened, I didn’t want to believe it. Might sound strange to you, but video games again came up and helped me through.</p>\n<p><a href=\"http://heropress.com/wp-content/uploads/2016/08/custom_pc.jpg\"><img class=\"alignright wp-image-1255 size-medium\" src=\"http://heropress.com/wp-content/uploads/2016/08/custom_pc-300x225.jpg\" alt=\"Tricked out PC case with lights inside.\" width=\"300\" height=\"225\" /></a>Life went on and after one year I had grown my IT Technician skills even more, I was often tasked with building custom PCs like this.</p>\n<h3>No matter where you are at right now, don’t stop doing what you truly love.</h3>\n<p>The day came when my Developer friend at the company decided it was time for him to leave the job for greater things, and guess who offered to be the new Developer? That’s right, me. With some help from my colleague I got familiar with the different apps and websites the company had under their management, again I came across WordPress but I still did not know much about it on a coding stand point, I spent time at home getting familiar with its backend but what was more unusual to me was its code. I knew how to build static websites with HTML and CSS but I did not know much PHP at the time so I had to quickly learn a fair level of PHP to find myself around and also learn different things about WordPress such as plugins and backing up… enough to fill in my colleague’s shoes as quickly as I could before he was gone.</p>\n<h3>I am not happy at my job!</h3>\n<p>Two years into the job and things had begun to turn sour for me, I was not happy at my job. One of the main reasons was that I felt underappreciated and overlooked. Though I was the new Developer for the company they never got over the fact that I was also pretty good with computers, so I was often asked to stop whatever software related tasks I was doing to head over to some client’s business to check out a faulty computer or things of that nature. I was unhappy, I felt like I this company did not value the software side of their business nearly as much as the hardware side, couple that with the fact that I was still being paid the same salary as when I was only an IT tech, to now being in charge of the company’s software and still finding myself doing IT Technician related tasks and then being asked by my employer “Why can’t you work on the client apps at home?”, there was no overtime pay offered in my contract, so I used my nights to better myself and also to rest my mind.</p>\n<p>I was still 20 but soon to be 21 at the time and I felt overworked. Having to condition your brain to work on VB.NET apps some of which were not built by yourself requires time to be spent getting familiar with the source code, but often minutes after I would have to recondition my brain to think of reasons why a computer has a certain issue, this was like P90X on the brain, it was a daily thing and I began disliking as weeks and months went by. Time passed and things became sourer, I began contemplating my resignation; I did not like the way I was being treated and it had begun to show, I often only found joy when practicing my code at home, this late night practicing also often caused me to arrive late the next day for work which I compensated for by leaving at late hours.</p>\n<h3>If it doesn’t come bursting out of you, don’t do it.</h3>\n<p>The day came when I decided to resign from my job but something inside me said “Uriahs, give it another shot”, that voice was the bad voice, I was let go from the job the same day I planned to resign.</p>\n<h3>Is Karma real?</h3>\n<p>So there I was, a 21 year old who had no backup plan and no job applications out in the wild but I was happy. I had felt relief that I did not have to deal with working in an environment I didn’t like. I was told by my past colleagues that my replacement had come in the next day and I thought to myself that maybe this company was contemplating letting me go just as long as I was contemplating leaving (lol). Well, let’s just say this replacement only lasted 3 days on the Job then quit after messing up one of the company’s high end clients website, a news publishing website: <a href=\"http://stluciastar.com/\">http://stluciastar.com/</a> built on WordPress which I had been maintaining and making code modifications for when asked.</p>\n<p>I don’t know why the company thought it was ok to call me 3 days after letting me go, asking for my “help” in fixing whatever problem a replacement Developer (who I believe shortly quit after the incident) had done, but after consulting with the WordPress community, it was made clear to me that I should either charge for my services or decline; heck, I was unemployed and still had rent and bills to pay but I instead eventually declined.</p>\n<h3>A new beginning</h3>\n<p>Weeks went by with me just getting used to being out of an office type job to being home, I had been living alone since I had gotten the past job so I also had to get used to having less people around me. I took that time to learn more about WordPress, Udemy pricing scheme didn’t change yet so I bought myself a few WordPress Development courses for $10USD each when they came on sale, such as: WordPress Theme Development with Bootstrap by Brad Hussey, in that one course I learnt more about WordPress than I had learnt in all my time working in my last job(wut?). I began doing freelance work online and locally, there were not many other options on my island to work in software so I started questioning whether I should be sending out applications for new jobs or just do full time freelancing; I had my doubts about the few companies there were, and I actually enjoyed working from home. Time passed and I fell more and more in love with WordPress, I watched tutorials and googled away trying to pick up knowledge, the WordPress codex which I once found intimidating began to look sexy.</p>\n<p>Once I felt I had gathered enough knowledge on WordPress, I thought of a plugin idea and began working on it. I had no immediate help except for the WordPress community populating the codex with all the useful information. I spent a few weeks working none stop on this plugin which I thought did a pretty good task which was to Inform buyers of a downloadable WooCommerce product that there is an update for that product after the shop owner has marked it as updated. After completing the plugin I was ready to submit to the WordPress repository, it brought me joy when I got the e-mail letting me know that the plugin was accepted to the WordPress repository! I love open source so just having a plugin for WordPress which could at least help some people made me feel warm inside.</p>\n<h3>Pirate of the Caribbean</h3>\n<p>Around that time something equally interesting happened. I had completed a short video chat with Ionut and Sabina from <a href=\"http://themeisle.com\">ThemeIsle</a> and found out that I would be part of their WordPress support team for their themes and plugins! Obviously I was happy, I would be amongst like minded individuals, a team who appreciates WordPress as much as I do, a team I could learn from! All without needing to fly over to Romania!</p>\n<h3>Let’s have a drink</h3>\n<p>One day while performing a random Google search for my plugin I saw in the search results a link to WPTavern, I curiously clicked on the link and saw that my plugin (TLD WooCommerce Downloadable Product Update Emails) had been picked as one of the top 3 plugins of the week on WPTavern, my very first plugin and <a href=\"https://wptavern.com/wpweekly-episode-233-recap-of-wordcamp-chicago-2016\">it was mentioned on WPTavern</a>?!</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://wptavern.com/wpweekly-episode-233-recap-of-wordcamp-chicago-2016\">WPWeekly Episode 233 – Recap of WordCamp Chicago 2016</a></p></blockquote>\n<p><br />\nIn under 1 year I have achieved more than I did in the recent years. It wasn’t easy, many nights were spent awake googling away, many parties were missed so I could save and be able to pay bills. If you like something, do it!</p>\n<blockquote><p>Programming is for anyone and when I notice someone from my island or the Caribbean show interest in coding I never refrain from encouraging them.</p></blockquote>\n<p>I am currently 21 and will be 22 next month, I still have lots to learn, I still have lots to give back to the WordPress community and open-source community on a whole, I currently aid small businesses and non-profits on my Island grow their brand with WordPress. I have plugins and plugin ideas in the pipeline which I am currently not able to complete, but through learning and growing my skills I eventually will.</p>\n<p>It doesn’t matter which part of the world you grew up in, what challenges you’ve faced, nor does it matter your race, all it takes is the internet, passion, patience, practice and of course prayer.</p>\n<p>WordPress has been good to me, if it has been good to you, then helping the WordPress Community in any way possible is the best we could all do.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: A Minority Amongst Minorities\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=A%20Minority%20Amongst%20Minorities&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fminority-amongst-minorities%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: A Minority Amongst Minorities\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fminority-amongst-minorities%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fminority-amongst-minorities%2F&title=A+Minority+Amongst+Minorities\" rel=\"nofollow\" target=\"_blank\" title=\"Share: A Minority Amongst Minorities\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/minority-amongst-minorities/&media=http://heropress.com/wp-content/uploads/2016/08/082416-Uriahs-Victor-150x150.jpg&description=A Minority Amongst Minorities\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: A Minority Amongst Minorities\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/minority-amongst-minorities/\" title=\"A Minority Amongst Minorities\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/minority-amongst-minorities/\">A Minority Amongst Minorities</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Aug 2016 12:00:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Uriahs Victor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Post Status: Static site generators versus WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=26180\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://poststatus.com/static-site-generators-versus-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7124:\"<h3>The current state of affairs</h3>\n<p>In 2016, WordPress is far from the only choice for a new website. In fact, website owners have enjoyed a plethora of options (hosted and self-hosted) for many years. WordPress has remained the juggernaut solution for self-hosted websites, with 25% marketshare of the total web, and as the mainstay CMS for small-to-medium businesses with small or low budgets.</p>\n<p>Amongst two groups — large institutions that need high scalability, and the ever-tinkering developer crowd — another option is trending positively: the static site generator, also known as a flat-file CMS.</p>\n<p>Don’t get me wrong — the WordPress install base is huge, and the threat posed by static site generators is small. But it’s growing. Post Status editor Brian Krogsgard polled developers <a href=\"http://www.slideshare.net/krogsgard/the-state-of-wordpress-business\">prior to Pressnomics</a>, to assess the threat level posed by various CMSs and publishing platforms; Medium and static site generators were considered more of a threat than any others:</p>\n<p><img class=\"aligncenter size-large wp-image-26181\" src=\"https://cdn.poststatus.com/wp-content/uploads/2016/08/Screen-Shot-2016-08-23-at-9.58.07-AM-752x234.png\" alt=\"Screen Shot 2016-08-23 at 9.58.07 AM\" width=\"752\" height=\"234\" /></p>\n<p>He also wrote in a newsletter to <a href=\"https://poststatus.com/club\">members</a> in November, 2015, “Didn’t I just mention about the appeal of static sites? I really think they’re a big top-end threat,” referring to the <a href=\"https://github.com/department-of-veterans-affairs/vets-website\">launch of vets.gov</a>. Earlier that month, Smashing Magazine christened them <a href=\"https://www.smashingmagazine.com/2015/11/modern-static-website-generators-next-big-thing/\">the next big thing</a>. A number of high profile websites use static site generators, from <a href=\"http://product.voxmedia.com/2015/7/8/8907841/introducing-autotune\">Vox Media</a> to <a href=\"http://kylerush.net/blog/meet-the-obama-campaigns-250-million-fundraising-platform/\">Barack Obama</a>.</p>\n<p>A spate of flat-file CMS options have become strong contenders: <a href=\"https://jekyllrb.com/\">GitHub’s Jekyll</a> is by far the most popular, but it’s joined by <a href=\"http://getgrav.org/\">Grav</a>, <a href=\"http://www.couchcms.com/\">Couch</a>, <a href=\"http://picocms.org/\">Pico</a>, and <a href=\"https://www.staticgen.com/\">more</a>. You can even host your static site on <a href=\"https://pages.github.com/\">GitHub Pages</a> for free, and they’re happy to let you use a custom domain.</p>\n<h3>Historical WordPress advantages</h3>\n<p>The continuing appeal of WordPress has been fourfold:</p>\n<ol>\n<li>The ability to get started very cheaply, without a monthly fee on top of hosting costs.</li>\n<li>The liberty to use a custom domain name.</li>\n<li>A robust ecosystem that provides thousands of free or inexpensive themes and plugins.</li>\n<li>One-step installation facilitated by mainstream web hosts’ embrace of WordPress.</li>\n</ol>\n<p>Since Jekyll and its ilk are mostly open-source, advantage #1 is wiped out. GitHub Pages knocks out advantage #2. WordPress retains the upper hand regarding #3 and #4. Younger projects have a long way to go before they can rival the WordPress community, and they’re still focused on serving fellow developers rather than everyday consumers. Until that changes, big web hosts won’t bother to enable ultra-easy installation.</p>\n<h3>Modern WordPress drawbacks</h3>\n<p>WordPress does have legitimate downsides, especially if you’re already a competent web developer or you’re focused on the highest levels of technical performance.</p>\n<p>Site speed is ever more important in an age of social distribution and mobile browsing, and made more difficult considering site assets and page weights seem to be constantly getting larger. WordPress can be difficult to scale for high levels of traffic, and certain site architecture decisions can get developers in trouble.</p>\n<p>High scalability and smart web performance management with WordPress requires significant development expertise or more expensive managed hosting partners, especially for complex WordPress installs; whereas the inherently static nature of static site generators makes scalability more trivial.</p>\n<p>Finally, security is a concern for some people that choose static site generators. WordPress has opportunities for user input that static site generators do not. It is also a natural target of hackers, simply due to its popularity. And static site generators are almost completely locally stored — aside from the output itself — whereas WordPress (potentially outdated, along with underlying themes and plugins) is stored on the server, more vulnerable to attacks.</p>\n<h3>Why WordPress is still winning</h3>\n<p>As I noted amongst its historical advantages, WordPress has an unparalleled ecosystem of plugins, add-ons, and extensions. (For comparison, the <a href=\"http://www.jekyll-plugins.com/\">Jekyll Plugins website</a> only lists fifty-two options at the time of writing.) It’s also relatively easy for non-technical people to install and use WordPress, in part because mainstream hosting companies put in the effort to make it easy, but even prior to such conveniences WordPress <a href=\"https://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install\">boasted</a>, “the famous 5-minute install.” And static site generators are just not as powerful as traditional content management systems, especially in regard to user input.</p>\n<p>Among the static site generators, Jekyll in particular is working toward feature parity, but it will take a long time. Current ease-of-use tools like <a href=\"http://prose.io/\">Prose</a>, a content editor that integrates with GitHub, and <a href=\"http://cloudcannon.com/jekyll-gui/\">CloudCannon’s Jekyll GUI</a>, which aims to help developers collaborate with clients, are in their infancy in terms of adoption and are still finicky to use.</p>\n<p>It can be tempting to look longingly at the growing ecosystem around static site generators. It’s also easy to forget just how much you get “for free” with built-in WordPress functionality. Static site generators definitely play a role in the modern web, and can be a great choice for certain types of websites. But no static site generator signals the end for WordPress and its continuously strong community.</p>\n<h3>The future — what should you do?</h3>\n<p>Since you’re reading Post Status, it seems fair to assume that you’re part of the WordPress ecosystem, and very likely earn a living from it. Should you be panicking? No, for all the reasons I laid out.</p>\n<p>But any wise professional keeps an eye on the future of their industry. We are seeing a trend, and over time Jekyll and its siblings will gain more marketshare. It’s probably worth your time to try out a few flat-file CMS options, get familiar with how to use and customize them, and perhaps consider what WordPress itself can learn from them.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Aug 2016 20:23:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Sonya Mann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Post Status: WordPress 4.6, “Pepper”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=26067\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://poststatus.com/wordpress-4-6-pepper/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13939:\"<p>WordPress 4.6, “Pepper”, <a href=\"https://wordpress.org/news/2016/08/pepper/\">has been released</a>. It’s named, as always, after a famous jazz musician, and this release is named after <a href=\"https://en.wikipedia.org/wiki/Pepper_Adams\">Park Frederick “Pepper” Adams III</a>, a baritone saxophonist and jazz composer.</p>\n<p>The Release Lead for WordPress 4.6 was <a href=\"https://dominikschilling.de/\">Dominik Schilling</a>, known often as Ocean90, and the Deputy Release Lead was <a href=\"https://www.garthmortensen.com/\">Garth Mortensen.</a> There were 272 total contributors to this release. According <a href=\"https://twitter.com/aaronjorbin/status/765631441950703617\">to Aaron Jorbin</a>, 85 of these contributors were first timers, so congratulations to all new WordPress contributors!</p>\n<p>For this release, we did a special episode of the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and me, Brian Krogsgard.</p>\n<p>In this episode, Joe and I discuss WordPress 4.6 and deep dive on a few of its features.</p>\n<p><a href=\"https://audio.simplecast.com/44775.mp3\">https://audio.simplecast.com/44775.mp3</a><br />\n<a href=\"https://audio.simplecast.com/44775.mp3\">Direct Download</a></p>\n<h2>About WordPress 4.6</h2>\n<p>Here’s a video overview of WordPress 4.6:</p>\n<div class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<a href=\"https://videos.files.wordpress.com/GbdhpGF3/video-25313e7f01_hd.mp4\">https://videos.files.wordpress.com/GbdhpGF3/video-25313e7f01_hd.mp4</a></div>\n<p> </p>\n<p>Overall, this was a planned iterative release from the beginning, with a goal to fix as many longstanding bugs as possible, and to refine existing features, rather than to focus on a lot of brand new features.</p>\n<p>Folks have been clamoring for a release like this for a long time, and in most respects 4.6 delivered. <a href=\"https://core.trac.wordpress.org/milestone/4.6\">According to Trac</a>, 489 tickets were closed, across 53 components, during the 4.6 milestone. Also, it shipped exactly on time.</p>\n<h2>User facing features</h2>\n<p>WordPress 4.6 has a few user facing features that aren’t huge functional changes, but nice interface enhancements.</p>\n<h3>Shiny updates</h3>\n<p>No more <em>bleak screen of sadness</em>, as the team working on this termed it. The plugin installation, updates, and delete process is much smoother than it used to be. There’s a nice video of this <a href=\"https://make.wordpress.org/core/2016/06/02/proposal-more-shiny-updates/\">from the initial proposal</a>:</p>\n<div class=\"wp-video\"><a href=\"https://make.wordpress.org/flow/files/2016/05/Shiny-Plugins.mp4\">https://make.wordpress.org/flow/files/2016/05/Shiny-Plugins.mp4</a></div>\n<p> </p>\n<p>This was the second release where “shiny updates” features were a focus. To see some under the hood considerations for developers, there’s <a href=\"https://make.wordpress.org/core/2016/07/06/shiny-updates-in-4-6/\">more information on that</a> from Pascal Birchler.</p>\n<h3>Native fonts</h3>\n<p>WordPress is leaving Open Sans, which was introduced with the “MP6” admin overhaul of <a href=\"https://poststatus.com/meet-wordpress-3-8/\">WordPress 3.8</a>. You may have seen GitHub’s recent change to native fonts. It’s definitely a trend lately. Matt Miklic <a href=\"https://make.wordpress.org/core/2016/07/07/native-fonts-in-4-6/\">explains the switch</a> from Open Sans to native system fonts in the WordPress admin.</p>\n<p>The declaration of fonts when using system fonts has a good bit of science behind it, and may be useful for those of you who wish to do something similar for your own projects. Marcin Wichary has a really interesting post <a href=\"https://medium.design/system-shock-6b1dc6d6596f#.n2idzpgry\">describing Medium’s process</a> when they made the switch.</p>\n<p>And if you’re curious, the new declaration is this:</p>\n<pre>font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif;</pre>\n<h3>Inline link checker</h3>\n<p>WordPress will now automatically detect improperly formatted links, as you write. While this doesn’t check the validity of any properly written URL, it will ensure the URL you add in an <code>href</code> is properly formatted. So, it will catch if you accidentally type something like <code>htp://w.org</code> or <code>http:/w.org</code> and outline it in red for you to fix.</p>\n<p>If you copy and past a URL into the link editor, but don’t include <code>http://</code> at all (I do this a bunch), it auto detects and inserts it for you.</p>\n<h3>Browser content caching</h3>\n<p>Yet more efforts have been made to always ensure that you do not lose your content as you write. I followed the <a href=\"https://core.trac.wordpress.org/ticket/37025\">steps in the Trac ticket</a> to see exactly what happens here.</p>\n<p>So I typed the first sentence below, saved a draft, then typed the second paragraph:</p>\n<blockquote><p>What if I start typing and save a draft?</p>\n<p>Then start typing some more, because that’s what bloggers do. And I chill here for a few seconds, then stupidly just reload this page?</p></blockquote>\n<p>Then I reloaded the page without saving again, and got this notice:</p>\n<a href=\"https://poststatus.com/wordpress-4-6-pepper/#gallery-26067-1-slideshow\">Click to view slideshow.</a>\n<p>And just like that, the content is back, because it was saved in the browser’s local storage. Pretty cool.</p>\n<h2>Developer features</h2>\n<p>There are several important developer centric features that you should know about.</p>\n<h3>Enhanced meta data registration</h3>\n<p>This is a significant aid to the (pending) REST API meta handling, but also improves other meta data functionality. The <code>register_meta()</code> function allows developers to tell WordPress more about what specific meta data is designed to do. In WordPress 4.6, the arguments for this function have changed, enabling more information to be communicated in the third parameter, which is now an array.</p>\n<p>The <code>show_in_rest</code> key, an experimental key (until the API endpoint goes in), finally solves the issue for the REST API for knowing when to include meta data in the API’s default responses. It’s one step of a few that need to be made to better support meta for the API, but it’s a good step forward.</p>\n<p>For plugin developers not using <code>register_meta()</code>, be sure to learn more about it and the advantages, as there are quite a few. Jeremy Felt describes how to use <code>register_meta()</code> <a href=\"https://make.wordpress.org/core/2016/07/20/additional-register_meta-changes-in-4-6/\">on Make Core</a>.</p>\n<h3>Translation priorities and changes</h3>\n<p>WordPress will now default to the translations from <a href=\"https://translate.wordpress.org\">Translate.WordPress.org</a> community translations, then pull from theme or plugin translation files. A procedure called “just-in-time” translation loading will be utilized, and for plugins and themes distributed through the official repository, <code>load_plugin_textdomain()</code> and <code>load_theme_textdomain()</code> no longer need to be used.</p>\n<p>Commercial plugin authors will still largely follow the same internationalization procedures they always have.</p>\n<p>In a related note, and quite impressively, WordPress 4.6 shipped 100% translated in 50+ languages.</p>\n<h3>Resource hints</h3>\n<p>Joe helped teach me more about resource hints on the podcast, and Aaron did a much better job detailing resource hints than I could, in his <a href=\"https://make.wordpress.org/core/2016/07/26/wordpress-4-6-field-guide/\">excellent field guide</a>:</p>\n<blockquote><p>Resource Hints is a rather new <a href=\"https://w3c.github.io/resource-hints/\">W3C specification</a> that <em>“defines the <a href=\"https://w3c.github.io/resource-hints/#dfn-dns-prefetch\"><code>dns-prefetch</code></a>, <a href=\"https://w3c.github.io/resource-hints/#dfn-preconnect\"><code>preconnect</code></a>, <a href=\"https://w3c.github.io/resource-hints/#dfn-prefetch\"><code>prefetch</code></a>, and <a href=\"https://w3c.github.io/resource-hints/#dfn-prerender\"><code>prerender</code></a> relationships of the HTML Link Element (<code><link></code>)”</em>. These can be used to assist the browser in the decision process of which origins it should connect to, and which resources it should fetch and preprocess to improve page performance.</p>\n<p>In 4.6, WordPress adds an API to register and use resource hints. The relevant ticket is <a href=\"https://core.trac.wordpress.org/ticket/34292\">#34292</a>.</p>\n<p>Developers can use the <code>wp_resource_hints</code> filter to add custom domains and URLs for <code>dns-prefetch</code>, <code>preconnect</code>, <code>prefetch</code> or <code>prerender</code>. One needs to be careful to not add too many resource hints as they could quite easily <em>negatively</em> impact performance, especially on mobile.</p></blockquote>\n<p>Resource hints can be very useful for certain situations, and it’s a technique that I personally need to explore further. Those of you doing advanced performance-driven development will surely be excited about support for this in WordPress.</p>\n<h3>Customizer APIs</h3>\n<p>The <a href=\"https://make.wordpress.org/core/2016/07/06/customize-api-changes-in-4-6/\">Customize API continues to evolve</a> and improve, and Nick Halsey walks through new developer-focused features and changes to the API for WordPress 4.6. Also quite notably, Weston Ruter describes <a href=\"https://make.wordpress.org/core/2016/07/05/customizer-apis-in-4-6-for-setting-validation-and-notifications/\">new APIs for both settings validation and notification management</a> in the customizer.</p>\n<h3>Other developer-centric changes</h3>\n<p><a href=\"https://make.wordpress.org/core/2016/07/08/multisite-focused-changes-in-4-6/\">Multisite changes</a>: Jeremy Felt describes <code>WP_Site_Query</code> and <code>WP_Network_Query</code>, and goes over a few new functions and filters.</p>\n<p>There is now a <a href=\"https://make.wordpress.org/core/2016/07/18/comments-in-4-6-can-now-be-cached-by-a-persistent-object-cache/\">persistent comment cache</a>, allowing more performant comment loading functionality. Rachel Baker, the comments component maintainer, explains further.</p>\n<p>The WordPress HTTP API <a href=\"https://make.wordpress.org/core/2016/07/27/http-api-in-4-6/\">now uses the Requests library</a>, as Ryan McCue describes.</p>\n<p>Aaron Jorbin describes some of the <a href=\"https://make.wordpress.org/core/2016/07/06/bootstrapload-updates-in-4-6/\">lower level WordPress loading priorities</a> and defaults that have changed. He also describes how WP CLI and core have reconciled their differences in <code>wp-settings.php</code>, which makes backward compatability for WP CLI possible now.</p>\n<p>Boone Gorges <a href=\"https://make.wordpress.org/core/2016/07/06/wp_term_query-in-wordpress-4-6/\">describes the introduction of <code>WP_Term_Query</code></a>. He’s the term whisperer. As Joe and I discuss in the podcast, these sorts of changes make for better consistency in WordPress, and provide an improved developer experience.</p>\n<h2>Learn more</h2>\n<p>WordPress 4.6 is the result of hundreds of community members. You can find their names and links to their profiles on <a href=\"https://wordpress.org/news/2016/08/pepper/\">the official release post</a>.</p>\n<p>Also check out the official <a href=\"https://codex.wordpress.org/Version_4.6\">4.6 Codex page</a> that has a lot of handy information and links to source Trac tickets. You can see all closed tickets from <a href=\"https://core.trac.wordpress.org/milestone/4.6\">4.6 on the Trac milestone</a>. View all new functions, classes, methods, and hooks <a href=\"https://developer.wordpress.org/reference/since/4.6.0/\">on the official Developer Reference</a>. And learn more about some of what I discuss above, and other items, on the ever-helpful <a href=\"https://make.wordpress.org/core/2016/07/26/wordpress-4-6-field-guide/\">field guide</a>.</p>\n<p>For the record, WordPress 4.5 was downloaded more than 45 million times. You can <a href=\"https://wordpress.org/download/counter/\">track 4.6 downloads</a> on the page dedicated to the task.</p>\n<p>Thank you to everyone who contributed to WordPress 4.6! I hope you have a <img src=\"https://s.w.org/images/core/emoji/72x72/1f37a.png\" alt=\"?\" class=\"wp-smiley\" /> or <img src=\"https://s.w.org/images/core/emoji/72x72/1f37b.png\" alt=\"?\" class=\"wp-smiley\" /> to celebrate if that’s your kind of thing, or otherwise <img src=\"https://s.w.org/images/core/emoji/72x72/1f389.png\" alt=\"?\" class=\"wp-smiley\" /> your efforts.</p>\n<h3>Podcast Sponsor: Prospress</h3>\n<p><a href=\"https://prospress.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">Prospress</a> exists to make the world’s best eCommerce platform a little better, because they want to help entrepreneurs prosper with WordPress. They are the creators of WooCommerce Subscriptions, PayPal Digital Goods, and One Page Checkout. Check them out at <a href=\"https://prospress.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">Prospress.com</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Aug 2016 17:21:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"HeroPress: Taking A Chance With WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1228\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://heropress.com/essays/taking-chance-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9627:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/08/081716-NevenaTomovic-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress is actually for everyone, and that\'s what\'s fantastic about it.\" /><p>My grandad always used to say “<em>živi se usput</em>”, which translates from Serbian into “<em>life happens while you are making plans</em>“. Everyone is in a rush, planning their next weekend, holiday, career path, children…. Of course you have to exercise, stay fit, look good, relentless pressure is the way of life today. I happen to be one of those people who like making plans and setting goals. <strong>However, WordPress was never in any of my plans, I happen to stumble upon it</strong>. A friend of mine, Emma, a Cambridge philosophy graduate, who spends her time teaching circus arts, said “I stumble through life in general – I think the best people do it”. I think there is a lot of truth in this, sometimes the best things happen while you are busy making other plans. (This sounds a bit like an infomercial!)</p>\n<p>When I spoke to Topher about this essay, he said to me “<em>oh so your story is also about taking chances</em>”. I never thought of my past actions as taking chances; I am one of those people who jump with their eyes closed, rather than take small calculated steps. But, I will tell you how and why I took a chance with WordPress.</p>\n<h3>Before WordPress (BWP)</h3>\n<p>BWP starts for me 6 months ago, because I have only been a WordPresser for the second part of 2016. I am a UCL graduate, I studied Italian and German language and literature. I have always been interested in reading, art, history of art and generally interested in understanding people. I used to go to the National Art Gallery in London with my dad and we would cover an era each time talking about how art changed, how the paintings happen to catch the change in culture and belief system of society. I continued to dedicate myself to art and language throughout my academic life, I wrote my dissertation in German, on an expressionist artist Oskar Kokoschka and for my MA I translated a black comedy in Italian that looks at social strata. I went on to study and work as a conference interpreter working in all four of my languages and getting lots of opportunities to meet different and interesting people.</p>\n<p>I never imagined myself as a 60-hour-workweek girl in an office typing away on my computer. I planned my career to go a different way. I went to Italy to help create and promote a new teaching method called “edutainment”, teaching through entertainment. That’s where I was first introduced to marketing, localization and writing for an online audience.</p>\n<h3>BWP And My Sports Career</h3>\n<p>Apart from being a quintessential bookworm, I am also a covert adrenaline junkie. This actually ties in well with all of my studies. Sports and studies have one common denominator – it takes a lot of discipline for both. When I was 3 years old I started rollerblading, my mother found the smallest rollerblades (ever made) and bought them for me. I also played ice hockey in a mixed team and in 2014 we won the national championship in the UK. I am a qualified volleyball coach and ski instructor. Currently my sport obsession is with aerial gymnastics, and acro yoga. I like challenging myself both physically and mentally.</p>\n<h3>Never Stop Learning</h3>\n<p>In a recent <a href=\"https://managewp.com/tony-cecala-interview-on-wordpress-managewp-and-learning\">interview with Tony Cecala</a>, which was actually my first official interview for ManageWP, Tony said “never stop learning”, and this stuck with me, because I realized that the most important thing for me in whatever I do is to keep learning something new. At school I enjoyed learning new things, I enjoy trying out new sports and testing myself, and the same applies to work. Any job you do will have some repetitive aspect, and that is understandable, but it’s important for me to be in a position that embraces personal growth. That’s what WordPress has offered me, a combination of learning and support.</p>\n<h3>My Road To WordPress</h3>\n<p>I was first introduced to WordPress, when I moved back home to Serbia. I applied to work at <a href=\"https://managewp.com/\">ManageWP</a>, as “<em>what the hell</em>”, maybe there is a small chance they will call me back. My team lead happens to also play ice hockey and the first interview was us discussing hockey teams and player positions. Shortly after (they did test my skillset), I started working as a PR & Digital Marketer. As part of the Growth team my job was to get acquainted with the WordPress community, introduce people to our product through online and offline methods, write content and establish myself as a product evangelist. I worked in our Customer Happiness Team as well, helping communicate with our customers on a daily basis.</p>\n<p>WordPress was taking a chance for me, because I never thought of myself as an IT type. My boyfriend on the other hand is a software engineer, and so instead of being enthused by his job, I was always put off. He spends hours a day in front of a computer looking at strange symbols (that’s PHP I hear). Now, ironically I can understand a large part of PHP, no thanks to my boyfriend, but to my ManageWP colleagues.</p>\n<blockquote><p>WordPress is actually for everyone, and that’s what’s fantastic about it.</p></blockquote>\n<h3>After WordPress (AWP)</h3>\n<p>Since being at ManageWP and part of the WordPress world, a lot has changed. I now have an online voice. I set up a blog, I was published on Tech.co, FishingBooker, Meks Themes, Devana Tech, Freelancermap and ManageWP. I also spoke at WordCamp Belgrade and it turned out to be one of the most popular talks of the day, I am speaking at WordCamp Split come September. On top of that I have been given an incredible opportunity to be part of the 2017 WCEU Paris organization team. WordPress has taught me how to express myself, in a non academic setting, how to become a better public speaker, and now I will learn how to help organize an event for a whooping 3 000 people. Never planned that!</p>\n<p>WordPress has also offered me security by giving me a chance to do what I am good at. I have been able to dedicate myself to research, to writing and languages. I have also been able to carry on meeting people and travelling. A country like Serbia hardly offers international work opportunities, and WordPress has opened my eyes to a new community; a community that forges friendships across the world, accepts everyone, encourages tolerance, and welcomes rookies with open arms.</p>\n<h3>AWP And More</h3>\n<p>I don’t know of many other communities out there like WordPress, it’s rare to find a place where everyone is accepted and valued. It doesn’t matter if you are a software engineer or a language nerd, there is a place for you in WordPress. (This is the second part of my infomercial!)</p>\n<blockquote><p>The biggest thing that WordPress has taught me is that sometimes in the most unlikely of places you will learn the most valuable lessons.</p></blockquote>\n<p>It means that taking a chance is always worth the risk. Perhaps I wasn’t bred for the IT world, and I am more suited to be in the same room at the National Gallery as the 17th century French paysage painter, Claude, and his English counterpart of the 19th century, Turner. It so happens that I can’t paint, but I can write, and WordPress has created a virtual room in which I fit it.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Taking A Chance With WordPress\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Taking%20A%20Chance%20With%20WordPress&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Ftaking-chance-wordpress%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Taking A Chance With WordPress\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Ftaking-chance-wordpress%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Ftaking-chance-wordpress%2F&title=Taking+A+Chance+With+WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Taking A Chance With WordPress\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/taking-chance-wordpress/&media=http://heropress.com/wp-content/uploads/2016/08/081716-NevenaTomovic-150x150.jpg&description=Taking A Chance With WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Taking A Chance With WordPress\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/taking-chance-wordpress/\" title=\"Taking A Chance With WordPress\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/taking-chance-wordpress/\">Taking A Chance With WordPress</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Aug 2016 12:00:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nevena Tomovic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WordPress.tv Blog: How to Get 100 Content Ideas in an Hour: Nicole Kohler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.wordpress.tv/?p=571\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://blog.wordpress.tv/2016/08/11/how-to-get-100-content-ideas-in-an-hour-nicole-kohler/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1094:\"<p>If there’s one thing worse than writer’s block, it’s running out of ideas for your blog or business — or not having any to begin with. Luckily, the internet has made getting inspired an easy task, not to mention an incredibly quick one. In this talk, Nicole shares tips, tools, and content “lifehacks” you can use to generate 100 (or more!) content ideas in less time than it takes to settle on a new theme. Filmed at <a href=\"http://wordpress.tv/event/wordcamp-boston-2016/\">WordCamp Boston 2016</a></p>\n<p></p>\n<p><a href=\"http://littleyellowpenguin.com/wp-content/uploads/2016/07/WCBoston-Kohler-FINAL.pdf\">Presentation slides</a></p>\n<p>See more WordCamp videos at <a href=\"http://wordpress.tv/\">WordPress.tv</a>!</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptvblog.wordpress.com/571/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptvblog.wordpress.com/571/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.wordpress.tv&blog=5310177&post=571&subd=wptvblog&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Aug 2016 03:02:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Jerry Bates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"HeroPress: Finding WordPress in Fargo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1211\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://heropress.com/essays/finding-wordpress-fargo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12318:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/08/081016-StaceyBartron-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: It may not all pan out, but I\'m along for the ride with WordPress in my backpack & I cannot wait to see where I end up.\" /><p>I am sure most of you are wondering “New phone, who dis?” when it comes to me. Okay maybe not those words exactly, but I know I am a no-name and haven’t been around very long. I haven’t created any kick ass plugins (yet), I haven’t contributed to WordPress core (yet), and I haven’t developed any themes (yet).</p>\n<p>So why was I asked to write an essay? Maybe it’s because there are a lot of people out there who are also trying to break into this community, probably somewhat introverted like me who don’t know how, or why, or what to do. No, I don’t have all the answers, I don’t have a set plan, and I am not in the position to dish out advice because I am still trying to figure it out and navigate it the best I can. But maybe, just maybe, this essay will ring true with someone who thinks, “SAMESIES.” and they know they’re not the only one out there.</p>\n<p>Or maybe it’s because I am awesome. You guys can be the judge.</p>\n<h3>Let’s get introduced</h3>\n<p>I am a shy, but not so shy girl, from the great city of Fargo, ND (No, it’s nothing like the awesome movie or TV show, don’tcha know) who started Freelancing in March 2016 after working for a local agency for two and half years.</p>\n<p>My story is probably one many have seen. Girl gets job, girl learns a lot, girl’s eyes are opened to a whole new world, girl works hard but doesn’t move up, girl applies for remote jobs with no luck, girl decides she can do this by herself, and girl leaves full time job and joins the million other freelancers in the self-employment world.</p>\n<p>Generic sounding, but there is a bit more to it.</p>\n<h3>Let’s go back in time for a quick second</h3>\n<p>It all started in my parent’s basement when I was 16. Anyone ever heard of Xanga? It was a social blogging platform that was huge in my school. I made graphics using some freeware Photoshop knock off and custom layouts using basic CSS and HTML for Xanga in my free time, because you know, that’s normal for a 16 year old girl.</p>\n<p>My parents encouraged me to go to school for graphic design at our local technical college and (blah blah blah….let’s fast forward.) 4 years later after I graduated for Graphic Design, while I was working for a local school photography lab designing layouts for school ID cards and yearbooks, I graduated a second time after going back for Web Development and Design.</p>\n<p>I landed a job doing web design in July 2013. In the interview, they asked me if I knew what WordPress was and I answered honestly like any person would in an interview with something along the lines of, “I have heard of it but I have never used it. BUT I am a go getter and love taking on any new challenges so I don’t doubt I will be able to figure it out.” I dove in and learned a lot of the WordPress basics in a short amount of time.</p>\n<h3>A whole new world</h3>\n<p>Fast Forward to May 2014, we decided as a team to go to WordCamp Minneapolis for the first time. I am an introverted extrovert, so networking is not my thing. After I get to know people, I am good, but the first step to introduce yourself to someone is scary.</p>\n<p>After day one at WordCamp Minneapolis, my eyes were opened to a whole new world (queue Aladdin song). I didn’t know how my introverted self would do it, but I wanted to be best friends with everyone there. The WordPress community is so friendly, and so welcoming. I left feeling so inspired and wanted to go to every WordCamp that ever was. I went home with a goal of learning everything I can about WordPress.</p>\n<p>Shortly thereafter, I started to dabble in front-end development. Custom post types, short codes, page templates, etc. I looked at how the themes were created, reversed engineered them, and started to mess around with it. If I hit a bump, I researched it, and of course there was a tutorial or someone in the WordPress community had a solution. (Reason #785 why the WordPress community is fantastic, #ThoseSupportForumsTho.)</p>\n<blockquote><p>In November 2015, I started to feel this shift within myself; that I wanted to do more than I could do in my current position.</p></blockquote>\n<p>The company was going in one way and I was going the other. I wanted to grow as a designer and a developer.</p>\n<p>After a few months of indecision, wondering if I should move to Minneapolis and not hearing back from some remote positions I applied for, a former co-worker reached out to me and said she wanted to work with me. After discussing this with some friends, I had another former colleague that said they would hire me to develop their website, so the wheels started to turn in my head.</p>\n<p>Let me just say, freelancing full time was not anything I considered before. My typical response “Me? Run my own business? Say what? HAHAHA, right.” I thought of every reason why I shouldn’t do it. Lack of steady income, mortgage, self-employment taxes, not having other clients interested in working with me. I could go on and on, really.</p>\n<p>Yet there I was, considering quitting my full time job to work for myself. How else was I going to grow? How else was I going to get my name out there?</p>\n<p>I only had about a full week to decide what I wanted to do and this wasn’t an easy decision at all. After some sleepless nights and having the same conversation with my husband at least 100 times, who did nothing but encourage me while I talked myself out of it, I came to a decision.</p>\n<blockquote><p>I followed my gut instinct to grab the opportunity that was presented and go for it.</p></blockquote>\n<p>I didn’t 100% know what I was doing, but I knew I loved WordPress, I knew I had the design chops, and I knew I was great with clients. I was raised with a can-do attitude, so I was going to freelance my little heart out, and on March 5th, 2016, I entered the self-employment world.</p>\n<p>Fast forward to May 2016, I bought my ticket to WordCamp Minneapolis (because duh, it’s amazing). I then proceeded to buy my ticket to the Prestige Conference, which was taking place two days after WordCamp. I planned on going to both of these conferences by myself (and anyone who knows me on a personal level knows how much of an accomplishment this was for me). Because I was alone, WordCamp was a bit different this year. I didn’t have coworkers to talk to so I went in there with a mission to network, but my high anxiety and introverted side decided I should sit quietly and take it all in.</p>\n<p>Prestige Conference, for those who aren’t familiar, is a smaller conference and focused on running your small business. As a noobie freelancer, I needed to know how other like-minded people were running their businesses, how they were succeeding. So, there I was, a full-time freelancer for a whole 3 months, sitting in this conference with some of these big industry names. Intimidating? Yep, just a bit. The speakers left me in awe and I felt so out of my league but I was just happy to be there, learning and absorbing what everyone was saying.</p>\n<p>Topher and Cate DeRosia were also at this conference. Topher came up to me and started chatting and I quickly explained my background. He gave me some super helpful tips and resources for freelancing. I may have not emoted it, but I was elated. I made a connection. Not exactly because I was outgoing, BUT STILL, I NETWORKED!</p>\n<p>A couple weeks later, Topher contacted me to see if I was interested in making blog images for this very blog. Taken aback, but ever so grateful, I accepted. And after communicating over Twitter, Slack, and email for a couple more weeks, he asked if I wanted to write my own essay. Once again, shocked, dumbfounded, and hesitant because who would want to read my story, but after some encouragement, I was writing my essay.</p>\n<h3>Started from a basement now I’m here</h3>\n<p>So from where I started 12 years ago messing around with graphics, CSS & HTML for Xanga in my parents basement in Fargo, ND, I am back in a basement, my own this time, doing pretty much the same thing. Doesn’t sound like a big upgrade, but believe me, it is.</p>\n<blockquote><p>I am sure I wouldn’t be where I am right now if I skipped out on any of the conferences I went to.</p></blockquote>\n<p>Where is my future going? Who knows. I am not a ‘go with a flow’ person, but for the first time, I am trying to go with the flow. I am going to be going to more events and plan on going to WordCamp USA so I can take another stab at networking.</p>\n<h3>To sum it up</h3>\n<p>TL/DR version: My story may be generic, but my love for WordPress is anything but generic. Before WordPress I enjoyed doing graphic design and web design, but discovering the WordPress community helped me find that missing spark I needed. It’s helped me realize my goals and it’s helped me find my drive and ambition I didn’t know I had.</p>\n<blockquote><p>The WordPress community is a huge support system in my life and they don’t even know who the heck I am.</p></blockquote>\n<p>I can honestly say I love my job, I love working with clients, and I am damn lucky to be able to do what I do every day.</p>\n<p>It’s not all sunshine and rainbows. I still stress about everything that almost stopped me from doing this and I have my moments where I still question why I quit my full-time job. It may not pan out, it may go in a different direction, but I am along for the ride with WordPress in my backpack and I cannot wait to see where I end up.</p>\n<p><em>Special thanks to: My husband for dealing with my indecisiveness, my sister for being my cheerleader when I doubt myself, and my family for supporting my every decision, Topher for taking a couple minutes out of his day to talk to me and everything else that followed, Kelsey and the Enclave team for being my very first client, and everyone else who has supported this venture.</em></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Finding WordPress in Fargo\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Finding%20WordPress%20in%20Fargo&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-fargo%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Finding WordPress in Fargo\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-fargo%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-fargo%2F&title=Finding+WordPress+in+Fargo\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Finding WordPress in Fargo\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/finding-wordpress-fargo/&media=http://heropress.com/wp-content/uploads/2016/08/081016-StaceyBartron-150x150.jpg&description=Finding WordPress in Fargo\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Finding WordPress in Fargo\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/finding-wordpress-fargo/\" title=\"Finding WordPress in Fargo\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/finding-wordpress-fargo/\">Finding WordPress in Fargo</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Aug 2016 12:00:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Stacey Barton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Post Status: Choosing plugins, libraries, and frameworks — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=25965\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://poststatus.com/choosing-plugins-libraries-frameworks-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1614:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and me, Brian Krogsgard.</p>\n<p>In this episode, Joe and I discuss how we choose plugins, code libraries, and frameworks for our projects.</p>\n<a href=\"https://audio.simplecast.com/44063.mp3\">https://audio.simplecast.com/44063.mp3</a>\n<p><a href=\"https://audio.simplecast.com/44063.mp3\">Direct Download</a></p>\n<h3>Topics & Links</h3>\n<ul>\n<li>How we pick plugins</li>\n<li>Analyzing a plugin on WordPress.org</li>\n<li>Using GitHub</li>\n<li>Picking libraries or drop-in frameworks</li>\n<li>Dealing with updates</li>\n<li>Differentiating between picking tools for our personal or internal projects, versus doing so for clients</li>\n</ul>\n<h3>Sponsor: WooCommerce</h3>\n<p><a href=\"https://woocommerce.com/\">WooCommerce</a> makes the most customizable eCommerce software on the planet, and it’s the most popular too. You can build just about anything with WooCommerce. <a href=\"https://woocommerce.com/\">Try it today</a>, and thanks to the team at WooCommerce being a Post Status partner</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 06 Aug 2016 14:57:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"HeroPress: The Joy of Giving Back\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1190\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://heropress.com/essays/joy-giving-back/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8284:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/08/080316-Juhi-Saxena-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Thanks to my mother; she has always supported me, without her I would not be here.\" /><p>I was born and brought up in a very small town called <a href=\"https://en.wikipedia.org/wiki/Patiyali\">Patiyali</a>. Patiyali is on the banks of the river Ganga. It is in India’s most populous state, Uttar Pradesh. Patiyali was laid back and idyllic, with no real opportunities in IT or computers. My father never wanted me to go for IT Job because I wouldn’t get chance to work near my town. He preferred I live closer home.</p>\n<p>My mother supported me and somehow she convinced my father to let me follow my dreams. Thanks to my mother; she has always supported me, without her I would not be here.</p>\n<p>In my college there was choice between Dot Net and Java, I choose Java. I have always been fan of Open Source. I loved Java, I had also started my blog on Java in my college time. After completing my MCA I had joined my first Job as a Java Developer. I did it for 1.5 years.</p>\n<p>I never wanted to quit my job as Java Developer, but I had to because of my sister health issues. Doctors said she would not survive, it was very critical time.</p>\n<h3>How I got into WordPress (Hello WordPress!)</h3>\n<p>Unemployed for 6 months, Java was still on my mind. I could not get any Job. Meantime I had started teaching. I was hopeless, I thought I would never get a chance to work in any IT company again. Then a friend, <a href=\"https://twitter.com/ankitguptaindia\">Ankit</a>, who worked in <a href=\"https://rtcamp.com/\">rtCamp</a>, a company based in Pune told me to look up WordPress and asked me to apply for a QA opening. That lucky day I got call from rtCamp and cleared my interview. Now the challenge was to convince my parents to allow me to go Pune. Pune is in Maharashtra, almost 1000 miles away from my hometown.</p>\n<p>My parents are from a smaller town, they were worried about me living alone in a big city. It was a challenge to convince them to let go.</p>\n<p>Some things they worried about:</p>\n<ul>\n<li>Place to stay: It was too tough to find a place when I had no one in Pune.</li>\n<li>Female Count: My mother was most worried about female count. rtCamp had only two female employees including me. (now they have 7)</li>\n</ul>\n<p>Before my first day, my father and I went to rtCamp’s address and looked up the office. Convinced the neighborhood where it was located was semi-residential and safe, he felt much better about Pune.</p>\n<h3>But WordPress is just a blogging platform</h3>\n<p>Before joining rtCamp I had known WordPress as only a blogging platform. My friends who worked in MNCs usually dismissed it as a blogging platform that could create only static sites at best. I did not have a very different opinion than my friends.</p>\n<p>Working in rtCamp was fun. I made friends but to be honest I did not find WordPress very interesting for the first six months in the beginning.</p>\n<h3>WordPress community called out to me</h3>\n<p>Then I saw my colleagues involved in the WordPress community as Core contributors and in many other ways. I saw how my company was encouraging people to get involved in community.</p>\n<p>That encouraged me to get involved in with <a href=\"http://make.wordpress.org\">make.WordPress.org</a>. I highly recommend you do that too.</p>\n<h3>First Contribution Core Patch</h3>\n<p>My first contribution was a small patch in the core. I was helped by colleagues and when it was accepted I was thrilled. Now something I did was on millions of websites. It might be a small line or two but still it was on millions of websites.</p>\n<p>In September 2015, I took part in WordCamp Pune. It was my first WordCamp. I met so many wonderful people; <a href=\"http://heropress.com/essays/making-family/\">Topher</a>, <a href=\"http://heropress.com/essays/breaking-the-silence/\">Mahangu</a>, <a href=\"http://heropress.com/essays/finding-hope-darkness/\">Raghavendra Satish Peri</a>, I got to learn so many new things from them.</p>\n<p>I try to contribute (Giving back to community) in every possible way, by giving support, translating, Review themes, and documentation.</p>\n<h3>Theme Review</h3>\n<p>Theme review was the challenge for me as I had no idea about WordPress development so I thought to learn by seeing other people’s code. It was challenge for me because I am QA (non- WordPress Developer), other people assume that we can not get involved in any code related activity. I learned a lot by reviewing themes, every day I review a theme I learn so many new things. The theme review team is wonderful, there are so many wonderful people like <a href=\"https://twitter.com/KevinHaig\">Kevin Archibald</a>, <a href=\"https://twitter.com/carolinapoena\">Carolina Nymark</a>, <a href=\"https://twitter.com/Kenshino\">Jon</a>, <a href=\"https://twitter.com/nilambar\">Nilambar</a>, who are ready to help you always. I am happy to be part of theme review team.</p>\n<p>I love WordPress, it’s wonderful, it has wonderful community.</p>\n<h3>Why do I love being part of WordPress?</h3>\n<p>Recognition.</p>\n<p>I have always been crazy for being known for something. In college time when I used to get likes for my blog post or any comment, I used to feel like……wow, I can not even express that feeling in words. So that feeling WordPress gives me every time I gets mention in any WP.org posts. It gives me recognition.</p>\n<p><a href=\"https://make.wordpress.org/themes/2016/06/28/thank-you-reviewers-2/\">https://make.wordpress.org/themes/2016/06/28/thank-you-reviewers-2/</a><br />\n<a href=\"https://make.wordpress.org/docs/2016/07/12/summary-for-helphub-meeting-12-july/\">https://make.wordpress.org/docs/2016/07/12/summary-for-helphub-meeting-12-july/</a><br />\n<a href=\"http://make.wordpress.org/core/2015/09/21/week-in-core-sept-13-21-2015/\">http://make.wordpress.org/core/2015/09/21/week-in-core-sept-13-21-2015/</a><br />\n<a href=\"https://wordpress.org/news/2016/02/contributor-weekend-one-hour-video/\">https://wordpress.org/news/2016/02/contributor-weekend-one-hour-video/</a></p>\n<h3>A Thank You Note</h3>\n<p>All this wonderful adventure would not have been possible without someone back in Patiyali, who stood up for me and encouraged me to follow my dreams. My mother.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: The Joy of Giving Back\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=The%20Joy%20of%20Giving%20Back&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fjoy-giving-back%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: The Joy of Giving Back\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fjoy-giving-back%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fjoy-giving-back%2F&title=The+Joy+of+Giving+Back\" rel=\"nofollow\" target=\"_blank\" title=\"Share: The Joy of Giving Back\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/joy-giving-back/&media=http://heropress.com/wp-content/uploads/2016/08/080316-Juhi-Saxena-150x150.jpg&description=The Joy of Giving Back\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: The Joy of Giving Back\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/joy-giving-back/\" title=\"The Joy of Giving Back\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/joy-giving-back/\">The Joy of Giving Back</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Aug 2016 12:00:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Juhi Saxena\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Post Status: Using Kickstarter to fund open source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=25896\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://poststatus.com/kickstarter-open-source-project/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12695:\"<p>Open source is how we create raw ingredients for the digital economy. It’s a rough, organic, and hugely important process. In fact, open source represented $143 million <a href=\"https://medium.com/@nayafia/open-source-was-worth-at-least-143m-of-instagram-s-1b-acquisition-808bb85e4681\">of Instagram’s $1 billion acquisition</a>. Yet the role of open source as economic infrastructure <a href=\"https://medium.com/@nayafia/funding-digital-infrastructure-8b1bf8b8e4cb\">is perilous at best</a> — the next <a href=\"http://heartbleed.com/\">Heartbleed</a> could be any day. Bridges don’t collapse often, but sustainably maintained open source projects are few and far between. Unless a project has the backing of a benevolent organization, it’s all too easy to <a href=\"https://twitter.com/danielbachhuber/status/752973741781463040\">fall into a state of disrepair</a>.</p>\n<p>I do my part by volunteering several hours each week to maintain an open source project called <a href=\"https://wp-cli.org/\">WP-CLI</a>. Last November, I launched a Kickstarter project titled “<a href=\"https://www.kickstarter.com/projects/danielbachhuber/a-more-restful-wp-cli\">A more RESTful WP-CLI</a>” to provide a way for me, a <a href=\"https://handbuilt.co/\">self-employed freelancer</a>, to spend a large amount of dedicated time on WP-CLI and the <a href=\"http://v2.wp-api.org/\">WordPress REST API</a>. The funding wrapped up last month, so I thought it might be helpful to provide a retrospective on what worked, what I’d improve upon next time, and where I think this is all headed.</p>\n<h3>We all love #shipping</h3>\n<p>As a very brief summary of how I used the money:</p>\n<ul>\n<li>Over seven months, I spent 226 total hours on WP-CLI (150 of which were funded by the Kickstarter project) and 111 total hours on the WordPress REST API (92 of which were funded by the Kickstarter project).</li>\n<li>I shipped three major versions of WP-CLI, and helped with three releases of the WordPress REST API v2 plugin.</li>\n<li>In each release, I personally introduced dozens of new features to each project, fixed ten times as many bugs, provided code review, answered support questions, and revised documentation.</li>\n</ul>\n<p>There’s a <a href=\"https://wp-cli.org/restful/\">very complete project landing page</a> if you’d like to go through all of the details.</p>\n<h3>“I’d love to get paid to work on open source too”</h3>\n<p>On the surface, using Kickstarter seems like a great way to fund open source involvement: create a campaign, people give you money, and you get paid to work on your project. It’s actually fraught with challenges, though. The more appropriate way to think about using Kickstarter for open source is that you’re creating a one-time project for yourself, and have hundreds of customers to serve.</p>\n<h4>Kickstarter can help freelancers make significant open source contributions</h4>\n<p>It’s worth highlighting the single most important outcome of the crowdfunding campaign: I was able to spend dedicated time on WP-CLI and the WordPress REST API that I wouldn’t have been able to spend otherwise (or at least in such a concentrated period).</p>\n<p>As a freelancer, I evaluate every hour of my working day as either billable or non-billable. While I’m fortunate I can already spend a large amount of non-billable time as I please, at the end of the day the time I don’t spend on billable hours is money out of my pocket. Kickstarter enabled me to consider open source contributions as billable, and rationalize dedicating a large number of hours each week to the projects.</p>\n<p>In hindsight, the timing of the Kickstarter project turned out really well too. Because I didn’t have any clients when I quit my full-time job, the funds were a helpful cushion during the slow holiday period, and I had something to work on in January.</p>\n<h4>It’s important to have backers with deep pockets</h4>\n<p>Incorporating higher contribution levels, which I had primed by chatting with prospective backers in advance, meant the funding leapt forward in huge bounds. Every time one of those contributions came in, it moved the needle in a substantial way, and kept the excitement level up. This also helped keep lower level contributors engaged and willing to participate. I can’t imagine how difficult it would be to try and fund a Kickstarter exclusively on sub-$100 contributions.</p>\n<p><a href=\"https://poststatus.com/profiles/ben-welch-bolen/\">Ben Welch-Bolen</a>, who I hadn’t met until he snagged the top contribution slot, explains:</p>\n<blockquote><p>What attracted us to the WP CLI Kickstarter project was the higher pledge options that had some meaningful exposure for us to his community, and to him as a resource. Plus it was great to give back to a tool we use ourselves and follow closely.</p></blockquote>\n<p>I consider myself fortunate to have an existing audience willing to financially back my open source contributions. Because of my track record, I was able to put my own social capital on the line as collateral, to “guarantee” the project. <span class=\"pullquote alignright\">If you can’t name fifty people who would realistically fund your project, then you’ll need to have a substantial marketing budget (of time or money) to raise awareness.</span></p>\n<h4>Scope in open source is a double-edged sword</h4>\n<p>While I had an established objective for the Kickstarter, I didn’t have a clearly defined scope. This meant that some intermediate implementation details blocked later features. For instance, you can’t use <a href=\"https://github.com/wp-cli/restful\">RESTful WP-CLI</a> to manage menus, because the menu endpoints don’t yet exist in the WordPress REST API.</p>\n<p>At the same time, not having a super defined scope meant I could take the liberty to spend some of the time on what I thought was most useful. WP-CLI package management and the documentation portal essentially launched because I burned out working on the WordPress REST API.</p>\n<h4>Crowdfunding requires a certain type of personality</h4>\n<p>As far as honoring my commitments to my backers goes, I’d consider my Kickstarter a success. I did what I said I was going to do, on the schedule I communicated. I was able to do this, in part, because I’m a very meticulous person. I produce reasonably accurate estimates, keep track of how I spend my time, and over-communicate with stakeholders.</p>\n<p>If this doesn’t sound like you, then crowdfunding might not be a great fit. As a freelancer, you need to know in advance how the work will fit alongside client commitments. As a full-time employee, you need to make sure you’re capable of completing the project on nights and weekends.</p>\n<p><a href=\"https://poststatus.com/profiles/joshua-strebel/\">Josh Strebel</a>, to whom I’m thankful for a great deal of early feedback, thinks:</p>\n<blockquote><p>The open source community is primarily reputation based, WordPress especially. Getting a campaign funded on Kickstarter is about trust. Trust and reputation are shades of the same color so to speak. If you build a reputation of trust, launching and promoting a Kickstarter project should be fairly easy as your peers trust you to execute against your stated goals (their money is used for it’s stated intent and appears to achieve the desired outcome). I do not think you can reverse the order, the reputation in the community must be cultivated prior to seeking funds.</p></blockquote>\n<p>One huge challenge with a Kickstarter project is that you have to do all of the work after you receive the money, which can be really difficult for procrastinators. <span class=\"pullquote alignright\">You’re also faced with dozens of stakeholders to make happy, with your credibility and reputation on the line, so you need to make sure they’re regularly kept in the loop.</span></p>\n<h4>Most of what goes into open source isn’t very sexy</h4>\n<p>Contributing to open source isn’t just cranking out lines of code.</p>\n<p>I spent a huge amount of the funded WordPress REST API time on discussion, code review, and support. These maintenance tasks aren’t very appealing for crowdfunding, and probably wouldn’t make it very far as a part of a Kickstarter project. People want to fund sexy new features, not bug fixes, maintenance, documentation, etc.</p>\n<p>At the same time, this type of work is hugely expensive, and represents a substantial majority of the effort involved in maintaining an open source project.</p>\n<p>Fortunately, <a href=\"https://poststatus.com/profiles/josh-koenig/\">Josh Koenig</a> has a healthy understanding of where open source fits into his business:</p>\n<blockquote><p>We believe that open source software is a crucial part of the internet’s value proposition to humanity. However, at this stage in the development of our company, investments in open source have to be strategic. Any sustained contribution we make has to be justifiable in terms of hour it helps us improve our platform or grow our business.</p>\n<p>As such our primary code and sponsorship contributions tend to be down the stack, to projects or libraries that we depend on to run our platform. When it comes to WordPress or Drupal, we typically contribute in ways that will have the most impact for our core audience: professional developers. So that means tools and utilities like WP-CLI, Redis or Solr integration, diagnostic tools, etc.</p></blockquote>\n<h4>Simplicity means more time spent on the project</h4>\n<p>On the practical side, offering consulting-time rewards instead of physical swag helped me keep reward costs manageable. Only two-thirds of backers redeemed their rewards, so I spent a total of 41.25 hours on that part of the project.</p>\n<p>As it turns out, <a href=\"https://poststatus.com/profiles/jason-resnick/\">Jason Resnick</a> even appreciated the open-ended approach to rewards:</p>\n<blockquote><p>The best part of the project was the ability to choose my own path, so to speak. Kind of like those Choose Your Own Adventure books when you were a kid. WP-CLI can be used in so many different ways for different tasks, it was awesome to be able to just hop on a call with you and one or two other folks that also wanted to learn the same thing, and get the answers to the specific questions.</p></blockquote>\n<p>It also proved helpful to produce a landing page for the project with the overall goal, links to blog posts and milestones, and over-communication on how I was “spending” the money. In hindsight, I wish I had been more diligent about my progress updates and communication about what I was actually working on.</p>\n<p>My favorite production trick: I used HTML and CSS to produce a graphic in my browser, and took a screenshot of it — quite possibly the easiest way to create a Kickstarter header image, for you other non-designers.</p>\n<h3>Kickstarter is only the beginning</h3>\n<p>Kickstarter is an amazing platform for funding creativity. The next time I launch a crowdfunding project, I’ll make sure to:</p>\n<ul>\n<li>Get feedback on the idea from as many people as possible, as a way of generating interest and buy-in.</li>\n<li>Establish a project scope with features people want, while making sure there’s ample budget for the unglamorous work.</li>\n<li>Keep the rewards rewarding, and as simple to deliver as possible.</li>\n<li>Over-communicate progress, knowing I have hundreds of customers to make happy.</li>\n</ul>\n<p>In the case of WP-CLI, <a href=\"https://runcommand.io/\">runcommand</a> is my new company to pick up where Kickstarter leaves off.</p>\n<p>An increasing number of businesses use WP-CLI as a key part of their infrastructure. Right now, each business has to internalize much of the cost associated with creating WP-CLI-based features. For instance, many web hosts would benefit from offering a web browser interface for running WP-CLI commands. However, there isn’t yet a great way for them to collaborate and produce a common solution.</p>\n<p><a href=\"https://runcommand.io/\">runcommand</a> provides a platform for these businesses to <a href=\"https://runcommand.io/sparks/\">co-produce a shared open source roadmap</a>, and offload much of the burden of developing and maintaining infrastructural components.</p>\n<p>Thinking about using Kickstarter to fund your open source projects? Have questions about runcommand? I’d love to hear from you — <a href=\"mailto:daniel@runcommand.io\">daniel@runcommand.io</a> or <a href=\"https://twitter.com/danielbachhuber\">@danielbachhuber</a> on Twitter.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Aug 2016 21:03:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Daniel Bachhuber\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Post Status: Scaling WordPress — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=25850\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://poststatus.com/scaling-wp-draft/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2270:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p><span>In this episode, Joe and Brian talk scaling WordPress, and what to do when you think you might’ve reached WordPress’s limits. From meta data, to users, to traffic management, they break down some of the most common scaling issues.</span></p>\n<a href=\"https://audio.simplecast.com/43493.mp3\">https://audio.simplecast.com/43493.mp3</a>\n<p><a href=\"http://audio.simplecast.com/43493.mp3\">Direct Download</a></p>\n<h3>Topics</h3>\n<ul>\n<li>Posts</li>\n<li>Meta</li>\n<li>Search</li>\n<li>Database</li>\n<li>Users</li>\n<li>Traffic (types of caching)</li>\n</ul>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://github.com/elastic/elasticsearch\">Elasticsearch</a></li>\n<li><a href=\"https://github.com/10up/ElasticPress\">ElasticPress</a></li>\n<li><a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-mlt-query.html\">More Like This Query</a></li>\n<li><a href=\"https://github.com/alleyinteractive/es-wp-query\">Elasticsearch WP_Query</a></li>\n<li><a href=\"https://memcached.org/\">Memcached</a></li>\n<li><a href=\"http://redis.io/\">Redis</a></li>\n<li><a href=\"https://github.com/Rarst/fragment-cache\">Rarst Fragment Cache Plugin</a></li>\n<li><a href=\"https://github.com/humanmade/hm-fragment-cache\">Human Made Fragment Cache drop-in</a></li>\n</ul>\n<h3>Sponsor: iThemes</h3>\n<p><span><a href=\"https://ithemes.com/\">iThemes</a> has a full suite of excellent products to help you level up your WordPress website. From iThemes Security, to BackupBuddy’s new live backups, to Exchange for your next membership site, iThemes has you covered. Thanks to the team at iThemes being a Post Status partner!</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Jul 2016 17:55:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WordPress.tv Blog: Matt Gibbs: Diving Into Commercial Plugin Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.wordpress.tv/?p=544\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://blog.wordpress.tv/2016/07/28/matt-gibbs-diving-into-commercial-plugin-development/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1207:\"<p>Learn key takeaways from my running a plugin business. Matt Gibbs goes over how to determine whether your plugin idea can sell, how to set the price, deciding on the business model, whether to self-host, and handling support.</p>\n<div id=\"v-9NHU2NND-1\" class=\"video-player\">\n</div>\n<p><a href=\"http://slides.com/logikal16/deck#/\">Slides</a></p>\n<p>From <a href=\"https://wptv.wordpress.com/event/wordcamp-asheville-2016/\">WordCamp Asheville 2016</a></p>\n<p>More <a href=\"https://wordpress.tv/\">WordCamp videos</a></p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptvblog.wordpress.com/544/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptvblog.wordpress.com/544/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.wordpress.tv&blog=5310177&post=544&subd=wptvblog&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://blog.wordpress.tv/2016/07/28/matt-gibbs-diving-into-commercial-plugin-development/\"><img alt=\"Matt Gibbs: Diving Into Commercial Plugin Development\" src=\"http://videos.videopress.com/9NHU2NND/matt-gibbs-diving-into-commercial-plugin-development-wcavl-2016_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Jul 2016 05:15:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Jerry Bates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Cory Miller and Matt Danner Launch New Business Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=57918\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/cory-miller-and-matt-danner-launch-new-business-podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2723:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/podcast.jpg?ssl=1\"><img src=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/podcast.jpg?resize=960%2C472&ssl=1\" alt=\"photo credit: Maciej Korsan\" class=\"size-full wp-image-52297\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/IQVHQYS3GL\">Maciej Korsan</a>\n<p>WordPress professionals have demonstrated a decent appetite when it comes to listening to and supporting podcasts on <a href=\"http://iamdavidgray.com/best-wordpress-podcasts/\" target=\"_blank\">a wide variety of topics</a>, including industry news, development, e-commerce, marketing, and startups. Cory Miller, founder of <a href=\"https://ithemes.com/\" target=\"_blank\">iThemes</a>, and Matt Danner, the company’s COO, are adding a new business podcast to the mix with the launch of <a href=\"http://leader.team/\" target=\"_blank\">Leader.team</a>.</p>\n<p>The <a href=\"http://leader.team/episode-1-introductions-background-backstory/\" target=\"_blank\">first episode</a> introduces the hosts and the goals of the show and is now available on iTunes. Miller and Danner, who often have casual chats about business strategy, decided to start recording their conversations to share with others who might benefit from their mistakes and successes in entrepreneurship.</p>\n<p>“We’re going to talk about values, beliefs, philosophies, tools, all kinds of things that we have learned over the years, either accidentally or on purpose, about how to lead and manage teams and grow a business,” Miller said in the opening episode.</p>\n<p>Leader.team will feature a short (15-25 minute) episode twice a month on Thursdays with practical advice for leaders and managers. The second episode will be available tomorrow, and Miller and Danner have already outlined the topics for the next four episodes with questions that will guide the discussion on the show:</p>\n<ul>\n<li>The Beliefs, Values, Philosophies We Hold Dear</li>\n<li>The Culture We Cherish And Protect</li>\n<li>Finding, Recruiting and Hiring the Best People</li>\n<li>Leading a Hybrid Team of In-Office and Remote Team Members</li>\n</ul>\n<p>While Miller and Danner are not necessarily marketing the show as a WordPress-focused podcast, many of their shared experiences have come from growing one of the longest-running, successful product companies in the WordPress ecosystem. Upcoming episodes will feature big picture business topics that can be applied to many different types of industries. Leader.team episodes have been submitted to both iTunes and Google Play and will also be available on the show’s <a href=\"http://leader.team/\" target=\"_blank\">website</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jul 2016 22:19:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: WordPress for Android 5.6 Adds Screen to Invite New Users, Expands Reader to Include Related Posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=58328\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://wptavern.com/wordpress-for-android-5-6-adds-screen-to-invite-new-users-expands-reader-to-include-related-posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2114:\"<p><a href=\"https://apps.wordpress.com/2016/07/27/wordpress-for-android-version-5-6/\" target=\"_blank\">Version 5.6</a> of the WordPress for Android app was released today with expanded features for WordPress.com sites. The previous release <a href=\"https://wptavern.com/wordpress-for-android-5-5-debuts-new-visual-editor-adds-user-management\" target=\"_blank\">added user management capabilities</a> under a new ‘People’ menu and 5.6 introduces the ability to invite new users.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/07/invite-new-users.png?ssl=1\"><img src=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/07/invite-new-users.png?resize=281%2C500&ssl=1\" alt=\"invite-new-users\" class=\"aligncenter size-large wp-image-58332\" /></a></p>\n<p>This release also adds a related posts section to posts found in the Reader. It appears directly underneath likes on posts and pulls in three related articles from the WordPress.com community of sites.</p>\n<p>Version 5.6 adds the ability to customize the notification sound for new activity from the WordPress app. A handful of other small changes are also included in 5.6, as detailed in the release post:</p>\n<ul>\n<li>Post list: Posts in the middle of being uploaded will be disabled and shown a progress indicator. A publish button is added on drafts.</li>\n<li>“View Site” and “View Admin” will now open the device browser.</li>\n<li>A comment is automatically approved when you reply to it.</li>\n</ul>\n<p>If you use the app to manage both WordPress.com and self-hosted sites, you will notice a growing discrepancy between the site management screens and options available for each. Self-hosted site owners still cannot use the app to manage themes or users, and the gap is widening for each release. Version 5.6 expands features for WordPress.com users, while the capabilities for self-hosted sites fall further behind. We have requested a comment from Automattic’s mobile engineers regarding the roadmap for managing self-hosted sites and will update when we receive a response.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jul 2016 20:19:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: IncludeWP: A Directory That Caters to WordPress Frameworks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wptavern.com?p=58222&preview_id=58222\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/includewp-a-directory-that-caters-to-wordpress-frameworks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3745:\"<p>Earlier this year, the WordPress plugin directory review team <a href=\"https://wptavern.com/the-wordpress-plugin-directory-will-no-longer-accept-frameworks\">reminded developers</a> that frameworks are not allowed in the directory. WordPress core doesn’t have a built-in way to support plugin dependencies which creates extra hassle for users.</p>\n<p>Seeing an opportunity, Vova Feldman, founder of Freemius, created <a href=\"https://includewp.com/\">IncludeWP</a>, a directory specifically catered to listing WordPress theme and plugin frameworks.</p>\n<img class=\"wp-image-58242 size-full\" src=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/07/IncludeWPFrontpage.png?resize=1007%2C690&ssl=1\" alt=\"IncludeWPFrontpage.png\" />IncludeWP Front Page Displaying Theme and Plugin Frameworks\n<p>Frameworks are listed using their public GitHub repositories. Visitors can sort frameworks by stars, forks, issues, or name. Selecting a framework displays information including, how many sites it’s on and the number of plugins and themes hosted on the official directory that are using it.</p>\n<img class=\"wp-image-58259 size-full\" src=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/IncludeWPSinglePageView.png?resize=1014%2C664&ssl=1\" alt=\"IncludeWPSinglePageView.png\" />IncludeWP Framework Single Page View\n<p>To identify which plugins and themes are used by frameworks, Feldman collaborated with Luca Fracassi of <a href=\"https://addendio.com\">Addendio</a>. “We realized that we can leverage the WordPress.org APIs and SVN to automatically identify plugins and themes associated with frameworks on WordPress.org,” Feldman said. “So we decided to join forces.”</p>\n<p>Fracassi developed a framework identification system and ran it against WordPress.org. The data was exposed via a custom API endpoint that allowed Feldman to display it on IncludeWP. “We leveraged Fracassi’s endpoint to fetch the plugins and themes data from WordPress.org and present it under the framework’s page,” Feldman said.</p>\n<p>Like the frameworks listed on IncludeWP, the code powering the site is open source and <a href=\"https://github.com/Freemius/IncludeWP\">available on GitHub</a>. “I’m preaching about code reusability,” Feldman said.</p>\n<p>“The least I can do is provide the option for other developers to reuse our code for their projects. By reusing this code base, everyone can easily create a similar category type listing mini-site for GitHub repos.”</p>\n<p>Developers interested in having their frameworks listed need to fork the <a href=\"https://github.com/Freemius/IncludeWP\">IncludeWP repository</a> on GitHub, add the framework as a .php in the src/frameworks folder, and submit a Pull Request. However, in order to be listed, frameworks must meet the following guidelines.</p>\n<ul>\n<li>The framework must be GPL Licensed.</li>\n<li>The framework must have a public repository on GitHub</li>\n<li>Complete each field in the src/frameworks area</li>\n<li>Add a reference to the plugin or theme’s slug if it’s hosted on WordPress.org</li>\n<li>Have a short description</li>\n</ul>\n<p>Feldman says he doesn’t plan on generating revenue through the site and considers IncludeWP as one of many contributions back to the WordPress community.</p>\n<p>IncludeWP is a great resource for developers whose frameworks are spread across GitHub who are looking for ways to generate more exposure. It’s also an excellent way to see what’s available in the WordPress ecosystem. Take a look around <a href=\"https://includewp.com/\">IncludeWP</a> and let us know what you think in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jul 2016 15:07:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"HeroPress: 16 Little Things That Grew Into Big Things (My Life in a Bunch of Words)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1177\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://heropress.com/essays/16-little-things-grew-into-big-things/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33897:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/07/072616-16-2-little-things-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pill quote:WordCamp was not a conference, it was a sharing of ideas. It was not a convention, it was a place to build actual relationships.\" /><p>I suppose I’ve always had the “entrepreneurial spirit.” My first taste of being in business likely occurred prior to this, but the first time I *remember* really enjoying building my own business was in the fifth grade.</p>\n<h3>Little Thing #1</h3>\n<p>For Christmas, I had gotten a new handheld electronic game. I suspect that most readers here will not remember these, but the one I had gotten was the race car game. It was a game with a button that slid only left and right, the goal to be to dodge the oncoming LEDs with the LED you controlled with the slider. It was a simple game but fun. I brought it to school and started charging people .25 per game to play. I averaged $9.00 a day. That’s a lot to a fifth grader. I learned about profit and expenses (batteries do, after all, cost money). I learned about friendly competition when a friend of mine and classmate brought his electronic handheld football game to school and charged .50 per game. I learned about volume sales (my game would last about a minute or two whereas the football game lasted substantially longer). I also learned about charging what the market would bear (I couldn’t get .50 per game but I could do .25 all day long). And lastly, I learned about “The Man” and how something that is going so well can go away in the blink of an eye when the school, after about a month of my enterprise, decided that these games were too much of a distraction to “real learning” and shut both myself and my competitor down.</p>\n<blockquote><p>Little did the school know that I learned more with my business experience in that short time than I did my whole fifth grade year</p></blockquote>\n<p>(it was my worst experience in elementary school, yet one of my most formative). When all was said and done, though, I had made a couple hundred dollars from a game that cost about $40 (which I hadn’t even paid for). Not a bad return.</p>\n<h3>Little Thing #2</h3>\n<p>In High School economics class, we learned how the stock market worked. We split the class into several groups and formed “corporations.” The members of these corporations then bought stock with real money. This money went to buy product that we would sell to the student body over a period of a couple weeks. I had been asked to be a member of the one corporation due to a previous simulation in which I had almost successfully beaten another team by coordinating an uprising against them (the other team was far more powerful) by secretly putting several of the smaller, less powerful teams together to try to take out the big team. It almost worked. Almost.</p>\n<p>This team asked me to be part of this new corporation because they were impressed. We decided that the thing we were going to sell to the student body was going to be candy. I invested $9.00 into the company. Of the members of this newly formed team, I invested the most. We talked about what types of candy to buy. It mostly involved peanut butter cups and skittles as I recall.</p>\n<p>I don’t remember what the other corporations sold. It didn’t matter. It was not true competition because we each were exclusive with our products. During breaks, lunch, and after school, we all had our tables set up in the quad and sold our goods. Our corporation slaughtered all the others. It wasn’t even close.</p>\n<p>At the end of it all, we determined the stock value based on costs of goods sold and profit left over. We sold our stocks for what they were worth. My $9.00 had turned into about $75.00 in the two weeks. I made, far and away, more money than anyone else in the class (and according to the teacher, more than anyone ever had in that simulation). Making money was easy, and it was what I was meant to do. Or so I thought.</p>\n<h3>Little Thing #3</h3>\n<p>Back to Fifth Grade. At the time, my best friend, Jack, had introduced me to Basic programming. My dad worked at a local University and as a result, the head of the Math & Computing Department granted me a student account on the mainframe (their department was right across from my dad’s “Modern Languages” Department). It was here that I learned that a simple Basic statement such as “10 goto 10” could actually take down a campus-wide system as these mainframes were really not built to do multi-tasking. The joy of an endless loop. I hate to admit that there were times that I would laugh maniacally as other students in the lab would start literally banging their keyboards because nothing was happening. To all of you, I most humbly and heartily apologize. I was a jerk. I blame Jack.</p>\n<blockquote><p>None the less, I had been bitten by the programming bug.</p></blockquote>\n<p>I expanded my knowledge beyond causing others brain damage for fun and actually started to program useful things. My dad hired me at .50 an hour (which I’m pretty sure came out of his own pocket) and I worked on programs that would quiz his students. It’s also probable that he did it to keep me out of trouble.</p>\n<p>My brain wrapped itself around programming rather quickly and, as a general rule, every day after school, you’d find me back up in one of the University labs hacking away. It wasn’t a bad life. I liked it a lot. My favorite lab was the one right outside the server room. I got to know the students who kept the systems up. I remember when they got some new storage. I want to say it was a drive that could store 20 megabytes. It was literally as big (and heavy) as a washing machine. Oh. . . the good ol’ days.</p>\n<h3>Little Thing #4</h3>\n<p>I believe it was during the summer between Eighth Grade and Ninth Grade (circa 1980-81) that a representative from a company called Commodore came and demonstrated this great new personal computer. It was better than a TRS80 and far more affordable than the Apple ][. It had color and a whopping 5 KB of RAM. That is pretty impressive. All you needed to do was hook it up to your TV. I don’t remember what I paid for it, but I knew this was the machine for me, so I ponied up with my hard-earned money for the computer that looked like nothing more than a keyboard and a tape drive. Before I knew it (well . . . four to six weeks later), I was a programming fool from the comfort of my own home. I could get used to this. It was a few months later that I had saved up enough for a 300 baud modem (If you don’t know what 300 baud is, let me explain: It’s SLOW) and learned how I could hook up to my account at the college. It was my first taste of remote work and I knew that, one day, it was going to be the life I’d be living. The world would just have to catch up (ya, I was just a scosche cocky back then).</p>\n<p>A year later, I upgraded to a Commodore 64 and purchased my first Commodore 1541 5.25” floppy drive. I learned about sprite graphics and created a game based on the Saturday Night Live character, “Mr. Bill.” The game totally sucked, but suffice it to say, Mr. Bill died a LOT at the hands of Sluggo. A LOT.</p>\n<h3>Little Thing #5</h3>\n<p>Between my Junior and Senior years of high school, I was going to take a trip to Europe. I knew that Europe was no place to take my computers, and what I really needed was to make memories. I had always envied my sister’s camera and decided that it was time for me to dive into 35mm photography, so I sold my whole computer setup and purchased my first 35mm camera; a Canon AE1-Program with a couple of lenses and some books and accessories. I quickly learned how to actually use the thing and gained a basic understanding of the math behind the exposure you want. During that trip, I shot as many rolls of film as I could afford and discovered that maybe a life in photography was what I really wanted.</p>\n<p>I came back, my senior year, where I was the head photographer for the yearbook. I was rather proud of that yearbook and I put a lot of time and effort into it. So much so, that the yearbook staff felt obligated to give me an award. As mentioned earlier, in my younger years, I was sort of a jerk, so I cannot remember what the award was. At the time it meant a lot to me, though.</p>\n<p>I loved photography and I loved technology. If only there was some way to combine photography with technology. . . Maybe one day.</p>\n<h3>Little Thing #6</h3>\n<p>After high school, I went to about one semester of College. I say, “about,” because I think the only class I regularly attended was the photography class I was taking. I really enjoyed the class and the teacher. But most of all, I enjoyed the full access to the dark room where I was the head know-it-all and all the other students came to me for assistance. My ego was riding pretty high around that time.</p>\n<h3>Little Thing #7</h3>\n<p>After deciding to drop out of college (much to the chagrin of my dad – did I mention he was a University Professor?), I knew I needed to make money. I applied for (and got) a job with a company called Lifetouch National School Studios. Many of you might be familiar with this company. They specialize in school photography. I worked there for two school years, the first being an assistant and general runner and then the next year I did a lot of darkroom work. I was in my zone. I got to be good friends with a guy named Gene who was the world’s biggest Raiders fan and even got me a press pass a couple years later to shoot from the sidelines.</p>\n<blockquote><p>During that game, I met people like Howie Long, Bo Jackson and Bob Golic.</p></blockquote>\n<p>I also met James Garner who got to stand by the bench because, well, he was James Garner. Incidentally, he was exactly what you’d have expected him to be. Gene also introduced me to the world of Santa Claus mall photography; possibly the worst job I ever had. No, I was not the Santa. I was the photographer. The problem was never the kids. It was always the parents. You try telling parents that their kid is hysterical, will never calm down, and will never smile for Santa because he or she is scared to death of the man with the beard. Or, maybe, try to find something to clean up the pee on the floor because some parent made their kid wait in line for two hours while he had to go to the bathroom (usually the two hours was because of a number of the aforementioned parents living in their dreamland of a smiling child). Or, having a parent make you tell their child that Santa has gone home for the day (because the parents waited until after the mall closed before they decided to get in line). All true stories. Ya – I only did it one Christmas. Ironically, I lasted longer than most.</p>\n<h3>Little Thing #8</h3>\n<p>I quickly realized that I needed to be making more money and that commissioned sales was where I needed to be. I applied for (and got) a job at a company called Circuit City. They sold electronics of all sorts. I originally wanted to work in their Camera Department, only to discover that they didn’t have one. So, it was Small Electronics for me, where I quickly became Assistant Manager of the department.</p>\n<p>After cutting my teeth in electronics, I figured out that where I really wanted to be was in the Video Department. It’s where the money was. So I put in for a transfer and that’s where I got to be good friends with Gregg Franklin. Gregg and I forged a strong friendship and discovered that neither one of us ever really had a desire to work for “The Man,” so we decided to look for business opportunities. This was around 1987 or 1988.</p>\n<h3>Little Thing #9</h3>\n<p>In 1989, Gregg and I decided to venture off from Circuit City and we bought a little camera store for $10,000.00. It had been around for a while and, honestly, neither one of us did much due diligence. Had we done so, we would have discovered the reputation the owner of the store had. We spent the next two years working on re-branding, building up a local reputation of supporting schools and professional photographers in the area, and eventually became a reputable business in town. The local photographers would come and chat for hours on end with us and we became friends with many who remain our friends to this day. During this time, we built a darkroom and did a lot of custom work.</p>\n<p>Additionally, a friend from school had started his own company in which he built custom PCs. It was time for me to return to the world of computing, where, after purchasing an XT PC running MS-DOS 2.0 (I believe), and a piece of database software called Q&A, I developed a fully operational Point of Sale system. It was my first foray into data mining. I had finally figured out a way to combine my love of photography with my love for computing. It wasn’t what I initially imagined, but it would do.</p>\n<p>During the time of the camera store, I also started my own WWIV BBS called “The Dragon’s Tavern”, a precursor to the Internet. It had software and games (can you say, “Global Thermal Nuclear War?). At one point, I was the only one in the area with a BBS and ONE GIG of storage space. Modem tech had advanced and I got myself a USRobotics 14.4 Courier HST modem. I was the king of the local BBS world. WWIV was an open source BBS platform and I spent a lot of time writing mods for it in Turbo C++. I met people from all over the world and spent hours on the phone with some of them as we worked through programming issues and ideas. It was my first experience with remote collaboration.</p>\n<p>The camera store lasted a couple of years, but we suffered a bit from trying to do too much too fast, along with a failing economy, and we realized that our model was not really sustainable. Rather than getting buried under a mountain of debt, we made the choice to shut the place down.</p>\n<p>From there Gregg and I tried our hands at a few things, the most significant being a sign company (we had actually been running it as a side business from the camera story for some time, to help bolster our income). To be honest, I didn’t like that job that much. Gregg got to have all the fun doing the creative work, then he, our alcoholic partner who showed us the ropes, and myself would go and install them. Vinyl cutting was fun and the tech behind it still fascinates me, but it didn’t take long for us to learn that we were not the right fit with the third partner, so Gregg and I split from him.</p>\n<h3>Little Thing #10</h3>\n<p>Fast forward a couple years. Gregg and I had been doing our own things separately for a while, trying to find our place in life. Owning and shutting down a couple of businesses does make you realize that you’re not as perfect as you think you are and may even be a bit of cause for some soul searching. I cannot speak for Gregg, but I know that for myself, that was the case.</p>\n<p>I was burnt out on photography.</p>\n<blockquote><p>Doing something for a couple of years for others and none for yourself sort of takes the passion out of it.</p></blockquote>\n<p>Running a free BBS was not exactly a business model that worked. I think it was around 1995 that I discovered Netcom. It was one of the first real internet providers. I bit. I was hooked. It was *like* a BBS but SO much more! The world had opened up to me and I saw my vision of one day becoming a remote worker come that much closer. Before long, a feeling had returned that I had not had in awhile: the desire to learn something new in technology. I wanted to gain an understanding of how the back end of this wondrous new tool worked. I knew it was the future, and it was within my grasp. It had been a while since I had been that excited about anything.</p>\n<p>It was then that Gregg and I reconnected. Gregg had told me that some other mutual friends of ours were about to embark on starting a regional Internet Service Provider, servicing schools and running a digital technology called ISDN. They had invested in the equipment but needed someone to run it. They had asked Gregg, and when I expressed interest, we formed a partnership and got to work. During this time, I learned about routers, IP traffic, DNS, collaboration with people on a global level, scalability, building departments and efficiently servicing customers through no more than email and a telephone connection. I learned about the value of good documentation and I learned how to deal with big, huge companies and their lawyers. I learned all of these things and yet, I wouldn’t say that any of those shaped my future and my life and business operating philosophy more than the epiphany I had once I hired our first employee.</p>\n<p>Until this point, I had always been about making money and a name for myself. It was ALWAYS about the money for me. Always. But I remember that moment like it was yesterday. That moment I looked at the empty desk of our first employee and realized that we were embarking on something great. We were building a company that would help sustain the lives of others and their families. If all went well, it wouldn’t be just a few. It would be many.</p>\n<blockquote><p>In the blink of an eye, it went from being about me and what I could take home, to being about them.</p></blockquote>\n<p>To being about us. All of us. That one moment changed everything for me.</p>\n<h3>Little (ok BIG) Thing #11</h3>\n<p>In 2003, my wife and I decided to move to Wisconsin from sunny Southern California. I was going to continue to work remotely with the ISP we had built up to over 40 employees and my wife Jessica was going to also work remotely with the Electronic Funds Transfer company she had worked to build up while in California (she was their first employee). Wisconsin was a nice break from the rat race of Southern California. We bought a house, set up our office and before I knew it, I discovered that the people back home at the ISP didn’t understand the concept of remote work. I was a shareholder of a company that had no use for me sitting a couple thousand miles away. Sure, from time to time they’d call me, but overall, out of sight meant out of mind where I was concerned.</p>\n<p>We moved to a pretty small town where we were happy to have high speed internet, but there was not a lot of demand for a network engineer or software programmer. I had, once again, found myself somewhat without a professional purpose.</p>\n<p>Soon after our first year there, we found out that Jessica was pregnant. Our main purpose in moving to Wisconsin was to start a family, but Jessica had always had issues carrying a pregnancy to full term. It was heartbreaking to deal with multiple miscarriages, but we had found a doctor in Green Bay (2.5 hours away) who thought he might be able to narrow down the issue. He was right, and nine months (and two weeks) later, we were introduced to our son, Eli. Hard to believe it’s been 11 years. And while I was struggling to find my place professionally, there was no doubt that I knew my place personally, as a father.</p>\n<blockquote><p>I was 38 and suddenly felt it was what I was meant to do.</p></blockquote>\n<p>I attempted to work for a local computer place during this time, but that simply didn’t take. I had, for a long time, said that employment may not be for me and certainly, in that situation, I was proven right. I am not, and never have been, a “Yes” man, I would tell people. I needed to reinvent myself and I needed to figure out my place.</p>\n<p>This time put a lot of strain on my marriage to Jessica. She was the main bread winner and while she was appreciative of the fact that I was really good with taking care of Eli and doing things around the house, she felt the pressures of being responsible for the family’s financial well-being. “Just find something – anything,” she’d say. She wanted me to find something that made me happy. She knew that while I loved being a father, I also felt the pressure to contribute to our stability. I struggled. A lot.</p>\n<h3>Little Thing #12</h3>\n<p>During the short time that I worked for the computer company, we moved again. This time, we bought the home of one of the city’s founders. It was on the river and while the place needed work, it was on about 3 acres of land and was a pretty nice place. I had my eye on the house next to it which was a big Victorian (and at one point, part of the same property). It was owned by a couple of empty-nesters and I knew that owning the house we had just purchased would put us in a prime position to buy it when it became available. It was my five year plan.</p>\n<p>Two years later, I was approached by our neighbor. We bought the house and moved in. We still had not been able to sell the first house that we bought and it was sitting empty. We were about to have two empty houses. I had been doing tech work as I could, but still was without a purpose. Fortunately, Jessica was still plugging away. Throughout it all, she was supportive of my desire to find something. I admit, there were those moments where I was just happy to be a dad (that’s my way of saying I might have gotten a little lazy looking for an income).</p>\n<p>In the new house for a bit, I was talking to one of my friends back in California. He was going through some pretty major life changes and was looking for his own purpose. I remember asking him what he’d like to do and he said that he enjoyed going to motorcycle swap meets, buying parts and then selling them on Ebay. And just like that, a business was born. He needed a new start. I needed something to do – a way to make money. And I knew Ebay and tech really well. It seemed like a match made in heaven.We moved him into the empty first house that we had and ran the business out of that house for a while. We made contacts and started buying larger and larger lots, liquidating them almost as fast as we were getting them. We were starting to make a little bit of money, but we kept turning that money into bigger lots, which meant we needed more storage, which meant it was time to get office space. Our specialty was Harley Davidson parts and it only took a short time for me to go from only knowing that most Harleys had two wheels to being able to identify the part, year and bike it came from; to know its value; and to have an idea on its demand. I became a tougher negotiator and walked away from a deal or two that just didn’t feel right. The biker world was definitely a world I never imagined myself within, but I certainly, for the first time in my professional life, actually felt like I was part of a community.</p>\n<p>Soon after we started that company, though, the company Jessica had been working for shut its doors, literally overnight. She was not making money, in an industry where there was no local demand, and I was trying to grow a company. For those wondering, that is not a sustainable personal financial model. The housing market crashed, and I was spending nights doing database patient record merging at the local hospital.</p>\n<blockquote><p>Before we knew it, we were flat broke. We literally lost almost everything.</p></blockquote>\n<p>The two empty houses were taken by the banks and we were just fighting to keep the house we were in. It was also about this time that Jessica announced that she was pregnant with Brenna. It was the only good news we had at the time. I was 42 and, for the first time in my adult life, had to actually go to my parents and ask for help. I honestly don’t know where I’d be today if I didn’t have them.</p>\n<p>The company we had was starting to see dwindling sales. When the economy crashes, people suddenly learn to live with that little ding in their gas tank or that other non-critical noise their bike may be making. Ebay started raising their fees and our business model became unsustainable.</p>\n<h3>Little Thing #13</h3>\n<p>With money quickly dwindling away in our bank account, I suddenly had this wonderful idea to start making money off of our competitors on Ebay. They had an affiliate program and I needed to figure out a way to leverage that. But how?</p>\n<blockquote><p>It was then that I discovered WordPress.</p></blockquote>\n<p>Like many, I had always thought of it as a blogging platform and nothing more. But then I discovered a plugin that would read in a feed from Ebay and worked within WordPress. It took me about an hour to set up a WordPress site and another minute to figure out how to install the plugin. The next two days was spent populating categories, and a little over a month later, I got my first direct deposit from Ebay. This could work. But even more importantly, for the first time, I saw that WordPress could be so much more than a blogging platform.</p>\n<p>It wasn’t much longer before I was starting to develop websites for others. My design skills have always lacked, so to start, it was mostly out of the box themes, but as I got more seasoned, I learned more and more about the power of WordPress.</p>\n<p>Eventually, we closed down the motorcycle liquidation business.</p>\n<blockquote><p>We tried our hand at running a Renaissance Faire booth (along with touring the country), but that, too, was not really sustainable.</p></blockquote>\n<p>I even drove a truck with staging equipment for Fox Sports a couple of times. Anything to pay the bills.</p>\n<h3>Little Thing #14</h3>\n<p>During one of my driving trips, I had been talking to Gregg. Turns out he had been doing WordPress development for a while and he was looking for some help. I was not a good designer, and I had barely dipped my feet into being a developer, but Gregg was willing to teach me everything he knew. Every morning, I’d wake up, Gregg and I would get on a call and he’d explain really cool ways to customize WordPress. We’d strip a theme down to the bones and build it up. We’d find frameworks and build them out. We’d bang our heads over CSS (something, I think, neither of us ever really were able to wrap our minds around), and we had work. Lots of work.</p>\n<blockquote><p>Though financially ruined, Jessica and I were finally starting to see some light.</p></blockquote>\n<p>I had finally found something I really liked and she had finally found herself with a position working for another company. We had lost all our homes except the one in which we lived and had depleted all our bank accounts and college funds, yet we were hopeful. We had our two kids, a roof over our heads and work which generated income.</p>\n<p>Most of the work Gregg and I did was working with agencies. We liked it that way. Neither of us really enjoyed pounding pavement, so it was nice to have people who specialized in sales do that part of the lifting. But despite the fact that we were getting busier, we knew that we needed to work on passive income possibilities.</p>\n<h3>Little Thing #15</h3>\n<p>In 2012, Gregg brought up the idea of me going to WordCamp San Diego. Now, I hate conferences and conventions. This sounded to me about as far from fun as I could get. He offered to pay for the badge if I paid for my plane ticket. Not knowing *really* what a WordCamp was, I figured it was a fair deal. It was only after I spoke with Jessica about going that I realized the cost of the ticket. I tell people that I still feel like I got the better end of the deal.</p>\n<blockquote><p>That trip to WordCamp San Diego changed everything for me.</p></blockquote>\n<p>I had always believed that businesses could succeed while also being part of a community that supported and built each other up. For the first time in my adult life, I got to witness it first hand. I had a blast! WordCamp was not a conference, it was a sharing of ideas. It was not a convention, it was a place to build actual relationships. It was a business event, educational event, and social event all in one package. I knew I was in the right place (finally).</p>\n<blockquote><p>44 years old and I finally found my place.</p></blockquote>\n<p>But how could I actively participate? Part of being in a community is that desire and need to give back. I was green and hardly knew anything.</p>\n<h3>Little Thing #15(a)</h3>\n<p>One of the people I met while in San Diego in 2012 was Stephen Carroll. He had developed this really cool tool called DesktopServer; a tool Gregg and I used almost every day during our development days. Gregg was having an issue with a site we were building and Stephen offered to help us figure it out. I was blown away that someone would give up their time so freely with no interest in remuneration. He just wanted to help. Stephen and I spoke a little bit, but he mostly focused on helping Gregg get through the issue he had. He was kind and generous, and I liked him immediately.</p>\n<h3>Little Thing #16</h3>\n<p>In 2013 Gregg and I were working together on a project and, as often happened, the conversation turned back to what we could do for some passive income. He and I came up with an idea for a theme we wanted to build. It would be unlike anything anyone had seen. Robust, clean code, efficient. In other words, it was a theme that was above our skill levels, over our heads, and somewhat out of reach. We needed a developer with a skill that far exceeded our own. Gregg said it: “We need someone like Stephen.”</p>\n<p>I totally agreed with Gregg and so the call was placed. Gregg was to get in touch with Steve and see if he’d be interested in helping us out. It was a good plan.</p>\n<p>An hour later, Gregg called me back to let me know the result of the conversation. Steve was, indeed, anxious to work with us (if pressed slightly, I think he would tell you that he was anxious to work with Gregg since he only really knew me through Facebook). But what he wanted was for US to help HIM at ServerPress. He wanted to simply code while we handled the rest. I contacted him directly to ask him some questions, set up a path for the company under the new structure and the rest, as they say, is history.</p>\n<hr class=\"ttfmake-hr\" />\n<p>This past June marked three years since we re-formed the company and it’s been a thrill ride to say the least. Since then, we’ve grown the company by over 400%, I’ve had the opportunity to travel the country and speak at several WordCamps (2014 saw me at over 20) and I actually look forward to Mondays every bit as much as I look forward to weekends. ServerPress, LLC is a company that’s respected within the WordPress Community, and it has afforded me the ability to help financially sustain my family.</p>\n<p>In 2013 Jessica, Eli, Brenna, and I moved to Milwaukee where we bought an older home (117 years) with the purpose of restoring it, building it out (and up), and fostering to adopt sibling groups (you can read about it on my blog, <a href=\"http://twotofive.us\">http://twotofive.us</a>).</p>\n<blockquote><p>We currently have six foster kids which puts us at a family of 10.</p></blockquote>\n<p>None of this would have been possible without all the little things, a couple of big things, and WordPress (the most important of which, is its Community).</p>\n<p>While we’re still digging ourselves out of the mess of a few years ago, that light is getting brighter every day.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: 16 Little Things That Grew Into Big Things (My Life in a Bunch of Words)\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=16%20Little%20Things%20That%20Grew%20Into%20Big%20Things%20%28My%20Life%20in%20a%20Bunch%20of%20Words%29&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2F16-little-things-grew-into-big-things%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: 16 Little Things That Grew Into Big Things (My Life in a Bunch of Words)\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2F16-little-things-grew-into-big-things%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2F16-little-things-grew-into-big-things%2F&title=16+Little+Things+That+Grew+Into+Big+Things+%28My+Life+in+a+Bunch+of+Words%29\" rel=\"nofollow\" target=\"_blank\" title=\"Share: 16 Little Things That Grew Into Big Things (My Life in a Bunch of Words)\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/16-little-things-grew-into-big-things/&media=http://heropress.com/wp-content/uploads/2016/07/072616-16-2-little-things-150x150.jpg&description=16 Little Things That Grew Into Big Things (My Life in a Bunch of Words)\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: 16 Little Things That Grew Into Big Things (My Life in a Bunch of Words)\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/16-little-things-grew-into-big-things/\" title=\"16 Little Things That Grew Into Big Things (My Life in a Bunch of Words)\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/16-little-things-grew-into-big-things/\">16 Little Things That Grew Into Big Things (My Life in a Bunch of Words)</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jul 2016 12:00:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Marc Benzakein\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WP Mobile Apps: WordPress for Android: Version 5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3488\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://apps.wordpress.com/2016/07/27/wordpress-for-android-version-5-6/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3187:\"<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.6 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<h1 id=\"related-posts-in-the-reader\">Related Posts in the Reader</h1>\n<p><strong>Discover relevant work from the WordPress community.</strong> A section of related posts will now appear just underneath Likes on a post:</p>\n<p><img src=\"https://cldup.com/uI3GXFyyfOu/WFX8pk.png\" alt=\"Related Post Screenshot\" /></p>\n<h1 id=\"custom-notification-sound\">Custom Notification Sound</h1>\n<p><b>You’ve got activity!</b> With 5.6, you’ll be able to customize your notification sound:</p>\n<p><img src=\"https://cldup.com/uI3GXFyyfOu/LBsHX3.png\" alt=\"Custom Notification Sound\" /></p>\n<h1 id=\"invite-users\">Invite New Users</h1>\n<p><strong>A cordial invitation.</strong> Invite users to your site from the People management screen, designate their roles, and customize a message to send to them:</p>\n<p><img src=\"https://cldup.com/uI3GXFyyfOu/9fEtji.png\" alt=\"Invite Users\" /></p>\n<h1 id=\"other-changes\">Other Changes</h1>\n<p>Version 5.6 also comes with a few other changes and fixes:</p>\n<ul>\n<li>Post list: Posts in the middle of being uploaded will be disabled and shown a progress indicator. A publish button is added on drafts.</li>\n<li>“View Site” and “View Admin” will now open the device browser.</li>\n<li>A comment is automatically approved when you reply to it</li>\n</ul>\n<p>You can track our development progress for the next release by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.7\">our 5.7 milestone on GitHub</a>.</p>\n<h1>Beta</h1>\n<p>Do you like keeping up with what’s new in the app? Do you enjoy testing new stuff before anyone else? Our testers have access to beta versions with updates shipped directly through Google Play. The beta versions may have new features, new fixes — and possibly new bugs! Testers make it possible for us to improve the overall app experience, and offer us invaluable development feedback.</p>\n<p>Want to become a tester? <a href=\"https://play.google.com/apps/testing/org.wordpress.android\">Opt-in</a>!</p>\n<h1>Thank you</h1>\n<p>Thanks to our GitHub contributors: <a href=\"https://github.com/0nko\">@0nko</a>, <a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/bummytime\">@bummytime</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/khaykov\">@khaykov</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/theck13\">@theck13</a>, <a href=\"https://github.com/thomasleplus\">@thomasleplus</a> and <a href=\"https://github.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3488&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jul 2016 06:51:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Maxime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Easily Hide WordPress’ Blogging Features With the Disable Blogging Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wptavern.com?p=58111&preview_id=58111\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/easily-hide-wordpress-blogging-features-with-the-disable-blogging-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2643:\"<p>WordPress strikes a good balance by offering users the ability to publish dynamic content via posts and static content via pages. However, if you’d like to use WordPress primarily as a static content management system without the features related to blogging, check out a new plugin developed by <a href=\"https://profiles.wordpress.org/factmaven/\">Fact Maven Corp</a>. and <a href=\"https://profiles.wordpress.org/ethanosullivan/\">Ethan Jinks O’Sullivan</a> called <a href=\"https://wordpress.org/plugins/disable-blogging/\">Disable Blogging</a>.</p>\n<p>Disable Blogging hides a number of features including:</p>\n<ul>\n<li>Posts, Comments, and items related to blogging from the admin menus.</li>\n<li>Comments from pages.</li>\n<li>Blog related widgets.</li>\n<li>Pingbacks, Trackbacks, and XML-RPC header links.</li>\n<li>Biographical info and Admin Color schemes on the user profile page.</li>\n<li>Press This Bookmarklet.</li>\n<li>Posts via email.</li>\n<li>Howdy, help tabs, and query strings from static resources.</li>\n</ul>\n<p>To really get a sense for what it’s like to use WordPress without its blogging capabilities, I activated the plugin on a fresh install.</p>\n<img class=\"alignnone size-full wp-image-58148\" src=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/07/DisableBloggingOnFreshInstall.png?resize=1025%2C579&ssl=1\" alt=\"DisableBloggingOnFreshInstall\" />Disable Blogging Enabled on a Fresh Install\n<p>There are two things that immediately stand out during testing. The first is that logging in takes users to their profile page instead of the Dashboard. Second, the Dashboard and the link to it are gone.</p>\n<p>I found the removal of the Dashboard creates a jarring experience that’s different from what users might expect. It’s usefulness to display widgets with site specific information, even for sites based on pages, is a huge benefit and therefore, its removal should be reconsidered.</p>\n<p>The nice thing about Disable Blogging is that it doesn’t permanently remove features or data. Regaining access to WordPress’ blogging capabilities is as simple as deactivating the plugin.</p>\n<p>Browsing, using, and navigating WordPress with the blogging features hidden is an interesting experience that I encourage you to try for yourself. I tested <a href=\"https://wordpress.org/plugins/disable-blogging/\">Disable Blogging </a>on a fresh install of WordPress 4.5.3 and didn’t encounter any problems. The next time you or a client wants an easy way to disable WordPress’ blogging capabilities, give this plugin a shot.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jul 2016 02:27:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: TechCrunch Hacked by OurMine, Attackers Target Weak Passwords\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=58081\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/techcrunch-hacked-by-ourmine-attackers-target-weak-passwords\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3051:\"<p>TechCrunch is the latest victim in OurMine’s summer hacking rampage. The site, which is powered by WordPress and hosted via WordPress.com VIP, was <a href=\"http://webcache.googleusercontent.com/search?q=cache:https://techcrunch.com/2016/07/26/ourmine-team-important-message/\" target=\"_blank\">hacked this morning</a> and defaced with a message from the attackers who identify themselves as an “elite hacker group.”</p>\n<p>TechCrunch’s news ticker was updated to display: “Hello guys it’s OurMine Team, we are just testing TechCrunch Security, don’t worry we never change your passwords. Please contact us.” OurMine gained access to a contributor account and posted a similar message.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/07/techcrunch-hacked-by-ourmine.png?ssl=1\"><img src=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/07/techcrunch-hacked-by-ourmine.png?resize=1025%2C523&ssl=1\" alt=\"techcrunch-hacked-by-ourmine\" class=\"aligncenter size-full wp-image-58085\" /></a></p>\n<p>According to a <a href=\"https://www.engadget.com/2016/07/26/ourmine-techcrunch-compromise/\" target=\"_blank\">report from Engadget</a>, TechCrunch’s sister site, the hackers gained access via a contributor’s weak password, not by exploiting a vulnerability in WordPress or the site’s plugins. TechCrunch was able to regain control of the site within minutes and delete the content created by the attackers in the admin.</p>\n<p>OurMine is the same group that <a href=\"http://gizmodo.com/mark-zuckerberg-hacked-on-twitter-and-pinterest-because-1780735073\" target=\"_blank\">hacked Mark Zuckerberg’s Twitter, Pinterest, and LinkedIn accounts</a> after he used the same password for multiple sites. Bad password security can make even the most secure websites vulnerable to these types of attacks. Although OurMine is primarily targeting high profile individuals and publications, WordPress sites are constantly the target of brute force attacks.</p>\n<p>Security plugins like <a href=\"https://wordpress.org/plugins/wordfence/\" target=\"_blank\">Wordfence</a>, <a href=\"https://wordpress.org/plugins/better-wp-security/\" target=\"_blank\">iThemes Security</a>, and <a href=\"http://bruteprotect.com/\" target=\"_blank\">Jetpack’s Brute Protect module</a> can help deter brute force attacks, but it’s virtually impossible to eliminate the human factor in poor password selection or the practice of using the same password for multiple online services. WordPress site owners, especially those who run publications that have many users with permissions, are especially vulnerable to attacks that target bad password security.</p>\n<p>Although WordPress warns users about weak passwords, it doesn’t force them to create a strong one. Site owners who want to make this a requirement can use a plugin like <a href=\"https://wordpress.org/plugins/force-strong-passwords/\" target=\"_blank\">Force Strong Passwords</a> for extra security.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Jul 2016 19:35:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"WPTavern: WooCommerce Releases Square Integration to Sync Online and Offline Purchases and Inventory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=58049\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/woocommerce-releases-square-integration-to-sync-online-and-offline-purchases-and-inventory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3478:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/07/woocommerce-logo.jpg?ssl=1\"><img src=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/07/woocommerce-logo.jpg?resize=1025%2C466&ssl=1\" alt=\"woocommerce-logo\" class=\"aligncenter size-full wp-image-56606\" /></a></p>\n<p><a href=\"https://woocommerce.com/\" target=\"_blank\">WooCommerce</a>, which powers more than 37% of all online stores, announced today that the plugin now integrates with the millions of offline stores that use <a href=\"https://squareup.com/\" target=\"_blank\">Square</a> for payment processing. The new <a href=\"https://woocommerce.com/products/square/\" target=\"_blank\">Square for WooCommerce</a> extension tracks and syncs payments and inventory for products sold via online and offline stores.</p>\n<p>Before agreeing to work with Square on building an integration for WooCommerce inventory management, the Woo team verified customer demand via its ideas board where the feature <a href=\"http://ideas.woothemes.com/forums/133476-woocommerce/suggestions/3771433-integration-with-square\" target=\"_blank\">received more than 900 votes</a>. Prior to today’s extension release, those who managed stores in online and offline environments had to perform manual updates to ensure accuracy of the current inventory. Manually tracking inventory between stores is a tedious, never-ending task, especially for larger operations. This is why Square integration was the most-requested feature in WooCommerce history.</p>\n<p>After store owners connect a Square account to WooCommerce, they can perform a manual sync from WooCommerce to Square or back the other way. This will sync SKU’s, categories, details, and images for products that have been set up on either platform.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/07/square-woocommerce-sync.png?ssl=1\"><img src=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/07/square-woocommerce-sync.png?resize=620%2C345&ssl=1\" alt=\"square-woocommerce-sync\" class=\"aligncenter size-full wp-image-58063\" /></a></p>\n<p>The ability to accept payments with WooCommerce using Square means store owners need only update products once and push changes to either store when ready to sell online or offline.</p>\n<p>“WooCommerce and Square have a close working relationship around this integration, where we’re working together to on-board new merchants, receive their feedback, and adjust the integration to make sure the initial version is the best it can be,” said Matt Cohen, product lead for WooCommerce.</p>\n<p>When asked if Automattic gets a percentage of Square’s fee based on the volume of sales it drives through its payment system, Cohen said that the companies have an agreement in place to promote the extension on WooCommerce.com and in Square’s catalog. He would not elaborate on the terms of the agreement. However, with WooCommerce powering more than a third of all online stores, it would be surprising if Automattic did not secure a custom volume rate.</p>\n<p>Square customers who want to automatically connect their online and offline stores can find the new <a href=\"https://woocommerce.com/products/square/\" target=\"_blank\">Square for WooCommerce</a> extension on WooCommerce.com. Current Square customers can use their existing account details to configure their stores to accept payments with Square and start syncing inventory.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Jul 2016 14:39:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: Automattic Will Continue to Use React.js in Calypso Despite Patent Clause\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=58065\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/automattic-will-continue-to-use-react-js-in-calypso-despite-patent-clause\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3234:\"<p><a href=\"https://developer.wordpress.com/calypso/\">Calypso</a> is an application <a href=\"https://ma.tt/2015/11/dance-to-calypso/\">developed by Automattic</a> that is built entirely with JavaScript using the <a href=\"https://nodejs.org/en/\">Node</a> and <a href=\"https://facebook.github.io/react/\">React</a> libraries. <a href=\"http://react-etc.net/\">React, etc</a>., a site that covers news related to the React library, recently <a href=\"http://react-etc.net/entry/your-license-to-use-react-js-can-be-revoked-if-you-compete-with-facebook\">published an article</a> highlighting how a license to use it in projects can be revoked.</p>\n<p>React contains a <a href=\"https://github.com/facebook/react/blob/master/PATENTS\">patent clause</a> that allows Facebook to revoke the license if certain conditions are met. The clause has raised concerns that Automattic could have its license revoked for Calypso if it competes directly with Facebook.</p>\n<p>Not long after the public release of Calypso, Paul D. Fernhout created <a href=\"https://github.com/Automattic/wp-calypso/issues/650#\">an issue</a> on the <a href=\"https://github.com/Automattic/wp-calypso\">project’s GitHub page</a>. Among a number of other reasons, Fernhout suggested that React be replaced with <a href=\"http://mithril.js.org/\">Mithril</a>, an alternative JavaScript library that doesn’t contain a clause.</p>\n<p>Paul Sieminski, General Legal Counsel for Automattic, <a href=\"https://github.com/Automattic/wp-calypso/issues/650#issuecomment-235086367\">responded to the ticket</a> explaining why the company will continue to use React in its products.</p>\n<p>“Automattic looked at the legal issues with Facebook’s patent license on React,” Sieminski said. “The termination provisions of the patent license aren’t ideal, but are not a blocker to using React as part of Calypso.”</p>\n<p>“The termination provisions don’t apply to the right to use the code – just the license included in the ‘PATENTS’ file. This license gives React users permission to use Facebook’s patents on React. Facebook’s intentions in including this additional license are admirable. As they say <a href=\"https://code.facebook.com/posts/1639473982937255/updating-our-open-source-patent-grant/\">here</a> – ‘[t]his grant was designed to ensure that developers can use our projects with confidence.\'”</p>\n<p>According to Sieminski, “The companies with the greatest concern are those that have large patent portfolios and engage in offensive patent litigation, especially against Facebook.”</p>\n<p>“Automattic isn’t in that boat, and has no plans to be, so we’re comfortable using React under its current license,” he said.</p>\n<p>Considering <a href=\"http://www.vox.com/2014/5/9/5699960/this-court-decision-is-a-disaster-for-the-software-industry\">how complex patent laws are</a>, developers using React are encouraged to seek legal advice from a reputable lawyer to determine if your use case violates Facebook’s patent clause.</p>\n<p>Has the clause kept you from using React in your projects? Let us know in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Jul 2016 08:05:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"HeroPress: Defining Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://heropress.com/?p=1170\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://heropress.com/defining-success/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6404:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/07/072516-defining-sucess-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"You\'ll be happiest when you define success by the number of lives you touch for the better.\" /><p>When I first started HeroPress I assumed we’d get at <em>least</em> 1000 page views per day. How many WordPress developers are there in the world? Tens of thousands? Hundreds of thousands? What about bloggers? Users? Millions of them? Surely even a tiny tiny fraction of that would make for thousands of page views, right?</p>\n<p>I’m writing this on a warm Sunday afternoon in July. HeroPress operates on GMT, so we’re about 20 hours into the day. Want to know how many page views we’ve had so far today?</p>\n<p><img class=\"alignnone size-full wp-image-1171\" src=\"http://heropress.com/wp-content/uploads/2016/07/Selection_634.png\" alt=\"16\" width=\"178\" height=\"73\" /></p>\n<p>And that’s pretty average for a Sunday. Only once in the history of HeroPress have we had a 1000+ page view day. It was very exciting.</p>\n<p>There was a time when the (apparently) low traffic on HeroPress.com bothered me. I even thought about shutting it down a few times. Why bother if so few people read?</p>\n<p>The reason it bothered me is that I was measuring success by numbers. Page views, repeat visitors, even number of concurrent readers on a Wednesday . It was all about the numbers. How many people pull up the site in the browser? That’s what I wanted.</p>\n<h3>Shifting Perspectives</h3>\n<p>My perspective first started to shift when I went to WordCamp Pune. A young woman came up to me with tears in her eyes, shook my hand, whispered “Thank you” and slipped back into the crowd. I didn’t see her again, but I’ll never forget her.</p>\n<p>People introduced themselves and told me their story with shining eyes, full of excitement.</p>\n<p>That trip was a huge boost for my spirits, but I still watched the numbers.</p>\n<h3>Stories That Need To Be Told</h3>\n<p>Typically I seek out HeroPress contributors. People rarely think their own story is interesting, I usually have to show them. In the months that followed Pune however, several people came to me and said “I have a story, and I really need to share it, can I share it on HeroPress?” So far I’ve accepted all of those, so you’ve read them.</p>\n<p>Their stories burned in their hearts, and they needed other people to know. To know there are people out there who want to help them learn, grow, and have a better life. That there are second, third, and fourth chances.</p>\n<p>Comments from people both on the site and in person let me know that it worked. People find hope in the essays. Not just happy feel-good, but actual hope, that maybe there’s something better out there for them too.</p>\n<h3>Casting a Wider Net</h3>\n<p>I recently visited WordCamp Europe in Vienna. I was truly surprised by how many people had heard of HeroPress, and even knew my name. Story after story came to me from a dozen different cultures about how HeroPress stories give people confidence to try new things, talk to people outside their culture, or try to use WordPress to make a better life.</p>\n<p>It was humbling to me to hear those individual stories. People whose lives had been been changed by their contact with our community, inspired by HeroPress essays.</p>\n<h3>Defining Success by Different Numbers</h3>\n<p>I still define success by numbers, but it’s not page views anymore. I’d be lying if I didn’t say it’s a little about stats, because countries matter to me. A wide net matters to me.</p>\n<p>The numbers I <em>really</em> watch these days are the number of people who tell me HeroPress means something to them. I don’t keep an actual tally, but as long as I keep hearing from even one person that they’ve been made better by what’s on this site I consider it a success.</p>\n<p>I don’t know if we’ll ever get huge readership, and at this point I’m not sure I care. What has HeroPress meant to you? I’d love to hear in the comments.</p>\n<h3>And You?</h3>\n<p>How do you define success in what you do? Is it number of sales? Number of support tickets answered? Page views?</p>\n<p>I’d like to suggest that you’ll be happiest when you define success by the number of lives you touch for the better. Sure, that might be measured by a stat somewhere, but always remember the real value is in the sparkle in their eyes, and the joy in their hearts.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Defining Success\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Defining%20Success&via=heropress&url=http%3A%2F%2Fheropress.com%2Fdefining-success%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Defining Success\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fdefining-success%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fdefining-success%2F&title=Defining+Success\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Defining Success\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/defining-success/&media=http://heropress.com/wp-content/uploads/2016/07/072516-defining-sucess-150x150.jpg&description=Defining Success\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Defining Success\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/defining-success/\" title=\"Defining Success\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/defining-success/\">Defining Success</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Jul 2016 00:28:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"HeroPress: How WordPress (literally) turned me into a brand new person\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1147\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://heropress.com/essays/wordpress-literally-turned-brand-new-person/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:35034:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/07/071916-new-person-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: It\'s fair to say that without the support of the WordPress community I wouldn\'t be the person I am today - literally.\" /><h3>In the beginning…</h3>\n<p>I’ve always been a geek. When I was in the third grade, I wanted to grow up to be an Egyptologist (or maybe a Marine Biologist; I changed my mind often). My dad built custom computers for a living, and early on, he taught me how to build and wire a computer from spare components.</p>\n<p>I built my first web page when I was eleven years old; basic HTML, tables for layout, animated GIFs, and all. My first true web site that actually had more than one page was a Star Trek: Voyager fan site. For that site, I learned how to use frames to make a site that looked like a Star Trek computer interface, and I found Javascript snippets that allowed me to change content in one frame when a new page loaded in another frame.</p>\n<p>As I learned more and more about the web, I was hooked. I started learning about PHP, and realized I could make header and footer files, so that I didn’t have to edit every web page on my site when I added a new page.</p>\n<h3>Discovering WordPress</h3>\n<p>And then, about 12 years ago, I installed WordPress for the first time. Blogging was this brand new thing that lots of other geeks were doing, and so I jumped on the bandwagon. I was 19 years old, living with my mom, working a low-paying job at a book store, and going to school part time. Ya know, basically living the dream.</p>\n<p>WordPress was just about a year old at this point. There were no plugins or themes; you hacked core if you wanted to change the look of your blog. It was like the Wild West.</p>\n<p>And I loved it.</p>\n<p>Really, I enjoyed the process of changing the layout of my blog, editing the “theme” to make it look how I wanted. I got more of a kick out of that, than I did actually writing about myself.</p>\n<p>Fast forward a few years; I left the book store I’d been working at behind, and started working as a Pharmacy Technician. I loved that job, but it was stressful. I got yelled at by patients when their doctor didn’t call in their prescription, and somehow it was my fault their copay went up when their insurance changed in the new year.</p>\n<blockquote><p>Blogging became sort of a catharsis; a way to vent when I got home about everything that stressed me out during the day.</p></blockquote>\n<p>It also helped me find community. I followed and commented on a ton of other pharmacy blogs. The pharmacy blogging community was, and still is, a really tight-knit group. I made friends in the WordPress Forums. I made friends from all over the world and all walks of life.</p>\n<p>In 2009, I moved here to New York, from where I’d grown up, in the Washington, DC area. I’d only been to New York a couple of times before; once on a school field trip, and once to see a comedy film at the Staten Island film festival.</p>\n<p>But I needed a change of scenery from the non-stop politics of the DC beltway, and after that trip to New York, I had decided that I wanted to move here.</p>\n<h3>My first WordCamp</h3>\n<a href=\"http://heropress.com/wp-content/uploads/2016/07/nyc.jpg\"><img class=\"size-medium wp-image-1165\" src=\"http://heropress.com/wp-content/uploads/2016/07/nyc-300x241.jpg\" alt=\"New York City, my home for a little over five years.\" width=\"300\" height=\"241\" /></a>New York City, my home for a little over five years.\n<p>Fairly soon after I got to New York, I learned that there was going to be this event called “WordCamp,” where you could spend two whole days learning about WordPress and meeting other people from the WordPress community. And tickets were only $40, including a t-shirt and lunch on both days!</p>\n<p>Now, I’d just moved to New York. I was working in a retail job, and I was renting a room in an apartment in Washington Heights (the upper end of Manhattan).</p>\n<blockquote><p>There were nights I ate popcorn for dinner because I didn’t get paid until Friday. I was lucky if I had ramen.</p></blockquote>\n<p>So, as you might imagine, even $40 for something like this was hard to come by.</p>\n<p>And then, I heard that if you volunteered at WordCamp, you could get a free ticket! For anybody who knows me, it’ll come as no great shock that I spent most of the weekend volunteering. I’d only signed up to help with folding t-shirts the night before, and to help with registration on both mornings.</p>\n<p>But I ended up spending most of the event walking from room to room, making sure everything was running on time.</p>\n<p>By the end of Saturday, I was exhausted, but I was hooked.</p>\n<p>I’m an introvert; socializing doesn’t come easy for me. But volunteering at WordCamp gave me a purpose in talking to people. My common interest with other attendees made it easy to strike up conversation.</p>\n<p>After lunch on Sunday, my feet had finally given out, and I’d collapsed in a chair in our registration area.</p>\n<p>And finally, Sunday afternoon, as WordCamp was ending, and everybody was coming down from the high generated by all of the weekend’s excitement, I found out that there was going to be another WordCamp in Boston a couple of months later.</p>\n<p>For those two months, I scrimped and saved, begged and borrowed, every penny I could, and just barely managed to come up with enough to take the bus up to Boston for the weekend. I made even more friends, from even more places. They didn’t need any more volunteers, so I actually spent the weekend attending sessions!</p>\n<p>Over the course of that weekend, I found myself talking with people in the hallways a lot. And I guess I sounded like I knew what I was talking about, because a lot of those conversations involved me giving advice about people’s sites, what plugin to use to solve a problem, stuff like that.</p>\n<p>And I realized a couple of things:</p>\n<p>A. I knew way more about WordPress than I realized, and</p>\n<p>B. I really loved being able to help people.</p>\n<h3>Wanderlust</h3>\n<p>Over the next couple of years, I went to half a dozen WordCamps, in Philadelphia, Baltimore, Chicago, New York again.</p>\n<p>I became hooked on traveling. Every few months, I visited a new city for the first time. I used WordCamp as an excuse to visit my older brothers in Minneapolis. I volunteered or spoke at almost every WordCamp I went to. And I ended up becoming one of the lead organizers for WordCamp NYC in 2012 and 2014.</p>\n<p>By that time, I’d also moved on from working in a pharmacy to working at the Apple Store. I eventually moved to the Genius Bar, where, even though it wasn’t WordPress, I got to help people solve tech problems.</p>\n<p>It was a job I enjoyed a lot more, one that payed a decent amount better, and made it easier to travel to far off places–which at this point, I already knew I couldn’t get enough of.</p>\n<p><strong>I wanted to travel the world.</strong></p>\n<p>It became an obsession, really. I spent hours online reading stories about people traveling around, working odd jobs here and there to make their way from country to country. And then, I found out, since I was under 30, I was eligible for something called a “Working Holiday” visa in Australia. Basically, it lets you move there for up to a year and work to pay your way, with the only caveat being you could only work for the same company for up to 6 months.</p>\n<p>So again, I scrimped and I saved, and planned for over a year. The visa itself cost almost $500, but that was nothing compared to the total cost of picking up roots and moving halfway around the world. It certainly wasn’t cheap, but I was lucky enough to be in a position in life that allowed me to do it. For that whole year, I didn’t go out to the movies. I rarely ate out, even at fast food. Foolishly or not, I took some money out of my 401k, so that I’d have enough money to get me through until I could get set up down under.</p>\n<blockquote><p>And when I had enough money, I bought a one way ticket from New York to Australia.</p></blockquote>\n<p>My finger hovered over that “purchase” button for what seemed like hours, but was probably just a few minutes. After I clicked, a wave of emotion hit me like a tsunami:</p>\n<a href=\"http://heropress.com/wp-content/uploads/2016/07/fruitstand.jpg\"><img class=\"size-medium wp-image-1164\" src=\"http://heropress.com/wp-content/uploads/2016/07/fruitstand-300x225.jpg\" alt=\"I worked at the iconic glass cube on Fifth Avenue in New York (we often called it the Fruit Stand). This was taken on my last morning of work before setting off for the great unknown.\" width=\"300\" height=\"225\" /></a>I worked at the iconic glass cube on Fifth Avenue in New York (we often called it the Fruit Stand). This was taken on my last morning of work before setting off for the great unknown.\n<p>“Wow, I’m really doing this!”</p>\n<p>“Wait, am I really doing this?”</p>\n<p>“Oh, crap, I’m really doing this.”</p>\n<p>A few months later, I said goodbye to my job at the Apple Store. I’d worked there for nearly 4 years, and some of my coworkers were my closest friends. My last day was the iPhone 6 launch.</p>\n<p>Apple has a tradition of “clapping out” employees on their last day, and at the end of my final shift, I was no exception. My coworkers gathered in the hallway outside the backroom, cheered for me, hugged me–I was in tears. It really hadn’t hit me until this moment that I was leaving almost everything and everyone I knew behind.</p>\n<p>I did have a few stops on my way out of the country. I wanted to visit my family in Minnesota one more time before leaving. Also, WordCamp San Francisco, which I’d been asked to help run volunteers for, was happening a couple of weeks before I was due to leave. So I decided to spend a few weeks in California.</p>\n<h3>The first WordCamp that changed my life</h3>\n<p>Most of the people who ran WordCamp San Francisco worked at Automattic, the company that runs WordPress.com, Jetpack, Akismet, and more. And I’d been wanting to work for Automattic ever since my very first WordCamp, when I first met people who worked there.</p>\n<a href=\"http://heropress.com/wp-content/uploads/2016/07/wcsf.jpg\"><img class=\"size-medium wp-image-1166\" src=\"http://heropress.com/wp-content/uploads/2016/07/wcsf-300x227.jpg\" alt=\"I was too busy making sure everything was in place for volunteers at WCSF, but I did manage to take one photo during lunch.\" width=\"300\" height=\"227\" /></a>I was too busy making sure everything was in place for volunteers at WCSF, but I did manage to take one photo during lunch.\n<p>I arrived in San Francisco about a week before WordCamp, and spent the week working out of Automattic’s offices there, making sure everything was in place for the weekend. I got to talk to even more Automatticians, and since I was in charge of volunteers for the weekend, I got to boss a lot of them around.</p>\n<p>I had a rare opportunity to spend a lot of time with the people who worked there. An experience made even more rare by the fact that, since pretty much everybody at the company works from home–wherever that may be–it’s not very often that that many employees are in one place.</p>\n<p>By the end of the weekend, more than one of them encouraged me to submit an application to work for Automattic.</p>\n<blockquote><p>And I could feel in my bones that it was where I was supposed to be. So that very night, I polished up my resume, and sent it in by email.</p></blockquote>\n<p>But the application process takes time–WordCamp ended, and I had a plane to catch.</p>\n<h3>Out into the great unknown</h3>\n<p>Before I left the US altogether, I visited a few friends in San Diego, and even attended one last WordCamp–the smallest one to date, with only about 50 attendees–WordCamp Ventura. It was one last opportunity to see and make friends before leaving a continent behind.</p>\n<p>I boarded a plane at LAX at about 9:00 on a Tuesday night. I should have been exhausted, but I was so excited, I had energy to burn. Sitting there on the tarmac, waiting for takeoff, I reflected on how far I’d come, and how far I was about to go, and even though I had a 12-hour overnight flight ahead of me, I didn’t sleep a wink.</p>\n<p>As luck would have it, the best flight deal I could find from the US to Australia had a layover in Fiji, for just under 24 hours. When I booked the flight, I checked, and it turned out making the layover 5 days instead of one only added about $100 to the cost of the flight. I found accommodation at a hostel right on the beach for about $8/night, and that included a free ride to and from the airport.</p>\n<p>I was like “$150 side trip to Fiji for 5 days? Sign me up!”</p>\n<p>I got to the hostel about 6:00 in the morning, long before my bed was ready; check-in was normally at 1pm, I was told.</p>\n<blockquote><p>Being awake for 36 hours finally had caught up to me, so I collapsed in a hammock outside in the shade, and finally went to sleep.</p></blockquote>\n<a href=\"http://heropress.com/wp-content/uploads/2016/07/fijitime.png\"><img class=\"size-medium wp-image-1155\" src=\"http://heropress.com/wp-content/uploads/2016/07/fijitime-300x225.png\" alt=\"The view from the hammock I slept in while waiting for my bed to be ready.\" width=\"300\" height=\"225\" /></a>The view from the hammock I slept in while waiting for my bed to be ready.\n<p>They managed to get my bed ready a couple hours early, and so at 11:00, I dragged my feet and my suitcase over to the building I’d be sleeping in for the next few days, and slept until just after dusk.</p>\n<p>I spent the next few days lounging in hammocks, taking swims in the ocean, and exploring the tiny town of Nandi just outside of the airport. I took day tours, and spent an afternoon relaxing in mud baths, then getting a deep tissue massage that seemed to go on forever. One day, a bunch of people from the hostel took a bus all the way across the island–about a 2 hour journey–to watch a Rugby tournament that some of the hostel’s staff members were playing in. Our team didn’t win, but it was fun to watch, so we didn’t care.</p>\n<p>We spent the nights sitting around a fire, singing songs, and drinking Kava–a somewhat intoxicating drink that tasted like dirt, but made you happy and carefree.</p>\n<p>Those five days seemed like a lifetime, but they did finally end, and I had another plane to catch.</p>\n<h3>Back to reality</h3>\n<a href=\"http://heropress.com/wp-content/uploads/2016/07/operahouse.png\"><img class=\"size-medium wp-image-1157\" src=\"http://heropress.com/wp-content/uploads/2016/07/operahouse-300x225.png\" alt=\"When I first laid eyes on the Sydney Opera House, I stood in wonder for what felt like hours. \" width=\"300\" height=\"225\" /></a>When I first laid eyes on the Sydney Opera House, I stood in wonder for what felt like hours.\n<p>So, after one last flight, this one, mercifully only about 5 hours, I finally landed in Australia, Sydney to be exact. As corny as it sounds, I’d fallen in love with the city after watching Finding Nemo.</p>\n<p>I had spent so much time planning the “getting to Australia,” part of my journey, that I didn’t really have any solid plans for what to do after I got there.</p>\n<p>The first order of business was finding a long-term place to stay, and the second was finding a job.</p>\n<p>I had originally planned to transfer to an Apple Store in Sydney. But, as happens in large companies, I got caught in a quagmire of bureaucracy, and didn’t actually have a job waiting for me when I got to Australia. I met with managers at the store, and they were excited to have me come aboard, but there was a lot of red tape to get through.</p>\n<p>And so a couple of months went by, and my savings were rapidly depleting.</p>\n<blockquote><p>For a couple of weeks, just to pay my rent and buy some food, I spent hours every day as a street performer in one of the popular shopping areas in Sydney.</p></blockquote>\n<p>I’d gone to the Aussie equivalent of Best Buy, bought an amp and a microphone, and connected it all to my phone playing some Karaoke tracks.</p>\n<p>It was summertime, and just before Christmas, so there were lots of shoppers out and about, and in a giving mood. The Saturday before Christmas, I took in $300 in about 4 hours. It was really fun, and I made a lot of friends in other buskers, and some of our regular fans, but I couldn’t keep it up forever.</p>\n<h3>Finally, a paycheck…</h3>\n<p>Just as my savings were about to run out, and it looked like I might have to borrow money to head back to the States, I heard back from Apple. They wanted me to start working at the store in a couple of weeks. On that very same day, I got an email from Automattic. Over the previous few weeks, I’d interviewed with a hiring manager, and done a small project, and that day, they asked me to start a 6 week trial as a Happiness Engineer.</p>\n<p>I’d gone from having no jobs, singing on the street just so I wouldn’t be living on the street, to having two full time jobs at the same time, and raking in the dough.</p>\n<p>And so, I would wake up early in the morning, and spend a couple hours answering WordPress support tickets, then walk to the Apple Store and work a full 8 hour shift, and still come home and spend a few more hours working on tickets. I didn’t take a day off for over a month.</p>\n<p>But, six weeks into my trial, I found out I was going to be passed on to Automattic’s CEO– a guy you might have heard of, named Matt Mullenweg–for the final interview. I had to ping him every day to ask if he was available, and after about a week, we chatted for hours-six long, but engaging hours, about everything from Karaoke, to what books I liked, to my traveling around the world.</p>\n<blockquote><p>And at the end of the chat, Matt offered me the job. I would start full time at Automattic in a couple of weeks.</p></blockquote>\n<p>And so, I gave my notice at Apple, and to celebrate, in the long weekend I had before starting at Automattic, I took a trip to the Great Barrier Reef.</p>\n<a href=\"http://heropress.com/wp-content/uploads/2016/07/kangaroo.jpg\"><img class=\"size-medium wp-image-1156\" src=\"http://heropress.com/wp-content/uploads/2016/07/kangaroo-300x243.jpg\" alt=\"The kangaroos at the sanctuary were quite friendly! As long as you had food to offer them, anyway.\" width=\"300\" height=\"243\" /></a>The kangaroos at the sanctuary were quite friendly! As long as you had food to offer them, anyway.\n<p>I had to fly up to Brisbane, then take an all day tour bus to a town hear the coast. We stopped at tourist traps along the way, including a sanctuary for kangaroos, koalas, emus, and more. That evening, we finally got to a small coastal town, with a population of <em>maybe</em> a few hundred.</p>\n<p>The next day, the winds were too high on the seas for us to safely take a boat out. Instead, our tour guide took us to the top of a cliff overlooking the beach that night.</p>\n<p>There were no cities for miles around, and I saw the entirety of the Milky Way in the sky for the first time in my life. That had a profound effect on me; it really hit home just how insignificant we really are in the universe.</p>\n<p>The next day, we took a boat out to the reef, and I got to snorkel for a few hours. I did what Finding Nemo had made me want to do; watch see turtles play and look for “annemenenennones.”</p>\n<p>And I found Nemo!</p>\n<h3>On my own for the first time…</h3>\n<p>Once I got back to Sydney, it was time to buckle down, and get to work. I had to buy, then set up my new computer. I went through some more training, settled into a routine, and attended my team’s weekly chats, which were at midnight, thanks to the time zone difference.</p>\n<p>That didn’t stop me from exploring, though.</p>\n<a href=\"http://heropress.com/wp-content/uploads/2016/07/outback.jpg\"><img class=\"size-medium wp-image-1154\" src=\"http://heropress.com/wp-content/uploads/2016/07/outback-300x246.jpg\" alt=\"40,000 feet over the Australian outback, on my way to Bali, it seemed like I was over an alien planet.\" width=\"300\" height=\"246\" /></a>40,000 feet over the Australian outback, on my way to Bali, it seemed like I was over an alien planet.\n<p>Easter weekend, I took a side trip to Bali, Indonesia; flying there was actually cheaper than most destinations within Australia!</p>\n<p>I traveled inland to a small town near the center of the island named Ubud. And while I was there, I stayed in a treehouse (albeit, a treehouse with wifi and air conditioning).</p>\n<p>Every night, I got a full body oil massage for about $15 USD. I went to a monkey forest reserve, and spent hours playing with the monkeys. One even climbed up on my shoulder to grab a piece of fruit I was offering it.</p>\n<p>A month or so later, I went to a WordCamp in Brisbane. Since I could work from anywhere, I rented an AirBNB for the month there, and had an apartment all to myself, for the first time in my life.</p>\n<h3>A moment in crisis</h3>\n<p>It’s funny how living in a place by yourself is a completely different mentality from sharing one with family or roommates.</p>\n<p>What I didn’t know was just how much it would affect me.</p>\n<p>You see, I’d been struggling with something all my life; something I’d kept hidden from everybody around me, sometimes even from myself.</p>\n<p>Growing up, I always knew I was different somehow. It wasn’t until my teenage years that I was able to put a name to it, though.</p>\n<p>All my life, I was told I was a boy, by family, by friends, by society. I believed it, too. After all, if everyone calls you something for long enough, you tend to end up believing it’s true.</p>\n<p>But, in my heart, I knew I was different. I was really a girl.</p>\n<blockquote><p>I’d find out later that this was called being transgender.</p></blockquote>\n<p>Looking back, I can see signs that I wasn’t what everyone thought I was from my earliest memories, but it wasn’t until puberty hit that everything really started feeling wrong. My body wasn’t growing the way it was supposed to.</p>\n<p>The teen years are known for being a pressure-filled, anxiety-ridden period in anybody’s life.</p>\n<p>Mine was that way for the same reasons as most teenagers, but also because I had to hide who I really was. At the time, all I knew about trans people was what you saw on Maury and Jerry Springer, and the occasional transphobic jokes in TV shows and movies.</p>\n<p>I didn’t want to be one of those caricatures, so I buried my feelings deep down into myself, so that eventually, even I believed they weren’t real.</p>\n<p>But, every once in a while, they’d resurface. And I’d bury them back down because I was afraid. I was afraid that roommates would see me for the impostor that I felt like. Or that they’d be disgusted. I could never let my guard down.</p>\n<p>When I moved into that first apartment of my own, though, a couple of things happened:</p>\n<p>First, I was able to let my guard down. There was nobody around to worry about seeing me.</p>\n<p>More importantly, though, I came across a Facebook post of a former coworker who had transitioned earlier in the year.</p>\n<p>She’d originally made a big post on Facebook announcing that she was transitioning, but it happened during a time when I wasn’t really looking at Facebook, and by the time I was looking again, I had missed the post, and she had changed her name and profile image, so that I didn’t put two and two together.</p>\n<p>But in June, for the first time since transitioning (that I saw anyway), she posted a picture of herself. I practically did that double-take that they show in cartoons: “Is that who I think it is?”</p>\n<p>And so, I spent that evening reading back through all of her posts from the last six months. She talked about the feelings she’d had since she was a kid, and how she came to terms with them.</p>\n<blockquote><p>I sat there for hours, until the sun came up. At some point–I don’t know when–I started sobbing. Everything she was saying punched me in the gut like a prize-fighter.</p></blockquote>\n<p>These were the same feelings I’d suppressed all of these years–to a tee.</p>\n<p>I’ve heard before that when you’re transgender, before you can accept yourself and start to transition, two things need to happen:</p>\n<p>First, you need to realize you <strong>can</strong> do it.</p>\n<p>Then, you need to realize that <strong>you</strong> can do it.</p>\n<p>I already knew that it was possible to transition. Back when I worked in the pharmacy, I filled lots of hormone prescriptions for trans women.</p>\n<p>But reading my friend’s posts helped me realize that transitioning was something I could do. That I needed to do.</p>\n<p>I was in crisis mode. I was half a world away from everyone I knew, my family, my friends.</p>\n<p>I was scared. I wanted to go home, but I still had about four months to go until I came back to the US.</p>\n<h3>Starting a new journey, while already on another one</h3>\n<p>I wanted to go home early. Several times, I’d gone to booking sites, and held my finger over the purchase button with a different kind of trepidation than I’d had when I originally bought my ticket to Australia.</p>\n<p>But I’d already agreed to speak at a WordCamp in Pune, India in September, so if I went home early, it would mean cancelling that (and letting down one of my coworkers who’d worked hard to get me invited and approved to go in the first place).</p>\n<p>So, I carried on. I found a therapist that would talk with me online, to help me through all of the anxiety and depression I was going through. By the time we finished a couple of sessions, I was absolutely certain that transitioning was right for me.</p>\n<p>I muddled through the rest of my time abroad. I didn’t really go out much and explore the cities I had left to visit, though I did some. I’d started chatting with my friend whose posts had led to my own epiphany. Both she and the therapist I was talking to helped me through the worst of the homesickness.</p>\n<p>I kept working, and eventually, the trip to India came. I had a weekend in Pune, a month in Mumbai, then back home to the US. I enjoyed India a lot. I met a lot of people at WordCamp, who treated me like a rockstar for working at Automattic. And oh yeah, Topher (ya know, the guy who runs this site?) was there, too. <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<h3>Finally back home</h3>\n<p>After those final few weeks in India, September 30th finally came, and I was glad to be heading back home to the US. I’d spent the last few months making plans, and one of them was to tell my family.</p>\n<a href=\"http://heropress.com/wp-content/uploads/2016/07/overgreenland.jpg\"><img class=\"size-medium wp-image-1162\" src=\"http://heropress.com/wp-content/uploads/2016/07/overgreenland-300x225.jpg\" alt=\"The view from the plane over Greenland, as I was finally on my way back home.\" width=\"300\" height=\"225\" /></a>The view from the plane over Greenland, as I was finally on my way back home.\n<p>After two 9.5 hour flights from Mumbai to Paris, then Paris to Minneapolis, I was home. I wanted to tell my family (who I knew would be supportive) right away.</p>\n<p>But every time I tried, my throat closed up and my eyes started to well up with tears.</p>\n<p>Once I told them, there would be (in my mind, anyway) no going back. It took a few days, but I ended up telling them one at a time–via text message, so that I could say everything I wanted to say without stumbling.</p>\n<p>Of course, my family accepted me for who I was, like I knew they would. But I still had to tell the rest of the world. So many people at work and in the WordPress community knew me already, so doing it under the radar wasn’t going to happen. And really, I’d spent my whole life hiding this part of me, and I didn’t want to hide anything any longer than I had to.</p>\n<p>So, I made another plan to tell my coworkers, my WordPress friends, then everybody else.</p>\n<h3>The second WordCamp that changed my life</h3>\n<p>As it turned out, WordCamp US was coming up in December, just about a week before my birthday. I thought that would be the perfect opportunity to tell a small group of people, just so they would have my back in case anybody acted like a jerk when I later posted online that I’d be changing my name.</p>\n<p>I’d already worked with my HR at work to come up with the right language for a blog post on our internal updates blog. And I would later use almost the same text when I posted to Facebook and my blog.</p>\n<p>So WordCamp came, and I pulled over the few people that I wanted to talk to, and started telling people.</p>\n<p>I told that small group of 5 during the community summit before WordCamp. Every single one of them told me they were happy for me, and thanked me for trusting them enough to tell them first.</p>\n<p>And so, that was that. I’d already scheduled the blog posts (both internal at work and my own blog) and the Facebook post to go out a few days after WordCamp.</p>\n<p>Or so I thought.</p>\n<blockquote><p>What I didn’t realize is just how much I’d missed my friends from the WordPress community.</p></blockquote>\n<p>I made new WP friends while traveling in Australia and India, for sure, but most of my friends were in Europe and the US, so WordCamp US was my first opportunity to see most of them.</p>\n<p>I saw people I hadn’t seen in over a year, sometimes longer, and I didn’t want to pretend with them anymore. And so, I started pulling them aside, one at a time.</p>\n<p>Every single one of them pretty much had the same three responses:</p>\n<p>“Congratulations on finally being able to be yourself,”</p>\n<p>“If you need to talk to someone, let me know,” and</p>\n<p>“If anybody gives you trouble, I’ll punch them.” (Thankfully that one didn’t become necessary.)</p>\n<p>Every time I told someone, and they reacted that way, I felt happier and happier. By the end of the weekend, when I’d planned to tell 5 people, I ended up telling several hundred; who knew I had that many WordPress friends?!</p>\n<p>The community I’d surrounded myself made me feel loved, and I knew what I was doing was right.</p>\n<p>A few days later, the blog and Facebook posts went out, and all of my friends and coworkers who weren’t at WordCamp finally knew.</p>\n<p>And I felt free.</p>\n<h3>And it’s all thanks to WordPress</h3>\n<p>Discovering WordPress opened up a whole new world for me. It started me on a whirlwind journey that nobody could’ve known where it would eventually take me.</p>\n<p>I look back at myself–when I started using WordPress–and I’m amazed. It’s hard to imagine that I was once that 19 year old kid, with a low paying job, living at home with a single parent, struggling to make ends meet, and just going through the motions of life without really living.</p>\n<p>Now, I’ve got an amazing job, friends and family that love me for who I am, and I can finally live my life without pretending to be someone I’m not.</p>\n<blockquote><p>Twelve years ago, I could never have imagined that I’d end up working for a company, and part of a community, that was full of so many accepting people. A community that placed a priority on making sure that all were welcome.</p></blockquote>\n<p>It’s fair to say that without the support of the WordPress community, I wouldn’t be the person I am today–literally.</p>\n<p>And to think it’s all because I started a blog over a decade ago.</p>\n<p><small>All photos in this post were taken by Amy Lane, and are licensed under a <a href=\"http://creativecommons.org/licenses/by-sa/4.0/\" rel=\"license\">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</small></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: How WordPress (literally) turned me into a brand new person\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=How%20WordPress%20%28literally%29%20turned%20me%20into%20a%20brand%20new%20person&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-literally-turned-brand-new-person%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: How WordPress (literally) turned me into a brand new person\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-literally-turned-brand-new-person%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-literally-turned-brand-new-person%2F&title=How+WordPress+%28literally%29+turned+me+into+a+brand+new+person\" rel=\"nofollow\" target=\"_blank\" title=\"Share: How WordPress (literally) turned me into a brand new person\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/wordpress-literally-turned-brand-new-person/&media=http://heropress.com/wp-content/uploads/2016/07/071916-new-person-150x150.jpg&description=How WordPress (literally) turned me into a brand new person\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: How WordPress (literally) turned me into a brand new person\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/wordpress-literally-turned-brand-new-person/\" title=\"How WordPress (literally) turned me into a brand new person\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/wordpress-literally-turned-brand-new-person/\">How WordPress (literally) turned me into a brand new person</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Amy Lane\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"HeroPress: How to Learn WordPress Without Doing It on Your Own\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1138\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://heropress.com/essays/learn-wordpress-without-doing-it-on-your-own/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9757:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/07/071316-following-your-dream-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pullquote: There\'s nothing that will spur you on more in life than following your dream\" /><p>Wait, what?</p>\n<p>Okay, the headline might be a bit confusing, but bear with me. It all makes sense, I promise.</p>\n<p>Let’s start somewhere else, though.</p>\n<p>Hi, I’m Madalin Milea, and I am a technology professional based out of Rennes, France. I’m self-employed, a WordPress enthusiast, collaborating with <a href=\"http://www.codeinwp.com/blog/\">CodeinWP</a> (one of the top blogs about WordPress), and a member of the support team at <a href=\"http://themeisle.com/\">ThemeIsle</a>. I also maintain my own blog at <a href=\"http://madalinm.com/\">M.Online</a>, writing about a variety of topics such as blogging, WordPress and programming.</p>\n<p><img class=\"alignnone size-large wp-image-644\" src=\"http://madalinm.com/wp-content/uploads/2016/06/Screen-Shot-2016-06-17-at-5.59.05-PM-1024x580.png\" alt=\"Screen Shot 2016-06-17 at 5.59.05 PM\" width=\"810\" height=\"459\" /></p>\n<p>But I didn’t start like that. I studied Management and Economics for three years. It seemed like a sensible option, but while I knew I was gaining some useful skills, I also wanted more. I had a feeling I wasn’t yet on the right track.</p>\n<p>So I went right back to square one and started out on a new path – programming; a field that had always had a magical allure for me, something I’d always dreamed of doing but never thought possible.</p>\n<p>I obviously needed to learn a lot about WordPress, programming, and all things related before I could collaborate with companies like ThemeIsle, or before anyone would even hire me as a freelancer, for that matter.</p>\n<p>So how do you do that? How do you go from studying Economics and being a phone center technician (which I used to do), to a WordPress developer?</p>\n<p>Well, WordPress and programming in general are very interesting fields. First off, the way “mastering those fields” works is unheard of when compared to other fields. For example, if you want to be a doctor, you have no way of obtaining the necessary education on your own, through blog posts or whatever. You need to go to school. With programming, you very well <em>can</em> be self-taught, right from the start, all the way to being an expert.</p>\n<p>But maybe this is not the best path to take after all… Maybe you’re better off not learning everything all on your own? I mean, I found the amount of info available out there on the web rather overwhelming. There’s just soooo much stuff. Where does one start?</p>\n<h2>How to begin pursuing a new skill</h2>\n<p>I, for instance, decided to look for some online courses that could help me learn in a more easy-to-grasp way. So, after several hours of searching, I stumbled upon some <a href=\"https://www.udemy.com/\">Udemy</a> courses on sale over at <a href=\"https://deals.creativebloq.com/\">Creative Bloq Deals</a>.</p>\n<p>At first, they seemed interesting, but after a few days, I felt quite discouraged. It all seemed too complicated, I thought I’d never manage to learn anything. For a moment, I worried that I would never become a programmer. But I’m certainly not the one to give up easily, so I asked around for other ideas.</p>\n<p>One <a href=\"http://ionutn.com/\">friend of mine</a> recommended the <a href=\"https://teamtreehouse.com/\">Treehouse</a> courses and told me that there’s two weeks of free trial available (with full access). That seemed fair enough, so I gave it a go.</p>\n<p>Long story short, it turned out to be a brilliant decision, and looking back, perhaps one of the best career decisions I’ve ever made. After only two weeks, I was already fascinated by the courses and the team running them.</p>\n<p>It was during this time that I found my enthusiasm for WordPress and developed my skills. The Treehouse course structure really made things easy to follow. I was really taken with the whole experience.</p>\n<p>In just one year, I’ve learned PHP, JavaScript, CSS, and HTML. This has helped me to grow my new career as a freelancer, and allowed me to feel comfortable with things like creating themes, websites, and even plugins. This gives me a great feeling of satisfaction.</p>\n<p>In hindsight, I could have started with random free info that’s available on countless websites, but it wouldn’t have given me a natural step-by-step progression that a structured course does.</p>\n<p>So my message is this:</p>\n<blockquote><p>Even if you set out to learn a new skill on your own, you don’t actually need to be on your own the whole time.</p></blockquote>\n<p>Get guidance from someone or someplace that really knows what they’re doing!</p>\n<p>And please don’t get me wrong, I’m not saying that Udemy courses aren’t any good, but in my case, Treehouse has just turned out to be perfect, considering my newbie level. I want to thank the team (especially Zac Gordon and Nick Pettit, my favorite teachers) for their wonderful work.</p>\n<h2>“Can I make the move?”</h2>\n<p>You might be at that point when you just can’t decide what you want to do with your life, or maybe all your previous ideas or your parents’ ideas don’t seem all that exciting anymore.</p>\n<p>That’s alright.</p>\n<p>You can always pivot. <em>Change</em> really isn’t as hard as you might think if you’re motivated and hard working. There’s nothing that will spur you on more in life than following your dream. Whether you’d love to be a web developer, write mobile apps, computer games or start your own award winning blog, you can do it.</p>\n<p>There are so many resources out there, some you pay for, but many are free. You can easily find a wealth of knowledge or even just people willing to share their expertise.</p>\n<p>Once you find the right route for you, like I did, you’ll be full of motivation, and it’s this motivation that will get you there. The thought of a new career doing what you love will inspire you to put in a couple of hours each evening after work mastering a new skill.</p>\n<p>Over the years I’ve learned a lot. These days, my areas of expertise include WordPress development, team management, programming and SEO. It’s my desire to learn more that has always pushed me forward. Every day, I expand my knowledge and hone my skills as a problem solver and effective developer.</p>\n<p>You always have to remember that nothing is easy, but when you overcome obstacles, you get a huge sense of achievement. For me, it’s so frustrating when I just can’t understand something. It would be easy to give up and think it’s simply beyond me, but if you persevere, the sense of achievement when you have that “A-ha!” moment is incredible. Just in the last year, I gained a set of skills that seemed pretty much impossible to me before.</p>\n<p>So again, whatever skill you want to master, don’t set out to do it on your own. Find quality sources of information, and don’t stop until you stumble upon something that fits.</p>\n<p><strong>What’s your dream career? Have you taken the first steps to make it a reality?</strong></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: How to Learn WordPress Without Doing It on Your Own\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=How%20to%20Learn%20WordPress%20Without%20Doing%20It%20on%20Your%20Own&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Flearn-wordpress-without-doing-it-on-your-own%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: How to Learn WordPress Without Doing It on Your Own\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Flearn-wordpress-without-doing-it-on-your-own%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Flearn-wordpress-without-doing-it-on-your-own%2F&title=How+to+Learn+WordPress+Without+Doing+It+on+Your+Own\" rel=\"nofollow\" target=\"_blank\" title=\"Share: How to Learn WordPress Without Doing It on Your Own\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/learn-wordpress-without-doing-it-on-your-own/&media=http://heropress.com/wp-content/uploads/2016/07/071316-following-your-dream-150x150.jpg&description=How to Learn WordPress Without Doing It on Your Own\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: How to Learn WordPress Without Doing It on Your Own\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/learn-wordpress-without-doing-it-on-your-own/\" title=\"How to Learn WordPress Without Doing It on Your Own\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/learn-wordpress-without-doing-it-on-your-own/\">How to Learn WordPress Without Doing It on Your Own</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Madalin Milea\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"HeroPress: Making Family\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://heropress.com/essays/making-family/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19284:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/07/070615-family-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pullquote: The longer we\'re a part of the WordPress community the more I realize we\'re not making friends, we\'re making family.\" /><p>It’s not uncommon for me to ask someone to write a HeroPress essay and have them respond with “Why me? I’m not really on the periphery of anything. WordPress didn’t really help me overcome any hardship”. Almost every time I help them realize what an impact WordPress has made on their life, and how it has enabled them.</p>\n<p>It took me quite a while to walk that path myself. I was a web developer for 15 years before I started working with WordPress, and if I hadn’t found WordPress I’d still be a web developer, and making a good happy living.</p>\n<p>While WordPress as a technology made my career more pleasant, and certainly easier, the thing that has changed my life, and the life of my family, is unquestionably the WordPress community.</p>\n<h3>Who I Am</h3>\n<p>Another common requirement for writing a HeroPress essay is that you need to write to an audience. Who is this message for? This essay is for people like me. Read on and see if you’re like me.</p>\n<p>People call me Topher, and for the new folks, I manage this little site. I’ve often said that everyone is on the periphery of something. I don’t <em>feel</em> like I’m on the periphery of anything. I’m an educated white American man. That right there puts me smack in the middle of most things. But if I had to pick something a little different I’d have to say it’s the way I was brought up.</p>\n<a href=\"http://heropress.com/wp-content/uploads/2016/07/topher_homestead.jpg\"><img class=\"wp-image-1104\" src=\"http://heropress.com/wp-content/uploads/2016/07/topher_homestead.jpg\" alt=\"Photo of the foundation of a house with a trailer next to it in a clearing in the forest.\" width=\"400\" height=\"267\" /></a>The shed we started in is in the top right, then we stayed in that trailer for a summer. The largest thing is the foundation of the house.\n<p>In 1979 my parents sold almost everything they had and moved 100 miles north. They bought a little plot of forest in the middle of a very large plot of forest and put up a tent and we moved in. Then we built a little shed, and my dad, my uncle, and I moved into that while mom and my sisters moved back to the city for a few months. We cleared the land and started building a house.</p>\n<p>When it came time to hook up to the electrical grid we were told it would be $20,000 for the hookup. That’s nearly $70,000 at today’s rate. My dad simply said no. We didn’t get connected to the electrical grid for another 15 years.</p>\n<p>If you’d like to read more of that story <a href=\"https://topher1kenobe.com/category/my-story/\">I did a nice long series on my own blog</a>.</p>\n<h3>How I Got Here</h3>\n<p>I taught myself to type in high school because it was way better than writing all that stuff by hand. When I got to college and it came time to write a paper I found that the library had a typewriter I could use. It was an old IBM Selectric with a little motor that spun and hummed the end entire time.</p>\n<p>One day a guy said to me “Why don’t you use The Computer?”.</p>\n<p>“We have a computer?” I asked. He showed me where the IBM 286 with WordPerfect was and I spent about a week learning everything I could about it. Soon I was typing papers for other people at a penny a word. That’s about $2 a page.</p>\n<p>Then one day someone donated a new computer to the college. It was a Microsoft Xenix server, with 5 dumb terminals. <em>Five</em> people could use it at the same time! It also had something called “email”. It wasn’t on any network, so we could only email people in that room. But we loved it. Everyone swapped emails.</p>\n<p>Fast forward a couple years and I went to a different school which ALSO had a server. This one was a giant VAX/VMS system. The machine was about the size of an old Volkswagen bug. There were terminals all over campus. You could send an electronic message to someone who was almost a mile away! It was amazing, and I was enthralled.</p>\n<p>In my 4th year of college I was told that we could soon be connected to The Internet. I’d never heard of that, so I started learning. I found out that it would be just like what we had, but we could send emails to other schools! And people all over the world. It was AMAZING.</p>\n<p>To try to keep a long story short(er) I moved through telnet, <a href=\"https://en.wikipedia.org/wiki/Gopher_(protocol)\">Gopher</a>, and finally the web.</p>\n<p>One day a friend came to me and said “Hey, look what I made!”. It was a web page. With his own content on it! He said “It’s really easy, you should try it!” I told him no, it looked far too complicated. He said it really wasn’t, and showed me.</p>\n<p>That afternoon I learned every HTML tag there was. All 40 of them. And I started making web pages. Page after page. I made lists of interesting websites, and connected them all together. I built an unofficial website for my college. I joined the local Freenet, even though I didn’t have a computer of my own, and started building pages for them, for my city. It became an obsession.</p>\n<p>Eventually I talked the college into paying me to build them a real website. Here’s a screenshot:</p>\n<p><img class=\"aligncenter size-full wp-image-1106\" src=\"http://heropress.com/wp-content/uploads/2016/07/cornerstone_college_website_lynx.png\" alt=\"Screenshot of Cornerstone College\'s web site in Lynx in a terminal window,\" width=\"484\" height=\"316\" /></p>\n<h3>Leveling Up</h3>\n<p>After college I took a 6 month contract building an intranet website for Kellogg’s (the cereal people). It was their first internal website, and I had to make sure there was backward compatability for Netscape 1.0. It was still all plain HTML though. CSS hadn’t been invented yet. If there was back-end scripting to be done it was CGI in perl.</p>\n<p>Fast forward to 1998 and I was working in my office with some co-workers and one of our designers came into the room. He said “I have a contract to build a site for a realtor, but I need someone who knows PHP”. No-one said anything, so I said “I’ll do it!”.</p>\n<blockquote><p>That night I went home and learned PHP.</p></blockquote>\n<p>I built the site and got paid. Let’s just say I’m glad it’s not around anymore.</p>\n<p>I started taking more PHP jobs, getting better and better. A new thing became popular on the web called “web logging”, basically keeping a journal on the web. People soon shortened it to “blogging”, which confused all the old people.</p>\n<p>I tried some blog software, but it was crazy hard to set up. One platform even required an Apache module of its own. I decided blogging wasn’t for me, and probably wouldn’t be going very far.</p>\n<h3>Enter WordPress</h3>\n<p>In 2003 I was working as a PHP/MySQL developer at a radio station attached to a college (the very same at which I started so long ago). I was teaching a class called <em>Intro To Web Development</em>. I’d recently heard about WordPress and tried it out. I wasn’t very impressed. I could build that. I required each student to have a project for the year, and I took one for myself. Build something better than WordPress.</p>\n<p>What I came up with wasn’t better than WordPress, but it was good enough that I used it as my main blogging software for 10 years. Looking back, I really wish I had become involved in the community then. Where would I be now?</p>\n<h3>Spinning Off Into Chaos</h3>\n<p>In 2010 I had been doing side work non-stop for several years. I did the math and realized that I was wasting a LOT of time and money going to my day job every day. Literally tens of thousands of dollars being lost by going there 5 days a week.</p>\n<p>I quit.</p>\n<p>I went freelance and the work poured in. I took a contract that used WordPress and was pretty impressed by its blogging abilities. It was still a chore to make any other kind of site with it, but I was able to bend it to my will. I loved that WordPress took care of permissions and user management for me. I quickly found out that most of the “WordPress developers” out there didn’t really know PHP. I had a huge advantage.</p>\n<p>I used WordPress occasionally until 3.0 came out. <strong>Everything changed</strong>.</p>\n<p>Custom Post Types made practically anything possible! It was literally breathtaking. I hadn’t been so excited since the early days of web development, when a new browser version meant major new web technology.</p>\n<p>Everything in my life began to change rapidly as well. I went from freelancing to being CTO in a startup to being a WordPress VIP developer at a major agency to trying something cool (HeroPress) to writing documentation. 5 different job changes in 6 years. <a href=\"http://catewerks.com/our-jump-to-freelancing/\">It was pretty stressful for my family</a>.</p>\n<p>There was something consistent through most of the last 6 years though.</p>\n<h3>You</h3>\n<p>My first experience with The Community was when I went looking for a Theme Framework. I found Startbox, by a guy named Brian Richards. I found out he lived only a few miles from my house! He answered SO MANY QUESTIONS. I wouldn’t be the WordPress developer I am today without him.</p>\n<p>We formed a local WordPress meetup, and one of the first things he said was “We need a WordCamp”. What’s a WordCamp? He told me all about it and said he wanted to pull one together in only 4 months. I thought he was CRAZY, but sure enough he did it, and <a href=\"https://2013.grandrapids.wordcamp.org/\">WordCamp Grand Rapids</a> was born.</p>\n<p>I was hooked. I couldn’t wait until NEXT year when we could have another one!</p>\n<p>Then I learned they happen all over the place! ALL THE TIME!</p>\n<p>My first Away WordCamp was Austin in April 2014, and it felt like it changed everything. I mustered up the courage to approach Siobhan McKeown and ask her about writing docs. 15 minutes later (literally) I had admin rights to work on the Plugin Handbook. I spent the next 6 months finishing it.</p>\n<p>I met Shayda Torabi, Chris Lema, Shawn and Kay Hesketh. I met for the first time my own co-workers at XWP.</p>\n<p>And my father died.</p>\n<p>My sister called on a quiet Sunday morning at sunrise and told me he was gone. My dear brother Luke Carbis cried with me. I’m crying now as I write this.</p>\n<h3>More of You</h3>\n<p>I was surprised to learn soon after that XWP wanted me to go to WordCamp Miami. I didn’t expect <em>two</em> WordCamps in one year! I met David Bisset, Karim Marucchi, Joe Hoyle, and dozens of other people who are now solid friends.</p>\n<p>Then another, I found out I was going to WordCamp San Francisco! I met Rocio Valdivia, Julie Kuehl, Dave Rosen, Shane Pearlman, Jake Goldman, and more and more and more.</p>\n<p>It was at that WordCamp that someone nominated me to be XWP’s WordCamp Outreach person. Dave Rosen looked at me with a sparkle in his eye and asked “Would you like that?”. That moment was the true beginning of HeroPress. That’s where he started thinking “What if?”</p>\n<h3>HeroPress</h3>\n<p>Until HeroPress WordPress was a tool to further my career. I’d made some dear dear friends, but maybe I would have made dear friends without WordPress. Dave Rosen came to me and told me he wanted me to do something great for WordPress. He told me it was my journey to discover. He wanted a business, a new product that would change everything.</p>\n<p>He also sent me a picture.</p>\n<p>It was a narrow alley in India. I don’t know what city. In the center of the alley was a small child, maybe 3 years old, getting a bath. His or her mother was pouring water to rinse.</p>\n<p>“I want to help that child” Dave said. “I want to make a world where that child has the ability to make a good healthy living, without having to leave home.” The child was looking right at the camera.</p>\n<p>Right at me.</p>\n<p>Dave also made available to me a WordPress agency. “If you need to build anything, use them, I have them on retainer” he said. They were from Kolkata. I got to know one person there, a young man named Jeet. We spent months together trying to come up with something great to do for WordPress. I learned about his family, and he learned about mine. He got married in that time.</p>\n<p>One day Jeet let go of some frustration. He was trying to get enough work for his agency to stick together. It was really a group of friends who had been freelancing, and they wanted to make it work as a team. But he couldn’t get good work. There was plenty of work for “cheap labor from India where they work for almost nothing”. But that doesn’t work for actual grown up developers feeding families. He asked <em>me</em> how to get good work.</p>\n<blockquote><p>I felt helpless. I’d never been to India. I wasn’t any good at business really. What do I know?</p></blockquote>\n<p>So I set out to find someone who DID know. Someone who’d made a successful WordPress business in India.</p>\n<p>That’s where the core idea of HeroPress started. That’s why HeroPress essays now need an audience. It’s about connecting people to each other to share wisdom.</p>\n<p>I lost track of Jeet not long after the <a href=\"https://wptavern.com/heropress-fails-to-attract-backers-cancels-kickstarter-campaign-ahead-of-deadline\">HeroPress Kickstarter</a> failed, and I’ve been looking for him ever since. If anyone knows where to find Soumyajit Saha, I’d love to know.</p>\n<h3>Failure</h3>\n<p>The Kickstarter failed. My job situation was uncertain. Jeet never got his advice. The kid in the alley would certainly never get a good job. That’s ridiculous of course, but I could still see those eyes.</p>\n<p>Then people started saying things like “HeroPress is such a good idea, please don’t let it die.” People who couldn’t afford to give more than they had, or any at all. People said “I couldn’t afford to give any money, but I have time, if you need anything done, I’ll do it”. Dozens of them.</p>\n<p>I started thinking about how I could make it work. If I gave up on video, and went with plain text, how hard could it be? What could it cost besides hosting? I decided to go for it.</p>\n<p>I emailed Dave and asked permission but he didn’t write back. He was busy on something else at the time. I asked again. Nothing.</p>\n<p>So I did it anyway.</p>\n<p>I found Rarst and asked him if he’d do his presentation in text form, and he said yes. We published. It was breathtaking.</p>\n<p>Then I thought “I should have another, right? Umm… next week?” So I tracked down Saurabh Shukla, who had given so much great advice on how to talk to people from other cultures. “Sure!” he said. Then I needed another. For about the first 3 months I got contributors merely days, sometimes hours before publish time.</p>\n<p>Failure turned to success. Text is BETTER than video. It’s cheaper, faster, more accessible.</p>\n<p>It’s not a viable business. No-one’s making their living from it. From the viewpoint of the original goal, it has been a failure. From the eyes of everyone who talks to me about it, I can see it’s a success.</p>\n<h3>Making Family</h3>\n<p>In the spring of 2014 I went with my wife and two children to WordCamp Chicago. We all made new, wonderful friends. My children know people from all over the world, some of them that I don’t even know, because of WordPress. My wife now has dear friends she talks to all the time because of that WordCamp.</p>\n<p><a href=\"http://heropress.com/wp-content/uploads/2016/07/wordcamp_dinner.jpg\"><img class=\"alignright wp-image-1122\" src=\"http://heropress.com/wp-content/uploads/2016/07/wordcamp_dinner-300x169.jpg\" alt=\"Some family being silly at dinner\" width=\"400\" height=\"225\" /></a>We were hooked. We decided to go to another WordCamp. Then another. We went to Chicago, Dayton, North Canton, Milwaukee, Miami, Orlando, Tampa, Virginia Beach, St. Louis, Kansas City, Columbus, and WordCamp US.</p>\n<p>Without my family I went to Pressnomics and WordCamp Pune.</p>\n<p>At every one of these places we made more friends. More people with whom we still stay in touch and to whom we have become close. Some of them we saw over and over at WordCamps all year, and traded stories of travel and family and life.</p>\n<blockquote><p>The longer we’re a part of the WordPress community the more I realize we’re not making friends, we’re making family.</p></blockquote>\n<p>Family from India, Ukraine, England, Argentina, Nepal, Lebanon, Sri Lanka, and literally hundreds of other countries.</p>\n<p>WordPress didn’t rescue me from anything. The code shaped my career sure, but what has changed me is you. The lives of myself and my family will forever be better because of you.</p>\n<p>Thank you.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Making Family\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Making%20Family&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fmaking-family%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Making Family\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fmaking-family%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fmaking-family%2F&title=Making+Family\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Making Family\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/making-family/&media=http://heropress.com/wp-content/uploads/2016/07/070615-family-150x150.jpg&description=Making Family\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Making Family\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/making-family/\" title=\"Making Family\"></a></div><p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/making-family/\">Making Family</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Topher DeRosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"HeroPress: WordPress, Where I Found What I Didn’t Know I Was Missing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1088\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://heropress.com/essays/what-i-didnt-know-i-was-missing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13262:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/06/062916-ididntknowiwasmissing-2-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Banner: The incredible thing about WordPress is the diversity of what you can pursue.\" /><div class=\"rtsocial-container rtsocial-container-align-left rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress, Where I Found What I Didn’t Know I Was Missing\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%2C%20Where%20I%20Found%20What%20I%20Didn%27t%20Know%20I%20Was%20Missing&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fwhat-i-didnt-know-i-was-missing%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-twitter-count\"></span></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress, Where I Found What I Didn’t Know I Was Missing\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fwhat-i-didnt-know-i-was-missing%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-fb-count\"></span></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fwhat-i-didnt-know-i-was-missing%2F&title=WordPress%2C+Where+I+Found+What+I+Didn%26%238217%3Bt+Know+I+Was+Missing\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress, Where I Found What I Didn’t Know I Was Missing\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-linkedin-count\"></span></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/what-i-didnt-know-i-was-missing/&media=http://heropress.com/wp-content/uploads/2016/06/062916-ididntknowiwasmissing-2-150x150.jpg&description=WordPress, Where I Found What I Didn\'t Know I Was Missing\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress, Where I Found What I Didn’t Know I Was Missing\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-pinterest-count\"></span></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/what-i-didnt-know-i-was-missing/\" title=\"WordPress, Where I Found What I Didn’t Know I Was Missing\"></a></div><h3>Backstory</h3>\n<p>My grandparents used to have a photograph that showed me as a child, just old enough to start walking; and in it I was trying to climb onto this little cement horse sculpture they had in their yard.</p>\n<p>For as long as I can recall I’ve always had an interest in horses, and it was always believed that my primary career path in life would somehow revolve around riding or training horses.</p>\n<p>I had the first chance to work around horses when I was nine, my parents wouldn’t pay for riding lessons but I was given the green light to volunteer at a handicapped riding facility near our home. So I would go there a few times each week to lead the horses around and assist the riders. I was in heaven.</p>\n<p>After some months of this my parents finally conceded to riding lessons, then buying a horse and things seemed to be on course for a career in horses for me.</p>\n<p>When I was 14 years old, we had moved to our own little property where we could keep our own horses. I would have been entering the 9th grade that fall, but instead I proposed to my parents that I should drop out of school and start a horse business instead; and surprisingly they agreed.</p>\n<p>For the next 6 years, I would spend a significant amount of time learning how to build, maintain and improve my own website for that business; it started with a basic WYSIWYG website builder but I quickly learned I needed to dig directly into the code to achieve what I wanted. I broke things and learned how to fix by poking at them with a stick, possibly the most ineffectual method of learning but this was before Google contained all the answers to all the questions..</p>\n<h3>What about *WordPress*?</h3>\n<p>Bear with me, I’m getting to that point! It’s now 2005 and I’m packing up my truck and horse trailer with a reasonable amount of belongings and one of my horses to drive 2000 miles from southern Wisconsin to the Seattle, Washington area. The next step in my journey will be as working-student for a year, which is just a fancy way of saying I’ll be doing hard physical labor for gruelingly long hours in exchange for a few hours of one-on-one instruction when the trainer has time.</p>\n<p>I wanted to learn more about Classical Dressage, and with few options in my immediate location, began looking outside the Midwest until I found a small facility in the Pacific NorthWest that was teaching what I wanted to learn.</p>\n<p>So where does WordPress fit in here? From the time I started working at the farm, I had to maintain an online blog and post to it daily. I chose WordPress as my blogging platform, possibly it was a choice of complete chance. But **that was my introduction to WordPress**, the requirement to maintain a simple online blog every day.</p>\n<h3>Momentum</h3>\n<p>Every day, I blogged, and slowly I decided I wanted to do more with my blog. So I began exploring plugins and themes, and then how I could break and fix them to suit my own needs.</p>\n<p>People I knew in the horse community would hire me from time to time to work on their site or build them one, and I was doing this in HTML and CSS until I got started with WordPress; and soon I was converting everyone I could to a WordPress site.</p>\n<h3>Distractions</h3>\n<p>There were a lot of other things going on in my life at this time unrelated to WordPress and websites as I continued to search for what I really wanted to do with my life.</p>\n<p>I returned from Washington and began giving riding lessons in my area. I wrote and published a book about working with horses, “Centered Self, Centered Horse.” Despite the outward successes I was having, my career path with training horses was really just reaching its peak before fizzling out.</p>\n<a href=\"http://heropress.com/wp-content/uploads/2016/06/exhibition.jpg\"><img class=\"wp-image-1090 size-medium\" src=\"http://heropress.com/wp-content/uploads/2016/06/exhibition-277x300.jpg\" alt=\"Erica Franz, in costume, on a rearing horse\" width=\"277\" height=\"300\" /></a>One of the last times I exhibited my horses, this was at a fundraiser for a therapeutic riding facility.\n<p>I began practicing Therapeutic Massage to help bring in additional income, sadly my arms would only hold out for a few years before severe chronic tendonitis forced me to quit altogether.</p>\n<p>The economy in the gutter and I felt this might be a good time for me to pursue higher education, so I went to college for my Bachelor of Fine Arts degree.</p>\n<p>School was a welcome distraction as my involvement with the horse community became less satisfying. I felt more at odds every day with the common methods used to train and ride horses until I decided I needed a full break from all-things-horses.</p>\n<p>Even through all of this, I was still plugging away with WordPress, freelancing and slowly gaining more and more clients.</p>\n<h3>The Big (little) Change</h3>\n<p>In 2013, a freelance client I had just started working with wanted to use a very specific WordPress theme – Marketer’s Delight.</p>\n<p>It’s funny when you think back to something small that can completely change the course you’re on. But it was this tiny thing that I believe began a full-stop to the path I was travelling at that time and helped re-route me to where I am today.</p>\n<p>Marketer’s Delight, at that time, was a skin for the Thesis framework. So as I was working with it I would pop into the forum support to ask a few questions about whether certain functionality was supported out of the box, and Alex was looking to hire someone to help with forum support.</p>\n<p>On a lark, I sent him an email. I loved working with Marketer’s Delight and felt I’d enjoy helping others in the forum as they navigated their way through customizing the theme for their own site.</p>\n<p>And that was it, I joined Kolakube and worked in the support forum for about 3 months.</p>\n<p>After that opportunity I realized some very important things. 1) I love figuring things out and finding out what the cause of a problem is, and 2) I really love helping people.</p>\n<h3>Taking a chance at a random opportunity</h3>\n<p>I had continued to freelance while working in the support forum, but after that time I really wanted to work with another support team again.</p>\n<p>I wasn’t yet actively looking at job openings or submitting resumes to any companies; but opened up Twitter and one of the few people I was following at the time had retweeted a link to a job opening for OptinMonster.</p>\n<p>I worked with creating “optins” with OptinMonster on a few of my clients’ sites so was already somewhat familiar with the product and and really enjoyed using it.</p>\n<p>Of course there was some immediate self-doubt about whether I was really qualified for the position because customer support wasn’t a field I had been pursuing for a long time or had a long history of experience in.</p>\n<p>“Ah, the worst that can happen is they actually respond with a ‘no’.”</p>\n<a href=\"http://heropress.com/wp-content/uploads/2016/06/resume.jpg\"><img class=\"size-medium wp-image-1093\" src=\"http://heropress.com/wp-content/uploads/2016/06/resume-213x300.jpg\" alt=\"Erica Franz\' resume, mostly blurred out\" width=\"213\" height=\"300\" /></a>Not a resume to be easily forgotten.\n<p>So I got to work putting together a resume to submit that I felt would convey both my personality and highlight my motivation.</p>\n<p>I actually listed the following as a skill-set in my resume:</p>\n<p>“Owner of unicorns,<br />\nslayer of dragons,<br />\nrider of lightning”</p>\n<p>Long story short, <strong>I got the job!</strong></p>\n<h3>Time flies when you love what you do</h3>\n<p>It’s been a year and a half now that I’ve been working not only with OptinMonster, but also with Soliloquy and Envira Gallery plugins which are part of the same company (AwesomeMotive).</p>\n<p>I work with the really great, diverse team of people, who feel more like family.</p>\n<p>In the short time I’ve worked at AwesomeMotive, I’ve learned so much and grown a lot with respect to my knowledge and skills in development even. I gained confidence to begin writing my own plugins and have some published now in the WordPress Plugin Repository.</p>\n<p>This last fall I was promoted to Head of Customer Happiness and have the honor to oversee support for thousands of customers.</p>\n<h3>Reflection</h3>\n<p>Sometimes it’s difficult to look ahead and see clearly where your destination will be.</p>\n<p>If you had asked me 10 years ago what I would be doing today, customer support or a career largely built on WordPress would not have been part of my answer.</p>\n<p>But in all the little paths I’ve travelled that eventually got me here, what I’ve always been looking for was a place where I fit.</p>\n<p>Since I first began writing a little daily blog in WordPress, to today working every day with this amazing team of incredibly skilled individuals, has been this comforting feeling that the world is right and my place in it correct.</p>\n<p>The incredible thing about WordPress is the diversity of what you can pursue. WordPress is more than a blog, more than a website or online store.</p>\n<p>WordPress is people coming together, sharing their own unique sets of skills and personalities to make something greater than could be achieved by any one person alone.</p>\n<p>WordPress allows me to learn and grow as a person every day. It challenges me to think about problems from completely different perspectives as I work with individuals from around the world who share with me their experience and thoughts.</p>\n<p>I doubt I would have a similar opportunity without WordPress; and really without each and every person who is using, extending and contributing to it. My gratitude for WordPress is really my gratitude for <strong>you</strong>, the person reading this story about my journey, because we are all helping support each others journey <strong>through</strong> WordPress.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/what-i-didnt-know-i-was-missing/\">WordPress, Where I Found What I Didn’t Know I Was Missing</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Erica Franz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"HeroPress: My Road to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1038\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://heropress.com/essays/my-road-to-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17070:\"<img width=\"960\" height=\"480\" src=\"http://heropress.com/wp-content/uploads/2016/06/roadtowordpress-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Banner: WordPress showed me that everything is possible is you invest enough time and effort.\" /><div class=\"rtsocial-container rtsocial-container-align-left rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: My Road to WordPress\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=My%20Road%20to%20WordPress&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fmy-road-to-wordpress%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-twitter-count\"></span></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: My Road to WordPress\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fmy-road-to-wordpress%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-fb-count\"></span></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fmy-road-to-wordpress%2F&title=My+Road+to+WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Share: My Road to WordPress\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-linkedin-count\"></span></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/my-road-to-wordpress/&media=http://heropress.com/wp-content/uploads/2016/06/roadtowordpress-150x150.jpg&description=My Road to WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: My Road to WordPress\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-pinterest-count\"></span></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/my-road-to-wordpress/\" title=\"My Road to WordPress\"></a></div><p>What do you want to do for living? Depending on where you stand in life, this question can either be the most easiest or an incredibly tough one to answer. When you are ten or fifteen this question is exciting and it has the power to open a whole box of wishes and dreams that seem to just be waiting to be realized.</p>\n<p>Well, with 25 and a university degree in civil engineering in my pocket, that was probably the most unpleasant question you could have asked me. This was not like I imagined it to be. The feeling was wrong. Instead of being eager to finally put the acquired knowledge into practice, I somehow felt like I’ve just spent the last 6 years of my life for nothing. There was zero enthusiasm in picturing me working in civil engineering field…not now…not ever.</p>\n<h3>Life is perfect…well almost <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></h3>\n<p>The year was 2009 and some big events are underway in my life. First, on April 4th I turned 25. OK, that doesn’t sound like much now, but for me, then, it surely was:). In May I got married to Marko. By the way, he is helping me write this and he won’t let me write epics about him, but otherwise I certainly would:). In June I finished my studies and in September I officially moved to Germany to live with my husband. Somehow, it still sounds strange when I say “my husband”, soo serious <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> .</p>\n<p>When I recall these events now I can see what a great year that was. Still, there was this big question mark hanging above my head; what am I going to do for living? Beside having a major in a field I had no intention of pursuing a career, I now had another barrier… german language. If you’ve ever heard German talking you probably know it doesn’t sound like a piece of cake thing to learn:).</p>\n<p>The first year in Germany I spent learning the language and working some part time jobs in restaurants, hotels and even giving dancing lessons. It was fun, new country, new language, new people. I even applied for a couple of jobs related to civil engineering, but luckily didn’t get them due to insufficient German knowledge.</p>\n<h3>Why study something you don’t want to do?</h3>\n<p>I guess this question might have crossed your mind at least once by now. To better describe the whole thing I need to give a bit more insight into my background and life prior to meeting Marko.</p>\n<p>I was born in Kotor, Montenegro that was then a part of Yugoslavia. Kotor is a relaxed small town on the coast and in my memory it imprinted itself as a great place to be a child. Most people that heard of Kotor, probably visited it on board of one of one of the large cruising ships that stop there daily.</p>\n<p>Unfortunately, in the beginning of 90’s terrible things started to happen all over Yugoslavia, the country started to fall apart and my family decided to move to Croatia that have just announced independence from Yugoslavia. We ended up on the small island Losinj, another tourist destination, where I lived with my parents until I was 18 and was time to go to college.</p>\n<p>Although spending childhood in such beautiful small towns like Kotor and Losinj may seem like living in paradise for many people, there is always another side of the coin. For me that other side were missing options. It was like, there is a way how things work here and you have to get used to it. The sooner you forget about some unconventional ideas about your future the better <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> . And I’ve had a lot of those. I was interested in playing piano, dancing, design and so on. It was all acceptable as a hobby, but no one really considered those to be a serious occupation option.</p>\n<p>Well, with time, I forgot about many of them as I tried to fit in and as a result I ended up studying civil engineering for the sole reason that it is, among maybe 3-4 other studies, traditionally considered “a good choice” in this country.</p>\n<h3>Nothing without a support</h3>\n<p>As people say, “better ever than never”. I don’t know and don’t want to know what my life would be like if I’ve forced myself to follow the path I had in front of me at that time, but I guess forcing yourself to do anything long term is receipt for failure.</p>\n<blockquote><p>I figured out that “a good choice” doesn’t mean much if you’re not satisfied with it.</p></blockquote>\n<p>It is a common saying that there are always alternatives, but sometimes it is really hard to see them. Especially if you live in an environment that doesn’t want or is afraid to see them. Moving to Germany to live with Marko changed my views and I started to open myself to new opportunities.</p>\n<p>Although Marko originally comes from the same small island my family moved to in the 90’s, we first met in 2006 when he was already living in Germany. His way of thinking is quite unconventional by Croatian standards and although he also tried to ignore his own urges for some time, he dropped out of “a good choice” college just before the finish line and went to Germany to work as a musician.</p>\n<p>He inspired me to rethink my options and supported me from the day one no matter what choice I make. All at once my choice was clear.</p>\n<h3>Let’s Design</h3>\n<p>I always wanted to do something creative and design was my wish for a long time although I’ve never done anything even remotely like it. Marko and I sat down, I told him what I’d want and he was like; great, take your time, start learning and sooner or later it will pay off.</p>\n<p>So, I started browsing all over the net trying to find good sources that I can learn from. First I actually started creating logos, but very soon I was hooked on web design. I started learning HTML/CSS and even enrolled myself in the online based web design course that turned out to be a waste of time as the concepts that they taught were 10 years behind the times. However, persistence does pay off and within a year I was ready to try selling my first template.</p>\n<p>Themeforest was an obvious choice, but the quality was not there yet. When I look at those first templates, they make me laugh, but you have to start somewhere:). Anyway, the templates got better, got accepted and I started to feel comfortable in what I was doing.</p>\n<h3>WordPress all the way</h3>\n<p>The year was 2012, I’ve had a couple of templates and a couple of small clients behind me, but with all these CMS solutions growing, HTML templates seemed like a dead end. In the meantime Marko and I decided to try to build a business selling only finished templates instead of developing custom websites for clients.</p>\n<blockquote><p>Our goal was to build a business that is independent of the place of living.</p></blockquote>\n<p>The way I got introduced to WordPress wasn’t very romantic and there is nothing really inspiring in that story. We were looking for a bigger market that could make our plan work and growing sales themes on Themeforest led us to one conclusion… WordPress.</p>\n<p>I didn’t know anything about it and was quite reluctant to start learning it, but Marko can be quite stubborn:). He was like, “common it can’t be that hard”, although at that time he didn’t have any knowledge of it what so ever:) However, that kept me going and the more I learned about WordPress the more I liked the whole idea behind it.</p>\n<h3>Community of like minded people</h3>\n<p>From my very first steps with WordPress I was pleasantly surprised how helpful people in the WordPress community can be. Complete strangers were ready to take their precious time and help a beginner learn some basic concepts. This is something I’ve never experienced before and that is one of the greatest values of being a part of such a community.</p>\n<p>In 2013 we launched our own site <a href=\"http://www.anarieldesign.com\">Anariel Design</a> where we offered our HTML template as well as the first theme or two. Here again complete strangers, that run a very popular site <a href=\"http://tympanus.net/codrops/\" target=\"_blank\">Codrops</a>, help us promote the site at the very beginning. In the meantime we got to know them in person so they are not strangers anymore :). Thank you Manoela and Pedro!</p>\n<p>2014 was a turning point when, out of the blue, we got an email from <a href=\"https://twitter.com/philip_arthur\" target=\"_blank\"> Philip Arthur Moore</a> ( work for Automattic at the time ) asking if we’d like to sell our themes on WordPress.com. It was such honor for me to be invited. It was like an ultimate confirmation that I’m doing something right an that was finally something I actually enjoyed doing. Thank you Philip!</p>\n<h3>When You Least Expect It</h3>\n<p>2013 had its dark side as I was going through a series of panic attacks that seemed to start out of nothing. It was completely confusing as everything was going great in my life and then all of a sudden such a horror. I even ended up in a hospital for 2 days cause I felt as if I was having a heart attack so they kept me to do some tests.</p>\n<p>Marko helped me analyze the situation and I discovered how much baggage I’ve been carrying around for a long long time. Things I’ve never talked about. Things I was ashamed or afraid of. Things I should have straighten out a long time ago, but didn’t. Opening up helped me a lot and it got better with time.</p>\n<p>At the time the panic attacks started happening I got a gift, cute small teddy bear. It may sound funny or strange, but this teddy bear we named Bubi helped me calm down in my worst hours. Especially when Marko wasn’t at home. In the meantime Bubi became our lucky charm and he’s now with us where ever we go.</p>\n<p><img class=\"aligncenter size-full wp-image-1042\" src=\"http://heropress.com/wp-content/uploads/2016/06/bubi.png\" alt=\"Small plush teddy bear on a stump wearing a Santa hat\" width=\"895\" height=\"360\" /></p>\n<h3>A Glance at the Future</h3>\n<p>The last two years were really a joyride. We achieved our goal of running a business that doesn’t tide us to a certain location. In 2014 Marko took a long needed break from music to learn WordPress and beside doing the business side of things he became an awesome support agent:).</p>\n<p>We are now working from a home office or from where ever we find ourselves at the moment. We like to attend WordCamps whenever we can and meet new people. There are so many interesting stories as most of these people lead unconventional lives.</p>\n<blockquote><p>No one knows what the future brings and how my life will be in a year or in five years.</p></blockquote>\n<p>However, WordPress showed me that everything is possible if you invest enough time and effort. It helped me grow confidence in myself and in other people. That is something that no one can take away and that is what I’m most thankful for.</p>\n<hr />\n<h3>Thank you note</h3>\n<p>With every project you, me or anyone else ever started there is always someone who knows something you don`t. Someone who can help you out when you get stuck, someone from whom you can always learn something new.<br />\nSo, in this last part i’d like to thank all the people that helped me on my way:</p>\n<ul>\n<li>First thanks Topher DeRosia for inviting me to write the essay and go out of my comfort zone <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" /></li>\n<li>special thanks to Marko for all the help & support, without you I wouldn’t manage all this</li>\n<li>Big thanks to <a href=\"https://twitter.com/photomatt\" target=\"_blank\">Matt Mullenweg</a> & <a href=\"https://twitter.com/mikelittlezed1\" target=\"_blank\">Mike Little</a> and to all that are contributing to WordPress</li>\n<li><a href=\"https://twitter.com/philip_arthur\" target=\"_blank\"> Philip Arthur Moore</a> ( you are my “hero” <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" /> ), <a href=\"https://twitter.com/sixhours\" target=\"_blank\">Caroline Moore</a>, <a href=\"https://twitter.com/DavidAKennedy\" target=\"_blank\">David A. Kennedy</a>, Ola Laczek, <a href=\"https://twitter.com/mendezcode\" target=\"_blank\">Ernesto Méndez</a>, <a href=\"https://twitter.com/jacklenox\" target=\"_blank\">Jack Lenox</a>, <a href=\"https://twitter.com/karmatosed\" target=\"_blank\">Tammie Lister</a>, <a href=\"https://twitter.com/fklux\" target=\"_blank\">Fränk Klein</a> & all Automatticians – I learned so much from you, thanks a bunch <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></li>\n<li>Thanks to all volunteers and organizers of the WordCamps, you are doing a great job :). Special thanks to <a href=\"https://twitter.com/eblagonic\" target=\"_blank\">Emanuel Blagonic</a> & all other Croatian organizers and volunteers for organizing amazing WordCamp Croatia ( next one is in September in Split: <a href=\"https://2016.split.wordcamp.org/\" target=\"_blank\">https://2016.split.wordcamp.org/</a> )</li>\n<li>Big thanks to theme reviewers on WordPress.org, specially to <a href=\"https://twitter.com/joedolson\" target=\"_blank\">Joe Dolson</a> for the theme accessibility reviews, I learned a lot from you <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></li>\n<li>Thanks to Manoela & Pedro from <a href=\"http://tympanus.net/codrops/\" target=\"_blank\">Codrops</a></li>\n<li>Big thanks to <a href=\"https://twitter.com/twsjonathan\" target=\"_blank\">Jonathan Atkinson</a> & <a href=\"https://twitter.com/Smartik89\" target=\"_blank\">Andrei Surdu</a>, you advices helped a lot at the beginning <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></li>\n<li>and thanks to all great people & friends I met during my work & WordCamps, so many beautiful & inspiring people out there <img src=\"https://s.w.org/images/core/emoji/2/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/my-road-to-wordpress/\">My Road to WordPress</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ana Segota\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"HeroPress: The Making of a WordPress Journalist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://heropress.com/essays/making-wordpress-journalist/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17958:\"<img width=\"960\" height=\"522\" src=\"http://heropress.com/wp-content/uploads/2016/06/Maedah_Batool_Essay_HeroPress_2-1024x557.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Banner: So far I\'ve trained more than 700 women from almost every walk of life and about 80% of them are now earning a living with Wordpress\" /><div class=\"rtsocial-container rtsocial-container-align-left rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: The Making of a WordPress Journalist\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=The%20Making%20of%20a%20WordPress%20Journalist&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fmaking-wordpress-journalist%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-twitter-count\"></span></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: The Making of a WordPress Journalist\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fmaking-wordpress-journalist%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-fb-count\"></span></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fmaking-wordpress-journalist%2F&title=The+Making+of+a+WordPress+Journalist\" rel=\"nofollow\" target=\"_blank\" title=\"Share: The Making of a WordPress Journalist\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-linkedin-count\"></span></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/making-wordpress-journalist/&media=http://heropress.com/wp-content/uploads/2016/06/Maedah_Batool_Essay_HeroPress_2-150x150.jpg&description=The Making of a WordPress Journalist\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: The Making of a WordPress Journalist\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-pinterest-count\"></span></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/making-wordpress-journalist/\" title=\"The Making of a WordPress Journalist\"></a></div><p><em>I went from being an Electrical Engineer to a WordPress Journalist cum Researcher. I review products, provide WordPress support and handle technical documentations. Here’s my story.</em></p>\n<p>October 27th, 2010 — The day my passion became my paycheck, and I was hopeful and excited about trying out something I always wanted to do i.e. to blog!</p>\n<h2>The Backstory</h2>\n<p>I was always a shy kid. But had a great inclination towards all the creative writing opportunities which were offered in the school. Be it contributing to the <i>school’s annual magazine</i> or joining the editorial team of the <i>Buzz</i> (the monthly newsletter), I always considered myself an amateur writer. I also remember how anxiously; I used to wait for the weekly edition of the US Magazine and used to pile up all its copies neatly in a big plastic folder bag. (I still have that big bundle stacked in my cupboard. <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> )</p>\n<p>Throughout my school, the laser focus on my career was to become a doctor and take up writing as a side profession. Even if I wanted to take writing as a full-time career at that time, my parents would not have allowed it (every parent wants their kids to be an engineer or a doctor — professions with less uncertainty).</p>\n<p>So, I knew that just aiming to become a professional writer would only do more harm than good. Anywho, long story short, I ended up joining the Engineering field mostly because the profession ran in my blood. (Duh… my dad is an Engineer).</p>\n<p>The general perception is that if you’re passionate about something, you’re more willing to take risks. But this wasn’t true for me. Honestly, I’m not a life-hacking kind of girl. Nor can I pretend to be one who has fully recovered from giving up on her passion. But somewhere in there I still wanted to write (as in professionally).</p>\n<h3>The Hard Truth</h3>\n<p>I was now on track to become an Electrical Engineer, which was not anywhere close to writing, except for that only <i>Communications Skills</i> course which included a few PPT presentations, technical writing and a 20-page report as a semester project. There was nothing creative about it since we were supposed to write like they write a research paper. There was more fuss about syntax than the content itself. It’s safe to assume that I didn’t enjoy <i>that</i> kind of writing.</p>\n<h2>Stepping Forward Professionally</h2>\n<p>Five years ago during my 4th semester at the university, I met an amazing team of entrepreneurs led by <a href=\"https://ahmadawais.com/\">Ahmad Awais</a>; it was a small team of passionate developers and bloggers. Better yet, they were looking to add one more resource to their team. I knew this was my chance to be a writer again.</p>\n<p>For me, writing meant putting my voice out there and wanting it to matter even a tiny bit. After a few articles that I contributed, I was offered a part-time job, and I quickly jumped on it. I was like “Holly Smokes! It’s getting real”. I got started by writing on different niches like technology, design, food, fashion, hospitality, the web, etc.</p>\n<blockquote><p>Re-living my passion once again induced new hope and rejuvenated me a lot.</p></blockquote>\n<p>Whatever I wrote, came profoundly from my heart and this instinct made me believe I might have a chance to take a stab on writing once again. But writing for technology blogs wasn’t that simple as I had hoped.</p>\n<h3>Defining Parts of a Copywriter</h3>\n<p>Becoming a professional and sound copywriter is an intimidating struggle because there’s a lot of jargon. Unfortunately, you’re going to find some new mantra each time you browse this topic. So, I’m just writing what I found is necessary for one to become one such copywriter.</p>\n<ul>\n<li>Writing (of course!)</li>\n<li>Code</li>\n<li>Design</li>\n</ul>\n<p>One needs to know at least the basics of these three bullet points listed above. So, that was my goal. Mostly, because I worked with a team of developers and being an engineer, development was not a remote concept either. I knew that having basic design and development skills will only allow me to push beyond the limits of a normal copywriter.</p>\n<h2>A Turning Point!</h2>\n<p>Ahmad had always been a big fan of WordPress, and all three of our blogs were built with WordPress. The CMS was entirely new to me but when I gave it a spin found it surprisingly easy to learn. We had internal workshops about WordPress almost every other week. I made a point to sit through these workshops and even went through project RFP’s and init meetings. During the next semesters, I had fallen for two things, writing and yes, you guessed it, WordPress.</p>\n<p>Now the biggest challenge for me was to pace things up as quickly as possible so that by the time I graduate, I don’t end up working in a Grid Station in a remote area. (I mean no offense to the Electrical Engineers out there. But it wasn’t the thing for me.)</p>\n<p>I started getting a firm grip over WordPress. I kicked off with video tutorials from Lynda and then started reading authentic web resources like <a href=\"http://www.wpbeginner.com/\">WPBeginner</a>, <a href=\"http://wptavern.com/\">WP Tavern</a>, etc. After toying around with the basic setup and configurations, the next step was to face my biggest fear i.e. coding.</p>\n<p>Did I mention that initially I knew very little of code?</p>\n<h3>Encountering the Gap</h3>\n<p>My first real interaction with the code was via C Programming in the first semester and believe me it was a deeply rooted bizarre.</p>\n<blockquote><p>I found the fact <strong><i>development jobs “are for men”</i></strong> ridiculous and therefore, continued to focus on progressing my career.</p></blockquote>\n<p>This was only possible if I would learn how to code.</p>\n<p>I learned HTML5 followed by CSS3 and then jumped to high-level programming languages like PHP and JavaScript. And guess what… just after six months of coding, things started to make sense. I began with teeny tiny modifications of simple HTML templates and worked through the complex frameworks like Redux and Titan. I think this was because I was more focused on speed than I was on building a solid understanding of what I was doing.</p>\n<h3>It Isn’t Enough</h3>\n<p>With time, I started noticing an encouraging shift in my life. I knew I was up to something. My next step was to evolve with the local community and hence, I started attending design conferences and workshops. Why design? Because this would fulfill my third component to become a professional copywriter and it let me interact with people around me. Images play a vital role in making your content appealing, and a basic knowledge of Photoshop would be sufficient to achieve my goal.</p>\n<p>My next step eventually hit the brick wall, and I started speaking at workshops too. I assisted the leading speakers at most of the workshops which made me gain experience that proved its worth just some time later.</p>\n<h2>Be The Change</h2>\n<p>By the time I graduated, I was leading the team of bloggers and had expanded my team to about 15 people. Believe me; it feels great to be working on what I want and when I want! Delegating to a team of emerging writers was an achievement itself. Obviously, it’s not an easy thing, but I enjoyed every single bit of it.</p>\n<p>At that time, we thought of starting a new company focused on teaching people all things web. That also meant selling our blogging network. So, we have begun prepping for that and by the end of the year, we had have sold almost 80% of our blogs.</p>\n<h2>The Startup — FinkTanks</h2>\n<p>By now, I’ve realized that the only person who can get in the way of your career progress is <i>YOU</i>. One has to keep moving forward regardless of what you’re up against. The work you do may not bring drastic and immediate results, but your efforts will not go to waste. And I knew that the career path which I’ve opted for can directly impact the future of our next generation of women.</p>\n<p>So, it just hit me that I should teach others how I did it, not much of a success story, but at least I could spread the word. Then I came up with the idea of a startup with my team. FinkTanks — as we called it was launched in 2013 and then again in 2014. I searched for my target audience and the perfect fit for this venture were the young girls just like me — fresh graduate looking to learn a few extra skill.</p>\n<h3>When Women Engineer…</h3>\n<p>I surveyed a little and realized that a number of females were interested in working from home (mostly coz it is easier, flexible and no transportation mess). There could not be a better choice for them other than blogging & copywriting. I mean you don’t have to go for a job you just need to work hard wherever you are. All you need is a laptop and an uninterrupted internet connection which fortunately is available to almost all of us. So this was my biggest inspiration and hence I got started.</p>\n\n<a href=\"http://heropress.com/essays/making-wordpress-journalist/13436098_10207765500470328_2048167471_n/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/06/13436098_10207765500470328_2048167471_n-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Small theatre-style classroom filled with women\" /></a>\n<a href=\"http://heropress.com/essays/making-wordpress-journalist/13444387_10207765496750235_2139752860_n/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/06/13444387_10207765496750235_2139752860_n-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Small theatre-style classroom filled with women\" /></a>\n<a href=\"http://heropress.com/essays/making-wordpress-journalist/13459626_10207765480509829_61196780_n/\"><img width=\"150\" height=\"150\" src=\"http://heropress.com/wp-content/uploads/2016/06/13459626_10207765480509829_61196780_n-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"4 men and three women holding up award certificates.\" /></a>\n\n<p>I conducted training sessions on a monthly basis where I taught how to be a blogger and how to be self-employed. I taught all the essential components which a blogger needs to know starting from WordPress to design, code, and of course copywriting.</p>\n<blockquote><p>So far, I’ve trained more than 700 women from almost every walk of life, and about 80% of them are now earning a living with WordPress.</p></blockquote>\n<h2>WordPress is my new gluten</h2>\n<p>All this was only possible because of WordPress. Had I not started early on with this open source script I had never been able to positively affect so many lives. WordPress had started to change my life.</p>\n<p>When I started publishing content with WordPress, I knew little about its technical insights but gradually became aware of it. I started as a 360 writer who could pen down her thoughts on any niche, but soon I realized that<strong><i> instead of doing something of everything, I should learn everything of something</i></strong>. And that everything was WordPress.</p>\n<p>Yes! WordPress is my new gluten and since 2013, this open source script has become a life-changing experience for me. I think that my passion for writing is the best fit to convey my thoughts and opinions on WordPress. Currently, I’m a part of <a href=\"http://wptie.com/\">WPTie</a> and working as the Creative Director.</p>\n<h3>A Competitive Advantage</h3>\n<p>My day to day routine involves reading about WordPress (and boy I read a lot of it), slacking through WP Slack, improving documentation of our products, providing WordPress support and blogging about WordPress. I also try listening to the popular podcasts. I follow folks like <a href=\"https://twitter.com/chrislema\">Chris Lema</a>, <a href=\"https://twitter.com/tommcfarlin\">Tom McFarlin</a>, and <a href=\"https://twitter.com/learnwithmattc\">Matt Cromwell</a>. Recently, I’ve also started a new venture with Ahmad Awais, i.e. a blog about stuff that couples well with WordPress <a href=\"http://wpcouple.com/\">WPCouple.com</a>.</p>\n<p>Working at WPTie has been amazing. It has provided me with an excellent opportunity to work with a talented lot of the community ranging from beginners all the way up to professional developers, bloggers, designers, and WordPress core contributors, etc. So, interacting with like-minded people who are heading towards the same career goals as me is fascinating.</p>\n<h2>All Set To Grow as a WordPress Journalist</h2>\n<p>I have turned my life around from being an Electrical Eng. to becoming a WordPress Journalist. By now, I have reviewed several plugins, themes, and frameworks, and now I’m heading towards a big goal. My team and I are working on a brand new online content agency through which we can offer copywriting services to the WordPress community.</p>\n<p>One of my goals has to never be just a copywriter, and that’s what I am up to. I write on complex WordPress topics which help me experiment and learn how to develop with WordPress while following the coding standards set by the community.</p>\n<blockquote><p>If you think my story has a lot of WordPress in it, then you cannot be more right.</p></blockquote>\n<p>I believe that sharing more than 26% of the web; WordPress has empowered many ordinary people. I also find myself gearing for the same queue. My prime focus will be towards reviewing WordPress products as they are here to stay for sure. Likewise, I’m also brainstorming about my content agency.</p>\n<p>With that said, I am planning to enter the services market, and one of my huge inspirations and motivations have been <a href=\"https://twitter.com/jenniferbourn\">Jennifer Bourn</a>. I truly admire the way she is maintaining a perfect blend of both personal and professional life. Because there always exists a big <strong><i>either</i></strong> for most of the women when it comes to choosing a professional career versus being a traditional housewife. Likewise, I’m planning to attend WordCamps next year and looking forward to meeting her.</p>\n<p>I’ll conclude by stating the obvious ~ It’s hard to write about yourself. I don’t call myself a hero, hell I am no hero. On the contrary I am embarking on a journey to be better at what I do, and I cannot wait to see what is in store for me. Right now I’m happy and satisfied with what I do, I am surrounded by great people trying to accomplish great things and not many people can say that about their career. That’s because of WordPress and the community around it. So, Thank You, WordPress!</p>\n<p>Thanks for reading! I’d love to hear back from you. You can reach out to me on <a href=\"https://twitter.com/MaedahBatool\">Twitter</a> or at my personal <a href=\"https://maedahbatool.com/\">blog</a>.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/making-wordpress-journalist/\">The Making of a WordPress Journalist</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Maedah Batool\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"HeroPress: You Really Have No Excuse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://heropress.com/essays/really-no-excuse/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11696:\"<img width=\"600\" height=\"600\" src=\"http://heropress.com/wp-content/uploads/2016/06/vlad_olaru_pixelgrade.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Vlad Olaru\" /><div class=\"rtsocial-container rtsocial-container-align-left rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: You Really Have No Excuse\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=You%20Really%20Have%20No%20Excuse&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Freally-no-excuse%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-twitter-count\"></span></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: You Really Have No Excuse\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Freally-no-excuse%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-fb-count\"></span></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Freally-no-excuse%2F&title=You+Really+Have+No+Excuse\" rel=\"nofollow\" target=\"_blank\" title=\"Share: You Really Have No Excuse\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-linkedin-count\"></span></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/really-no-excuse/&media=http://heropress.com/wp-content/uploads/2016/06/vlad_olaru_pixelgrade-150x150.jpg&description=You Really Have No Excuse\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: You Really Have No Excuse\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-pinterest-count\"></span></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/really-no-excuse/\" title=\"You Really Have No Excuse\"></a></div><p>Topher really dropped it on me with this article. There I was happily mumbling away about philosophy and life lessons (with regards to our experience at PixelGrade) when he said: “<em>I’d love a message from you to other Romanians about what a business around WordPress can do for them</em>”. I kept on mumbling anyway (it’s a thing I am really good at <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> ). “<em>Sure, I can do that!</em>”</p>\n<p>But when it came to writing my “message”, damn. Talk about brain freeze. Should I write about this or that? Does this really relate to Romanians or it’s just something general? Are Romanians different in this respect? We have good coders here… but boy how lame we are when it comes to… There is talent here but… And on and on it went — procrastination 101.</p>\n<p>I just couldn’t put my finger on it. I needed a solid reason. Something worthwhile. Something that I could get behind as being useful to others (Romanians included) from a new point of view (at least for me).</p>\n<p>But you know what? I am going to mumble away about what I think kept us alive and kicking all these years and what is keeping others from joining the fun. WordPress, with it’s <em>capital_P_dangit()</em>, is an important part of it. Consider it an open letter to the Romanian community (and others in a similar situation), worthy of HeroPress, but most importantly helpful to some of you.</p>\n<h3>Where do I start?</h3>\n<p>You start from yourself. The rest will come later, with time. Right now all you have is you: you the wannabe coder, designer, marketer, what have you.</p>\n<p>Just like me and my brother George. When we’ve started, we were just two kids (he was really a kid in highschool; I was in university — but age doesn’t show on me <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> ) wanting to do something NOW. Not tomorrow, not when we finished our formal education, not when the opportunity presented itself to us. NOW! This sense of urgency is important to seed early on and hang on to it.</p>\n<p>We knew some HTML, CSS, coding on my part (but not PHP), and that was pretty much it. No business experience, no mentors, no friends that were already doing this, no internet acquaintances that would give us some work to start from. Just us, a computer and the internet (that is, Romania’s internet speed — lucky us).</p>\n<p>So where to start? From the obvious place, of course. Freelancing marketplaces. After some looking around, we’ve settled for vWorker.com (mainly because it seemed more upper class than the likes of freelancer.com — it got bought by the latter in the meantime). We started with very small gigs and worked our way (in a couple of years) to larger projects.</p>\n<p>This is the point where we were forcibly introduced to WordPress. At first small customizations for themes, then the classic by now PSD-to-WP. We were getting the hang of it and loving it. We were honing our skills, making more money than most around us (it pays to have low living standards), and making a good name for ourselves.</p>\n<p>So stop making excuses and start doing something. Keep at it and good things will happen, with time.</p>\n<h3>But I want to be the Michelangelo of coders…</h3>\n<p>Oh please! I know you want to be the best you can be, that you think learning that extra technique will make you even greater, that exploring that extra framework will widen your possibilities. No it won’t. It will only postpone the day when you actually do something and put it to the test of actual people. I know, it scares the shit out of you. It surely did scare us.</p>\n<p>But that is the only way you will truly learn. You will hone your skills, but more importantly, you will learn what you actually need to know to get something done. That extra framework that you know will only drag you down. When faced with a problem you will have a hard time attacking it because you know so many “wonderful” ways it could be done. You will try to code for the sake of code.</p>\n<p>Trust me. You don’t really want to be Michelangelo (I think neither did he). You want to be happy and satisfied with your end results. This is where WordPress comes into play once again.</p>\n<p>It’s code base is not beautiful by any current standard. It’s not cutting edge, it’s not very “automagical”, part of it is truly out-dated, the templating is cumbersome bordering ancient in today’s landscape. You know it, I know it, and everybody else with some coding experience knows it. So what? Is it stopping you from crafting a sweet design and letting your customers enjoy it? Far from it.</p>\n<blockquote><p>Stop agonizing about what it can’t do for your coder ego, and focus on what it can do for your life and your customers.</p></blockquote>\n<p>Praise the internet gods for having such a low barrier of entry, for the gargantuan community, for the endless snippets of code laying around just ripe for copy-pasting. But above all else, thank each contributor that it hasn’t given up on “the user comes first”. It means your customers will also come first. What a great partner to have when starting out.</p>\n<p>And don’t worry, you will get plenty of opportunities to focus on crafting clever code in your themes and/or plugins. Just not at the scale of Google. But then again, you are not Google. It’s healthy to keep a firm footing in reality.</p>\n<h3>It sounds complicated, and I don’t have the resources</h3>\n<p>Are you committed to this or not? Good! Then stop for a moment and think. Do you have to build everything yourself? Do you have to learn everything? How could you cut some corners without anyone noticing?</p>\n<p>Welcome to the WordPress way (it could very well be the open-source way). The ones before you have literally put millions and millions worth of work on the table (that is dollars, not lei) for anyone to grab and use. You know CSS but not much PHP? Great, grab a starter theme. Or better yet, grab any free theme and hack it to your heart’s desire. And then sell it. Weird right?</p>\n<p>You envision your design with some fancy (aka complicated) functionality? I am sure there is a WordPress plugin out there that does pretty much that. Recommended it, offer styling for it and you are good to go — bootstrapping 101.</p>\n<p>One day, when you will afford it (and if really really makes sense), you can build your own bespoke solutions. But they better be damn good, ‘cuz otherwise few will notice the change.</p>\n<p>When we build a new theme, we purposely try to match the design specs with what is available on WP.org or as a paid add-on to a certain “master” plugin (like WooCommerce). This way we make sure we leave enough time/resources on the table for the things we are really good at: fine tuning the front-end, ensuring a smooth customization experience on the back-end, crafting the copy to help make the complex less so, and so on. Even with 11 strong as we are today, we wouldn’t be able to get at those without leveraging open-source.</p>\n<p>As you can see, the entire WordPress ecosystem is built on a can-do attitude. It’s fun being part of it. Don’t forget to give something back from time to time.</p>\n<h3>The WordPress “stain” will never wash</h3>\n<p>Sadly I still hear about this among developers. And I am sure it can be quite the deterrent for newcomers. I mean you don’t want to hang out with the wrong kind of people right from the start. You’ve got big, long term plans for you life. You could almost envision yourself interviewing for your dream job and being laughed upon for stating WordPress as your experience. It must suck, big time.</p>\n<p>Unless… you realize early on that you simply want to be happy, and that no convoluted line of code will make you happy. Come to think of it, you could create your own dream job.</p>\n<blockquote><p>Choose your own team mates. Forge your own values.</p></blockquote>\n<p>Maybe even a huge WordPress logo outside the office (just to spite the non-believers — or that’s what WordCamps are for?).</p>\n<p>The PixelGrade crew is filled with sinners from all walks of life. We bathe daily in less-than-perfect code, we shamelessly copy-paste code from StackOverflow (with proper attribution of course), we kick browser-compatibility’s butt with !importants… I should really stop. We are actually serious people — sort of.</p>\n<p>Anyway, if you’ve peeked inside the WordPress world and you truly feel it would hold you back, despite all the advantages, leave right ahead. But don’t avoid it just because of misconceptions. You may be missing out.</p>\n<hr class=\"ttfmake-hr\" />\n<p>I could go on mumbling for a long time (it’s a thing I am really good at :) — remember?). Better leave the rest for another time.</p>\n<p>Now, you Romanian (or less so) WordPress enthusiasts (or less so), do let me know your thoughts about the above.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/really-no-excuse/\">You Really Have No Excuse</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Vlad Olaru\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"HeroPress: How WordPress Taught Me To Be a Better Developer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://heropress.com/?post_type=heropress-essays&p=1001\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://heropress.com/essays/wordpress-taught-better-developer/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9239:\"<div class=\"rtsocial-container rtsocial-container-align-left rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: How WordPress Taught Me To Be a Better Developer\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=How%20WordPress%20Taught%20Me%20To%20Be%20a%20Better%20Developer&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-taught-better-developer%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-twitter-count\"></span></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: How WordPress Taught Me To Be a Better Developer\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-taught-better-developer%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-fb-count\"></span></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-taught-better-developer%2F&title=How+WordPress+Taught+Me+To+Be+a+Better+Developer\" rel=\"nofollow\" target=\"_blank\" title=\"Share: How WordPress Taught Me To Be a Better Developer\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-linkedin-count\"></span></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/wordpress-taught-better-developer/&media=http://heropress.com/wp-content/uploads/2016/06/ed_heropress_article_banner-150x150.jpg&description=How WordPress Taught Me To Be a Better Developer\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: How WordPress Taught Me To Be a Better Developer\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-pinterest-count\"></span></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/wordpress-taught-better-developer/\" title=\"How WordPress Taught Me To Be a Better Developer\"></a><input type=\"hidden\" name=\"rts_id\" class=\"rts_id\" value=\"1001\" /><input type=\"hidden\" id=\"rts_media_nonce\" name=\"rts_media_nonce\" value=\"0de9308744\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/feed/\" /></div><p>I might seem like a curious choice to write a post at HeroPress. I haven’t done any WP dev since around 2.0. I’ve done some work here and there setting up a couple WP installs since, but it’s been years since I was on a first-name basis with the code of WP.</p>\n<p>After having written some fairly complex plugins, I was pretty cynical about it. Generally I felt that it was a pretty solid front-end, but the codebase was a mess. It may still be a mess, I dunno. I do remember being super disappointed that WP didn’t go all-in with PHP5 when it stabilized, like some other CMSes. I also spent a fair bit of time criticizing what I felt were technical shortcomings or the codebase. A quick glance at the current codebase tells me it hasn’t changed much in it’s approach, and were I to judge the project just based on it’s codebase, I’d say it was… problematic.</p>\n<p>I was at <a href=\"https://gist.github.com/funkatron/php%7Ctek%202013\">php|tek 2013</a>, and <a href=\"http://tek13.phparch.com/speakers/#nacin\">one of the keynotes</a> was by <a href=\"https://nacin.com/\">Andrew Nacin</a>. Andrew knew he was speaking to a room filled with a lot of folks who felt like I did — that WordPress was somehow an <em>embarassment</em> to PHP because it wasn’t following current best practices. Some people took this quite personally, and spent a lot of time on Twitter during his keynote expressing disagreement with his assertions.</p>\n<p>I, however, found myself in wholesale agreement with Andrew. From the talk description:</p>\n<blockquote><p>Why is [WordPress] so ubiquitous? The answer lies … in a core philosophy that holds the user above all else.</p></blockquote>\n<p>The WordPress lead developers weren’t stupid, contrary to what so many people thought in that room. They just put the concerns of users over developers.</p>\n<p>The purpose of the project is to <strong>empower users</strong></p>\n<p>The purpose is <em>not</em> to make developers’ lives easier.</p>\n<p>That meant making hard choices about living with legacy code, and being very, very careful about breaking backwards compatibility. Several of Andrew’s slides showed how utilizing newer PHP libraries or extensions would make it impossible for hundreds of thousands — sometimes <em>millions</em> — of WP users to run it on their current hosting provider. API changes due to major code refactors would break popular plugins that users rely on, and likely splinter the WP add-on developer community beyond recognition.</p>\n<p>“Fixing” WordPress would in fact make it useless to many, if not most, of the users.</p>\n<p>Ultimately I believe that this is the correct approach. The purpose of creating software, web or otherwise is to <strong>empower people to do things that they’d otherwise find more difficult or impossible</strong>.</p>\n<p>Web technologies are building blocks. We use them to build solutions to people’s problems. The point is not the thing we make, nor is the point how we make it. <strong>The point is to help the user</strong>.</p>\n<p>Have we given them more time to do other things by making a task take less time?</p>\n<p>Have we given them access to information they didn’t have before?</p>\n<p>Have we empowered them to create something they could not?</p>\n<p>Have we given them a voice they didn’t possess until now?</p>\n<p>Those are the kinds of questions we have to ask. Anything that we choose to do must be in the service of those questions.</p>\n<p><a href=\"https://gist.github.com/funkatron/harperreed.com\">Harper Reed</a> described technology as <strong>a <em>force multiplier</em></strong>, and I think it’s important to consider it in that respect. The intent is the matter of the user; <strong>the things we create take the user’s intent and amplify it</strong>.</p>\n<blockquote><p>This is key to really being great at what we do — we empathize with the user, understand their intent, and create something to amplify their intent.</p></blockquote>\n<p>Sometimes they need a bit of help applying their intent in the most effective ways, but <strong>our technology and technique choices can only serve that intent</strong>. The work I’ve done in the past few years hasn’t led me to use WordPress, but that doesn’t mean it’s not a very powerful, very useful tool for many people.</p>\n<p>The philosophy of the project continues to guide my thinking as a developer, a speaker at tech conferences, a school board member, and an advocate for mental wellness. In all of these, I have to find the intent, such as allowing a business owner to communicate more easily to customers, or to help others have satisfying careers, or to educate kids in the most effective way possible, or to help others who struggle with mental illness get the help they need.</p>\n<p>Then I have to find what I am able to do that serves that intent. Sometimes it means making a web-based tool. Sometimes it means practicing my technique to be a better speaker. Sometimes it means writing a letter to a frustrated parent. Sometimes it means pushing myself to do things I’m afraid to do, because it will make a big difference for people who are hurting, and are to afraid to ask for help.</p>\n<p><img class=\"alignnone size-full wp-image-1002\" src=\"http://heropress.com/wp-content/uploads/2016/05/osmi.png\" alt=\"Banner for OSMI, Open Sourcing Mental Illness\" width=\"1024\" height=\"583\" /></p>\n<p>Ultimately what I find most satisfying in life is not the particular actions I’ve chosen, but <strong>the impact they have upon the people around me</strong>.</p>\n<p><a href=\"http://j.mp/osmikalxvideo\">When I spoke</a> at the <a href=\"http://kalamazoox.org/\">Kalamazoo X conference</a> this spring, I was tasked by the organizers to come up with a <a href=\"https://www.amazon.com/All-Changed-Instant-Six-Word-Memoirs-ebook/dp/B003100UQ0\">six-word memoir</a>. It was an exercise that made me reflect on where I’ve been, where I hope I’m going, and how I want to be remembered. This is what I came up with:</p>\n<p>“By helping others, I save myself.”</p>\n<p>That’s what WordPress taught me.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/wordpress-taught-better-developer/\">How WordPress Taught Me To Be a Better Developer</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ed Finkler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"HeroPress: Growing Through WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://heropress.com/?post_type=heropress-essays&p=996\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://heropress.com/essays/growing-through-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6853:\"<div class=\"rtsocial-container rtsocial-container-align-left rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Growing Through WordPress\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Growing%20Through%20WordPress&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fgrowing-through-wordpress%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-twitter-count\"></span></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Growing Through WordPress\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fgrowing-through-wordpress%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-fb-count\"></span></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fgrowing-through-wordpress%2F&title=Growing+Through+WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Growing Through WordPress\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-linkedin-count\"></span></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/growing-through-wordpress/&media=http://heropress.com/wp-content/uploads/2016/05/sam_najian-150x150.jpg&description=Growing Through WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Growing Through WordPress\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-pinterest-count\"></span></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/growing-through-wordpress/\" title=\"Growing Through WordPress\"></a><input type=\"hidden\" name=\"rts_id\" class=\"rts_id\" value=\"996\" /><input type=\"hidden\" id=\"rts_media_nonce\" name=\"rts_media_nonce\" value=\"3ee123df18\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/feed/\" /></div><p>Having coded on visual studio for quite a while an older fellow of mine got me more interested in web and developing for web by saying “developing for a desktop is not as fun and as challenging as developing for web, things can get very boring soon on desktop, on web you have more problems to solve and more things to learn” This was all enough to get me interested in programming for web. With a bit of Yahooing ( googling was not really common or even known back then) I learned about the simplest ui factors of web, CSS and HTML, so thought CSS is the first thing I would like to learn. You know I love colors, colors are attractive after all, specially compared to all the skeleton looking HTML which was never fun enough for me to learn about its font and color attributes.</p>\n<p>CSS and the appetite to learn more got me to this lovely blog of Chris Coyier, namely<a href=\"http://css-tricks.com\"> css-tricks.com</a>. Man you could find a lot in there and most interesting was the videos he did to teach new stuff every week or so. There was this <a href=\"https://css-tricks.com/video-screencasts/1-converting-a-photoshop-mockup-part-1-of-3/\">converting photoshop mockup</a> videos and <a href=\"https://css-tricks.com/video-screencasts/25-designing-for-wordpress-part-one/\">designing for WordPress</a> videos by him that brought me in touch with WordPress. Promise you won’t laugh and I will reveal a secret; before watching these WordPress templating video I was always mistaking WordPress logo for of that of <a href=\"http://www.volkswagen.de/de.html\">Volkswagen</a>, and was always really confused about the sentences on<a href=\"http://wordpress.org\"> wordpress.org</a> homepage and how they could relate to Volkswagen. Add to this my bad English, yea my English was even worse than what you see now in those days.</p>\n<p>I was already making some little money developing in vb, but the exposure to WordPress brought an even more fun and well in demand skill-to-be to my plate. I was learning more and more about WordPress here and there, getting a few clients to create some kind of online catalogues for them while trying to bring a CMS out of this blogging platform. Back then without all the fancy custom post types and custom taxonomies and all the rest that came with them was not an easy thing to treat WordPress as a CMS.</p>\n<h3>Expanding to the web</h3>\n<p>WordPress was great company for the situation of those days. I was a freshman university student with very little computer science education, almost no money to buy extracurricular courses but very eager to be independent and learn things on my own with the help of not-so-fast internet of those days. jQuery was just around as well and I was making JavaScript more fun and easy. Remember, JavaScript demand of those days was hardly anything other than manipulating the DOM, so the ease and fun of WordPress and the life-saver jQuery was empowering me to get clients and make them happy. Honestly I learned WordPress before even learning PHP, HTML, CSS, a bit of jQuery and some knowledge about WordPress was just enough for me to create websites, mostly in the online-catalogue realm.</p>\n<p>In those days Joomla and Drupal were much more advanced than WordPress since WordPress hadn’t added the more advanced features we have today.</p>\n<blockquote><p>So as I was learning more about WordPress, Web, and PHP, WordPress was getting bigger and more advanced.</p></blockquote>\n<p>Perfect timing right? It was small when I had little knowledge but was getting bigger and more advanced while I was educating myself more about WordPress.</p>\n<p>How WordPress makes things easy keeps me using it and developing for it even after good experience with a couple of other PHP and JavaScript frameworks. This is why after developing with some other PHP frameworks I was thrilled to receive an email from <a href=\"https://premium.wpmudev.org/\">WPMUDEV</a> telling me about their job vacancy for WordPress plugin developer, so I applied for this position with them and was lucky enough to get back to work with this lovely and fun tool after a while being away from it.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/growing-through-wordpress/\">Growing Through WordPress</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Sam Najian\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"HeroPress: Groomed for Real Estate, Destined for Something Else . . .\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://heropress.com/?post_type=heropress-essays&p=987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://heropress.com/essays/groomed-real-estate-destined-something-else/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7787:\"<div class=\"rtsocial-container rtsocial-container-align-left rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Groomed for Real Estate, Destined for Something Else . . .\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Groomed%20for%20Real%20Estate%2C%20Destined%20for%20Something%20Else%20.%20.%20.&via=heropress&url=http%3A%2F%2Fheropress.com%2Fessays%2Fgroomed-real-estate-destined-something-else%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-twitter-count\"></span></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Groomed for Real Estate, Destined for Something Else . . .\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fheropress.com%2Fessays%2Fgroomed-real-estate-destined-something-else%2F\" rel=\"nofollow\" target=\"_blank\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-fb-count\"></span></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fheropress.com%2Fessays%2Fgroomed-real-estate-destined-something-else%2F&title=Groomed+for+Real+Estate%2C+Destined+for+Something+Else+.+.+.\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Groomed for Real Estate, Destined for Something Else . . .\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-linkedin-count\"></span></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=http://heropress.com/essays/groomed-real-estate-destined-something-else/&media=http://heropress.com/wp-content/uploads/2016/05/nicole_osburn-150x150.jpg&description=Groomed for Real Estate, Destined for Something Else . . .\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Groomed for Real Estate, Destined for Something Else . . .\"></a></div><div class=\"rtsocial-horizontal-count\"><div class=\"rtsocial-horizontal-notch\"></div><span class=\"rtsocial-pinterest-count\"></span></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"http://heropress.com/essays/groomed-real-estate-destined-something-else/\" title=\"Groomed for Real Estate, Destined for Something Else . . .\"></a><input type=\"hidden\" name=\"rts_id\" class=\"rts_id\" value=\"987\" /><input type=\"hidden\" id=\"rts_media_nonce\" name=\"rts_media_nonce\" value=\"ba53090d47\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/feed/\" /></div><p>While other kids played with beanie babies I was hawking mine on eBay. I was always enamored with business and marketing. My family had a successful real estate business and at a young age I knew I wanted to go into business. I realized the importance of online marketing early on with my beanie baby business. Heck, I made two thousand dollars selling beanie babies when I was 13. I was not making that kind of money when I set up booths at collector shows. It’s all about the E-Commerce, baby!</p>\n<h3>Bubble burst</h3>\n<p>When I was 19, I obtained my real estate license. College was never really in my “life” plan. My plan was to work for the family business, in real estate.</p>\n<p>Unfortunately for me, I became a real estate agent in 2007. As you recall, the real estate market crashed in 2008 and it crashed hard. This is when I realized I had to change my career path because of the economy. I was heartbroken that I had to start over. Little did I know this was a blessing in disguise.</p>\n<h3>Diversification</h3>\n<p>Fast forward to my college years. -Oh boy!</p>\n<p><img class=\"alignright size-full wp-image-988\" src=\"http://heropress.com/wp-content/uploads/2016/05/Selection_431.png\" alt=\"Logo for 33.3\" width=\"201\" height=\"100\" />With an entrepreneurship spirit, a few of my friends and I joined forces to make the best t-shirt company ever. Our business model was flawless, well at least that’s what we had thought. The name of our company was 33.3 (I know, how cliché). We had a developer, graphic designer and a marketing/sales person.</p>\n<p>While our developer used Dreamweaver, this was the first time I understood the importance of web development. Watching Diggnation and conjuring up our next business scheme, I began to understand more about development, different kinds of files, and the difference between serif and sans serif (everything I now take for granted). The t-shirt business failed <img src=\"https://s.w.org/images/core/emoji/72x72/1f641.png\" alt=\"?\" class=\"wp-smiley\" /> but the lessons it taught me were priceless. This was the first time I knew I had to be a part of the web development process.</p>\n<h3>Back at it again</h3>\n<p>My family stumbled upon some land that was a great investment. It was a “no-brainer” to purchase because the price was too good to pass up. My sister and I decided it was time to learn how the building industry works. Trinity Home Builders emerged where I spent the next four years developing our marketing strategy and web presence.</p>\n<p>After working with three different web developers, I was still not happy with the end result of our website. So, I became obsessed with web development. After the website was in a good place, I was no longer content at Trinity. The CRM and PPC campaigns were on autopilot. Purchasing lumber and dealing with draw sheets was not my forte. I separated myself from Trinity and went back to school to finish the remaining two classes I needed to graduate in Marketing.</p>\n<h3>HTML & CSS 101</h3>\n<p>Last summer I spend two nights a week learning the fundamentals of web development. I obtained a social media certificate after completing that course.</p>\n<p>During the course, we were assigned the task of developing a WordPress website. I finally had my “ah-ha” moment – now everything I was trying to do for so long made sense.</p>\n<p>Now, just because I can create a site on WordPress, this does not mean I’m a developer. It’s the organic SEO, GA, GSC, social media, and all other inbound marketing that drives me.</p>\n<p>After a combination of my HTML class and WordCamp sessions, WordPress became my CMS of choice and I never looked back.</p>\n<h3>WordCamp</h3>\n<p>I was fortunate to be able to volunteer the first year I attended WordCamp Milwaukee. It was the beginning of my initiation into the WordCamp community. I met many talented individuals during the sessions, volunteering, snagging swag and at the social events. These individuals were not just acquaintances I met in passing, but they became friends and invaluable resources. It was and continues to be a wonderful experience.</p>\n<p>During last year’s WordCamp at the speaker/sponsor after party, I had the privilege of meeting Topher. I shared my story with him and told him how WordPress had impacted my life for the better. He told me about HeroPress. He asked me if I would be interested in writing an essay about my WordPress journey thus far. And, here I am.</p>\n<p>Currently, I work for Tuna Traffic as a Digital Marketing Technologist, and every day I am learning something new. I’m excited to see where my WordPress journey takes me next!</p>\n<p>The post <a rel=\"nofollow\" href=\"http://heropress.com/essays/groomed-real-estate-destined-something-else/\">Groomed for Real Estate, Destined for Something Else . . .</a> appeared first on <a rel=\"nofollow\" href=\"http://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2016 20:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Nicole Osburn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: WordPress to Bump Recommended PHP Version From 5.6 to 7.0 By The Middle of 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=58030\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/wordpress-to-bump-recommended-php-version-from-5-6-to-7-0-by-the-middle-of-2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5703:\"<p>Over the years, WordPress has been developed so that users and site owners don’t need to have a lot of technical knowledge to install and maintain it. Andrey Savchenko believes that WordPress is <a href=\"https://www.rarst.net/wordpress/technical-responsibility/\">causing technical irresponsibility</a> due to site owners not having to know technical details like which PHP version their site is running.</p>\n<blockquote><p>Is not knowing good for you as a site owner?</p>\n<p>Few good things ever happened by accident and ignorance.</p>\n<p>Running your own site takes learning and effort. It is admirable of WordPress to make that easier. It is self–serving and insincere of it to pretend you don’t have to know anything.</p>\n<p>You <strong>have to know</strong>. You <strong>are responsible</strong>.</p></blockquote>\n<p>The post generated a healthy <a href=\"https://twitter.com/Rarst/status/755084068207861760\">discussion on Twitter</a> that included Matt Mullenweg.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/perezbox\">@perezbox</a> <a href=\"https://twitter.com/Rarst\">@Rarst</a> shallow article: straw man assumptions and arguments, poor understanding of hosting ecosystem, faux controversial ending.</p>\n<p>— Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/755204070789394432\">July 19, 2016</a></p></blockquote>\n<p></p>\n<p>Although it’s not happening at break neck speeds, there is an effort underway to increase WordPress’ recommended PHP version from 5.6 to 7.</p>\n<p>In September of 2015, Aaron Jorbin <a href=\"https://make.wordpress.org/core/2015/09/10/wordpress-and-php7/\">published a post</a> on the Make WordPress Core blog that explains what was accomplished in order for WordPress to officially support PHP 7. In the comments of the post, <a href=\"https://make.wordpress.org/core/2015/09/10/wordpress-and-php7/#comment-27688\">Rahul286 suggests</a> that a warning be displayed that informs users they’re using an outdated version of PHP.</p>\n<p>Samuel ‘Otto’ Wood <a href=\"https://make.wordpress.org/core/2015/09/10/wordpress-and-php7/#comment-27699\">succinctly explains</a> why a notice wouldn’t do any good.</p>\n<blockquote><p>A notice by itself is massively pointless to show the end user, who likely neither knows nor cares how their hosting service runs.</p>\n<p>However, it might be worth considering trying to detect the host in question, and providing valuable information for that specific host, such as links and other methods the end user can do to update themselves. Many hosts have a choice, somewhere, and if we know that, we can provide guidance.</p></blockquote>\n<p>Unlike WordPress’ <a href=\"https://premium.wpmudev.org/blog/wordpress-3-2-browse-happy-or-browse-crappy/\">Browse Happy notifications added in WordPress 3.2</a> that notifies users to update their browser, it appears WordPress is unlikely to perform a similar role with PHP versions.</p>\n<p>Jorbin <a href=\"https://make.wordpress.org/core/2015/09/10/wordpress-and-php7/#comment-27670\">also commented</a> on the article suggesting that developers reach out to their local user groups and inform users why they need to care about which version of PHP their site is using.</p>\n<blockquote><p>One thing everyone can do to help move these numbers is to talk to your local user group about why they need to care about the PHP version they run. Show them how they can upgrade, show them benchmarks of PHP 7 vs. earlier versions (especially vs 5.2).</p></blockquote>\n<p>Three months ago, Jorbin created a <a href=\"https://core.trac.wordpress.org/ticket/36484\">trac ticket</a> with the suggestion that the PHP requirement for WordPress be increased from 5.6 to 7. Although many of the commenters agree with the move, Gary Pendergast <a href=\"https://core.trac.wordpress.org/ticket/36484#comment:8\">says</a> it’s best to wait. Dominik Schilling, WordPress 4.6 release lead, <a href=\"https://core.trac.wordpress.org/ticket/36484#comment:11\">agrees</a>.</p>\n<blockquote><p>Given that we have until the end of the year before we <em>have</em> to bump it, there’s no harm in holding off until major plugins are confirmed to work without notices or warnings. Until we can confirm that, I’m -1 on bumping the version for now.</p>\n<p>This is remembering that we’re talking about the <em>recommended</em> PHP version. The recommended version should be providing an ideal experience for folks, we shouldn’t be bumping to a bigger number just because it’s there.</p>\n<p>Given the PHP 5.6 support timeline, we’ll be bumping it by WordPress 4.8 at the latest, so it’d be nice to use those intervening months to ensure the UX for the wider WordPress ecosystem under PHP 7 is solid.</p></blockquote>\n<p>Major plugins like the <a href=\"https://core.trac.wordpress.org/ticket/36281\">WordPress Importer</a> are not yet compatible with PHP 7. Developers are highly encouraged to use the time before PHP 5.6 reaches <a href=\"http://php.net/supported-versions.php\">end of life</a> to thoroughly test their plugins and themes for PHP 7 compatibility.</p>\n<p>Mullenweg has <a href=\"https://make.wordpress.org/core/2015/09/10/wordpress-and-php7/#comment-27668\">made it clear</a> that he will not use WordPress’ marketshare to force webhosting companies to upgrade to PHP 7 but rely on established relationships instead. In order to move the needle and get site owners to know and care about PHP versions, it’s going to take a continuous effort on the part of the WordPress community to educate them.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Jul 2016 00:42:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: BuddyPress 2.8 Will Bump Minimum PHP Requirement to 5.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=57943\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/buddypress-2-8-will-bump-minimum-php-requirement-to-5-3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3951:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png?ssl=1\"><img src=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png?resize=839%2C398&ssl=1\" alt=\"buddypress-logo-blue\" class=\"aligncenter size-full wp-image-30655\" /></a></p>\n<p>BuddyPress lead developers have decided to bump the minimum PHP requirement for version 2.8 of the plugin to 5.3+. The <a href=\"https://codex.buddypress.org/getting-started/php-version-support/\" target=\"_blank\">new guidelines for BuddyPress’ PHP version support</a>, authored by Boone Gorges on behalf of the team, states that the plugin will offer full support for <a href=\"http://php.net/supported-versions.php\" target=\"_blank\">all stable versions of PHP officially supported by the PHP project</a> (currently, 5.6.x and 7.0.x). Gorges outlined what “full support” means:</p>\n<ul>\n<li>BuddyPress should run error-free (ie, without fatal errors or PHP notices) on the PHP version.</li>\n<li>If a new version of BP includes a feature that requires a more recent version of PHP, the feature should be gracefully disabled on earlier PHP versions.</li>\n<li>The PHP version will be included in the plugin’s <a href=\"https://travis-ci.org/buddypress/BuddyPress/\" target=\"_blank\">automated testing build matrix</a>.</li>\n</ul>\n<p>The BP leadership team agreed that the project will provide basic support for legacy versions of PHP “until the cost-benefit ratio for supporting a given version suggests that it should be dropped.” That is the case with 5.2, which is currently in use on 7.6% of WordPress sites. Gorges acquired additional statistics from WordPress.org that indicate only 3.23% of BuddyPress sites are running on PHP 5.2:</p>\n<p><code>Unknown - 1.08%<br />\n5.2 - 3.23%<br />\n5.3 - 12.92%<br />\n5.4 - 34.44%<br />\n5.5 - 22.38%<br />\n5.6 - 23.02%<br />\n7.0 - 2.92%</code></p>\n<p>Another factor in the team’s decision is the project’s recent <a href=\"https://wptavern.com/buddypress-2-7-development-kicks-off-project-shifts-focus-to-developers-and-site-builders\" target=\"_blank\">shift in focus towards developers and site builders</a>, prioritizing building out the BuddyPress REST API.</p>\n<p>“Coupled with these numbers is the recognition that PHP 5.3 introduced features that have a meaningful effect on our ability to write a modern PHP application: namespaces, closures, guaranteed access to SPL, late static binding, and so on,” Gorges said. “As BuddyPress aims to build a major new feature – a REST API – it frees us up significantly to be able to take advantage of these and other features unavailable in PHP 5.2.”</p>\n<p>Gorges also explained why BuddyPress isn’t bumping the minimum version all the way up to 5.6, which is the oldest version for which the PHP project is still issuing security updates. With roughly three quarters of BuddyPress sites running on PHP versions 5.5 or older, a major jump to 5.6 would break the majority of sites using the plugin.</p>\n<p>“For many (most?) people running BuddyPress, updating PHP is emphatically not a simple task,” Gorges said. “As such, we would simply lose these users, or cause them to stay on old and unsupported versions of BuddyPress. We support WordPress’ ongoing, progressive efforts to work with webhosts to move sites off of old versions of PHP.”</p>\n<p>These changes will go into effect as of BuddyPress 2.8. In the meantime, contributors are working on <a href=\"https://buddypress.trac.wordpress.org/ticket/7195\" target=\"_blank\">adding a notice</a> when activating BuddyPress on a site that doesn’t meet system requirements as well as <a href=\"https://buddypress.trac.wordpress.org/ticket/7196\" target=\"_blank\">preventing the plugin from being updated</a> when minimum requirements are not met.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jul 2016 18:56:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: Stack Overflow Documentation is Now in Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=57906\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wptavern.com/stack-overflow-documentation-is-now-in-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4516:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?ssl=1\"><img src=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?resize=1025%2C401&ssl=1\" alt=\"stack-overflow\" class=\"aligncenter size-full wp-image-57913\" /></a></p>\n<p>Building on the success of its Q&A communities, Stack Overflow <a href=\"http://blog.stackoverflow.com/2016/07/introducing-stack-overflow-documentation-beta/\" target=\"_blank\">announced</a> that its new <a href=\"http://stackoverflow.com/tour/documentation\" target=\"_blank\">Documentation</a> product is now in beta. For the past eight years, the site has rewarded expert advice by floating high quality answers to the top and allowing users to earn reputation points. This formula has turned out to be more successful than traditional forums where it’s often difficult, if not impossible, to discern the quality of answers provided to questions.</p>\n<p>Stack Overflow Documentation is curated by the community and focuses on providing code examples for developers. It offers versioning, collaborative authoring, and voting, which helps surface the best contributions. The documentation segment of the site has a new set of reputation badges and is open to contribution and feedback from anyone.</p>\n<p>“Documentation gives a home to a lot of this good content that has been turned away, or very hard to ‘get right’ in the Q&A format. Namely, the canonical, general reference, instructional content,” Stack Overflow developer Kevin Montrose said in the announcement.</p>\n<p>“It’s need-driven and self-healing,” Montrose said. “The best, most diligent technical writer out there still can’t beat thousands of actual users trying to learn a function or concept while writing real code. They’ll determine what topics or examples are needed most. And whenever something fails to explain something clearly, they can ask for it to be improved.”</p>\n<p>The <a href=\"http://wordpress.stackexchange.com/\" target=\"_blank\">WordPress Stack Exchange</a> is a thriving community and a <a href=\"http://stackoverflow.com/documentation/wordpress\" target=\"_blank\">WordPress documentation tag</a> is already active on Stack Overflow with 10 topics, 12 topic requests, and 13 proposed. A sampling of topics so far include the Loop, registering custom post types, making network requests with HTTP API, and enqueuing scripts.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/07/wordpress-documentation-stack-overflow.png?ssl=1\"><img src=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/07/wordpress-documentation-stack-overflow.png?resize=1025%2C696&ssl=1\" alt=\"wordpress-documentation-stack-overflow\" class=\"aligncenter size-full wp-image-57915\" /></a></p>\n<p>It would take many months, if not years, for the Stack Overflow WordPress Documentation to even come close to the quantity of official documentation on WordPress.org, but the site has the potential to become a valuable alternative resource. The fact that anyone can jump in and contribute using an existing Stack Overflow account makes the barrier to entry very low.</p>\n<p>“From my experience with WP docs over years there is a significant issue with people using code snippets over and over again, while they become long outdated,” said Andrey Savchenko, a longtime WordPress Stack Exchange contributor and moderator.</p>\n<p>“However, my first impression is that Documentation is considerably harder to use than the Q&A sites,” he said. “It will take some time to see if it will be easier to contribute to than say Codex and Devhub, as well as if it manages to gather a community of WP experts to consistently participate.”</p>\n<p>For whatever reason, many developers are not fond of writing documentation, especially when it comes to documenting products that are not their own. Stack Overflow’s Documentation beta will show whether recognition in the form of badges and reputation can attract people who otherwise wouldn’t be inclined to contribute to documentation.</p>\n<p>If Stack Overflow can motivate developers to write documentation with the same success as the Q&A sites, the company may potentially <a href=\"http://disq.us/p/1a8c0kf\" target=\"_blank\">explore adding this feature to its Enterprise version</a>, which is built to support private instances of 500 or more users.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jul 2016 16:57:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"WPTavern: WPCampus Survey Results Indicate Misconceptions of WordPress Are Slowing its Growth in Higher Education\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wptavern.com?p=57793&preview_id=57793\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"https://wptavern.com/wpcampus-survey-results-indicate-misconceptions-of-wordpress-are-slowing-its-growth-in-higher-education\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3611:\"<p>Before the first inaugural <a href=\"https://wpcampus.org/\">WPCampus</a> took place last weekend, the organizing team <a href=\"https://wptavern.com/help-wpcampus-gather-data-on-how-schools-and-campuses-use-wordpress\">conducted a survey</a> to learn how WordPress is used in higher education. A total of 486 people responded to the survey. Modern Tribe has not only made the <a href=\"http://bit.ly/WPCampusStudy\">survey results available to the public</a>, they have also published <a href=\"http://tri.be/blog/wpcampus-survey-wordpress-trends-in-education/\">an in-depth</a> review of the data.</p>\n<p>There are a couple of items that stand out to me. Misconceptions that have plagued WordPress for years are affecting people’s decision to use it.</p>\n<p>For instance, 18% of respondents said scalability is a barrier to being accepted at their school. Meanwhile, 37% of respondents said that WordPress’ reputation of being <em>just a blogging platform</em> hindered its ability to be the platform of choice.</p>\n<p>The <a href=\"https://wordpress.org/showcase/\">WordPress showcase</a> is filled with sites both large and small that prove WordPress’ scalability. It’s also filled with sites that show WordPress is used for far more than blogging.</p>\n<p>As WordPress continues to evolve from being a blogging platform to something capable of doing much more, it’s disappointing that this misconception still exists. Is there any hope that people can discover and realize that blogging is something WordPress is great at, but at its core, provides people the ability to go above and beyond?</p>\n<p>Another fascinating part of the survey is the security aspect where 42% of respondents reported that they do not have a list of vetted plugins for their network. In addition, 13% of respondents said their networks are not running the latest version of WordPress.</p>\n<p>How survey questions are asked can be the difference between receiving actionable or unusable data. ModernTribe acknowledges that the questions in future versions of the survey can be worded better to increase the accuracy of data.</p>\n<blockquote><p>If you take a look at the multi-part question we used to help qualify the institutions represented in the survey, you’ll that it could have been written much better. Since the main part of the question was mandatory, the survey also made the subsection where you could input your URL mandatory as well.</p>\n<p>Other areas we can improve include better categorization for multiple-choice questions, including an option for ‘n/a’ or ‘I don’t know’ in more questions, and fewer write-in responses.</p></blockquote>\n<p>If you’re interested in reviewing the survey results, you can access them via <a href=\"http://bit.ly/WPCampusStudy\">this spreadsheet</a> on Google Docs.</p>\n<p>For those that didn’t get a chance to attend WPCampus in person or watch it live, I highly encourage you to read <a href=\"http://davidbisset.com/wpcampus-review/\">this review</a> from David Bisset, who has organized a number of large WordPress conferences. There’s also <a href=\"https://calderawp.com/2016/07/wpcampus-2016-recap/\">this review</a> by Josh Pollock of CalderaWP. Last but not least, Adam Warner <a href=\"https://wpdistrict.sitelock.com/blog/wp-campus-a-wordpress-event-focused-on-higher-education/\">shares his experience</a> on the SiteLock blog.</p>\n<p>What do you think of the WPCampus survey results? Is there any data that surprises you? Let us know in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jul 2016 23:56:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: WPWeekly Episode 242 – Interview with Eric Meyer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wptavern.com?p=57789&preview_id=57789\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wptavern.com/wpweekly-episode-242-interview-with-eric-meyer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2812:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"http://meyerweb.com/\">Eric Meyer</a>. Meyer is an American web design consultant and author. He is best known for his advocacy work on behalf of<a href=\"https://en.wikipedia.org/wiki/Web_standards\"> web standards</a>, most notably<a href=\"https://en.wikipedia.org/wiki/Cascading_Style_Sheets\"> Cascading Style Sheets</a> (CSS), which is a technique for managing how<a href=\"https://en.wikipedia.org/wiki/HTML\"> HTML</a> is displayed.</p>\n<p>We start off the show by discussing the technology of the 70s and 80s and how Meyer got involved with the CSS language. We then go in-depth on a number of topics covered in his WordCamp Northeast Ohio keynote presentation on <a href=\"http://wordpress.tv/2016/06/24/eric-a-meyer-design-for-real-life/\">Designing for Real Life</a>. Near the end of the interview, we find out what the state of CSS is and some of the key developments to keep an eye on.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wordpress.org/news/2016/07/wordpress-4-6-beta-4/\">WordPress 4.6 Beta 4</a><br />\n<a href=\"http://wordpress.tv/2016/06/24/eric-a-meyer-design-for-real-life/\">Eric Meyer – Designing for Real Life</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/byconsole-woo-order-delivery-time/\">WooCommerce Order Delivery or Pickup with Date and Time </a>is a plugin that allows customers to choose a desired delivery/pickup date and time for WooCommerce’s orders through a frontend widget. You can control number of days required to place an order, delivery hours to choose from, and the pickup hours available.</p>\n<p><a href=\"https://wordpress.org/plugins/haremo-social-screenshots/\">HAREMO Social Screenshots </a>creates screenshots of Posts and Pages and uses the screen grabs as thumbnail images when the URL is shared on Facebook or Twitter.</p>\n<p><a href=\"https://wordpress.org/plugins/cf7-messenger/\">Cf7 Messenger </a>works with Contact Form 7 and immediately sends submissions to Facebook Messenger.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, August 3rd 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #242:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jul 2016 20:42:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:141:\"WPTavern: Ford Foundation Publishes Non-Technical White Paper on Open Source Software and the Challenges of Sustaining Digital Infrastructure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=57765\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:152:\"https://wptavern.com/ford-foundation-publishes-non-technical-white-paper-on-open-source-software-and-the-challenges-of-sustaining-digital-infrastructure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6254:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/07/roads.jpg?ssl=1\"><img src=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/07/roads.jpg?resize=960%2C564&ssl=1\" alt=\"photo credit: Khara Woods\" class=\"size-full wp-image-57770\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/476JX1HAUX\">Khara Woods</a>\n<p>Last week the Ford Foundation <a href=\"http://www.fordfoundation.org/library/reports-and-studies/roads-and-bridges-the-unseen-labor-behind-our-digital-infrastructure/\" target=\"_blank\">published a white paper</a> titled “Roads and Bridges: The Unseen Labor Behind Our Digital Infrastructure.” The foundation, established in 1936 by Edsel Ford, president of the Ford Motor Company, is currently working to challenge inequality and advance human welfare. This new document in the foundation’s library, written by Nadia Eghbal, addresses the challenges of sustaining our digital infrastructure:</p>\n<blockquote><p>Everybody relies on shared code to write software, including Fortune 500 companies, government, major software companies and startups. In a world driven by technology, we are putting increased demand on those who maintain our digital infrastructure. Yet because these communities are not highly visible, the rest of the world has been slow to notice.</p>\n<p>Just like physical infrastructure, digital infrastructure needs regular upkeep and maintenance. But financial support for digital infrastructure is much harder to come by.</p></blockquote>\n<p>Eghbal, an amateur software developer who previously worked in venture capital, drew from her experience using open source code when preparing the 143-page report. She also interviewed many leaders and contributors in various open source software communities.</p>\n<p>“After I left my job in venture capital last year, I set off to explore the paradox I couldn’t stop thinking about: that there were valuable software tools that couldn’t be supported by commercial models, and that they lacked any form of institutional support,” she said.</p>\n<p>The unique thing about this extraordinary contribution from the Ford Foundation is that Eghbal wrote the document to help consumers and companies understand the toll open source software takes on its contributors and offers strategies for how they can be supportive of the world’s shared digital infrastructure. It bridges a critical gap in understanding between the open source software development community and the people who use the software every day.</p>\n<p>“Most of us take opening a software application for granted, the way we take turning on the lights for granted,” Eghbal said. “We don’t think about the human capital necessary to make that happen.”</p>\n<p>Eghbal compares the physical infrastructure of the transportation industry to that of the digital world. She contends that the decentralized nature of digital infrastructure makes it more difficult to maintain as a public good. Since the progress is driven by citizens working together, and not by any official governing body, it requires consumers and companies to be supportive of how software communities work if we hope to achieve long-term sustainability of the open source projects we depend on.</p>\n<p>Eghbal introduces consumers to common ways that open source projects find financial support but also highlights how many widely used projects can fall through the cracks. The document opens with the example of OpenSSL and the Heartbleed vulnerability which was exposed in 2014.</p>\n<p>“A 2015 study by the Federal University of Minas Gerais in Brazil looked at 133 of the most actively used projects hosted on GitHub, across programming languages, and found that 64%, or nearly two-thirds, relied upon just one or two developers to survive,” Eghbal said. “Although there may be a long tail of casual or infrequent contributors, for many projects, the major responsibilities of project management fall on just a few people.”</p>\n<p>In offering a brief history of open source software, Eghbal cites WordPress as a prime example (on page 34) of software that is flexible to customize thanks to the freedom its creators gave the project when licensing it under the GPL. Nevertheless, our community shares many of the struggles identified in the document, as maintainers of some of our most important development tools often cannot find financial support that will enable them to keep working on these projects.</p>\n<p>The white paper covers many important topics that help non-technical consumers understand the critical need to support the creators of our digital infrastructure. A few example chapters include:</p>\n<ul>\n<li>How not charging for software transformed society</li>\n<li>Why digital infrastructure support problems are accelerating</li>\n<li>Open source’s complicated relationship with money</li>\n<li>Business models for digital infrastructure</li>\n<li>Institutional efforts to support digital infrastructure</li>\n</ul>\n<p>Eghbal advocates treating digital infrastructure as a necessary public good and working with existing software communities. She calls for a more holistic approach to project support, beyond just code and money.</p>\n<p>Many of the topics in this white paper are completely new ideas for software consumers but Eghbal’s explanations make them easy for anyone to understand. She includes basic explanations for software terms like frameworks, libraries, and languages, and explains why certain types of open source projects have a more difficult time finding a means of financial support.</p>\n<p>I highly recommend reading this document, whether you are an open source project maintainer, a company decision maker who contracts software development, or a consumer. The white paper doesn’t just explore the challenges but also offers constructive ways that people of all walks of life can work together to support our digital infrastructure. You can <a href=\"http://www.fordfoundation.org/library/reports-and-studies/roads-and-bridges-the-unseen-labor-behind-our-digital-infrastructure/\" target=\"_blank\">download the PDF</a> for free from the Ford Foundation.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jul 2016 20:11:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: Downtime Expected for Some WP Engine Customers as Linode Patches A Critical Security Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wptavern.com?p=57724&preview_id=57724\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://wptavern.com/downtime-expected-for-some-wp-engine-customers-as-linode-patches-a-critical-security-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2128:\"<p>WP Engine customers on legacy Xen Linode host servers are being notified via email and the <a href=\"https://wpenginestatus.com/cloud-security-maintenance-may-cause-downtime/\">company’s status blog</a> about impending downtime between July 21st and July 25th. According to an email forwarded to the Tavern from a WP Engine customer, Linode’s <a href=\"https://status.linode.com/incidents/dgzvdyqttr9f\">legacy Xen host servers</a> contain a critical security vulnerability.</p>\n<blockquote><p>We are contacting you today regarding an upcoming emergency security maintenance being performed at one of our cloud infrastructure providers. The majority of cloud infrastructure providers across the world will be conducting maintenance due to this situation.</p></blockquote>\n<p>The details of the vulnerability <a href=\"http://xenbits.xen.org/xsa/\">are embargoed</a> until July 26th giving Linode a limited amount of time to patch its systems. According to Linode, the company has no control over the disclosure date.</p>\n<p>WP Engine expects the maintenance procedure to be conducted at some point on July 23rd. Downtime could last anywhere from 20-40 minutes during the migration.</p>\n<p>This isn’t the first time both companies have been in the news due to security issues. Earlier this year, <a href=\"https://wptavern.com/linode-confirms-data-security-breach-that-matches-recent-wp-engine-attack\">Linode confirmed</a> that it experienced a data breach which resulted in resetting all of its customer’s passwords. The data breach was similar to one experienced by WP Engine where an attacker bypassed multiple layers of security to gain access to an administrative panel.</p>\n<p>Linode is encouraging customers using its legacy Xen servers outside of hosting providers to <a href=\"https://www.linode.com/docs/uptime/reboot-survival-guide\">review the following document</a> to prepare for the reboot. WP Engine customers affected by this issue are encouraged to check the <a href=\"http://wpenginestatus.com\">company’s status blog</a> for further updates.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jul 2016 22:48:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"WPTavern: 18 WordPress Plugins Updated Due to Summer of Pwnage Findings, 40+ Vulnerabilities Still in Reporting Stage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=57668\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://wptavern.com/18-wordpress-plugins-updated-due-to-summer-of-pwnage-findings-40-vulnerabilities-still-in-reporting-stage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3211:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/summer-of-pwnage.png?ssl=1\"><img src=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/summer-of-pwnage.png?resize=1025%2C390&ssl=1\" alt=\"summer-of-pwnage\" class=\"aligncenter size-full wp-image-57671\" /></a></p>\n<p><a href=\"https://sumofpwn.nl/\" target=\"_blank\">Summer of Pwnage</a>, a Dutch community program for anyone interested in software security, is focusing on WordPress for its current open source security bug hunting event. The community program hosts meetups and workshops on the weekend where anyone from “enthusiastic beginners to the 1337est hackers” is welcome to share findings and demonstrate skills and exploits.</p>\n<p>The goal of the community event is to contribute to the security of widely used open source software projects and participants are strongly encouraged to responsibly disclose vulnerabilities to the authors of the original code. WordPress and its thousands of plugins are the target for this month, which organizers call “a bug hunter’s paradise.”</p>\n<p>Summer of Pwnage <a href=\"https://sumofpwn.nl/advisories.html\" target=\"_blank\">July 2016 findings</a> includes dozens of vulnerabilities discovered in popular WordPress plugins. So far, 18 vulnerabilities have been fixed by the plugin authors and more than 40 others are currently in the reporting stage.</p>\n<p>This week Ninja Forms, which has more than 600,000 active installs, issued <a href=\"https://wordpress.org/plugins/ninja-forms/changelog/\" target=\"_blank\">a security release</a> that fixed multiple Cross-Site Scripting (XSS) vulnerabilities discovered by Summer of Pwnage participants. The bug hunters also discovered a XSS vulnerability in WooCommerce (active on over a million installs), which was subsequently <a href=\"https://woocommerce.wordpress.com/2016/07/19/woocommerce-2-6-3-fixsecurity-release-notes/\" target=\"_blank\">patched</a>.</p>\n<p>Security updates are also available for other popular plugins as the result of the program’s efforts, including Paid Memberships Pro, WP Fastest Cache, Easy Forms for MailChimp, and others. The list of reported vulnerabilities includes links to describe each and is being updated frequently, as WordPress plugin authors release patches to their plugins.</p>\n<p>Summer of Pwnage is hosted at <a href=\"https://www.securify.nl/\" target=\"_blank\">Securify</a>, a software security company. Organizers provide users with VMs and set them loose hunting bugs. The focus of the event is sharing knowledge and teaching others and has been highly beneficial to the WordPress community so far.</p>\n<p>With WordPress plugin vulnerabilities so plentiful, even within the top professionally supported plugins, it would be great to see a niche conference or virtual event focused on security with a contributor day. WordPress needs more guardians spread across the community that can specialize in contributing back in this way. Educational events like Summer of Pwnage demonstrate how successful this kind of event can be for hunting down serious vulnerabilities in the software that millions of people use every day.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jul 2016 21:38:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: Human Made is Giving Away Two Full Scholarships to A Week of REST Conference\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=57650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/human-made-is-giving-away-two-full-scholarships-to-a-week-of-rest-conference\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1349:\"<p><a href=\"https://aweekofrest.hm/\">A Week of REST</a>, a four-day conference devoted to the WordPress REST API that takes place September 4-9 in Darwin Lake, Matlock in the United Kingdom, <a href=\"https://hmn.md/2016/07/20/announcing-two-full-scholarships-a-week-of-rest-for-students-and-under-represented-groups-in-the-tech-industry/\">has announced</a> it is offering two full scholarships for students and under-represented groups in the tech industry.</p>\n<p>“The WordPress REST API is transforming how people use WordPress, opening it up to new technologies and communities. We want to enable people from under-represented groups in technology to develop the skills they need to use the REST API and further their career,” said Siobhan McKeown, Events Director at Human Made.</p>\n<p>The scholarships are worth £1500, and include all of the workshops, training, accommodation, meals, and transfer to Derby or Matlock station. To qualify for the scholarships, you must be employed or looking for work in the field of web development or design.</p>\n<p>Those interested in applying have until July 29th, Midnight CET, to <a href=\"https://aweekofrest.hm/page/scholarship-tickets\">submit an application</a>. Applicants will receive an email by August 5th with details on who received a scholarship.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jul 2016 20:40:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: WP-CLI GUI: An Interface to Speed Up WordPress Installation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=57554\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/wp-cli-gui-an-interface-to-speed-up-wordpress-installation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2563:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/wp-cli-gui.png?ssl=1\"><img src=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/wp-cli-gui.png?resize=1025%2C400&ssl=1\" alt=\"wp-cli-gui\" class=\"aligncenter size-full wp-image-57658\" /></a></p>\n<p><a href=\"https://wpcligui.com/\" target=\"_blank\">WP-CLI GUI</a> is a new tool from WordPress developer <a href=\"http://timbrugman.com/\" target=\"_blank\">Tim Brugman</a>, created to speed up the creation of new WordPress sites when using <a href=\"http://wp-cli.org/\" target=\"_blank\">WP-CLI</a>. The tool captures the details required to configure the database, site info, admin user, and password. It outputs one long command that WP-CLI users can copy and paste.</p>\n<p>At first it might seem counterintuitive – if you use the command line to manage WordPress, why would you want to add an extra interface to your workflow? Brugman explained the problem that led him to create WP-CLI GUI:</p>\n<p>“I heard about WP-CLI and gave it a shot,” he said. “I thought it was very neat for managing your sites but a bit of a hassle for new installs. Because installing WP with the CLI is a sequence of commands, if you don’t concatenate them, you have wait for each to end. It’s especially annoying because the first, downloading WP, takes the longest.”</p>\n<p>If you concatenate all of the commands into one giant command with all of the installation variables, the risk of typos increases to where you need to copy and paste.</p>\n<p>“Once I started copy pasting, I figured I might as well automate that with JavaScript,” Brugman said. “That became the ridiculous GUI for the CLI.”</p>\n<p>Brugman plans to expand with options for removing Akismet and Hello Dolly and is considering adding a list of optional plugins to install.</p>\n<p>“Depending on the number of plugins you ‘always’ use, could save some more time,” he said. “Tasks beyond the installation I haven’t yet looked at. Requests are welcome.”</p>\n<p><a href=\"https://wpcligui.com/\" target=\"_blank\">WP-CLI GUI</a> is supported by <a href=\"https://toscani.nl/\" target=\"_blank\">Toscani</a>, a web development company. Brugman and his colleagues there use the tool to speed up installation of new WordPress sites. He said the tool is ideally suited for developers who often create new WordPress sites and are comfortable with the command line but don’t use WP-CLI at every opportunity.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jul 2016 16:55:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"WPTavern: John James Jacoby Publishes 35 Part Tweetstorm on WordPress Leadership, Community, and Economics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=57643\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://wptavern.com/john-james-jacoby-publishes-35-part-tweetstorm-on-wordpress-leadership-community-and-economics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6722:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/jjj.jpg?ssl=1\"><img class=\"alignright wp-image-33407 size-medium\" src=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/jjj.jpg?resize=300%2C145&ssl=1\" alt=\"jjj\" /></a><a href=\"http://jjj.me/\">John James Jacoby</a>, lead developer of bbPress and BuddyPress, published a <a href=\"https://twitter.com/JJJ/status/755490645976940544\">35 part tweetstorm</a> sharing his thoughts on leadership in the WordPress project, the community, and the WordPress economy. A tweetstorm is a series of tweets linked together in chronological order around a particular topic.</p>\n<p>There are a number of useful nuggets of wisdom in his tweets that I think can benefit from more exposure to a wider segment of the WordPress community outside of Twitter. It’s a snapshot of one individual’s eight year plus journey in trying to create a sustainable business using WordPress. With Jacoby’s permission, I’ve republished his tweetstorm into a blog post to make it easier to read and digest.</p>\n<hr />\n<p>No exacting leadership hierarchy provides the perception of opportunity for anyone to step-up. This is actually really important. Having<a href=\"https://twitter.com/photomatt\"> @photomatt</a> (Matt Mullenweg) be the BDFL (Benevolent Dictator For Life) means we always have a safety net, to help the community be true-north during times of unrest.</p>\n<p>Don’t forget that<a href=\"https://twitter.com/photomatt\"> @photomatt</a> purposely has made monumental gestures to remove himself and<a href=\"https://twitter.com/automattic\"> @automattic</a> as a WordPress dependency. It’s up to the 99% of us that aren’t<a href=\"https://twitter.com/photomatt\"> @photomatt</a> to learn from what he’s accomplished, and find the ways to invest that he hasn’t yet.</p>\n<p>Core, Plugins, Themes, etc… none of this in WordPress is easy or directly profitable. It’s all a very long gamble to sustainability. Some WordPress companies/agencies have long-term investment strategies outside of employee retention/satisfaction. Again, it’s a long game.</p>\n<p>Ultimately, WordPress needs more than<a href=\"https://twitter.com/automattic\"> @Automattic</a>‘s bank-roll to help empower the next generation of awesome plugins/themes as products. Some people in the WordPress community that have labeled me: Hot-Lava: Do Not Touch – that makes me sad, because I don’t feel that way.</p>\n<p>People will choose to stonewall professional progress because of misperception. Biases exist all around the WordPress community. Some of the most prolific contributors to WordPress (<a href=\"https://twitter.com/alexkingorg\">@alexkingorg</a>,<a href=\"https://twitter.com/koop\"> @koop</a>, etc…) ultimately were shunned and exiled. It can be toxic.</p>\n<p>When<a href=\"https://twitter.com/johnbillion\"> @johnbillion</a> (John Blackbourn) says there’s a lack of leadership – there is plenty of leadership, it’s all just currently in a holding pattern. Holding patterns are not bad things, they are necessary to assess what happens next. And there is more happening than ever before.</p>\n<p>WordPress is about to get real. Reporting will shape your perception of progress, because there is too much progress to report on. <a href=\"https://twitter.com/post_status\">@post_status</a> &<a href=\"https://twitter.com/wptavern\"> @wptavern</a> are our CNN and BBC. They are plugged in so the rest of us do not have to be, and can worry about other things.</p>\n<p>I’ve made a lot of friends and allies through WordPress, and accidentally made foes somehow too. That’s not fair. We all need each other. So many individuals are pouring their lives into passion projects surrounding WordPress, hoping to eventually pay their kids tuition.</p>\n<p>Talented individuals wanting a better life for their families than they had, busting their butts 24/7 on great ideas, need our support. When someone says <em>this plugin sucks because whatever</em> – it’s an OPPORTUNITY to help someone. Take it, be helpful, that’s the spirit.</p>\n<p>When someone says <em>this WordCamp talk was bad</em> – provide that person with feedback yourself, in private, and help elevate them. The problems of the relatively small WordPress community are systemic across all communities. Be ready to be wrong, learn, and recover.</p>\n<p>I’d be lying if I said I wanted to take a vow of poverty, relinquish my earthly possessions, and accept WordPress as my CMS and savior. I do want to be profitable enough (thanks to my WordPress experience) to provide others with stable and comfortable living conditions.</p>\n<p>I’m eight solid years in, with a thorough understanding of the entire WordPress landscape, and know there are good people struggling. There’s no reason for qualified professionals to struggle in the WordPress space anymore. There is LIMITLESS opportunity and ability.</p>\n<p>I deeply want WordPress to continue down the trajectory of success, and I want everyone following me to succeed along with it. Angel rounds dramatically increase the odds of success. Companies like<a href=\"https://twitter.com/10up\"> @10up</a> (the bootstrapped anomalies) need a<a href=\"https://twitter.com/jakemgold\"> @jakemgold</a> (Jake Goldman) to work.</p>\n<p>People are VERY quick to categorize. Yes; I’m an engineer. I also love philosophy, business, yo-yo’s, and clearly tweet-storms. The next time someone says something negative about someone/thing WordPress related, please remind them super-villains are not real.</p>\n<p>To make money in WordPress, you need to be likable, and build products where your likability shines through. Like<a href=\"https://twitter.com/pippinsplugins\"> @pippinsplugins</a> (Pippin Williamson). Being likable and profitable in open-source means having integrity, focusing on people more than product, and hoping it pays off in the end.</p>\n<p>I think I’m likable, and I’d always like to be more likable, but I also know tweet-storms like this make people think you’re crazy. If you think there is ANYTHING I can do personally or professionally to help you, please know that I desperately want to.</p>\n<p>I used to know<a href=\"https://twitter.com/photomatt\"> @photomatt</a> very well. He’s not a bad guy; he’s a great guy. Also an easy target. Concentrate on you. Shout-out to my starving indie plugin and theme artists out there. You rule. Don’t give up. We’ll figure it out together. Thanks for listening; sorry to muck-up your day. WordPress rules because of all of you.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Jul 2016 21:49:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 18 Sep 2016 13:46:28 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"481972\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sun, 18 Sep 2016 13:30:23 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(9319,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1474249589','no'),(9320,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1474206389','no'),(9321,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1474249589','no'),(9322,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 18 Sep 2016 13:32:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 15 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"12073@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"25254@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"51888@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2572@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"363@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Google Analytics by MonsterInsights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2316@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Connect Google Analytics with WordPress by adding your Google Analytics tracking code. Get the stats that matter.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Syed Balkhi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"5790@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2082@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Extends and enhances TinyMCE, the WordPress Visual Editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Increase your traffic, view your stats, speed up your site, and protect yourself from hackers with Jetpack.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"9542@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"The most downloaded plugin for WordPress (almost 30 million downloads). Use All in One SEO Pack to automatically optimize your site for Search Engines\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"6743@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Secure your website with the Wordfence security plugin for WordPress. Wordfence provides free enterprise-class WordPress security, protecting your we\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2646@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26907@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"UpdraftPlus WordPress Backup Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"38058@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Clef Two-Factor Authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2012 01:25:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"47509@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical login experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Dave Ross\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"28395@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"50539@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"31973@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26607@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"iThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"49521@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"Easy to use WordPress Slider plugin. Create responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 18 Sep 2016 13:46:29 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:13:\"last-modified\";s:29:\"Mon, 23 Apr 2007 20:08:06 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(9323,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1474249589','no'),(9324,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1474206389','no'),(9325,'_transient_timeout_plugin_slugs','1474292791','no'),(9326,'_transient_plugin_slugs','a:13:{i:0;s:19:\"akismet/akismet.php\";i:1;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:2;s:17:\"backup/backup.php\";i:3;s:41:\"contact-form-maker/contact-form-maker.php\";i:4;s:44:\"featured-content-gallery/content-gallery.php\";i:5;s:25:\"form-maker/form-maker.php\";i:6;s:36:\"google-sitemap-generator/sitemap.php\";i:7;s:9:\"hello.php\";i:8;s:71:\"hupso-share-buttons-for-twitter-facebook-google/share-buttons-hupso.php\";i:9;s:31:\"photo-gallery/photo-gallery.php\";i:10;s:25:\"tablepress/tablepress.php\";i:11;s:43:\"the-events-calendar/the-events-calendar.php\";i:12;s:37:\"tinymce-advanced/tinymce-advanced.php\";}','no'),(9327,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1474249591','no'),(9328,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/09/wordpress-4-6-1-security-and-maintenance-release/\'>WordPress 4.6.1 Security and Maintenance Release</a> <span class=\"rss-date\">September 7, 2016</span><div class=\"rssSummary\">WordPress 4.6.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.6 and earlier are affected by two security issues: a cross-site scripting vulnerability via image filename, reported by SumOfPwn researcher Cengiz Han Sahin; and a path traversal vulnerability in […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://heropress.com/essays/endless-supply-happiness/\'>HeroPress: An Endless Supply of Happiness</a></li><li><a class=\'rsswidget\' href=\'http://heropress.com/essays/a-community-of-acceptance/\'>HeroPress: A Community of Acceptance</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/rejuvenating-old-software-products-pippin-williamson/\'>Post Status: Rejuvenating old software products, with Pippin Williamson</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\"dashboard-news-plugin\"><span>Popular Plugin:</span> Google Analytics Dashboard for WP <a href=\"plugin-install.php?tab=plugin-information&plugin=google-analytics-dashboard-for-wp&_wpnonce=91746c376f&TB_iframe=true&width=600&height=800\" class=\"thickbox open-plugin-details-modal\" aria-label=\"Install Google Analytics Dashboard for WP\">(Install)</a></li></ul></div>','no'),(9341,'_transient_timeout_tablepress_c_c4ca4238a0b923820dcc509a6f75849b','1474491377','no'),(9342,'_transient_tablepress_c_c4ca4238a0b923820dcc509a6f75849b','[\"tablepress_2c04aac96295728ba446d59983ce2d35\"]','no'),(9344,'_site_transient_timeout_aioseop_update_check_time','1474261506','yes'),(9345,'_site_transient_aioseop_update_check_time','1474239906','yes'),(9352,'_transient_timeout_tablepress_18d15382d3dcc7421f6d0fef571a1fcc','1474371893','no'),(9353,'_transient_tablepress_18d15382d3dcc7421f6d0fef571a1fcc','\n<table id=\"tablepress-2\" class=\"tablepress tablepress-id-2\">\n<thead>\n<tr class=\"row-1 odd\">\n <th class=\"column-1\">Name</th><th class=\"column-2\">Phone</th><th class=\"column-3\">Location</th>\n</tr>\n</thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n <td class=\"column-1\">Susan Baker</td><td class=\"column-2\">614-551-3837</td><td class=\"column-3\">Grove City, Galloway</td>\n</tr>\n<tr class=\"row-3 odd\">\n <td class=\"column-1\">Bethanie Bidinger</td><td class=\"column-2\">419-989-0027</td><td class=\"column-3\">Columbus</td>\n</tr>\n<tr class=\"row-4 even\">\n <td class=\"column-1\">Robyn Brown</td><td class=\"column-2\">614-570-3531</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-5 odd\">\n <td class=\"column-1\">Joyce Castorano andFrank Gattas</td><td class=\"column-2\">614-878-2108 (H)614-579-8161 (C)</td><td class=\"column-3\">Franklin or Madison County</td>\n</tr>\n<tr class=\"row-6 even\">\n <td class=\"column-1\">Andrew Clarke</td><td class=\"column-2\">614-599-5157</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-7 odd\">\n <td class=\"column-1\">Chris Cree</td><td class=\"column-2\">614-832-0047</td><td class=\"column-3\">Franklin</td>\n</tr>\n<tr class=\"row-8 even\">\n <td class=\"column-1\">Brian Crow</td><td class=\"column-2\">614-286-9863</td><td class=\"column-3\">Franklin & Delaware Counties</td>\n</tr>\n<tr class=\"row-9 odd\">\n <td class=\"column-1\">Stephanie DeValencia</td><td class=\"column-2\">614-327-6451</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-10 even\">\n <td class=\"column-1\">Terry Eddy</td><td class=\"column-2\">614-725-8172</td><td class=\"column-3\">Franklin, Delaware and Licking Counties.</td>\n</tr>\n<tr class=\"row-11 odd\">\n <td class=\"column-1\">Shawm Ferguson</td><td class=\"column-2\">740-343-4288 or740-621-0360</td><td class=\"column-3\">Athens, Fairfield, Hocking, Muskingum, Perry</td>\n</tr>\n<tr class=\"row-12 even\">\n <td class=\"column-1\">Nancy and Pete Ferron</td><td class=\"column-2\">614-638-7233 (Pete cell)<br />\n614-439-3976 (Nancy cell)</td><td class=\"column-3\">Blacklick, Gahanna, New Albany, Pataskala, Reynoldsburg</td>\n</tr>\n<tr class=\"row-13 odd\">\n <td class=\"column-1\">Ashley Finley</td><td class=\"column-2\">614-588-4599</td><td class=\"column-3\">Inside I-270</td>\n</tr>\n<tr class=\"row-14 even\">\n <td class=\"column-1\">John Gesner</td><td class=\"column-2\">614-296-4014</td><td class=\"column-3\">North and Northeast Franklin County</td>\n</tr>\n<tr class=\"row-15 odd\">\n <td class=\"column-1\">Audrey Glick</td><td class=\"column-2\">614-888-0459 H<br />\n614-657-1459 C</td><td class=\"column-3\">Central Ohio area. No charge for swarms.</td>\n</tr>\n<tr class=\"row-16 even\">\n <td class=\"column-1\">Lynn Haun</td><td class=\"column-2\">614-271-7005</td><td class=\"column-3\">Galena</td>\n</tr>\n<tr class=\"row-17 odd\">\n <td class=\"column-1\">Archna Hazelbaker</td><td class=\"column-2\">614-440-8869</td><td class=\"column-3\">N & W side of Columbus</td>\n</tr>\n<tr class=\"row-18 even\">\n <td class=\"column-1\">John Horner</td><td class=\"column-2\">614-539-3354</td><td class=\"column-3\">Franklin, Licking, Pickaway</td>\n</tr>\n<tr class=\"row-19 odd\">\n <td class=\"column-1\">Roger Jewell</td><td class=\"column-2\">614-778-9636<br />\n614-876-3548</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-20 even\">\n <td class=\"column-1\">Denise Johnson</td><td class=\"column-2\">614-632-5399 (c )<br />\n614-459-1229 (h) </td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-21 odd\">\n <td class=\"column-1\">Donald Jones</td><td class=\"column-2\">740-802-5653</td><td class=\"column-3\">Marion County</td>\n</tr>\n<tr class=\"row-22 even\">\n <td class=\"column-1\">Richard Korn</td><td class=\"column-2\">614-268-9087</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-23 odd\">\n <td class=\"column-1\">Ryan Martin</td><td class=\"column-2\">575-910-1071</td><td class=\"column-3\">Columbus area</td>\n</tr>\n<tr class=\"row-24 even\">\n <td class=\"column-1\">Will Merrill</td><td class=\"column-2\">614-226-8219 (C) or<br />\n614-262-8219 (H)</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-25 odd\">\n <td class=\"column-1\">Brian Motsinger</td><td class=\"column-2\">614-537-7208</td><td class=\"column-3\">Eastern Franklin County to Newark</td>\n</tr>\n<tr class=\"row-26 even\">\n <td class=\"column-1\">Teresa Parker</td><td class=\"column-2\">614-832-0769<br />\n614-866-1797</td><td class=\"column-3\">Blacklick, Gahanna, New Albany</td>\n</tr>\n<tr class=\"row-27 odd\">\n <td class=\"column-1\">Adam Pettis</td><td class=\"column-2\">775-240-2099</td><td class=\"column-3\">Dublin </td>\n</tr>\n<tr class=\"row-28 even\">\n <td class=\"column-1\">Larry Potter</td><td class=\"column-2\">614-865-2161<br />\n614-946-0456</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-29 odd\">\n <td class=\"column-1\">Shawn Rinehart</td><td class=\"column-2\">614-492-0229</td><td class=\"column-3\">Groveport and SE</td>\n</tr>\n<tr class=\"row-30 even\">\n <td class=\"column-1\">Brian Roudabush </td><td class=\"column-2\">614-304-1101</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-31 odd\">\n <td class=\"column-1\">Jerry Schardt</td><td class=\"column-2\">740-815-9919</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-32 even\">\n <td class=\"column-1\">Mary Seufert</td><td class=\"column-2\">614-634-8471</td><td class=\"column-3\">Columbus</td>\n</tr>\n<tr class=\"row-33 odd\">\n <td class=\"column-1\">Mel Sword</td><td class=\"column-2\">614-657-9574 or614-323-3622</td><td class=\"column-3\">NE Columbus</td>\n</tr>\n<tr class=\"row-34 even\">\n <td class=\"column-1\">George Taylor</td><td class=\"column-2\">740-524-6241<br />\n740-815-7792 (Cell)</td><td class=\"column-3\">Delaware, Marion, Union and Morrow Counties</td>\n</tr>\n<tr class=\"row-35 odd\">\n <td class=\"column-1\">Jim Tippie</td><td class=\"column-2\">614-582-0523</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-36 even\">\n <td class=\"column-1\">William Tolliver</td><td class=\"column-2\">614-620-6556 or614-267-6556</td><td class=\"column-3\">Central Columbus</td>\n</tr>\n<tr class=\"row-37 odd\">\n <td class=\"column-1\">Lloyd Wickline, Jr</td><td class=\"column-2\">614-875-9386</td><td class=\"column-3\">Delaware & Franklin</td>\n</tr>\n</tbody>\n</table>\n','no'),(9357,'_site_transient_timeout_theme_roots','1474303741','yes'),(9358,'_site_transient_theme_roots','a:4:{s:12:\"lifestyle_30\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','yes'),(9359,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1474301944;s:8:\"response\";a:5:{s:17:\"backup/backup.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"31387\";s:4:\"slug\";s:6:\"backup\";s:6:\"plugin\";s:17:\"backup/backup.php\";s:11:\"new_version\";s:6:\"1.1.19\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/backup/\";s:7:\"package\";s:49:\"https://downloads.wordpress.org/plugin/backup.zip\";s:6:\"tested\";s:5:\"4.6.1\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:41:\"contact-form-maker/contact-form-maker.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"39296\";s:4:\"slug\";s:18:\"contact-form-maker\";s:6:\"plugin\";s:41:\"contact-form-maker/contact-form-maker.php\";s:11:\"new_version\";s:6:\"1.8.36\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/contact-form-maker/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/contact-form-maker.1.8.36.zip\";s:6:\"tested\";s:5:\"4.6.1\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:25:\"form-maker/form-maker.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"30194\";s:4:\"slug\";s:10:\"form-maker\";s:6:\"plugin\";s:25:\"form-maker/form-maker.php\";s:11:\"new_version\";s:6:\"1.9.12\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/form-maker/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/form-maker.1.9.12.zip\";s:6:\"tested\";s:5:\"4.6.1\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:31:\"photo-gallery/photo-gallery.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"47473\";s:4:\"slug\";s:13:\"photo-gallery\";s:6:\"plugin\";s:31:\"photo-gallery/photo-gallery.php\";s:11:\"new_version\";s:5:\"1.3.9\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/photo-gallery/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/photo-gallery.1.3.9.zip\";s:6:\"tested\";s:5:\"4.6.1\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:43:\"the-events-calendar/the-events-calendar.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"11861\";s:4:\"slug\";s:19:\"the-events-calendar\";s:6:\"plugin\";s:43:\"the-events-calendar/the-events-calendar.php\";s:11:\"new_version\";s:5:\"4.2.7\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/the-events-calendar/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.7.zip\";s:6:\"tested\";s:5:\"4.6.1\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.3.2.zip\";}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"520\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:7:\"2.3.9.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.2.3.9.2.zip\";}s:44:\"featured-content-gallery/content-gallery.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"6292\";s:4:\"slug\";s:24:\"featured-content-gallery\";s:6:\"plugin\";s:44:\"featured-content-gallery/content-gallery.php\";s:11:\"new_version\";s:5:\"3.2.0\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/featured-content-gallery/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/featured-content-gallery.3.2.0.zip\";}s:36:\"google-sitemap-generator/sitemap.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"132\";s:4:\"slug\";s:24:\"google-sitemap-generator\";s:6:\"plugin\";s:36:\"google-sitemap-generator/sitemap.php\";s:11:\"new_version\";s:5:\"4.0.8\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/google-sitemap-generator.4.0.8.zip\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";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:71:\"hupso-share-buttons-for-twitter-facebook-google/share-buttons-hupso.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"35054\";s:4:\"slug\";s:47:\"hupso-share-buttons-for-twitter-facebook-google\";s:6:\"plugin\";s:71:\"hupso-share-buttons-for-twitter-facebook-google/share-buttons-hupso.php\";s:11:\"new_version\";s:5:\"4.0.3\";s:3:\"url\";s:78:\"https://wordpress.org/plugins/hupso-share-buttons-for-twitter-facebook-google/\";s:7:\"package\";s:96:\"https://downloads.wordpress.org/plugin/hupso-share-buttons-for-twitter-facebook-google.4.0.3.zip\";}s:25:\"tablepress/tablepress.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"32125\";s:4:\"slug\";s:10:\"tablepress\";s:6:\"plugin\";s:25:\"tablepress/tablepress.php\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/tablepress/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/tablepress.1.7.zip\";s:14:\"upgrade_notice\";s:92:\"This update is a stability, maintenance, and compatibility release. Updating is recommended.\";}s:37:\"tinymce-advanced/tinymce-advanced.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:3:\"731\";s:4:\"slug\";s:16:\"tinymce-advanced\";s:6:\"plugin\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:11:\"new_version\";s:5:\"4.4.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/tinymce-advanced.4.4.1.zip\";s:6:\"tested\";s:5:\"4.6.1\";s:13:\"compatibility\";b:0;}}}','yes'),(9363,'_transient_timeout_feed_08a9370cca8e4bda25c11f8557e93830','1474919083','no'),(9364,'_transient_feed_08a9370cca8e4bda25c11f8557e93830','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Google Sitemap Generator Support Topics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Google Sitemap Generator Support Topics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Wed, 02 Jul 2014 7:54:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:3:{i:0;a:6:{s:4:\"data\";s:19:\"\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Common error messages in Google Webmaster Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://www.arnebrachhold.de/redir/sitemap-feed-gwterrs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"C2VZYxeTESzcCF2IhS13\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Apr 2014 00:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:19:\"\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"How to move your sitemap to the root of your domain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://www.arnebrachhold.de/redir/sitemap-feed-movesm/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"C2VZYxeTESzcCF2IhS12\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Apr 2014 00:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:19:\"\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Introducing a new format for your sitemap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://www.arnebrachhold.de/redir/sitemap-feed-newformat/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"C2VZYxeTESzcCF2IhS1l\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Apr 2014 00:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:13:{s:4:\"date\";s:29:\"Mon, 19 Sep 2016 19:44:43 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=utf-8\";s:10:\"connection\";s:5:\"close\";s:10:\"set-cookie\";s:133:\"__cfduid=dffff6251be34eec796a0e822f50712a31474314283; expires=Tue, 19-Sep-17 19:44:43 GMT; path=/; domain=.arnebrachhold.de; HttpOnly\";s:13:\"cache-control\";s:23:\"public, max-age=2678400\";s:13:\"last-modified\";s:29:\"Wed, 02 Jul 2014 19:54:35 GMT\";s:4:\"etag\";s:32:\"d1272b2e516d060d6085f9129217af7c\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:16:\"content-encoding\";s:4:\"gzip\";s:15:\"cf-cache-status\";s:3:\"HIT\";s:7:\"expires\";s:29:\"Thu, 20 Oct 2016 19:44:43 GMT\";s:6:\"server\";s:16:\"cloudflare-nginx\";s:6:\"cf-ray\";s:20:\"2e4f88b1073f0d0d-ATL\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(9365,'_transient_timeout_feed_mod_08a9370cca8e4bda25c11f8557e93830','1474919083','no'),(9366,'_transient_feed_mod_08a9370cca8e4bda25c11f8557e93830','1474314283','no'),(9367,'_transient_timeout_tablepress_2c04aac96295728ba446d59983ce2d35','1474404976','no'),(9368,'_transient_tablepress_2c04aac96295728ba446d59983ce2d35','\n<table id=\"tablepress-1\" class=\"tablepress tablepress-id-1\">\n<thead>\n<tr class=\"row-1 odd\">\n <th class=\"column-1\">Name</th><th class=\"column-2\">Phone</th><th class=\"column-3\">Location</th>\n</tr>\n</thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n <td class=\"column-1\">Mike Albaugh</td><td class=\"column-2\">740-255-0211</td><td class=\"column-3\">50 mile radius of Columbus. Cutouts and swarms</td>\n</tr>\n<tr class=\"row-3 odd\">\n <td class=\"column-1\">Nina Bagley</td><td class=\"column-2\">614-783-7868</td><td class=\"column-3\">Urban Columbus</td>\n</tr>\n<tr class=\"row-4 even\">\n <td class=\"column-1\">Susan Baker</td><td class=\"column-2\">614-551-3837</td><td class=\"column-3\">Grove City, Galloway</td>\n</tr>\n<tr class=\"row-5 odd\">\n <td class=\"column-1\">Bethanie Bidinger</td><td class=\"column-2\"></td><td class=\"column-3\"></td>\n</tr>\n<tr class=\"row-6 even\">\n <td class=\"column-1\">Barb Bloetscher</td><td class=\"column-2\">614-313-5946</td><td class=\"column-3\">SE Columbus and Grandview</td>\n</tr>\n<tr class=\"row-7 odd\">\n <td class=\"column-1\">Robyn Brown</td><td class=\"column-2\">614-570-3531</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-8 even\">\n <td class=\"column-1\">Mark Cameron</td><td class=\"column-2\">740-363-8180 (H)<br />\n614-554-2286 (C)<br />\n614-459-6992 (W)</td><td class=\"column-3\">Delaware County<br />\nEastern Union County<br />\nNorthern Franklin County</td>\n</tr>\n<tr class=\"row-9 odd\">\n <td class=\"column-1\">Joyce Castorano and Frank Gattas</td><td class=\"column-2\">614-878-2108 (H)<br />\n614-579-8161 (C)</td><td class=\"column-3\">Franklin or Madison County</td>\n</tr>\n<tr class=\"row-10 even\">\n <td class=\"column-1\">John Chadwell</td><td class=\"column-2\">614-871-0163</td><td class=\"column-3\">Grove City area</td>\n</tr>\n<tr class=\"row-11 odd\">\n <td class=\"column-1\">Pat Chambers</td><td class=\"column-2\">614-891-6302</td><td class=\"column-3\">Northern Franklin, Southern Delaware</td>\n</tr>\n<tr class=\"row-12 even\">\n <td class=\"column-1\">Barry and Carmen Conrad</td><td class=\"column-2\">614-837-3899<br />\n614-837-1846</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-13 odd\">\n <td class=\"column-1\">Susan Valentine-Cooper</td><td class=\"column-2\">614-596-3600</td><td class=\"column-3\">Central Ohio Swarms and cutouts</td>\n</tr>\n<tr class=\"row-14 even\">\n <td class=\"column-1\">Brian Crow</td><td class=\"column-2\">614-286-9863</td><td class=\"column-3\">Western Franklin County</td>\n</tr>\n<tr class=\"row-15 odd\">\n <td class=\"column-1\">Sue and Joe Daly</td><td class=\"column-2\">614-205-9232</td><td class=\"column-3\">Delaware and Westerville, Galena, Sunbury, Lewis Center, Centerburg </td>\n</tr>\n<tr class=\"row-16 even\">\n <td class=\"column-1\">Richard Danniger </td><td class=\"column-2\">614-475-2683</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-17 odd\">\n <td class=\"column-1\">Stephanie DeValencia</td><td class=\"column-2\">614-327-6451</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-18 even\">\n <td class=\"column-1\">Matt Dunham</td><td class=\"column-2\">614-562-0909</td><td class=\"column-3\">Madison County. No charge for swarms</td>\n</tr>\n<tr class=\"row-19 odd\">\n <td class=\"column-1\">Terry Eddy</td><td class=\"column-2\">614-725-8172</td><td class=\"column-3\">Franklin, Delaware and Licking Counties. No charge for swarm collection.</td>\n</tr>\n<tr class=\"row-20 even\">\n <td class=\"column-1\">Shawn Ferguson</td><td class=\"column-2\">740-343-4288<br />\n740-621-0360 (C)</td><td class=\"column-3\">Perry, Athens, Fairfield, Muskingum and Hocking</td>\n</tr>\n<tr class=\"row-21 odd\">\n <td class=\"column-1\">Nancy and Pete Ferron</td><td class=\"column-2\">614-638-7233 (Pete cell)<br />\n614-439-3976 (Nancy cell)</td><td class=\"column-3\">Blacklick, Gahanna, New Albany, Pataskala, Reynoldsburg</td>\n</tr>\n<tr class=\"row-22 even\">\n <td class=\"column-1\">Ashley Finley</td><td class=\"column-2\">614-588-4599</td><td class=\"column-3\">Inside I-270</td>\n</tr>\n<tr class=\"row-23 odd\">\n <td class=\"column-1\">John Fleming</td><td class=\"column-2\">614-527-4649</td><td class=\"column-3\">Hilliard and Dublin</td>\n</tr>\n<tr class=\"row-24 even\">\n <td class=\"column-1\">John Gesner</td><td class=\"column-2\">614-296-4014</td><td class=\"column-3\">North and Northeast Franklin County</td>\n</tr>\n<tr class=\"row-25 odd\">\n <td class=\"column-1\">Audrey Glick</td><td class=\"column-2\">614-888-0459 (H)<br />\n614-657-1459 (C)</td><td class=\"column-3\">Central Ohio - no cutouts.</td>\n</tr>\n<tr class=\"row-26 even\">\n <td class=\"column-1\">Lyle Goldsmith</td><td class=\"column-2\">614-875-7811</td><td class=\"column-3\">Grove City and Southern Franklin County</td>\n</tr>\n<tr class=\"row-27 odd\">\n <td class=\"column-1\">Archna Hazelbaker </td><td class=\"column-2\">614-440-8869</td><td class=\"column-3\">N & W side of Columbus</td>\n</tr>\n<tr class=\"row-28 even\">\n <td class=\"column-1\">Jerry Hinton</td><td class=\"column-2\">614-506-4523</td><td class=\"column-3\">Grove City, Ashville and Circleville</td>\n</tr>\n<tr class=\"row-29 odd\">\n <td class=\"column-1\">John Horner</td><td class=\"column-2\">614-539-3354</td><td class=\"column-3\">Franklin, Licking, Pickaway Counties</td>\n</tr>\n<tr class=\"row-30 even\">\n <td class=\"column-1\">Roger Jewell</td><td class=\"column-2\">614-778-9636 (C)<br />\n614-876-3548 (H)</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-31 odd\">\n <td class=\"column-1\">Denise Johnson</td><td class=\"column-2\">614-632-5399 (c )<br />\n614-459-1229 (h) </td><td class=\"column-3\">Upper Arlington, Central Ohio</td>\n</tr>\n<tr class=\"row-32 even\">\n <td class=\"column-1\">Don Jones</td><td class=\"column-2\">740-802-5653</td><td class=\"column-3\">Marion County</td>\n</tr>\n<tr class=\"row-33 odd\">\n <td class=\"column-1\">Andrea Lavelle</td><td class=\"column-2\">614-561-6071</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-34 even\">\n <td class=\"column-1\">Ryan Martin</td><td class=\"column-2\">575-910-1071</td><td class=\"column-3\">Columbus area</td>\n</tr>\n<tr class=\"row-35 odd\">\n <td class=\"column-1\">Will Merrill</td><td class=\"column-2\">614-226-8219 (C)<br />\n614-262-8219 (H)</td><td class=\"column-3\">Central Ohio, within 75 miles of Columbus. Cutouts or swarms. No charge for swarm collection.</td>\n</tr>\n<tr class=\"row-36 even\">\n <td class=\"column-1\">Jacob Mishne</td><td class=\"column-2\">614-870-0092</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-37 odd\">\n <td class=\"column-1\">Steve Morbitzer</td><td class=\"column-2\">614-878-1308 <br />\n614-753-5463 (C) </td><td class=\"column-3\">Franklin, Madison, Pickaway</td>\n</tr>\n<tr class=\"row-38 even\">\n <td class=\"column-1\">Brian Motsinger</td><td class=\"column-2\">614-537-7208</td><td class=\"column-3\">Eastern Franklin County to Newak, OH</td>\n</tr>\n<tr class=\"row-39 odd\">\n <td class=\"column-1\">Scott Newhouse</td><td class=\"column-2\">614-875-5326 <br />\n614-296-5459 (C)</td><td class=\"column-3\">Grove City and Central Ohio</td>\n</tr>\n<tr class=\"row-40 even\">\n <td class=\"column-1\">Linda Overman</td><td class=\"column-2\">614-561-1744</td><td class=\"column-3\">Westside of Columbus to London</td>\n</tr>\n<tr class=\"row-41 odd\">\n <td class=\"column-1\">Teresa Parker</td><td class=\"column-2\">614-832-0769 </td><td class=\"column-3\">Blacklick, Gahanna, New Albany, Sunbury, Galena. No charge for swarms.</td>\n</tr>\n<tr class=\"row-42 even\">\n <td class=\"column-1\">Adam Pettis</td><td class=\"column-2\">775-240-2099</td><td class=\"column-3\">Dublin</td>\n</tr>\n<tr class=\"row-43 odd\">\n <td class=\"column-1\">Dru and Rod Pritchard</td><td class=\"column-2\">614-878-7873</td><td class=\"column-3\">Galloway, Western and SW Franklin County</td>\n</tr>\n<tr class=\"row-44 even\">\n <td class=\"column-1\">Shawn Rinehart<br />\nKim Flippen</td><td class=\"column-2\">614-492-0229<br />\n614-572-4023</td><td class=\"column-3\">Fairfield, Franklin, Pickaway</td>\n</tr>\n<tr class=\"row-45 odd\">\n <td class=\"column-1\">Brian Roudabush</td><td class=\"column-2\">614-304-1101</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-46 even\">\n <td class=\"column-1\">Earl Shaffer</td><td class=\"column-2\">614-853-9983</td><td class=\"column-3\">West side of Columbus, Western Franklin, Northen Pickaway and Madison counties</td>\n</tr>\n<tr class=\"row-47 odd\">\n <td class=\"column-1\">John Schreiber</td><td class=\"column-2\">614-261-6084</td><td class=\"column-3\">Franklin</td>\n</tr>\n<tr class=\"row-48 even\">\n <td class=\"column-1\">Mary Seufert</td><td class=\"column-2\">614-634-8471</td><td class=\"column-3\">Swarms only, inside I-270</td>\n</tr>\n<tr class=\"row-49 odd\">\n <td class=\"column-1\">Mel Sword</td><td class=\"column-2\">614-323-3622</td><td class=\"column-3\">NE, N 20 miles</td>\n</tr>\n<tr class=\"row-50 even\">\n <td class=\"column-1\">Dan and Shelia Theisen</td><td class=\"column-2\">740-816-0261</td><td class=\"column-3\">Delaware and surrounding area</td>\n</tr>\n<tr class=\"row-51 odd\">\n <td class=\"column-1\">Jim Tippie</td><td class=\"column-2\">614-582-0523</td><td class=\"column-3\">Gahanna</td>\n</tr>\n<tr class=\"row-52 even\">\n <td class=\"column-1\">William Tolliver</td><td class=\"column-2\">614-620-6556 (C)<br />\n614-267-6556 (H)</td><td class=\"column-3\">Central Columbus</td>\n</tr>\n<tr class=\"row-53 odd\">\n <td class=\"column-1\">Cheryl Wachsmuth</td><td class=\"column-2\">614-878-8025</td><td class=\"column-3\">Grove City, Galloway, Hilliard</td>\n</tr>\n<tr class=\"row-54 even\">\n <td class=\"column-1\">Dan and Mary Wampler</td><td class=\"column-2\">740-654-4045 <br />\n740-407-092</td><td class=\"column-3\">Fairfield County</td>\n</tr>\n<tr class=\"row-55 odd\">\n <td class=\"column-1\">Erik Warren</td><td class=\"column-2\">614 354-4621</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n<tr class=\"row-56 even\">\n <td class=\"column-1\">John Weaver</td><td class=\"column-2\">614-208-3634</td><td class=\"column-3\">Franklin County; cutouts for a fee</td>\n</tr>\n<tr class=\"row-57 odd\">\n <td class=\"column-1\">Lloyd Wickline, Jr</td><td class=\"column-2\">614-875-9386</td><td class=\"column-3\">Delaware & Franklin</td>\n</tr>\n<tr class=\"row-58 even\">\n <td class=\"column-1\">Mark Williams</td><td class=\"column-2\">614-397-8386</td><td class=\"column-3\">Central Ohio</td>\n</tr>\n</tbody>\n</table>\n','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3065 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (22,13,'_wp_attached_file','2016/04/BeeThumb.jpg'),(25,13,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:20:\"2016/04/BeeThumb.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"BeeThumb-150x150.jpg\";s:5:\"width\";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:\"BeeThumb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(28,16,'_wp_attached_file','2016/04/cropped-BeeThumb.jpg'),(31,16,'_wp_attachment_context','site-icon'),(34,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:28:\"2016/04/cropped-BeeThumb.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"cropped-BeeThumb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-BeeThumb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:28:\"cropped-BeeThumb-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:28:\"cropped-BeeThumb-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:28:\"cropped-BeeThumb-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:26:\"cropped-BeeThumb-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),(40,25,'_wp_attached_file','2016/04/coba_logo.jpg'),(43,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2016/04/coba_logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"coba_logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"coba_logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(46,25,'_wp_attachment_image_alt','COBO Logo'),(63,37,'_edit_last','1'),(66,37,'_edit_lock','1462974442:1'),(69,37,'_wp_page_template','default'),(105,54,'_edit_last','1'),(108,54,'_edit_lock','1462974318:1'),(111,57,'_wp_attached_file','2016/04/Chris-Logo.png'),(114,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:243;s:6:\"height\";i:253;s:4:\"file\";s:22:\"2016/04/Chris-Logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Chris-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,54,'_wp_page_template','default'),(117,60,'_edit_last','1'),(120,60,'_edit_lock','1463495109:4'),(123,63,'_wp_attached_file','2016/04/History-239x300.jpg'),(126,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:239;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2016/04/History-239x300.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"History-239x300-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"History-239x300-239x300.jpg\";s:5:\"width\";i:239;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(129,60,'_wp_page_template','default'),(130,69,'_edit_last','1'),(133,69,'_edit_lock','1468247554:4'),(135,72,'_wp_attached_file','2016/04/Board-Members-300x224.jpg'),(138,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:224;s:4:\"file\";s:33:\"2016/04/Board-Members-300x224.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Board-Members-300x224-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Board-Members-300x224-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;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:{}}}'),(141,69,'_wp_page_template','default'),(142,76,'_edit_last','1'),(145,76,'_edit_lock','1462973996:1'),(148,79,'_wp_attached_file','2016/04/Bylaws-300x225.jpg'),(151,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:225;s:4:\"file\";s:26:\"2016/04/Bylaws-300x225.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Bylaws-300x225-150x150.jpg\";s:5:\"width\";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:\"Bylaws-300x225-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(154,76,'_wp_page_template','default'),(157,84,'_edit_last','1'),(160,84,'_edit_lock','1462973931:1'),(162,87,'_wp_attached_file','2016/04/Commitees-289x300.jpg'),(165,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:289;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2016/04/Commitees-289x300.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Commitees-289x300-150x150.jpg\";s:5:\"width\";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:\"Commitees-289x300-289x300.jpg\";s:5:\"width\";i:289;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(166,84,'_wp_page_template','default'),(169,91,'_edit_last','4'),(172,91,'_edit_lock','1468247851:4'),(174,93,'_wp_attached_file','2016/04/Contact-Us-300x169.jpg'),(177,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:169;s:4:\"file\";s:30:\"2016/04/Contact-Us-300x169.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Contact-Us-300x169-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Contact-Us-300x169-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;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:{}}}'),(180,91,'_wp_page_template','default'),(190,99,'_edit_last','1'),(193,99,'_edit_lock','1462973798:1'),(195,99,'_wp_page_template','default'),(196,105,'_edit_last','1'),(199,105,'_edit_lock','1462973725:1'),(201,108,'_wp_attached_file','2016/04/Jars-of-Honey-300x154.jpg'),(204,108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:154;s:4:\"file\";s:33:\"2016/04/Jars-of-Honey-300x154.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Jars-of-Honey-300x154-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Jars-of-Honey-300x154-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1373713247\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:19:\"0.00056085249579361\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(207,105,'_wp_page_template','default'),(208,114,'_edit_last','1'),(211,114,'_edit_lock','1462973651:1'),(213,117,'_wp_attached_file','2016/04/Market.jpg'),(216,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:18:\"2016/04/Market.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Market-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(219,117,'_wp_attachment_image_alt','Coba Market'),(222,114,'_wp_page_template','default'),(223,123,'_edit_last','1'),(226,123,'_edit_lock','1462973607:1'),(228,126,'_wp_attached_file','2016/04/tools.jpg'),(231,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:204;s:6:\"height\";i:204;s:4:\"file\";s:17:\"2016/04/tools.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"tools-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(232,126,'_wp_attachment_image_alt','Tools'),(234,123,'_wp_page_template','default'),(237,132,'_wp_attached_file','2016/04/hive1.jpg'),(240,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:224;s:4:\"file\";s:17:\"2016/04/hive1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"hive1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(243,132,'_wp_attachment_image_alt','Bee Hive'),(246,136,'_edit_last','1'),(249,136,'_edit_lock','1462973569:1'),(250,139,'_wp_attached_file','2016/04/Speaker-300x150.jpg'),(253,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:27:\"2016/04/Speaker-300x150.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Speaker-300x150-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Speaker-300x150-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;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:{}}}'),(256,139,'_wp_attachment_image_alt','Speaker Request'),(258,136,'_wp_page_template','default'),(259,144,'_edit_last','1'),(262,144,'_edit_lock','1462973220:1'),(265,145,'_wp_attached_file','2016/04/Web-Links-300x300.png'),(268,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2016/04/Web-Links-300x300.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Web-Links-300x300-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(271,145,'_wp_attachment_image_alt','Web Links'),(273,144,'_wp_page_template','default'),(276,150,'_edit_last','1'),(279,150,'_edit_lock','1462973149:1'),(282,150,'_wp_page_template','default'),(307,171,'_edit_last','1'),(310,171,'_edit_lock','1462972805:1'),(312,174,'_wp_attached_file','2016/04/Privacy-300x198.jpg'),(315,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:198;s:4:\"file\";s:27:\"2016/04/Privacy-300x198.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Privacy-300x198-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Privacy-300x198-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;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:{}}}'),(318,174,'_wp_attachment_image_alt','Privacy & Terms of Use'),(319,171,'_wp_page_template','default'),(322,177,'_edit_last','1'),(325,177,'_edit_lock','1474206443:6'),(327,180,'_wp_attached_file','2016/04/272_swarm-268x300.jpg'),(330,180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:268;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2016/04/272_swarm-268x300.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"272_swarm-268x300-150x150.jpg\";s:5:\"width\";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:\"272_swarm-268x300-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1368645030\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(333,180,'_wp_attachment_image_alt','Honey Bee Swarm'),(334,177,'_wp_page_template','default'),(337,187,'_tablepress_table_options','{\"last_editor\":6,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":100,\"datatables_info\":true,\"datatables_scrollx\":true,\"datatables_custom_commands\":\"\"}'),(340,187,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1]}'),(343,190,'_tablepress_table_options','{\"last_editor\":6,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":100,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(346,190,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1]}'),(385,208,'_edit_last','1'),(388,208,'_edit_lock','1465826277:1'),(405,214,'_edit_last','1'),(408,214,'_edit_lock','1465826250:1'),(411,216,'_wp_attached_file','2016/04/034-768x1024-e1461680452452.jpg'),(414,216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:384;s:6:\"height\";i:512;s:4:\"file\";s:39:\"2016/04/034-768x1024-e1461680452452.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"034-768x1024-150x150.jpg\";s:5:\"width\";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:\"034-768x1024-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"034-768x1024-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"034-768x1024-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1403452171\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:18:\"0.0010330578512397\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(417,216,'_wp_attachment_image_alt','Working on the hive'),(424,222,'_edit_last','1'),(427,222,'_edit_lock','1461633373:1'),(430,223,'_wp_attached_file','2016/04/537_IMG_5389.jpg'),(433,223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:537;s:6:\"height\";i:358;s:4:\"file\";s:24:\"2016/04/537_IMG_5389.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"537_IMG_5389-150x150.jpg\";s:5:\"width\";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:\"537_IMG_5389-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1371063458\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(439,226,'_edit_last','1'),(442,226,'_edit_lock','1465826219:1'),(445,229,'_wp_attached_file','2016/04/537_IMG_5391.jpg'),(448,229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:537;s:6:\"height\";i:358;s:4:\"file\";s:24:\"2016/04/537_IMG_5391.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"537_IMG_5391-150x150.jpg\";s:5:\"width\";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:\"537_IMG_5391-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1371063515\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(456,232,'_edit_last','1'),(459,232,'_edit_lock','1465826190:1'),(462,234,'_wp_attached_file','2016/04/537_IMG_5393.jpg'),(465,234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:537;s:6:\"height\";i:358;s:4:\"file\";s:24:\"2016/04/537_IMG_5393.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"537_IMG_5393-150x150.jpg\";s:5:\"width\";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:\"537_IMG_5393-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1371063699\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(472,237,'_edit_last','1'),(475,237,'_edit_lock','1461680565:1'),(477,240,'_wp_attached_file','2016/04/537_IMG_5394.jpg'),(480,240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:537;s:6:\"height\";i:358;s:4:\"file\";s:24:\"2016/04/537_IMG_5394.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"537_IMG_5394-150x150.jpg\";s:5:\"width\";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:\"537_IMG_5394-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1371063703\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(486,243,'_edit_last','1'),(489,243,'_edit_lock','1465826163:1'),(492,246,'_wp_attached_file','2016/04/537_IMG_5398.jpg'),(495,246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:537;s:6:\"height\";i:358;s:4:\"file\";s:24:\"2016/04/537_IMG_5398.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"537_IMG_5398-150x150.jpg\";s:5:\"width\";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:\"537_IMG_5398-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1371064098\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"53\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(504,252,'_edit_last','1'),(507,252,'_edit_lock','1461680586:1'),(510,255,'_wp_attached_file','2016/04/537_IMG_5405.jpg'),(513,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:537;s:6:\"height\";i:358;s:4:\"file\";s:24:\"2016/04/537_IMG_5405.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"537_IMG_5405-150x150.jpg\";s:5:\"width\";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:\"537_IMG_5405-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1371064605\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(522,261,'_edit_last','1'),(525,261,'_edit_lock','1461681114:1'),(528,264,'_wp_attached_file','2016/04/bee-on-buckwheat-1024x819-e1461680087952.jpg'),(531,264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:410;s:4:\"file\";s:52:\"2016/04/bee-on-buckwheat-1024x819-e1461680087952.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"bee-on-buckwheat-1024x819-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"bee-on-buckwheat-1024x819-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"bee-on-buckwheat-1024x819-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"bee-on-buckwheat-1024x819-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 7D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1377469373\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(537,268,'_edit_last','1'),(540,268,'_edit_lock','1461680885:1'),(543,270,'_wp_attached_file','2016/04/IMG_4167-1024x575-e1461680119801.jpg'),(546,270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:288;s:4:\"file\";s:44:\"2016/04/IMG_4167-1024x575-e1461680119801.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"IMG_4167-1024x575-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"IMG_4167-1024x575-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"IMG_4167-1024x575-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"IMG_4167-1024x575-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1343462476\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(552,273,'_edit_last','1'),(555,273,'_edit_lock','1465826143:1'),(558,276,'_wp_attached_file','2016/04/IMG_4171-1024x575-e1461680142178.jpg'),(561,276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:288;s:4:\"file\";s:44:\"2016/04/IMG_4171-1024x575-e1461680142178.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"IMG_4171-1024x575-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"IMG_4171-1024x575-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"IMG_4171-1024x575-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"IMG_4171-1024x575-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon PowerShot S5 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1343462918\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(567,208,'articleimg','http://centralohiobeekeepers.org/wp-content/uploads/2016/04/032-808x1024-808x1024-1-e1461680499217.jpg'),(574,214,'articleimg','http://centralohiobeekeepers.org/wp-content/uploads/2016/04/034-768x1024.jpg'),(582,222,'articleimg','http://centralohiobeekeepers.org/wp-content/uploads/2016/04/537_IMG_5389.jpg'),(591,226,'articleimg','http://centralohiobeekeepers.org/wp-content/uploads/2016/04/537_IMG_5391.jpg'),(598,232,'articleimg','http://centralohiobeekeepers.org/wp-content/uploads/2016/04/537_IMG_5393.jpg'),(607,237,'articleimg','http://centralohiobeekeepers.org/wp-content/uploads/2016/04/537_IMG_5394.jpg'),(615,243,'articleimg','http://centralohiobeekeepers.org/wp-content/uploads/2016/04/537_IMG_5398.jpg'),(622,252,'articleimg','http://centralohiobeekeepers.org/wp-content/uploads/2016/04/537_IMG_5405.jpg'),(630,261,'articleimg','http://centralohiobeekeepers.org/wp-content/uploads/2016/04/bee-on-buckwheat-1024x819.jpg'),(637,268,'articleimg','http://centralohiobeekeepers.org/wp-content/uploads/2016/04/IMG_4167-1024x575.jpg'),(645,273,'articleimg','http://centralohiobeekeepers.org/wp-content/uploads/2016/04/IMG_4171-1024x575.jpg'),(652,264,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1024;s:6:\"height\";i:819;s:4:\"file\";s:29:\"bee-on-buckwheat-1024x819.jpg\";}}'),(655,270,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1024;s:6:\"height\";i:575;s:4:\"file\";s:21:\"IMG_4167-1024x575.jpg\";}}'),(657,276,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1024;s:6:\"height\";i:575;s:4:\"file\";s:21:\"IMG_4171-1024x575.jpg\";}}'),(658,283,'_wp_attached_file','2016/04/032-808x1024-808x1024-1-e1461680499217.jpg'),(661,283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:489;s:6:\"height\";i:512;s:4:\"file\";s:50:\"2016/04/032-808x1024-808x1024-1-e1461680499217.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"032-808x1024-808x1024-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:35:\"032-808x1024-808x1024-1-287x300.jpg\";s:5:\"width\";i:287;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"032-808x1024-808x1024-1-768x804.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:804;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(664,216,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:16:\"034-768x1024.jpg\";}}'),(666,283,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:808;s:6:\"height\";i:846;s:4:\"file\";s:27:\"032-808x1024-808x1024-1.jpg\";}}'),(669,283,'_wp_attachment_image_alt','Bee Beard'),(729,312,'_edit_last','1'),(732,312,'_edit_lock','1462973077:1'),(735,312,'_wp_page_template','default'),(736,319,'_edit_last','1'),(739,319,'_edit_lock','1462973025:1'),(742,319,'_wp_page_template','default'),(744,325,'_edit_last','1'),(747,325,'_edit_lock','1462972975:1'),(750,325,'_wp_page_template','default'),(753,330,'_VenueOrigin','events-calendar'),(754,330,'_edit_last','4'),(757,330,'_edit_lock','1470682098:4'),(759,330,'_EventShowMapLink',''),(762,330,'_EventShowMap',''),(765,330,'_VenueAddress','1777 E Broad St'),(768,330,'_VenueCity','Columbus'),(771,330,'_VenueCountry','United States'),(774,330,'_VenueProvince',''),(777,330,'_VenueState','OH'),(780,330,'_VenueZip',''),(783,330,'_VenuePhone',''),(786,330,'_VenueURL',''),(789,330,'_VenueShowMap','true'),(792,330,'_VenueShowMapLink','true'),(795,330,'_VenueStateProvince','OH'),(798,333,'_VenueOrigin','events-calendar'),(799,333,'_edit_last','1'),(802,333,'_edit_lock','1461685979:1'),(805,333,'_EventShowMapLink',''),(808,333,'_EventShowMap',''),(811,333,'_VenueAddress',''),(814,333,'_VenueCity',''),(817,333,'_VenueCountry',''),(820,333,'_VenueProvince',''),(823,333,'_VenueState',''),(826,333,'_VenueZip',''),(829,333,'_VenuePhone',''),(832,333,'_VenueURL',''),(835,333,'_VenueShowMap','true'),(838,333,'_VenueShowMapLink','true'),(841,333,'_VenueStateProvince',''),(843,336,'_VenueOrigin','events-calendar'),(844,336,'_edit_last','1'),(847,336,'_edit_lock','1461686027:1'),(850,336,'_EventShowMapLink',''),(853,336,'_EventShowMap',''),(856,336,'_VenueAddress',''),(859,336,'_VenueCity',''),(862,336,'_VenueCountry','United States'),(865,336,'_VenueProvince',''),(868,336,'_VenueState','OH'),(871,336,'_VenueZip',''),(874,336,'_VenuePhone',''),(877,336,'_VenueURL',''),(880,336,'_VenueShowMap','true'),(883,336,'_VenueShowMapLink','true'),(886,336,'_VenueStateProvince','OH'),(888,339,'_OrganizerOrigin','events-calendar'),(891,339,'_edit_last','1'),(894,339,'_edit_lock','1469326989:6'),(895,339,'_OrganizerPhone',''),(898,339,'_OrganizerWebsite',''),(901,339,'_OrganizerEmail',''),(903,342,'_OrganizerOrigin','events-calendar'),(906,342,'_edit_last','1'),(909,342,'_edit_lock','1461686161:1'),(912,342,'_OrganizerPhone',''),(915,342,'_OrganizerWebsite',''),(918,342,'_OrganizerEmail',''),(919,345,'_edit_last','1'),(922,345,'_edit_lock','1461868293:1'),(924,348,'_wp_attached_file','2016/04/renew70x70.jpg'),(927,348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:70;s:6:\"height\";i:70;s:4:\"file\";s:22:\"2016/04/renew70x70.jpg\";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:{}}}'),(928,345,'thumbnail','http://centralohiobeekeepers.org/wp-content/uploads/2016/04/renew70x70.jpg'),(936,354,'_edit_last','1'),(939,354,'_edit_lock','1468247773:4'),(946,358,'_edit_last','1'),(949,358,'_edit_lock','1461687998:1'),(957,363,'_edit_last','1'),(960,363,'_edit_lock','1461761462:1'),(967,367,'_edit_last','1'),(970,367,'_edit_lock','1461688589:1'),(978,372,'_wp_attached_file','2016/04/scholarwship_app.pdf'),(985,376,'_edit_last','1'),(988,376,'_edit_lock','1461688681:1'),(996,382,'_edit_last','1'),(999,382,'_edit_lock','1461868530:1'),(1030,4,'_edit_last','1'),(1033,4,'_edit_lock','1461704649:1'),(1045,403,'_edit_last','1'),(1048,403,'_edit_lock','1462972897:1'),(1051,403,'_wp_page_template','default'),(1054,409,'_wp_attached_file','2016/04/537_IMG_5417.jpg'),(1057,409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2016/04/537_IMG_5417.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"537_IMG_5417-150x150.jpg\";s:5:\"width\";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:\"537_IMG_5417-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(1059,409,'_wp_attachment_image_alt','Meeting in the Bee Yard'),(1092,429,'_edit_last','1'),(1095,429,'_edit_lock','1461865492:1'),(1096,430,'_wp_attached_file','2016/04/Membership_Application.pdf'),(1161,391,'_edit_last','1'),(1164,391,'_edit_lock','1462974529:1'),(1171,445,'_EventOrigin','events-calendar'),(1174,445,'_edit_last','1'),(1177,445,'_edit_lock','1462289136:1'),(1180,445,'_preview_venue_id','0'),(1183,445,'_EventShowMapLink','1'),(1186,445,'_EventShowMap','1'),(1189,445,'_EventStartDate','2016-05-14 09:00:00'),(1192,445,'_EventEndDate','2016-05-14 11:45:00'),(1195,445,'_EventStartDateUTC','2016-05-14 13:00:00'),(1198,445,'_EventEndDateUTC','2016-05-14 15:45:00'),(1201,445,'_EventDuration','9900'),(1204,445,'_EventVenueID','447'),(1207,445,'_EventCurrencySymbol','$'),(1210,445,'_EventCurrencyPosition','prefix'),(1216,445,'_EventURL',''),(1222,445,'_EventTimezone','America/Detroit'),(1225,445,'_EventTimezoneAbbr','EDT'),(1233,447,'_VenueOrigin','events-calendar'),(1236,447,'_EventShowMapLink','1'),(1239,447,'_EventShowMap','1'),(1242,447,'_VenueVenue','Northland Masonic Temple'),(1245,447,'_VenueAddress','5885 Cleveland Ave.'),(1248,447,'_VenueCity','Columbus'),(1251,447,'_VenueCountry','United States'),(1254,447,'_VenueProvince',''),(1257,447,'_VenueState',''),(1260,447,'_VenueZip','43231'),(1263,447,'_VenuePhone',''),(1266,447,'_VenueURL',''),(1269,447,'_VenueShowMap','true'),(1272,447,'_VenueShowMapLink','true'),(1275,447,'_VenueStateProvince',''),(1291,445,'_EventCost','0'),(1294,445,'_EventOrganizerID','339'),(1297,457,'_EventOrigin','events-calendar'),(1300,457,'_edit_lock','1462291555:4'),(1303,457,'_edit_last','4'),(1305,457,'_EventShowMapLink','1'),(1308,457,'_EventShowMap','1'),(1311,459,'_VenueOrigin','events-calendar'),(1314,459,'_EventShowMapLink','1'),(1317,459,'_EventShowMap','1'),(1320,459,'_VenueVenue','Rothenbuler Honey Bee Lab'),(1323,459,'_VenueAddress','2501 Carmack Road'),(1326,459,'_VenueCity','Columbus'),(1329,459,'_VenueCountry','United States'),(1332,459,'_VenueProvince',''),(1335,459,'_VenueState','OH'),(1338,459,'_VenueZip',''),(1341,459,'_VenuePhone',''),(1344,459,'_VenueURL',''),(1347,459,'_VenueShowMap','true'),(1350,459,'_VenueShowMapLink','true'),(1353,459,'_VenueStateProvince','OH'),(1356,457,'_EventStartDate','2016-05-04 18:00:00'),(1359,457,'_EventEndDate','2016-05-04 20:30:00'),(1362,457,'_EventStartDateUTC','2016-05-04 22:00:00'),(1365,457,'_EventEndDateUTC','2016-05-05 00:30:00'),(1368,457,'_EventDuration','9000'),(1371,457,'_EventVenueID','459'),(1374,457,'_EventCurrencySymbol','$'),(1377,457,'_EventCurrencyPosition','prefix'),(1383,457,'_EventURL',''),(1389,457,'_EventTimezone','America/Detroit'),(1392,457,'_EventTimezoneAbbr','EDT'),(1398,457,'_EventCost','0'),(1401,457,'_EventOrganizerID','342'),(1408,460,'_EventOrigin','events-calendar'),(1411,460,'_edit_lock','1468246979:4'),(1413,460,'_edit_last','4'),(1414,460,'_EventShowMapLink','1'),(1417,460,'_EventShowMap','1'),(1420,460,'_EventStartDate','2016-06-01 18:00:00'),(1423,460,'_EventEndDate','2016-06-01 20:30:00'),(1426,460,'_EventStartDateUTC','2016-06-01 22:00:00'),(1429,460,'_EventEndDateUTC','2016-06-02 00:30:00'),(1432,460,'_EventDuration','9000'),(1435,460,'_EventVenueID','459'),(1438,460,'_EventCurrencySymbol',''),(1441,460,'_EventCurrencyPosition','prefix'),(1447,460,'_EventURL',''),(1453,460,'_EventTimezone','America/New_York'),(1456,460,'_EventTimezoneAbbr','EDT'),(1471,463,'_EventOrigin','events-calendar'),(1474,463,'_edit_lock','1462371410:1'),(1477,463,'_edit_last','1'),(1479,463,'_EventShowMapLink','1'),(1482,463,'_EventShowMap','1'),(1485,465,'_VenueOrigin','events-calendar'),(1488,465,'_EventShowMapLink','1'),(1491,465,'_EventShowMap','1'),(1494,465,'_VenueVenue','Franklin Park Conservatory'),(1497,465,'_VenueAddress','1777 East Broad Street'),(1500,465,'_VenueCity','Columbus'),(1503,465,'_VenueCountry',''),(1506,465,'_VenueProvince',''),(1509,465,'_VenueState',''),(1512,465,'_VenueZip','43203'),(1515,465,'_VenuePhone',''),(1518,465,'_VenueURL',''),(1521,465,'_VenueShowMap','true'),(1524,465,'_VenueShowMapLink','true'),(1527,465,'_VenueStateProvince',''),(1530,463,'_EventStartDate','2016-05-10 18:30:00'),(1533,463,'_EventEndDate','2016-05-10 20:30:00'),(1536,463,'_EventStartDateUTC','2016-05-10 22:30:00'),(1539,463,'_EventEndDateUTC','2016-05-11 00:30:00'),(1542,463,'_EventDuration','7200'),(1545,463,'_EventVenueID','465'),(1548,463,'_EventCurrencySymbol',''),(1551,463,'_EventCurrencyPosition','prefix'),(1557,463,'_EventURL',''),(1563,463,'_EventTimezone','America/Detroit'),(1566,463,'_EventTimezoneAbbr','EDT'),(1579,463,'_EventCost',''),(1582,463,'_EventOrganizerID','0'),(1600,468,'_edit_lock','1462373618:4'),(1603,468,'_edit_last','4'),(1609,69,'_post_restored_from','a:3:{s:20:\"restored_revision_id\";i:490;s:16:\"restored_by_user\";i:6;s:13:\"restored_time\";i:1462765809;}'),(1611,495,'ecwd_calendar_theme',NULL),(1614,498,'ecwd_venue_lat_long','51.554448,-0.286331'),(1617,498,'ecwd_venue_location','23A Wembley Hill Rd, Wembley, Greater London HA9 8AS, UK'),(1620,507,'ecwd_event_date_from','2016/05/09 18:21'),(1623,507,'ecwd_event_date_to','2016/05/09 18:21'),(1626,507,'ecwd_event_venue','498'),(1629,507,'ecwd_event_location','23A Wembley Hill Rd, Wembley, Greater London HA9 8AS, UK'),(1632,507,'ecwd_lat_long','51.554448,-0.286331'),(1635,507,'ecwd_event_organizers','a:2:{i:0;s:3:\"501\";i:1;s:3:\"504\";}'),(1638,507,'ecwd_event_calendars','a:1:{i:0;s:3:\"495\";}'),(1641,510,'ecwd_event_date_from','2016/05/16 18:21'),(1644,510,'ecwd_event_date_to','2016/05/16 18:21'),(1647,510,'ecwd_event_venue','498'),(1650,510,'ecwd_event_calendars','a:1:{i:0;s:3:\"495\";}'),(1653,510,'ecwd_event_location','23A Wembley Hill Rd, Wembley, Greater London HA9 8AS, UK'),(1656,510,'ecwd_lat_long','51.554448,-0.286331'),(1659,510,'ecwd_event_organizers','a:2:{i:0;s:3:\"501\";i:1;s:3:\"504\";}'),(1660,460,'_EventCost',''),(1663,460,'_EventOrganizerID','342'),(1664,512,'_EventOrigin','events-calendar'),(1666,512,'_edit_lock','1462903230:4'),(1669,512,'_edit_last','4'),(1670,512,'_EventShowMapLink','1'),(1673,512,'_EventShowMap','1'),(1676,512,'_EventStartDate','2016-05-18 18:00:00'),(1679,512,'_EventEndDate','2016-05-18 20:30:00'),(1682,512,'_EventStartDateUTC','2016-05-18 22:00:00'),(1685,512,'_EventEndDateUTC','2016-05-19 00:30:00'),(1688,512,'_EventDuration','9000'),(1691,512,'_EventVenueID','459'),(1694,512,'_EventCurrencySymbol',''),(1697,512,'_EventCurrencyPosition','prefix'),(1703,512,'_EventURL',''),(1709,512,'_EventTimezone','America/Detroit'),(1712,512,'_EventTimezoneAbbr','EDT'),(1714,512,'_EventCost',''),(1717,512,'_EventOrganizerID','342'),(1718,515,'_EventOrigin','events-calendar'),(1720,515,'_edit_lock','1462903359:4'),(1723,515,'_edit_last','4'),(1724,515,'_EventShowMapLink','1'),(1727,515,'_EventShowMap','1'),(1730,515,'_EventStartDate','2016-05-11 18:00:00'),(1733,515,'_EventEndDate','2016-05-11 20:30:00'),(1736,515,'_EventStartDateUTC','2016-05-11 22:00:00'),(1739,515,'_EventEndDateUTC','2016-05-12 00:30:00'),(1742,515,'_EventDuration','9000'),(1745,515,'_EventVenueID','459'),(1748,515,'_EventCurrencySymbol',''),(1751,515,'_EventCurrencyPosition','prefix'),(1754,515,'_EventCost',''),(1757,515,'_EventURL',''),(1760,515,'_EventOrganizerID','342'),(1763,515,'_EventTimezone','America/Detroit'),(1766,515,'_EventTimezoneAbbr','EDT'),(1768,517,'_EventOrigin','events-calendar'),(1769,517,'_edit_lock','1462903913:4'),(1772,517,'_edit_last','4'),(1774,517,'_EventShowMapLink','1'),(1777,517,'_EventShowMap','1'),(1780,517,'_EventStartDate','2016-05-25 18:00:00'),(1783,517,'_EventEndDate','2016-05-25 20:30:00'),(1786,517,'_EventStartDateUTC','2016-05-25 22:00:00'),(1789,517,'_EventEndDateUTC','2016-05-26 00:30:00'),(1792,517,'_EventDuration','9000'),(1795,517,'_EventVenueID','459'),(1798,517,'_EventCurrencySymbol',''),(1801,517,'_EventCurrencyPosition','prefix'),(1804,517,'_EventCost',''),(1807,517,'_EventURL',''),(1810,517,'_EventOrganizerID','342'),(1813,517,'_EventTimezone','America/Detroit'),(1816,517,'_EventTimezoneAbbr','EDT'),(1822,523,'_EventOrigin','events-calendar'),(1825,523,'_edit_lock','1462903988:4'),(1826,523,'_edit_last','4'),(1828,523,'_EventShowMapLink','1'),(1831,523,'_EventShowMap','1'),(1834,526,'_OrganizerOrigin','events-calendar'),(1837,526,'_OrganizerOrganizer','Will & Jim'),(1840,526,'_OrganizerPhone',''),(1843,526,'_OrganizerWebsite',''),(1846,526,'_OrganizerEmail',''),(1849,523,'_EventStartDate','2016-05-24 18:30:00'),(1852,523,'_EventEndDate','2016-05-24 20:30:00'),(1855,523,'_EventStartDateUTC','2016-05-24 22:30:00'),(1858,523,'_EventEndDateUTC','2016-05-25 00:30:00'),(1861,523,'_EventDuration','7200'),(1864,523,'_EventVenueID','330'),(1867,523,'_EventCurrencySymbol',''),(1870,523,'_EventCurrencyPosition','prefix'),(1876,523,'_EventURL',''),(1882,523,'_EventTimezone','America/Detroit'),(1885,523,'_EventTimezoneAbbr','EDT'),(1886,523,'_EventCost',''),(1889,523,'_EventOrganizerID','526'),(1912,171,'_aioseop_description','Central Ohio Beekeepers Association Privacy/Security Statement'),(1915,171,'_aioseop_title','Privacy'),(1922,403,'_aioseop_description','Various pictures from the Central Ohio Beekeepers Association.'),(1925,403,'_aioseop_title','Various Pictures'),(1934,325,'_aioseop_description','Photographs of the Beekeeper of the Year - 2013'),(1937,325,'_aioseop_title','Beekeeper of the Year - 2013'),(1945,319,'_aioseop_description','Pictures of the Bee Yard from 2014'),(1948,319,'_aioseop_title','Bee Yard - 2014'),(1955,312,'_aioseop_description','Pictures from the Bee Yard from 2013.'),(1958,312,'_aioseop_title','Bee Yard - 2013'),(1966,150,'_aioseop_description','Photo Gallery for the Central Ohio Beekeepers Association in Central Ohio.'),(1969,150,'_aioseop_title','Photo Galleries'),(1978,144,'_aioseop_description','Educational websites and links for beekeepers and beekeeping information.'),(1981,144,'_aioseop_title','Links'),(2002,136,'_aioseop_description','Beekeeping Presentation. If you want to learn more about beekeeping, you can request a presentation for your organization. '),(2005,136,'_aioseop_title','Beekeeping Presentations - Request a Speaker'),(2014,123,'_aioseop_description','Resources and plans for beekeepers and beekeeping needs. Build your own DIY bee hive.'),(2017,123,'_aioseop_title','Beekeeping Plans & Resources'),(2026,114,'_aioseop_description','Beekeeping Market: Supplies and services provided by and for beekeepers. '),(2029,114,'_aioseop_title','Beekeeper\'s Market'),(2038,105,'_aioseop_description','Sources for local honey for the Central Ohio Region'),(2041,105,'_aioseop_title','Local Honey'),(2048,99,'_aioseop_description','Services provided by the Central Ohio Beekeepers Association'),(2051,99,'_aioseop_title','Beekeeper Services'),(2069,84,'_aioseop_description','Central Ohio Beekeepers Association Committees and Committee Members'),(2072,84,'_aioseop_title','Committees'),(2080,76,'_aioseop_description','Central Ohio Beekeepers Association Constitution and By-Laws'),(2083,76,'_aioseop_title','Constitution and By-Laws'),(2090,69,'_aioseop_description','Central Ohio Beekeepers Association Board Members and Contact Information'),(2093,69,'_aioseop_title','Board Members and Contact Information'),(2101,60,'_aioseop_description','Historical details for the Central Ohio Beekeepers Association | COBA'),(2104,60,'_aioseop_title','Our History'),(2113,54,'_aioseop_description','The Central Ohio Beekeepers Association is a non-profit organization under the rules of the State of Ohio and is dedicated to promoting bees and beekeeping in Central Ohio.'),(2116,54,'_aioseop_title','Who Are We?'),(2123,37,'_aioseop_description','The Central Ohio Beekeepers Association | COBA: We are a non-profit Beekeepers Association operating under the rules of the State of Ohio and we are dedicated to promoting bees and beekeeping in Central Ohio.'),(2126,37,'_aioseop_title','About Us'),(2134,177,'_aioseop_description','Bee Removal - Central Ohio - If you have a swarm that you need help with, please visit this page for contact information to have your swarm removed. We have people throughout Central Ohio.'),(2137,177,'_aioseop_title','Honey Bee Swarm - Bee Removal'),(2140,535,'_edit_lock','1463494712:4'),(2143,535,'_edit_last','4'),(2152,562,'_EventOrigin','events-calendar'),(2155,562,'_edit_lock','1464659280:6'),(2158,562,'_edit_last','6'),(2162,566,'_EventOrigin','events-calendar'),(2165,566,'_edit_lock','1464753995:6'),(2167,566,'_edit_last','6'),(2170,566,'_EventShowMapLink','1'),(2173,566,'_EventShowMap','1'),(2176,566,'_EventStartDate','2016-06-15 18:30:00'),(2179,566,'_EventEndDate','2016-06-15 21:00:00'),(2182,566,'_EventStartDateUTC','2016-06-15 22:30:00'),(2185,566,'_EventEndDateUTC','2016-06-16 01:00:00'),(2188,566,'_EventDuration','9000'),(2191,566,'_EventVenueID','330'),(2194,566,'_EventCurrencySymbol',''),(2197,566,'_EventCurrencyPosition','prefix'),(2203,566,'_EventURL',''),(2209,566,'_EventTimezone','America/Detroit'),(2212,566,'_EventTimezoneAbbr','EDT'),(2215,566,'_EventCost',''),(2218,566,'_EventOrganizerID','339'),(2219,569,'_EventOrigin','events-calendar'),(2222,569,'_edit_lock','1468247406:4'),(2225,569,'_edit_last','6'),(2227,526,'_edit_lock','1464754149:6'),(2230,569,'_EventShowMapLink','1'),(2233,569,'_EventShowMap','1'),(2236,571,'_OrganizerOrigin','events-calendar'),(2239,571,'_OrganizerOrganizer','Will, Jim and Nina'),(2242,571,'_OrganizerPhone','614-226-8219'),(2245,571,'_OrganizerWebsite',''),(2248,571,'_OrganizerEmail','wnm0628@yahoo.com'),(2251,569,'_EventStartDate','2016-06-28 18:00:00'),(2254,569,'_EventEndDate','2016-06-28 20:00:00'),(2257,569,'_EventStartDateUTC','2016-06-28 22:00:00'),(2260,569,'_EventEndDateUTC','2016-06-29 00:00:00'),(2263,569,'_EventDuration','7200'),(2266,569,'_EventVenueID','330'),(2269,569,'_EventCurrencySymbol',''),(2272,569,'_EventCurrencyPosition','prefix'),(2278,569,'_EventURL',''),(2284,569,'_EventTimezone','America/Detroit'),(2287,569,'_EventTimezoneAbbr','EDT'),(2296,569,'_EventCost',''),(2299,569,'_EventOrganizerID','571'),(2302,574,'_EventOrigin','events-calendar'),(2305,574,'_edit_lock','1464754784:6'),(2308,574,'_edit_last','6'),(2311,574,'_EventShowMapLink','1'),(2314,574,'_EventShowMap','1'),(2317,574,'_EventStartDate','2016-06-14 18:00:00'),(2320,574,'_EventEndDate','2016-06-14 21:00:00'),(2323,574,'_EventStartDateUTC','2016-06-14 22:00:00'),(2326,574,'_EventEndDateUTC','2016-06-15 01:00:00'),(2329,574,'_EventDuration','10800'),(2332,574,'_EventVenueID','330'),(2335,574,'_EventCurrencySymbol',''),(2338,574,'_EventCurrencyPosition','prefix'),(2341,574,'_EventCost',''),(2344,574,'_EventURL',''),(2347,574,'_EventOrganizerID','571'),(2350,574,'_EventTimezone','America/Detroit'),(2353,574,'_EventTimezoneAbbr','EDT'),(2378,590,'_EventOrigin','events-calendar'),(2381,590,'_edit_lock','1465068583:6'),(2383,590,'_edit_last','6'),(2384,590,'_EventShowMapLink','1'),(2387,590,'_EventShowMap','1'),(2390,590,'_EventStartDate','2016-06-12 13:00:00'),(2393,590,'_EventEndDate','2016-06-12 17:00:00'),(2396,590,'_EventStartDateUTC','2016-06-12 17:00:00'),(2399,590,'_EventEndDateUTC','2016-06-12 21:00:00'),(2402,590,'_EventDuration','14400'),(2405,590,'_EventVenueID','0'),(2408,590,'_EventCurrencySymbol',''),(2411,590,'_EventCurrencyPosition','prefix'),(2414,590,'_EventCost',''),(2417,590,'_EventURL',''),(2420,590,'_EventOrganizerID','0'),(2423,590,'_EventTimezone','America/Detroit'),(2426,590,'_EventTimezoneAbbr','EDT'),(2469,595,'_edit_lock','1473638388:1'),(2470,595,'_edit_last','1'),(2471,606,'_EventOrigin','events-calendar'),(2472,606,'_edit_lock','1468247181:4'),(2473,606,'_edit_last','4'),(2474,606,'_EventShowMapLink','1'),(2475,606,'_EventShowMap','1'),(2476,606,'_EventVenueID','459'),(2477,606,'_EventOrganizerID','339'),(2478,606,'_EventStartDate','2016-07-13 18:00:00'),(2479,606,'_EventEndDate','2016-07-13 21:00:00'),(2480,606,'_EventStartDateUTC','2016-07-13 22:00:00'),(2481,606,'_EventEndDateUTC','2016-07-14 01:00:00'),(2482,606,'_EventDuration','10800'),(2483,606,'_EventCurrencySymbol',''),(2484,606,'_EventCurrencyPosition','prefix'),(2486,606,'_EventURL',''),(2487,606,'_EventTimezone','America/Detroit'),(2488,606,'_EventTimezoneAbbr','EDT'),(2489,606,'_EventCost',''),(2490,607,'_EventOrigin','events-calendar'),(2491,607,'_edit_lock','1468247262:4'),(2492,607,'_edit_last','4'),(2493,607,'_EventShowMapLink','1'),(2494,607,'_EventShowMap','1'),(2495,607,'_EventVenueID','459'),(2496,607,'_EventOrganizerID','339'),(2497,607,'_EventStartDate','2016-07-20 18:00:00'),(2498,607,'_EventEndDate','2016-07-20 21:00:00'),(2499,607,'_EventStartDateUTC','2016-07-20 22:00:00'),(2500,607,'_EventEndDateUTC','2016-07-21 01:00:00'),(2501,607,'_EventDuration','10800'),(2502,607,'_EventCurrencySymbol',''),(2503,607,'_EventCurrencyPosition','prefix'),(2504,607,'_EventCost',''),(2505,607,'_EventURL',''),(2506,607,'_EventTimezone','America/Detroit'),(2507,607,'_EventTimezoneAbbr','EDT'),(2508,608,'_EventOrigin','events-calendar'),(2509,608,'_edit_lock','1470681048:4'),(2510,608,'_edit_last','6'),(2511,608,'_EventShowMapLink','1'),(2512,608,'_EventShowMap','1'),(2513,608,'_EventVenueID','459'),(2514,608,'_EventOrganizerID','339'),(2515,608,'_EventStartDate','2016-07-28 18:00:00'),(2516,608,'_EventEndDate','2016-07-28 21:00:00'),(2517,608,'_EventStartDateUTC','2016-07-28 22:00:00'),(2518,608,'_EventEndDateUTC','2016-07-29 01:00:00'),(2519,608,'_EventDuration','10800'),(2520,608,'_EventCurrencySymbol',''),(2521,608,'_EventCurrencyPosition','prefix'),(2523,608,'_EventURL',''),(2524,608,'_EventTimezone','America/Detroit'),(2525,608,'_EventTimezoneAbbr','EDT'),(2528,610,'_EventOrigin','events-calendar'),(2529,610,'_edit_lock','1468247352:4'),(2530,610,'_edit_last','4'),(2531,610,'_EventShowMapLink','1'),(2532,610,'_EventShowMap','1'),(2533,610,'_EventVenueID','330'),(2534,610,'_EventOrganizerID','339'),(2535,610,'_EventStartDate','2016-07-12 18:00:00'),(2536,610,'_EventEndDate','2016-07-12 20:00:00'),(2537,610,'_EventStartDateUTC','2016-07-12 22:00:00'),(2538,610,'_EventEndDateUTC','2016-07-13 00:00:00'),(2539,610,'_EventDuration','7200'),(2540,610,'_EventCurrencySymbol',''),(2541,610,'_EventCurrencyPosition','prefix'),(2542,610,'_EventCost',''),(2543,610,'_EventURL',''),(2544,610,'_EventTimezone','America/Detroit'),(2545,610,'_EventTimezoneAbbr','EDT'),(2546,611,'_EventOrigin','events-calendar'),(2547,611,'_edit_lock','1473707072:6'),(2548,611,'_edit_last','6'),(2549,611,'_EventShowMapLink','1'),(2550,611,'_EventShowMap','1'),(2551,611,'_EventVenueID','330'),(2553,611,'_EventStartDate','2016-07-26 18:00:00'),(2554,611,'_EventEndDate','2016-07-26 20:00:00'),(2555,611,'_EventStartDateUTC','2016-07-26 22:00:00'),(2556,611,'_EventEndDateUTC','2016-07-27 00:00:00'),(2557,611,'_EventDuration','7200'),(2558,611,'_EventCurrencySymbol',''),(2559,611,'_EventCurrencyPosition','prefix'),(2561,611,'_EventURL',''),(2562,611,'_EventTimezone','America/Detroit'),(2563,611,'_EventTimezoneAbbr','EDT'),(2568,91,'_aioseop_description','Contact information for the Central Ohio Beekeepers Association'),(2569,91,'_aioseop_title','Contact Us'),(2570,613,'_EventOrigin','events-calendar'),(2571,613,'_edit_lock','1468347923:4'),(2572,613,'_edit_last','4'),(2573,613,'_EventShowMapLink','1'),(2574,613,'_EventShowMap','1'),(2575,614,'_VenueOrigin','events-calendar'),(2576,614,'_EventShowMapLink','1'),(2577,614,'_EventShowMap','1'),(2578,614,'_VenueVenue','Franklin County Fairgrounds+'),(2579,614,'_VenueAddress','4100 Columbia Street'),(2580,614,'_VenueCity','Hilliard'),(2581,614,'_VenueCountry','United States'),(2582,614,'_VenueProvince',''),(2583,614,'_VenueState','OH'),(2584,614,'_VenueZip','43026'),(2585,614,'_VenuePhone',''),(2586,614,'_VenueURL','fcfair.org'),(2587,614,'_VenueShowMap','true'),(2588,614,'_VenueShowMapLink','true'),(2589,614,'_VenueStateProvince','OH'),(2590,613,'_EventVenueID','614'),(2591,613,'_EventOrganizerID','339'),(2592,613,'_EventStartDate','2016-07-16 09:00:00'),(2593,613,'_EventEndDate','2016-07-23 21:00:00'),(2594,613,'_EventStartDateUTC','2016-07-16 13:00:00'),(2595,613,'_EventEndDateUTC','2016-07-24 01:00:00'),(2596,613,'_EventDuration','648000'),(2597,613,'_EventCurrencySymbol',''),(2598,613,'_EventCurrencyPosition','prefix'),(2599,613,'_EventCost',''),(2600,613,'_EventURL',''),(2601,613,'_EventTimezone','America/Detroit'),(2602,613,'_EventTimezoneAbbr','EDT'),(2603,608,'_EventCost',''),(2604,619,'_OrganizerOrigin','events-calendar'),(2605,619,'_OrganizerOrganizerID','0'),(2606,619,'_OrganizerOrganizer','Will Merrill'),(2607,619,'_OrganizerPhone',''),(2608,619,'_OrganizerWebsite',''),(2609,619,'_OrganizerEmail',''),(2610,611,'_EventOrganizerID','619'),(2612,611,'_EventCost',''),(2613,623,'_EventOrigin','events-calendar'),(2614,623,'_edit_lock','1470680983:4'),(2615,623,'_edit_last','4'),(2616,624,'_EventOrigin','events-calendar'),(2617,624,'_edit_lock','1470681046:4'),(2618,624,'_edit_last','4'),(2619,624,'_EventShowMapLink','1'),(2620,624,'_EventShowMap','1'),(2621,624,'_EventVenueID','459'),(2622,624,'_EventOrganizerID','342'),(2623,624,'_EventStartDate','2016-08-10 18:30:00'),(2624,624,'_EventEndDate','2016-08-10 21:00:00'),(2625,624,'_EventStartDateUTC','2016-08-10 22:30:00'),(2626,624,'_EventEndDateUTC','2016-08-11 01:00:00'),(2627,624,'_EventDuration','9000'),(2628,624,'_EventCurrencySymbol',''),(2629,624,'_EventCurrencyPosition','prefix'),(2630,624,'_EventCost',''),(2631,624,'_EventURL',''),(2632,624,'_EventTimezone','America/Detroit'),(2633,624,'_EventTimezoneAbbr','EDT'),(2634,625,'_EventOrigin','events-calendar'),(2635,625,'_edit_lock','1470681259:4'),(2636,625,'_edit_last','4'),(2637,625,'_EventShowMapLink','1'),(2638,625,'_EventShowMap','1'),(2639,625,'_EventVenueID','459'),(2640,625,'_EventOrganizerID','342'),(2641,625,'_EventStartDate','2016-08-16 18:30:00'),(2642,625,'_EventEndDate','2016-08-16 21:00:00'),(2643,625,'_EventStartDateUTC','2016-08-16 22:30:00'),(2644,625,'_EventEndDateUTC','2016-08-17 01:00:00'),(2645,625,'_EventDuration','9000'),(2646,625,'_EventCurrencySymbol',''),(2647,625,'_EventCurrencyPosition','prefix'),(2649,625,'_EventURL',''),(2650,625,'_EventTimezone','America/Detroit'),(2651,625,'_EventTimezoneAbbr','EDT'),(2653,625,'_EventCost',''),(2654,627,'_EventOrigin','events-calendar'),(2655,627,'_edit_lock','1470681368:4'),(2656,627,'_edit_last','4'),(2657,627,'_EventShowMapLink','1'),(2658,627,'_EventShowMap','1'),(2659,627,'_EventVenueID','459'),(2660,627,'_EventOrganizerID','342'),(2661,627,'_EventStartDate','2016-08-24 18:30:00'),(2662,627,'_EventEndDate','2016-08-24 21:00:00'),(2663,627,'_EventStartDateUTC','2016-08-24 22:30:00'),(2664,627,'_EventEndDateUTC','2016-08-25 01:00:00'),(2665,627,'_EventDuration','9000'),(2666,627,'_EventCurrencySymbol',''),(2667,627,'_EventCurrencyPosition','prefix'),(2668,627,'_EventCost',''),(2669,627,'_EventURL',''),(2670,627,'_EventTimezone','America/Detroit'),(2671,627,'_EventTimezoneAbbr','EDT'),(2672,628,'_EventOrigin','events-calendar'),(2673,628,'_edit_lock','1470681444:4'),(2674,628,'_edit_last','4'),(2675,628,'_EventShowMapLink','1'),(2676,628,'_EventShowMap','1'),(2677,628,'_EventVenueID','459'),(2678,628,'_EventOrganizerID','342'),(2679,628,'_EventStartDate','2016-08-31 18:30:00'),(2680,628,'_EventEndDate','2016-08-31 21:00:00'),(2681,628,'_EventStartDateUTC','2016-08-31 22:30:00'),(2682,628,'_EventEndDateUTC','2016-09-01 01:00:00'),(2683,628,'_EventDuration','9000'),(2684,628,'_EventCurrencySymbol',''),(2685,628,'_EventCurrencyPosition','prefix'),(2687,628,'_EventURL',''),(2688,628,'_EventTimezone','America/Detroit'),(2689,628,'_EventTimezoneAbbr','EDT'),(2690,628,'_EventCost',''),(2691,629,'_EventOrigin','events-calendar'),(2692,629,'_edit_lock','1470696724:4'),(2693,629,'_edit_last','4'),(2694,629,'_EventShowMapLink','1'),(2695,629,'_EventShowMap','1'),(2696,629,'_EventVenueID','330'),(2697,629,'_EventOrganizerID','526'),(2698,629,'_EventStartDate','2016-08-09 18:30:00'),(2699,629,'_EventEndDate','2016-08-09 21:00:00'),(2700,629,'_EventStartDateUTC','2016-08-09 22:30:00'),(2701,629,'_EventEndDateUTC','2016-08-10 01:00:00'),(2702,629,'_EventDuration','9000'),(2703,629,'_EventCurrencySymbol',''),(2704,629,'_EventCurrencyPosition','prefix'),(2706,629,'_EventURL',''),(2707,629,'_EventTimezone','America/Detroit'),(2708,629,'_EventTimezoneAbbr','EDT'),(2710,630,'_EventOrigin','events-calendar'),(2711,630,'_edit_lock','1470696781:4'),(2712,630,'_edit_last','4'),(2713,630,'_EventShowMapLink','1'),(2714,630,'_EventShowMap','1'),(2715,630,'_EventVenueID','330'),(2716,630,'_EventOrganizerID','526'),(2717,630,'_EventStartDate','2016-08-23 18:30:00'),(2718,630,'_EventEndDate','2016-08-23 21:00:00'),(2719,630,'_EventStartDateUTC','2016-08-23 22:30:00'),(2720,630,'_EventEndDateUTC','2016-08-24 01:00:00'),(2721,630,'_EventDuration','9000'),(2722,630,'_EventCurrencySymbol',''),(2723,630,'_EventCurrencyPosition','prefix'),(2725,630,'_EventURL',''),(2726,630,'_EventTimezone','America/Detroit'),(2727,630,'_EventTimezoneAbbr','EDT'),(2728,631,'_EventOrigin','events-calendar'),(2729,631,'_edit_lock','1470682494:4'),(2730,631,'_edit_last','4'),(2731,632,'_EventOrigin','events-calendar'),(2732,632,'_edit_lock','1470710301:6'),(2733,632,'_edit_last','6'),(2734,632,'_EventShowMapLink','1'),(2735,632,'_EventShowMap','1'),(2736,632,'_EventVenueID','330'),(2737,632,'_EventOrganizerID','339'),(2738,632,'_EventStartDate','2016-08-17 18:30:00'),(2739,632,'_EventEndDate','2016-08-17 18:30:00'),(2740,632,'_EventStartDateUTC','2016-08-17 22:30:00'),(2741,632,'_EventEndDateUTC','2016-08-17 22:30:00'),(2742,632,'_EventDuration','0'),(2743,632,'_EventCurrencySymbol',''),(2744,632,'_EventCurrencyPosition','prefix'),(2746,632,'_EventURL',''),(2747,632,'_EventTimezone','America/Detroit'),(2748,632,'_EventTimezoneAbbr','EDT'),(2749,633,'_edit_lock','1473638351:1'),(2750,633,'_edit_last','1'),(2753,629,'_EventCost',''),(2754,630,'_EventCost',''),(2755,632,'_EventCost',''),(2762,640,'_edit_lock','1471453858:4'),(2763,640,'_edit_last','4'),(2764,640,'_oembed_4d5bcef98c0881faf59f94933544396d','{{unknown}}'),(2769,644,'_edit_lock','1473727256:1'),(2770,644,'_edit_last','1'),(2771,644,'_oembed_027bb0fbe34ad275dfb5309e4989332c','{{unknown}}'),(2778,640,'_oembed_208b2f37c5d7ef1ecfa1fbfc76eb9f90','{{unknown}}'),(2779,644,'_oembed_fa319c7b89ac51eac8fc1159793d4a29','{{unknown}}'),(2784,650,'_EventOrigin','events-calendar'),(2785,650,'_edit_lock','1473708459:6'),(2786,650,'_edit_last','6'),(2787,650,'_EventShowMapLink','1'),(2788,650,'_EventShowMap','1'),(2789,650,'_EventStartDate','2016-09-13 18:30:00'),(2790,650,'_EventEndDate','2016-09-13 20:30:00'),(2791,650,'_EventStartDateUTC','2016-09-13 22:30:00'),(2792,650,'_EventEndDateUTC','2016-09-14 00:30:00'),(2793,650,'_EventDuration','7200'),(2794,650,'_EventCurrencySymbol',''),(2795,650,'_EventCurrencyPosition','prefix'),(2797,650,'_EventURL',''),(2798,650,'_EventTimezone','America/Detroit'),(2799,650,'_EventTimezoneAbbr','EDT'),(2801,650,'_EventVenueID','330'),(2802,650,'_EventOrganizerID','619'),(2803,650,'_EventCost',''),(2804,651,'_EventOrigin','events-calendar'),(2805,651,'_edit_lock','1473708649:6'),(2806,651,'_edit_last','6'),(2807,651,'_EventShowMapLink','1'),(2808,651,'_EventShowMap','1'),(2809,651,'_EventVenueID','330'),(2810,651,'_EventOrganizerID','619'),(2811,651,'_EventStartDate','2016-09-27 18:30:00'),(2812,651,'_EventEndDate','2016-09-27 20:00:00'),(2813,651,'_EventStartDateUTC','2016-09-27 22:30:00'),(2814,651,'_EventEndDateUTC','2016-09-28 00:00:00'),(2815,651,'_EventDuration','5400'),(2816,651,'_EventCurrencySymbol',''),(2817,651,'_EventCurrencyPosition','prefix'),(2819,651,'_EventURL',''),(2820,651,'_EventTimezone','America/Detroit'),(2821,651,'_EventTimezoneAbbr','EDT'),(2822,651,'_EventCost',''),(2823,652,'_EventOrigin','events-calendar'),(2824,652,'_edit_lock','1473709242:6'),(2825,652,'_edit_last','6'),(2826,652,'_EventShowMapLink','1'),(2827,652,'_EventShowMap','1'),(2828,652,'_EventVenueID','330'),(2829,652,'_EventOrganizerID','619'),(2830,652,'_EventStartDate','2016-09-21 18:30:00'),(2831,652,'_EventEndDate','2016-09-21 21:00:00'),(2832,652,'_EventStartDateUTC','2016-09-21 22:30:00'),(2833,652,'_EventEndDateUTC','2016-09-22 01:00:00'),(2834,652,'_EventDuration','9000'),(2835,652,'_EventCurrencySymbol',''),(2836,652,'_EventCurrencyPosition','prefix'),(2838,652,'_EventURL',''),(2839,652,'_EventTimezone','America/Detroit'),(2840,652,'_EventTimezoneAbbr','EDT'),(2841,652,'_EventCost',''),(2842,644,'_oembed_eb2ea92b2feac80fbd8af2df8ac867d4','{{unknown}}'),(2843,640,'_oembed_fff707655dc3b0ee99761454d4d4bf66','{{unknown}}'),(2844,654,'_EventOrigin','events-calendar'),(2845,654,'_edit_lock','1473728858:6'),(2846,654,'_edit_last','6'),(2847,655,'_EventShowMapLink','1'),(2848,655,'_EventShowMap','1'),(2849,655,'_EventVenueID','336'),(2850,655,'_EventOrganizerID','619'),(2851,655,'_EventStartDate','2016-09-14 18:00:00'),(2852,655,'_EventEndDate','2016-09-14 20:30:00'),(2853,655,'_EventStartDateUTC','2016-09-14 22:00:00'),(2854,655,'_EventEndDateUTC','2016-09-15 00:30:00'),(2855,655,'_EventDuration','9000'),(2856,655,'_EventCurrencySymbol',''),(2857,655,'_EventCurrencyPosition','prefix'),(2858,655,'_EventCost',''),(2859,655,'_EventURL',''),(2860,655,'_EventTimezone','America/Detroit'),(2861,655,'_EventTimezoneAbbr','EDT'),(2862,654,'_EventShowMapLink','1'),(2863,654,'_EventShowMap','1'),(2864,654,'_EventVenueID','336'),(2865,654,'_EventOrganizerID','619'),(2866,654,'_EventStartDate','2016-09-14 18:00:00'),(2867,654,'_EventEndDate','2016-09-14 20:30:00'),(2868,654,'_EventStartDateUTC','2016-09-14 22:00:00'),(2869,654,'_EventEndDateUTC','2016-09-15 00:30:00'),(2870,654,'_EventDuration','9000'),(2871,654,'_EventCurrencySymbol',''),(2872,654,'_EventCurrencyPosition','prefix'),(2874,654,'_EventURL',''),(2875,654,'_EventTimezone','America/Detroit'),(2876,654,'_EventTimezoneAbbr','EDT'),(2877,654,'_EventCost',''),(2878,656,'_EventShowMapLink','1'),(2879,656,'_EventShowMap','1'),(2880,656,'_EventVenueID','336'),(2881,656,'_EventOrganizerID','619'),(2882,656,'_EventStartDate','2016-09-20 18:00:00'),(2883,656,'_EventEndDate','2016-09-20 20:30:00'),(2884,656,'_EventStartDateUTC','2016-09-20 22:00:00'),(2885,656,'_EventEndDateUTC','2016-09-21 00:30:00'),(2886,656,'_EventDuration','9000'),(2887,656,'_EventCurrencySymbol',''),(2888,656,'_EventCurrencyPosition','prefix'),(2889,656,'_EventCost',''),(2890,656,'_EventURL',''),(2891,656,'_EventTimezone','America/Detroit'),(2892,656,'_EventTimezoneAbbr','EDT'),(2893,657,'_EventOrigin','events-calendar'),(2894,657,'_edit_lock','1473729327:6'),(2895,657,'_edit_last','6'),(2896,658,'_EventShowMapLink','1'),(2897,658,'_EventShowMap','1'),(2898,658,'_EventVenueID','336'),(2899,658,'_EventOrganizerID','619'),(2900,658,'_EventStartDate','2016-09-20 18:00:00'),(2901,658,'_EventEndDate','2016-09-20 20:30:00'),(2902,658,'_EventStartDateUTC','2016-09-20 22:00:00'),(2903,658,'_EventEndDateUTC','2016-09-21 00:30:00'),(2904,658,'_EventDuration','9000'),(2905,658,'_EventCurrencySymbol',''),(2906,658,'_EventCurrencyPosition','prefix'),(2907,658,'_EventCost',''),(2908,658,'_EventURL',''),(2909,658,'_EventTimezone','America/Detroit'),(2910,658,'_EventTimezoneAbbr','EDT'),(2911,657,'_EventShowMapLink','1'),(2912,657,'_EventShowMap','1'),(2913,657,'_EventVenueID','336'),(2914,657,'_EventOrganizerID','619'),(2915,657,'_EventStartDate','2016-09-20 18:00:00'),(2916,657,'_EventEndDate','2016-09-20 20:30:00'),(2917,657,'_EventStartDateUTC','2016-09-20 22:00:00'),(2918,657,'_EventEndDateUTC','2016-09-21 00:30:00'),(2919,657,'_EventDuration','9000'),(2920,657,'_EventCurrencySymbol',''),(2921,657,'_EventCurrencyPosition','prefix'),(2923,657,'_EventURL',''),(2924,657,'_EventTimezone','America/Detroit'),(2925,657,'_EventTimezoneAbbr','EDT'),(2926,657,'_EventCost',''),(2927,659,'_EventOrigin','events-calendar'),(2928,659,'_edit_lock','1473904057:6'),(2929,659,'_edit_last','6'),(2930,660,'_EventShowMapLink','1'),(2931,660,'_EventShowMap','1'),(2932,660,'_EventVenueID','330'),(2933,660,'_EventOrganizerID','619'),(2934,660,'_EventStartDate','2016-10-19 18:30:00'),(2935,660,'_EventEndDate','2016-10-19 21:00:00'),(2936,660,'_EventStartDateUTC','2016-10-19 22:30:00'),(2937,660,'_EventEndDateUTC','2016-10-20 01:00:00'),(2938,660,'_EventDuration','9000'),(2939,660,'_EventCurrencySymbol',''),(2940,660,'_EventCurrencyPosition','prefix'),(2941,660,'_EventCost',''),(2942,660,'_EventURL',''),(2943,660,'_EventTimezone','America/Detroit'),(2944,660,'_EventTimezoneAbbr','EDT'),(2945,659,'_EventShowMapLink',''),(2946,659,'_EventShowMap',''),(2949,659,'_EventStartDate','2016-10-19 18:30:00'),(2950,659,'_EventEndDate','2016-10-19 21:00:00'),(2951,659,'_EventStartDateUTC','2016-10-19 22:30:00'),(2952,659,'_EventEndDateUTC','2016-10-20 01:00:00'),(2953,659,'_EventDuration','9000'),(2954,659,'_EventCurrencySymbol',''),(2955,659,'_EventCurrencyPosition','prefix'),(2957,659,'_EventURL',''),(2958,659,'_EventTimezone','America/Detroit'),(2959,659,'_EventTimezoneAbbr','EDT'),(2961,661,'_EventShowMapLink',''),(2962,661,'_EventShowMap',''),(2963,661,'_EventStartDate','2016-10-19 18:30:00'),(2964,661,'_EventEndDate','2016-10-19 21:00:00'),(2965,661,'_EventStartDateUTC','2016-10-19 22:30:00'),(2966,661,'_EventEndDateUTC','2016-10-20 01:00:00'),(2967,661,'_EventDuration','9000'),(2968,661,'_EventTimezone','America/Detroit'),(2969,661,'_EventTimezoneAbbr','EDT'),(2970,662,'_EventOrigin','events-calendar'),(2971,662,'_edit_lock','1473903698:6'),(2972,662,'_edit_last','6'),(2973,663,'_EventShowMapLink','1'),(2974,663,'_EventShowMap','1'),(2975,664,'_VenueOrigin','events-calendar'),(2976,664,'_EventShowMapLink','1'),(2977,664,'_EventShowMap','1'),(2978,664,'_VenueVenue','Der Dutchman'),(2979,664,'_VenueAddress','445 S Jefferson Ave'),(2980,664,'_VenueCity','Plain City'),(2981,664,'_VenueCountry',''),(2982,664,'_VenueProvince','OH'),(2983,664,'_VenueState',''),(2984,664,'_VenueZip',''),(2985,664,'_VenuePhone','614-873-3414'),(2986,664,'_VenueURL',''),(2987,664,'_VenueShowMap','true'),(2988,664,'_VenueShowMapLink','true'),(2989,664,'_VenueStateProvince','OH'),(2990,663,'_EventVenueID','664'),(2991,663,'_EventOrganizerID','619'),(2992,663,'_EventStartDate','2016-11-16 18:00:00'),(2993,663,'_EventEndDate','2016-11-16 20:00:00'),(2994,663,'_EventStartDateUTC','2016-11-16 23:00:00'),(2995,663,'_EventEndDateUTC','2016-11-17 01:00:00'),(2996,663,'_EventDuration','7200'),(2997,663,'_EventCurrencySymbol',''),(2998,663,'_EventCurrencyPosition','prefix'),(2999,663,'_EventCost',''),(3000,663,'_EventURL',''),(3001,663,'_EventTimezone','America/Detroit'),(3002,663,'_EventTimezoneAbbr','EST'),(3003,662,'_EventShowMapLink','1'),(3004,662,'_EventShowMap','1'),(3005,665,'_VenueOrigin','events-calendar'),(3006,665,'_EventShowMapLink','1'),(3007,665,'_EventShowMap','1'),(3008,665,'_VenueVenue','Der Dutchman'),(3009,665,'_VenueAddress','445 S Jefferson Ave'),(3010,665,'_VenueCity','Plain City'),(3011,665,'_VenueCountry',''),(3012,665,'_VenueProvince','OH'),(3013,665,'_VenueState',''),(3014,665,'_VenueZip',''),(3015,665,'_VenuePhone','614-873-3414'),(3016,665,'_VenueURL',''),(3017,665,'_VenueShowMap','true'),(3018,665,'_VenueShowMapLink','true'),(3019,665,'_VenueStateProvince','OH'),(3021,662,'_EventOrganizerID','619'),(3022,662,'_EventStartDate','2016-11-16 18:00:00'),(3023,662,'_EventEndDate','2016-11-16 20:00:00'),(3024,662,'_EventStartDateUTC','2016-11-16 23:00:00'),(3025,662,'_EventEndDateUTC','2016-11-17 01:00:00'),(3026,662,'_EventDuration','7200'),(3027,662,'_EventCurrencySymbol',''),(3028,662,'_EventCurrencyPosition','prefix'),(3030,662,'_EventURL',''),(3031,662,'_EventTimezone','America/Detroit'),(3032,662,'_EventTimezoneAbbr','EST'),(3033,665,'_wp_old_slug','der-dutchman'),(3034,666,'_VenueOrigin','events-calendar'),(3035,666,'_EventShowMapLink','1'),(3036,666,'_EventShowMap','1'),(3037,666,'_VenueVenue','Der Dutchman'),(3038,666,'_VenueAddress','445 S Jefferson Ave'),(3039,666,'_VenueCity','Plain City'),(3040,666,'_VenueCountry',''),(3041,666,'_VenueProvince','OH'),(3042,666,'_VenueState',''),(3043,666,'_VenueZip',''),(3044,666,'_VenuePhone','614-873-3414'),(3045,666,'_VenueURL',''),(3046,666,'_VenueShowMap','true'),(3047,666,'_VenueShowMapLink','true'),(3048,666,'_VenueStateProvince','OH'),(3049,662,'_EventVenueID','666'),(3050,662,'_EventCost',''),(3051,667,'_EventShowMapLink',''),(3052,667,'_EventShowMap',''),(3053,667,'_EventStartDate','2016-10-19 18:30:00'),(3054,667,'_EventEndDate','2016-10-19 21:00:00'),(3055,667,'_EventStartDateUTC','2016-10-19 22:30:00'),(3056,667,'_EventEndDateUTC','2016-10-20 01:00:00'),(3057,667,'_EventDuration','9000'),(3058,667,'_EventCurrencySymbol',''),(3059,667,'_EventCurrencyPosition','prefix'),(3060,667,'_EventCost',''),(3061,667,'_EventURL',''),(3062,667,'_EventTimezone','America/Detroit'),(3063,667,'_EventTimezoneAbbr','EDT'),(3064,659,'_EventCost',''); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(20) 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=669 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (4,1,'2016-04-26 17:04:05','2016-04-26 21:04:05','Many thanks to COBA\'s friend Jim Stockton for helping us update the website. We hope that everyone enjoys our new look. Feel free to e-mail comments to COBAPresident@hotmail.com. We will continue to work on it to make it as user friendly as possible.','New Website','','publish','closed','open','','new-website','','','2016-04-26 17:04:05','2016-04-26 21:04:05','',0,'http://centralohiobeekeepers.org/wordpress1wordpress1/?p=4',0,'post','',0),(13,1,'2016-04-23 17:18:04','2016-04-23 17:18:04','Bee Thumbnail','BeeThumb','','inherit','open','closed','','beethumb','','','2016-04-23 17:18:29','2016-04-23 17:18:29','',0,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/BeeThumb.jpg',0,'attachment','image/jpeg',0),(16,1,'2016-04-23 17:18:30','2016-04-23 17:18:30','http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/cropped-BeeThumb.jpg','cropped-BeeThumb.jpg','','inherit','open','closed','','cropped-beethumb-jpg','','','2016-04-23 17:18:30','2016-04-23 17:18:30','',0,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/cropped-BeeThumb.jpg',0,'attachment','image/jpeg',0),(19,1,'2016-04-23 21:01:31','2016-04-24 01:01:31','[email_verification]','Email Verification','','publish','closed','closed','','email-verification','','','2016-09-12 19:40:37','2016-09-12 23:40:37','',0,'http://centralohiobeekeepers.org/wordpress1email-verification/',0,'fmemailverification','',0),(25,1,'2016-04-23 21:20:23','2016-04-24 01:20:23','','coba_logo','','inherit','closed','closed','','coba_logo','','','2016-04-23 21:20:46','2016-04-24 01:20:46','',0,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/coba_logo.jpg',0,'attachment','image/jpeg',0),(37,1,'2016-04-23 21:29:36','2016-04-24 01:29:36','<h3><strong><img class=\" wp-image-25 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/coba_logo-300x300.jpg\" alt=\"COBO Logo\" width=\"237\" height=\"237\" />Who are we?</strong></h3>\r\nEnter a brief description here....\r\n\r\n \r\n<h3><strong>Our History</strong></h3>\r\nEnter a brief history here...','About Us','','publish','closed','closed','','about-us','','','2016-05-11 09:47:19','2016-05-11 13:47:19','',0,'http://centralohiobeekeepers.org/wordpress1?page_id=37',2,'page','',0),(39,1,'2016-04-23 21:29:36','2016-04-24 01:29:36','test','About Us','','inherit','closed','closed','','37-revision-v1','','','2016-04-23 21:29:36','2016-04-24 01:29:36','',37,'http://centralohiobeekeepers.org/wordpress137-revision-v1/',0,'revision','',0),(51,1,'2016-04-24 19:36:20','2016-04-24 23:36:20','<h3><strong><img class=\" wp-image-25 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/coba_logo-300x300.jpg\" alt=\"COBO Logo\" width=\"237\" height=\"237\" />Who are we?</strong></h3>\r\nEnter a brief description here....\r\n\r\n \r\n<h3><strong>Our History</strong></h3>\r\nEnter a brief history here...','About Us','','inherit','closed','closed','','37-autosave-v1','','','2016-04-24 19:36:20','2016-04-24 23:36:20','',37,'http://centralohiobeekeepers.org/wordpress1?p=51',0,'revision','',0),(52,1,'2016-04-24 19:36:32','2016-04-24 23:36:32','<h3><strong><img class=\" wp-image-25 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/coba_logo-300x300.jpg\" alt=\"COBO Logo\" width=\"237\" height=\"237\" />Who are we?</strong></h3>\r\nEnter a brief description here....\r\n\r\n \r\n<h3><strong>Our History</strong></h3>\r\nEnter a brief history here...','About Us','','inherit','closed','closed','','37-revision-v1','','','2016-04-24 19:36:32','2016-04-24 23:36:32','',37,'http://centralohiobeekeepers.org/wordpress1?p=52',0,'revision','',0),(54,1,'2016-04-24 19:42:34','2016-04-24 23:42:34','<img class=\"size-full wp-image-57 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Chris-Logo.png\" alt=\"Chris-Logo\" width=\"243\" height=\"253\" />The Central Ohio Beekeepers Association is a non-profit organization under the rules of the State of Ohio and is dedicated to promoting bees and beekeeping in Central Ohio.\r\n\r\nEnter some more details about the organization here.\r\n\r\nWhat you do, how often you meet, etc.','Who Are We?','','publish','closed','closed','','who-are-we','','','2016-05-11 09:45:12','2016-05-11 13:45:12','',37,'http://centralohiobeekeepers.org/wordpress1?page_id=54',1,'page','',0),(57,1,'2016-04-24 19:41:28','2016-04-24 23:41:28','','Chris-Logo','','inherit','closed','closed','','chris-logo','','','2016-04-24 19:41:28','2016-04-24 23:41:28','',54,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Chris-Logo.png',0,'attachment','image/png',0),(58,1,'2016-04-24 19:42:12','2016-04-24 23:42:12','<img class=\"size-full wp-image-57 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Chris-Logo.png\" alt=\"Chris-Logo\" width=\"243\" height=\"253\" />The Central Ohio Beekeepers Association is a non-profit organization under the rules of the State of Ohio and is dedicated to promoting bees and beekeeping in Central Ohio.\r\n\r\nEnter some more details about the organization here.\r\n\r\nWhat you do, how often you meet, etc.','Who Are We?','','inherit','closed','closed','','54-revision-v1','','','2016-04-24 19:42:12','2016-04-24 23:42:12','',54,'http://centralohiobeekeepers.org/wordpress1?p=58',0,'revision','',0),(60,1,'2016-04-24 19:45:43','2016-04-24 23:45:43','Enter a brief History of the Organization...<img class=\"size-medium wp-image-63 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/History-239x300-239x300.jpg\" alt=\"History-239x300\" width=\"239\" height=\"300\" />','Our History','','publish','closed','closed','','our-history','','','2016-05-11 09:44:25','2016-05-11 13:44:25','',37,'http://centralohiobeekeepers.org/wordpress1?page_id=60',2,'page','',0),(63,1,'2016-04-24 19:45:04','2016-04-24 23:45:04','','History-239x300','','inherit','closed','closed','','history-239x300','','','2016-04-24 19:45:04','2016-04-24 23:45:04','',60,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/History-239x300.jpg',0,'attachment','image/jpeg',0),(66,1,'2016-04-24 19:45:27','2016-04-24 23:45:27','Enter a brief History of the Organization...<img class=\"size-medium wp-image-63 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/History-239x300-239x300.jpg\" alt=\"History-239x300\" width=\"239\" height=\"300\" />','Our History','','inherit','closed','closed','','60-revision-v1','','','2016-04-24 19:45:27','2016-04-24 23:45:27','',60,'http://centralohiobeekeepers.org/wordpress1?p=66',0,'revision','',0),(69,1,'2016-04-24 19:49:46','2016-04-24 23:49:46','<strong><img class=\"size-medium wp-image-72 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Board-Members-300x224-300x224.jpg\" alt=\"Board-Members-300x224\" width=\"300\" height=\"224\" />PRESIDENT:</strong>\r\nRod Pritchard (cobapresident@hotmail.com)\r\n614-216-3386\r\n\r\n<strong>VICE PRESIDENT:</strong>\r\nMike Hatter (mike.hatter@yahoo.com)\r\n937-348-2636\r\n\r\n<strong>SECRETARY:</strong>\r\nNancy Ferron (f479643g@gmail.com)\r\n\r\n<strong>TREASURER:</strong>\r\nBarry Conrad (barry@hiveandhoney.com)\r\n614-837-3899\r\n\r\n<strong>TRUSTEES:</strong>\r\nJim Tippie (jimtip2@aol.com)\r\n614-582-0523\r\n(Term expires 12/31/2016)\r\n\r\nShawn Rinehart (kflippen@columbus.rr.com)\r\n(Term expires 12/31/2016)\r\n\r\nMike Albaugh (maalbaugh@outlook.com)\r\n740-255-0211\r\n(Term expires 12/31/2016)\r\n\r\nWinnie Williams (winnie.williams@sbcglobal.net)\r\n614-787-3533\r\n(Term expires 12/31/2017)\r\n\r\nKevin Kise (kevinkise@yahoo.com)\r\n(Term expires 12/31/2017)\r\n\r\nWill Merrill (wnm0628@yahoo.com)\r\n614-262-8219\r\n(Term expires 12/31/2017)','Board Members','','publish','closed','closed','','board-members','','','2016-05-11 09:43:09','2016-05-11 13:43:09','',37,'http://centralohiobeekeepers.org/wordpress1?page_id=69',3,'page','',0),(72,1,'2016-04-24 19:49:00','2016-04-24 23:49:00','','Board-Members-300x224','','inherit','closed','closed','','board-members-300x224','','','2016-04-24 19:49:00','2016-04-24 23:49:00','',69,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Board-Members-300x224.jpg',0,'attachment','image/jpeg',0),(75,1,'2016-04-24 19:49:24','2016-04-24 23:49:24','<strong><img class=\"size-medium wp-image-72 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Board-Members-300x224-300x224.jpg\" alt=\"Board-Members-300x224\" width=\"300\" height=\"224\" />PRESIDENT:</strong>\r\nRod Pritchard (cobapresident@hotmail.com)\r\n614-216-3386\r\n\r\n<strong>VICE PRESIDENT:</strong>\r\nMike Hatter (mike.hatter@yahoo.com)\r\n937-348-2636\r\n\r\n<strong>SECRETARY:</strong>\r\nKim Flippen (kflippen@columbus.rr.com)\r\n614-492-0229\r\n\r\n<strong>TREASURER:</strong>\r\nBarry Conrad (barry@hiveandhoney.com)\r\n614-837-3899\r\n\r\n<strong>TRUSTEES:</strong>\r\nJim Tippie (jimtip2@aol.com)\r\n614-582-0523\r\n(Term expires 12/31/2016)\r\n\r\nShawn Rinehart (kflippen@columbus.rr.com)\r\n(Term expires 12/31/2016)\r\n\r\nMike Albaugh (maalbaugh@outlook.com)\r\n740-255-0211\r\n(Term expires 12/31/2016)\r\n\r\nWinnie Williams (winnie.williams@sbcglobal.net)\r\n614-787-3533\r\n(Term expires 12/31/2015)\r\n\r\nGertrude Rasor (grasor4378@att.net)\r\n(Term expires 12/31/2015)\r\n\r\nWill Merrill (wnm0628@yahoo.com)\r\n614-262-8219\r\n(Term expires 12/31/2015)','Board Members','','inherit','closed','closed','','69-revision-v1','','','2016-04-24 19:49:24','2016-04-24 23:49:24','',69,'http://centralohiobeekeepers.org/wordpress1?p=75',0,'revision','',0),(76,1,'2016-04-24 19:55:16','2016-04-24 23:55:16','<h3><img class=\"size-medium wp-image-79 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Bylaws-300x225-300x225.jpg\" alt=\"Bylaws-300x225\" width=\"300\" height=\"225\" />Central Ohio Beekeepers Association Constitution</h3>\r\n<h4>Article I</h4>\r\n<div><b>\r\nName</b>: The name of this association shall be Central Ohio Beekeepers Association, commonly known as COBA. COBA is incorporated as a non-profit organization in accordance with the laws of the state of Ohio</div>\r\n<h4></h4>\r\n<h4>Article II</h4>\r\n<div><b>\r\nPurpose</b>: The objectives and purpose of this association shall be to promote the further interest and well being of apiculture and to educate beekeepers and the public in the importance of honeybees, honey, other by-products and pollination in our country. To perform any act or function authorized by law and not inconsistent with the above statement</div>\r\n<h4></h4>\r\n<h4>Article III</h4>\r\n<div><b>\r\nMembership Requirements</b>: Any person interested in apiculture and wishing to further the activities of this association may become a member upon payment of the annual dues determined and set forth in the by-laws. Membership shall be available without discrimination because of race, color, national origin, religion, sex age or handicap.VOTING: Each type of membership as described in the by-laws shall have one vote.</div>\r\n<div></div>\r\n<h4>Article IV</h4>\r\n<div><b>\r\nMeetings</b>: The general membership of COBA shall hold regular meetings throughout the year to accomplish the purpose and goal of this association and shall include one annual meeting for the purpose of electing officers.The COBA Board of Directors shall hold meetings throughout the year to accomplish the purpose and goals of this association.<b>Order of Business</b>: All meetings shall be conducted using “Roberts Rules of Order”, unless stipulated otherwise by the\r\nBy-Laws</div>\r\n<h4>Article V</h4>\r\n<div><b>\r\nOfficers</b>: The officers of this association shall be a President, Vice President, Secretary, Treasurer, Immediate Past President who shall serve for two years or until their successors are elected and qualified. The committee chairs shall be appointed by the President with the with the approval of the majority of the Board of Directors and shall serve at the pleasure of the BoardThe trustees shall be elected at the annual meeting and serve a term as set forth in the By-laws.The committee chairs shall be appointed by the Board of Directors</div>\r\n<h4>Article VI</h4>\r\n<div><b>\r\nDissolution of Association</b>: A two thirds vote of the membership shall be required to dissolve the Association. Upon dissolution of the Association, any assets remaining after payment of all debts and liabilities shall be paid over to a charitable or non-profit organization exempt under provisions of Section 501 (c) 3 of the U.S. Internal Revenue Code that have purposes consistent with COBA purposes. No part of the remaining assets of the Association will be paid or distributed to an officer, director, or any member of the Association.</div>\r\n<h4></h4>\r\n<h4>Article VII</h4>\r\n<div><b>\r\nFinances</b>: This Association shall use a cash basis for accounting purposes.<b>Dues</b>: Dues will be paid annually as set forth in the By-laws<b>Right to Act</b>: No officer or member has the right to incur any debt or become involved in any business under the title or by implying the title of this Association in any way unless given full authority to do so by the Board of Directors</div>\r\n<h4>Article VIII - Committees</h4>\r\n<div>\r\n\r\nThe <b>Permanent Committees</b> of this Association shall be as follows: Finance, Nominating, Membership, Newsletter, Program, Helping Hands, Website, Education and Bee School, Auditing, Bee Yard, and Scholarship. The President with the approval of a majority of the Board of Directors shall appoint the chairperson of each committee with the exception of the Finance committee. The Finance Committee shall be chaired by the Treasurer.\r\n\r\n<b>Ad Hoc Committees</b>: The President, with the advice and consent of the Board of Directors, may appoint such additional, temporary or subcommittees, as may from time to time become necessary or advisable for the administration of the Association business and attainment of its purposes. Such committees shall be appointed and shall serve for the period stipulated by the board of Directors.\r\n\r\n</div>\r\n<h4>Article IX</h4>\r\n<b>Affiliations</b>: This Association shall be an affiliate of the Ohio State Beekeepers Association and shall actively support this organization. The President shall represent or appoint a delegate for the position of trustee, in accordance with the bylaws of the Ohio State Beekeepers Association, Inc.\r\n\r\nSaid delegate shall hold membership with this Association and the Ohio State Beekeepers Association.\r\n<h4>Article X</h4>\r\n<div><b>\r\nRatification</b>: This constitution shall be ratified by a 2/3 majority vote of all members in good standing, that are present at a regular business meeting provided the constitution has been presented and read in at least one previous meeting and upon appropriate notice given.Date of Ratification August 18, 2010</div>\r\n<h4>Article XI</h4>\r\n<div><b>\r\nAmendments to Constitution</b>: Amendments to this constitution may be submitted at any regular business meeting of the association, by any member in good standing, and may be adopted by 2/3 vote of at least ½ of the members in good standing. If, however, the proposed amendment has been read at a previous regular business meeting, it may be adopted by a 2/3 favorable vote of the members in good standing that are present.Any amendments added to this constitution shall be referenced and added at the end of this constitution.<b>An Ohio Nonprofit Corporation</b></div>\r\n<h3>By-Laws Of The Central Ohio Beekeepers Association</h3>\r\n<h4>Article I - Membership</h4>\r\n<div class=\"indentSm\">\r\n\r\n<strong>Section 1.1 Application for Membership</strong>\r\n<div class=\"indentSm\">Any person interested in apiculture and wishing to further the activities of this association may become a member upon payment of annual dues as set forth in the by-laws.</div>\r\n \r\n\r\n<strong>Section 1.2 Membership Classification</strong>\r\n<div class=\"indentSm\">The membership classes shall be as follows: Family membership and Honorary Lifetime Membership</div>\r\n \r\n\r\n<strong>Section 1.3 Fees</strong>\r\n<div class=\"indentSm\">The fees for a family membership shall be $10.00\r\nThere shall be no fee for Honorary Lifetime membership</div>\r\n \r\n\r\n<strong>Section 1.4 Membership Voting Rights</strong>\r\n<div class=\"indentSm\">Each membership in good standing shall be entitled to one vote</div>\r\n \r\n\r\n<strong>Section 1.5 Fiscal Year</strong>\r\n<div class=\"indentSm\">Fiscal year of the association shall begin on the first day of January and end on the last day of December.</div>\r\n \r\n\r\n<strong>Section 1.6 Expiration of Membership</strong>\r\n<div class=\"indentSm\">Membership is terminated when the annual dues are not paid for the following year.\r\nMembership benefits will expire on June 1.</div>\r\n \r\n\r\n<strong>Section 1.7 Termination of Membership</strong>\r\n<div class=\"indentSm\">The Board may terminate a membership by a majority vote of the board at a Board Meeting, for reasons including but not limited to failure of good behavior, theft, misrepresenting the mission of COBA. Termination of membership is permanent.\r\nA terminated member may request a hearing in writing to be held at a general membership meeting. A vote of the membership shall be final.</div>\r\n \r\n\r\n<strong>Section 1.8 Reinstatement of Expired Membership</strong>\r\n<div class=\"indentSm\">A former member will be reinstated upon having paid his/her annual dues.\r\nThere shall be no partial year dues payments.</div>\r\n \r\n\r\n<strong>Section 1.9 Transfer of Membership</strong>\r\n<div class=\"indentSm\">Membership in the Association is not transferable or assignable</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Article 2 - Regular Membership Meetings</h4>\r\n<div class=\"indentSm\">\r\n\r\n<strong>Section 2.1 Conduct of General Membership Business</strong>\r\n<strong> Meeting</strong>\r\n<div class=\"indentSm\">\r\n\r\nThe President, or in the President’s absence, the Vice President shall preside over the General Membership Business Meeting. While Roberts Rules of Order will be used while conducting the business part of the meeting, the intent of the meeting is to be a social gathering as well as an exchange of ideas, promotion of new ideas and learning from round table discussions and speakers. With these goals in mind, the actual business part of the meeting shall be held to a minimum. Any committee reports shall be given in summary form. Detail reports will be posted in the clubs web site.\r\n\r\nRoberts’s rules of order may be suspended by a motion, seconded, and a vote taken and approved to suspend Roberts Rules of Order in conducting that particular meeting.\r\n\r\n \r\n\r\n<strong>Section 2.1.1 Quorum</strong>\r\n<div class=\"indentSm\">A quorum for conducting business shall be 40 or more members</div>\r\n</div>\r\n \r\n\r\n<strong>Section 2.2 Annual Meeting</strong>\r\n<div class=\"indentSm\">The annual meeting of members of this association shall be held in October of each year at the time and location determined by the Board of Directors and notice shall be given in writing or through electronic mail at least ten (10) days prior to the date of said meeting. The election of officers will be held during the annual meeting. The nomination committee shall present the ballots with nominees already accepted and additional nominations will be accepted from the floor. One ballot per membership may be cast.</div>\r\n \r\n\r\n<strong>Section 2.3 Special or Emergency Meeting</strong>\r\n<div class=\"indentSm\">Special or Emergency meetings shall be held upon written petition of fifteen (15) members or more of the association, or upon written petition of a majority of the members of the Board of Directors, a special meeting shall be called for the members of the Association. The petition shall state the purpose or object of such special meeting and no business except that as set forth in the petition shall be transacted at said special meeting. The secretary shall give notice in writing of filing of said petition and the purpose of said meeting to the members of the association and said notice shall state the time and place of the special meeting.</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Article 3 - Officers</h4>\r\n<div class=\"indentSm\">The Officers of the Association shall include a President, a Vice president, a Secretary, a Treasurer, Immediate past-President and Trustees.</div>\r\n \r\n\r\n<strong>Section 3.1 Qualification of Officers</strong>\r\n<div class=\"indentSm\">The Officers of the Association shall be members in good standing. Good standing is defined as any member that abides by the Constitution and Bylaws and represents the goals and mission of COBA</div>\r\n \r\n\r\n<strong>Section 3.2 Election</strong>\r\n<div class=\"indentSm\">The election of officers shall be held during the Annual Meeting of the General membership</div>\r\n \r\n\r\n<strong>Section 3.3 Term of Officers</strong>\r\n<div class=\"indentSm\">Term of offices shall be for a period of two (2) years and shall commence on January 1<sup>st</sup> following the election and end on December 31st two years later.</div>\r\n \r\n\r\n<strong>Section 3.4 Term and number of Trustees</strong>\r\n<div class=\"indentSm\">The number and terms of trustees shall be determined by the number of members in the association. One trustee shall be elected for each 50 members in the association at the time of election. The term of office shall be for two (2) years. The elected trustees getting the most votes shall serve for a period of two (2) years and the remaining trustees shall serve for a period of one (1) year in order to initiate the terms. Thereafter the terms of trustees shall be for a period of two (2) years.</div>\r\n \r\n\r\n<strong>Section 3.5 Job Duties, Positions Descriptions and Powers of Officers</strong>\r\n<div class=\"indentSm\">\r\n\r\n \r\n\r\n<strong>Section 3.5.1 The President</strong>\r\n<div class=\"indentSm\">The President shall be the chief executive officer of the Association and shall have general supervision over the business and operations of the Association, subject to the control of the Board. The President shall execute, in the name of the Association, all contracts, and other instruments approved by the Board. Additionally, the President shall appoint a board member to file any documents that require filling by any governmental authority. In general, the President shall perform all other duties incident to the office of President and such other duties as may be assigned by the Board. The President’s duties include chairing Board meetings and the General Membership Business Meeting.</div>\r\n \r\n\r\n<strong>Section 3.5.2 Immediate Past President</strong>\r\n<div class=\"indentSm\">The immediate Past President shall serve in an advisory capacity to the Board and will serve as President in the absence of the President and Vice President.</div>\r\n \r\n\r\n<strong>Section 3.5.3 Vice Presiden</strong>t\r\n<div class=\"indentSm\">The vice President shall assume the duties of the President in his/her absence. Be responsible scheduling and coordinating all regular meetings and perform any duties delegated by the President.</div>\r\n \r\n\r\n<strong>Section 3.5.4 Secretary</strong>\r\n<div class=\"indentSm\">\r\n\r\nThe Secretary shall attend all regular meetings and meetings of the Board. The Secretary shall record all votes and take accurate minutes of the meetings and keep a book for that purpose. In general, the Secretary shall perform all duties incidental to the office of Secretary and such other duties as may be assigned by the President.\r\n\r\nA copy of these minutes shall be posted on the membership web site. The Secretary shall summarize the minutes of the regular meetings to be presented to the general membership.\r\n\r\nThe Secretary shall be chairman of the membership committee.\r\n\r\nThe Secretary shall maintain a current paid membership list and provide updated lists to the membership committee\r\n\r\n</div>\r\n \r\n\r\n<strong>Section 3.5.5 Treasurer</strong>\r\n<div class=\"indentSm\">\r\n\r\nThe Treasurer shall have custody of Association funds and shall keep full and accurate accounts of receipts and disbursements in books belonging to the Association. The Treasurer shall have full authority to receive and give receipts for all money due and payable to the Association, and to endorse checks and drafts, in its name and on its behalf and to give full discharge for the same.\r\n\r\nThe Treasurer shall deposit all funds of the Association, in such banks or other places of deposit as the Board may designate. The Treasurer shall have the authority to issue checks in the amount up to five hundred ($500.00) dollars. Any amounts above this amount shall require the approval of the Board of Directors.\r\n\r\nIn general, the Treasurer shall perform all duties incident to the office of Treasurer and such other duties as may be assigned by the Board or the President. Additionally the Treasurer shall be a chairman of the finance committee.\r\n\r\n</div>\r\n \r\n\r\n<strong>Section 3.5.6 Trustees</strong>\r\n<div class=\"indentSm\">\r\n\r\nThe trustees shall help with the day to day operation of the association, chair committees appointed by the president and serve at the direction of the President.\r\n\r\nThe Trustees will serve as liaison between the board and the general membership.\r\n\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Article 4 - Board of Directors</h4>\r\n<div class=\"indentSm\">\r\n\r\n<strong>Section 4.1 Members of Board of Directors</strong>\r\n<div class=\"indentSm\">There shall be a Board of Directors consisting of the elected officers, Trustees, Committee Chairs and the Immediate Past President.</div>\r\n \r\n\r\n<strong>Section 4.2 General Powers and Authority</strong>\r\n<div class=\"indentSm\">The Board of Directors shall have full charge of the affairs, funds, management, property, and control of the Association, subject only to the action of the members. The decision of the Board of Directors on any questions concerning interpretation of the bylaws shall be final.</div>\r\n \r\n\r\n<strong>Section 4.3 Term of Directors</strong>\r\n<div class=\"indentSm\">The term of office for the Board of Directors shall be for a period two (2) years the Trustees shall serve for a term as defined in Section 3.4 of these Bylaws.</div>\r\n \r\n\r\n<strong>Section 4.4 Removal or Replacement of a Board Member</strong>\r\n<div class=\"indentSm\">Any Board Member may be removed from office for cause by the vote of a majority of the Board following a hearing detailing the cause for removal. A replacement of a Board Member will be appointed by the President with the approval of the remaining Board.</div>\r\n \r\n\r\n<strong>Section 4.5 Resignation of a Board Member and Replacement</strong>\r\n<div class=\"indentSm\">If a Board Member resigns, the resignation shall become effective on the date outlined in the letter of resignation. The President shall appoint a new member, with the approval of the Board, and that member shall fill the remaining term of the office appointed.</div>\r\n \r\n\r\n<strong>Section 4.6 Compensation of Directors</strong>\r\n<div class=\"indentSm\">There shall be no compensation for any members of Central Ohio Bee Association (COBA) who provides service(s) in the name of COBA.</div>\r\n \r\n\r\n<strong>Section 4.7 Voting Rights of Directors</strong>\r\n<div class=\"indentSm\">Each Board member shall be entitled to one vote on each issue brought before the Board for a vote. In case of a tie, the Presidents vote shall be the deciding vote cast.</div>\r\n \r\n\r\n<strong>Section 4.8 Conflicts of interest</strong>\r\n<div class=\"indentSm\">No Board member may vote upon a matter coming before the Board, Executive Committee or any other committee in which he or she has a direct financial interest. Immediately upon becoming aware that such a conflict may exist, a Board member must disclose the existence of the potential conflict to the Board members, withdraw from further deliberations on the issue and refrain from voting on the matter. Any such disclosure and withdrawal shall be fully documented in the minutes of the meeting. Failure to adhere to this policy may be grounds for removal from the Board for cause.</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Article 5 - Meetings of Directors</h4>\r\n<div class=\"indentSm\">\r\n<h5></h5>\r\n<strong>Section 5.1 Place of Meetings and Notice</strong>\r\n<div class=\"indentSm\">The Board of Directors shall hold as many meetings as may be called by the President or any two (2) members of the Board of directors. The time and location of each Board meeting will be given at least 72 hours in advance and will try to accommodate member’s schedules. Notice of the Board meeting shall be by phone or transmitted electronically.</div>\r\n<h5></h5>\r\n<strong>Section 5.2 Emergency Board of Directors Meetings</strong>\r\n<div class=\"indentSm\">Emergency meetings can be called by the President when issues arise that warrant such an action; or when a majority of the Members of the Boards petition, in writing, phone or electronically, for such a meeting. The grounds for an issue(s) to qualify for an emergency meeting must be narrowly defined and of a nature that if not addressed until the next regularly scheduled Board meeting the Association could suffer adverse consequences. The only business to be conducted at an emergency meeting will be the resolution of the subject issue(s) described in the petition.</div>\r\n<h5></h5>\r\n<strong>Section 5.3 Quorum for Board of Directors</strong>\r\n<div class=\"indentSm\">A quorum of the Board of Directors shall consist of at least five (5) participating members.</div>\r\n<h5></h5>\r\n<strong>Section 5.4 Conduct of Board Meetings</strong>\r\n<div class=\"indentSm\">\r\n\r\nThe President, or in the absence of the President, the Vice President shall preside over Board meetings. The President shall establish rules of the meeting that will freely facilitate debate and decision making. Roberts Rules of Order will be followed in conducting the meeting.\r\n\r\nMinutes of all Board meetings shall be taken by the Secretary and recorded in the minute\'s record book.\r\n\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Article 6 - Committees</h4>\r\n<h5 class=\"indentSm\"></h5>\r\n<p class=\"indentSm\"><strong>Section 6.1 Types of Committees</strong></p>\r\n\r\n<div class=\"indentSm\">The Association shall have two (2) types of committees, Permanent and Ad Hoc. The President retains authority for all committee appointments, except for the Executive Committee whose members are all elected. The President appoints each committee chairperson. A committee may have one or more members. Appointment to a committee will terminate at the end of the Board Member’s term of office or by arrangement with the President.</div>\r\n<div class=\"indentSm\">\r\n\r\n<b>Permanent Committees</b>\r\n\r\n</div>\r\n<div class=\"indentSm\">\r\n<h6></h6>\r\n<strong>SECTION 6.1.1 Finance Committee</strong>\r\n<div class=\"indentSm\">The Finance Committee will have at a minimum three members and the Treasurer shall be the chairperson. The Finance Committee shall be responsible for developing and reviewing fiscal procedures, all fund raising and a budget for COBA operations. All budgets and amendments to budgets will be presented to the Board for approval.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.2 Nominating Committee</strong>\r\n<div class=\"indentSm\">The Nominating Committee will have as a minimum two members and is responsible for seeking out qualified members to serve on the Board and placing the qualified member’s name, with member’s permission, on the ballot. Additional nominations may be taken from the floor during the annual meeting.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.3 Membership Committee</strong>\r\n<div class=\"indentSm\">The Membership Committee will have a minimum of three members and shall be chaired by the Secretary and be responsible for all correspondence with members concerning membership matters. The Committee shall be responsible for maintaining a current membership list and a current mailing list including name, address, email and phone number and original date of becoming a member of COBA. A Membership Diversity Committee shall be a subcommittee of the Membership committee.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.4 Newsletter Committee</strong>\r\n<div class=\"indentSm\">The Newsletter Committee shall be responsible for the production, assembly and distribution of the COBA newsletter.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.5 Program Committee</strong>\r\n<div class=\"indentSm\">The Program committee shall be responsible for obtaining speakers and arranging programs for meetings. These duties include responsibility for any travel arrangements, hotel and meal accommodations. The committee shall be responsible for all follow up and sending thank you letters to speakers.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.6 Helping Hands Committee</strong>\r\n<div class=\"indentSm\">The helping hands committee shall be responsible for organizing persons to help beekeepers and families who need help with their bees because of sickness or death in the family. And to send out Sympathy, Get Well, Congratulations or thinking of you cards when needed.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.7 Website Committee</strong>\r\n<div class=\"indentSm\">The Website Committee shall consist of a web master and be responsible for the contents, updating, maintenance, and monitoring of the website. The Chairperson shall be appointed by the President with the approval of the Board. The Chairperson, President and Treasurer shall have access to the account management log-in and password with the domain hosting company. Additionally, the Chairperson shall provide the President and Treasurer with the web master log-in pass word for the web site.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.8 Education and Bee School</strong>\r\n<div class=\"indentSm\">The Education and Bee School Committee shall be responsible for setting up and the operation of the bee school. This will include finding a site for the school, providing a syllabus outlining areas covered in class, providing presenters for each section and equipment needed for the school. The committee chairman will be responsible for maintaining a membership rooster and providing the membership chairman a list of all new members. Additionally, the committee shall be responsible for implementing all other educational programs under taken by COBA.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.9 Auditing</strong>\r\n<div class=\"indentSm\">The President shall appoint an Auditing Committee with the approval of the Board to audit the Associations financial records for the previous fiscal year. The audit shall also include all other assets and inventory belonging to the Association. The audit shall take place during the month of January and the certification of findings shall be submitted to the Board for approval, and then posted on the membership web site.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.10 Bee Yard</strong>\r\n<div class=\"indentSm\">The Bee Yard Committee shall be responsible for the day to day operation of the bee yard including maintaining and securing of Association materials and assets. If more than one bee yard is to be operated, the Board of Directors shall appoint a committee for each yard.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.11 Scholarship</strong>\r\n<div class=\"indentSm\">The Scholarship Committee shall be responsible for promotion of the scholarships, collecting applications, reviewing, interviewing and selecting final candidates. Upon final selection, the Committee shall be responsible for providing equipment and signing up the winning candidates for bee school. The Committee will be responsible for monitoring, mentoring and overseeing the completion of the requirement of the scholarship recipients.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.12 Political action Committee</strong>\r\n<div class=\"indentSm\">The Political Action Committee shall be responsible for generating and promoting political action which will further the benefit of COBA and beekeeping in central Oh in general. The committee will be responsible for designing promotional materials such as brochures and handouts as well as setting up and attending meetings and luncheons with politicians and or other officials in order to promote our cause.</div>\r\n<h5></h5>\r\n<strong>Section 6.2 Ad Hoc Committees</strong>\r\n<div class=\"indentSm\">Ad Hoc Committees will be appointed from time to time by the Board to perform a specific task. All Ad Hoc Committees will receive from the Board a set of instructions defining the scope of the Committee’s task, any limitation placed on the task and when the task is to be completed. Ad Hoc Committees may vary in size from one to any number and remain in effect until the task is completed.</div>\r\n</div>\r\n<h4 class=\"indentSm\"></h4>\r\n<h4 class=\"indentSm\">Article 7 - Association Records</h4>\r\n<div class=\"indentSm\">\r\n<h5></h5>\r\n<strong>Section 7.1 Association Records</strong>\r\n<div class=\"indentSm\">The Association President, Secretary and Treasurer shall keep at their home, office, or other secure location the COBA records appropriate to their office. The various committee Chairpersons retain records appropriate to their committee assignments at their home and send copies to the Secretary. Committee Chairperson must surrender their COBA records to their successor or, in the case of an Ad Hoc committees records, surrender the records to the Secretary. The Treasurer will maintain the Association’s current and ongoing financial records in at least one off site location so no loss of records or transactions will be lost in case of loss of the Treasurer’s immediate records. The President and Secretary shall have access to the records; though have no ability to change these records.</div>\r\n<h5></h5>\r\n<strong>Section 7.2 Transfer of records</strong>\r\n<div class=\"indentSm\">All records, documents and minutes are the property of COBA and are to be surrendered and transferred to the newly elected Secretary or President. These records shall form a chain of events from previous Boards of Directors and Membership decisions. Transfer of all records, documents and minutes shall take place after the election and before January 1st of the next calendar year.</div>\r\n</div>\r\n<div class=\"indentSm\"></div>\r\n<h4 class=\"indentSm\"></h4>\r\n<h4 class=\"indentSm\">Article 8 - Affiliations</h4>\r\n<div class=\"indentSm\">\r\n\r\n<strong>Section 8.1 Affiliations</strong>\r\n<div class=\"indentSm\">This Association shall be an affiliate of the Ohio State Beekeepers Association and shall actively support this organization. The President shall represent or appoint a delegate for the position of trustee, in accordance with the bylaws of the Ohio State Beekeepers Association, Inc. Said delegate shall hold membership with this Association and with the Ohio State Beekeepers Association Inc.</div>\r\n</div>\r\n<div class=\"indentSm\"></div>\r\n<h4 class=\"indentSm\"></h4>\r\n<h4 class=\"indentSm\">Article 9 - Ratification</h4>\r\n<div class=\"indentSm\">These Bylaws shall be ratified by a 2/3 majority vote of all members in good standing, that are present at a regular business meeting provided the Constitution has been presented and read in at least one previous meeting and upon appropriate notice given.</div>\r\n<div class=\"indentSm\"></div>\r\n<h4 class=\"indentSm\"></h4>\r\n<h4 class=\"indentSm\">Article 10 - Amendments</h4>\r\n<div class=\"indentSm\">These bylaws may be amended by a 2/3 vote of the members in quorum at any regular business meeting, provided that the proposed amendment shall be previously submitted to and acted upon by the Board of Directors. Any amendments to these bylaws shall be referenced and added at the end of these bylaws.</div>\r\n<div class=\"indentSm\"></div>\r\n<h4 class=\"indentSm\"></h4>\r\n<h5 class=\"indentSm\">Recorded Information:</h5>\r\n<div class=\"indentSm\">Updated 4/20/2012\r\nDate of Ratification: August 18, 2010</div>','Constitution and By-Laws','','publish','closed','closed','','constitution-and-by-laws','','','2016-05-11 09:39:51','2016-05-11 13:39:51','',37,'http://centralohiobeekeepers.org/wordpress1?page_id=76',4,'page','',0),(79,1,'2016-04-24 19:54:10','2016-04-24 23:54:10','','Bylaws-300x225','','inherit','closed','closed','','bylaws-300x225','','','2016-04-24 19:54:10','2016-04-24 23:54:10','',76,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Bylaws-300x225.jpg',0,'attachment','image/jpeg',0),(82,1,'2016-04-24 19:54:26','2016-04-24 23:54:26','<h3><img class=\"size-medium wp-image-79 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Bylaws-300x225-300x225.jpg\" alt=\"Bylaws-300x225\" width=\"300\" height=\"225\" />Central Ohio Beekeepers Association Constitution</h3>\r\n<h4>Article I</h4>\r\n<div><b>\r\nName</b>: The name of this association shall be Central Ohio Beekeepers Association, commonly known as COBA. COBA is incorporated as a non-profit organization in accordance with the laws of the state of Ohio</div>\r\n<h4></h4>\r\n<h4>Article II</h4>\r\n<div><b>\r\nPurpose</b>: The objectives and purpose of this association shall be to promote the further interest and well being of apiculture and to educate beekeepers and the public in the importance of honeybees, honey, other by-products and pollination in our country. To perform any act or function authorized by law and not inconsistent with the above statement</div>\r\n<h4></h4>\r\n<h4>Article III</h4>\r\n<div><b>\r\nMembership Requirements</b>: Any person interested in apiculture and wishing to further the activities of this association may become a member upon payment of the annual dues determined and set forth in the by-laws. Membership shall be available without discrimination because of race, color, national origin, religion, sex age or handicap.VOTING: Each type of membership as described in the by-laws shall have one vote.</div>\r\n<h4>Article IV</h4>\r\n<div><b>\r\nMeetings</b>: The general membership of COBA shall hold regular meetings throughout the year to accomplish the purpose and goal of this association and shall include one annual meeting for the purpose of electing officers.The COBA Board of Directors shall hold meetings throughout the year to accomplish the purpose and goals of this association.<b>Order of Business</b>: All meetings shall be conducted using “Roberts Rules of Order”, unless stipulated otherwise by the\r\nBy-Laws</div>\r\n<h4>Article V</h4>\r\n<div><b>\r\nOfficers</b>: The officers of this association shall be a President, Vice President, Secretary, Treasurer, Immediate Past President who shall serve for two years or until their successors are elected and qualified. The committee chairs shall be appointed by the President with the with the approval of the majority of the Board of Directors and shall serve at the pleasure of the BoardThe trustees shall be elected at the annual meeting and serve a term as set forth in the By-laws.The committee chairs shall be appointed by the Board of Directors</div>\r\n<h4>Article VI</h4>\r\n<div><b>\r\nDissolution of Association</b>: A two thirds vote of the membership shall be required to dissolve the Association. Upon dissolution of the Association, any assets remaining after payment of all debts and liabilities shall be paid over to a charitable or non-profit organization exempt under provisions of Section 501 (c) 3 of the U.S. Internal Revenue Code that have purposes consistent with COBA purposes. No part of the remaining assets of the Association will be paid or distributed to an officer, director, or any member of the Association.</div>\r\n<h4></h4>\r\n<h4>Article VII</h4>\r\n<div><b>\r\nFinances</b>: This Association shall use a cash basis for accounting purposes.<b>Dues</b>: Dues will be paid annually as set forth in the By-laws<b>Right to Act</b>: No officer or member has the right to incur any debt or become involved in any business under the title or by implying the title of this Association in any way unless given full authority to do so by the Board of Directors</div>\r\n<h4>Article VIII - Committees</h4>\r\n<div>\r\n\r\nThe <b>Permanent Committees</b> of this Association shall be as follows: Finance, Nominating, Membership, Newsletter, Program, Helping Hands, Website, Education and Bee School, Auditing, Bee Yard, and Scholarship. The President with the approval of a majority of the Board of Directors shall appoint the chairperson of each committee with the exception of the Finance committee. The Finance Committee shall be chaired by the Treasurer.\r\n\r\n<b>Ad Hoc Committees</b>: The President, with the advice and consent of the Board of Directors, may appoint such additional, temporary or subcommittees, as may from time to time become necessary or advisable for the administration of the Association business and attainment of its purposes. Such committees shall be appointed and shall serve for the period stipulated by the board of Directors.\r\n\r\n</div>\r\n<h4>Article IX</h4>\r\n<b>Affiliations</b>: This Association shall be an affiliate of the Ohio State Beekeepers Association and shall actively support this organization. The President shall represent or appoint a delegate for the position of trustee, in accordance with the bylaws of the Ohio State Beekeepers Association, Inc.\r\n\r\nSaid delegate shall hold membership with this Association and the Ohio State Beekeepers Association.\r\n<h4>Article X</h4>\r\n<div><b>\r\nRatification</b>: This constitution shall be ratified by a 2/3 majority vote of all members in good standing, that are present at a regular business meeting provided the constitution has been presented and read in at least one previous meeting and upon appropriate notice given.Date of Ratification August 18, 2010</div>\r\n<h4>Article XI</h4>\r\n<div><b>\r\nAmendments to Constitution</b>: Amendments to this constitution may be submitted at any regular business meeting of the association, by any member in good standing, and may be adopted by 2/3 vote of at least ½ of the members in good standing. If, however, the proposed amendment has been read at a previous regular business meeting, it may be adopted by a 2/3 favorable vote of the members in good standing that are present.Any amendments added to this constitution shall be referenced and added at the end of this constitution.<b>An Ohio Nonprofit Corporation</b></div>\r\n<h3>By-Laws Of The Central Ohio Beekeepers Association</h3>\r\n<h4>Article I - Membership</h4>\r\n<div class=\"indentSm\">\r\n\r\n<strong>Section 1.1 Application for Membership</strong>\r\n<div class=\"indentSm\">Any person interested in apiculture and wishing to further the activities of this association may become a member upon payment of annual dues as set forth in the by-laws.</div>\r\n \r\n\r\n<strong>Section 1.2 Membership Classification</strong>\r\n<div class=\"indentSm\">The membership classes shall be as follows: Family membership and Honorary Lifetime Membership</div>\r\n \r\n\r\n<strong>Section 1.3 Fees</strong>\r\n<div class=\"indentSm\">The fees for a family membership shall be $10.00\r\nThere shall be no fee for Honorary Lifetime membership</div>\r\n \r\n\r\n<strong>Section 1.4 Membership Voting Rights</strong>\r\n<div class=\"indentSm\">Each membership in good standing shall be entitled to one vote</div>\r\n \r\n\r\n<strong>Section 1.5 Fiscal Year</strong>\r\n<div class=\"indentSm\">Fiscal year of the association shall begin on the first day of January and end on the last day of December.</div>\r\n \r\n\r\n<strong>Section 1.6 Expiration of Membership</strong>\r\n<div class=\"indentSm\">Membership is terminated when the annual dues are not paid for the following year.\r\nMembership benefits will expire on June 1.</div>\r\n \r\n\r\n<strong>Section 1.7 Termination of Membership</strong>\r\n<div class=\"indentSm\">The Board may terminate a membership by a majority vote of the board at a Board Meeting, for reasons including but not limited to failure of good behavior, theft, misrepresenting the mission of COBA. Termination of membership is permanent.\r\nA terminated member may request a hearing in writing to be held at a general membership meeting. A vote of the membership shall be final.</div>\r\n \r\n\r\n<strong>Section 1.8 Reinstatement of Expired Membership</strong>\r\n<div class=\"indentSm\">A former member will be reinstated upon having paid his/her annual dues.\r\nThere shall be no partial year dues payments.</div>\r\n \r\n\r\n<strong>Section 1.9 Transfer of Membership</strong>\r\n<div class=\"indentSm\">Membership in the Association is not transferable or assignable</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Article 2 - Regular Membership Meetings</h4>\r\n<div class=\"indentSm\">\r\n\r\n<strong>Section 2.1 Conduct of General Membership Business</strong>\r\n<strong> Meeting</strong>\r\n<div class=\"indentSm\">\r\n\r\nThe President, or in the President’s absence, the Vice President shall preside over the General Membership Business Meeting. While Roberts Rules of Order will be used while conducting the business part of the meeting, the intent of the meeting is to be a social gathering as well as an exchange of ideas, promotion of new ideas and learning from round table discussions and speakers. With these goals in mind, the actual business part of the meeting shall be held to a minimum. Any committee reports shall be given in summary form. Detail reports will be posted in the clubs web site.\r\n\r\nRoberts’s rules of order may be suspended by a motion, seconded, and a vote taken and approved to suspend Roberts Rules of Order in conducting that particular meeting.\r\n\r\n \r\n\r\n<strong>Section 2.1.1 Quorum</strong>\r\n<div class=\"indentSm\">A quorum for conducting business shall be 40 or more members</div>\r\n</div>\r\n \r\n\r\n<strong>Section 2.2 Annual Meeting</strong>\r\n<div class=\"indentSm\">The annual meeting of members of this association shall be held in October of each year at the time and location determined by the Board of Directors and notice shall be given in writing or through electronic mail at least ten (10) days prior to the date of said meeting. The election of officers will be held during the annual meeting. The nomination committee shall present the ballots with nominees already accepted and additional nominations will be accepted from the floor. One ballot per membership may be cast.</div>\r\n \r\n\r\n<strong>Section 2.3 Special or Emergency Meeting</strong>\r\n<div class=\"indentSm\">Special or Emergency meetings shall be held upon written petition of fifteen (15) members or more of the association, or upon written petition of a majority of the members of the Board of Directors, a special meeting shall be called for the members of the Association. The petition shall state the purpose or object of such special meeting and no business except that as set forth in the petition shall be transacted at said special meeting. The secretary shall give notice in writing of filing of said petition and the purpose of said meeting to the members of the association and said notice shall state the time and place of the special meeting.</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Article 3 - Officers</h4>\r\n<div class=\"indentSm\">The Officers of the Association shall include a President, a Vice president, a Secretary, a Treasurer, Immediate past-President and Trustees.</div>\r\n \r\n\r\n<strong>Section 3.1 Qualification of Officers</strong>\r\n<div class=\"indentSm\">The Officers of the Association shall be members in good standing. Good standing is defined as any member that abides by the Constitution and Bylaws and represents the goals and mission of COBA</div>\r\n \r\n\r\n<strong>Section 3.2 Election</strong>\r\n<div class=\"indentSm\">The election of officers shall be held during the Annual Meeting of the General membership</div>\r\n \r\n\r\n<strong>Section 3.3 Term of Officers</strong>\r\n<div class=\"indentSm\">Term of offices shall be for a period of two (2) years and shall commence on January 1<sup>st</sup> following the election and end on December 31st two years later.</div>\r\n \r\n\r\n<strong>Section 3.4 Term and number of Trustees</strong>\r\n<div class=\"indentSm\">The number and terms of trustees shall be determined by the number of members in the association. One trustee shall be elected for each 50 members in the association at the time of election. The term of office shall be for two (2) years. The elected trustees getting the most votes shall serve for a period of two (2) years and the remaining trustees shall serve for a period of one (1) year in order to initiate the terms. Thereafter the terms of trustees shall be for a period of two (2) years.</div>\r\n \r\n\r\n<strong>Section 3.5 Job Duties, Positions Descriptions and Powers of Officers</strong>\r\n<div class=\"indentSm\">\r\n\r\n \r\n\r\n<strong>Section 3.5.1 The President</strong>\r\n<div class=\"indentSm\">The President shall be the chief executive officer of the Association and shall have general supervision over the business and operations of the Association, subject to the control of the Board. The President shall execute, in the name of the Association, all contracts, and other instruments approved by the Board. Additionally, the President shall appoint a board member to file any documents that require filling by any governmental authority. In general, the President shall perform all other duties incident to the office of President and such other duties as may be assigned by the Board. The President’s duties include chairing Board meetings and the General Membership Business Meeting.</div>\r\n \r\n\r\n<strong>Section 3.5.2 Immediate Past President</strong>\r\n<div class=\"indentSm\">The immediate Past President shall serve in an advisory capacity to the Board and will serve as President in the absence of the President and Vice President.</div>\r\n \r\n\r\n<strong>Section 3.5.3 Vice Presiden</strong>t\r\n<div class=\"indentSm\">The vice President shall assume the duties of the President in his/her absence. Be responsible scheduling and coordinating all regular meetings and perform any duties delegated by the President.</div>\r\n \r\n\r\n<strong>Section 3.5.4 Secretary</strong>\r\n<div class=\"indentSm\">\r\n\r\nThe Secretary shall attend all regular meetings and meetings of the Board. The Secretary shall record all votes and take accurate minutes of the meetings and keep a book for that purpose. In general, the Secretary shall perform all duties incidental to the office of Secretary and such other duties as may be assigned by the President.\r\n\r\nA copy of these minutes shall be posted on the membership web site. The Secretary shall summarize the minutes of the regular meetings to be presented to the general membership.\r\n\r\nThe Secretary shall be chairman of the membership committee.\r\n\r\nThe Secretary shall maintain a current paid membership list and provide updated lists to the membership committee\r\n\r\n</div>\r\n \r\n\r\n<strong>Section 3.5.5 Treasurer</strong>\r\n<div class=\"indentSm\">\r\n\r\nThe Treasurer shall have custody of Association funds and shall keep full and accurate accounts of receipts and disbursements in books belonging to the Association. The Treasurer shall have full authority to receive and give receipts for all money due and payable to the Association, and to endorse checks and drafts, in its name and on its behalf and to give full discharge for the same.\r\n\r\nThe Treasurer shall deposit all funds of the Association, in such banks or other places of deposit as the Board may designate. The Treasurer shall have the authority to issue checks in the amount up to five hundred ($500.00) dollars. Any amounts above this amount shall require the approval of the Board of Directors.\r\n\r\nIn general, the Treasurer shall perform all duties incident to the office of Treasurer and such other duties as may be assigned by the Board or the President. Additionally the Treasurer shall be a chairman of the finance committee.\r\n\r\n</div>\r\n \r\n\r\n<strong>Section 3.5.6 Trustees</strong>\r\n<div class=\"indentSm\">\r\n\r\nThe trustees shall help with the day to day operation of the association, chair committees appointed by the president and serve at the direction of the President.\r\n\r\nThe Trustees will serve as liaison between the board and the general membership.\r\n\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Article 4 - Board of Directors</h4>\r\n<div class=\"indentSm\">\r\n\r\n<strong>Section 4.1 Members of Board of Directors</strong>\r\n<div class=\"indentSm\">There shall be a Board of Directors consisting of the elected officers, Trustees, Committee Chairs and the Immediate Past President.</div>\r\n \r\n\r\n<strong>Section 4.2 General Powers and Authority</strong>\r\n<div class=\"indentSm\">The Board of Directors shall have full charge of the affairs, funds, management, property, and control of the Association, subject only to the action of the members. The decision of the Board of Directors on any questions concerning interpretation of the bylaws shall be final.</div>\r\n \r\n\r\n<strong>Section 4.3 Term of Directors</strong>\r\n<div class=\"indentSm\">The term of office for the Board of Directors shall be for a period two (2) years the Trustees shall serve for a term as defined in Section 3.4 of these Bylaws.</div>\r\n \r\n\r\n<strong>Section 4.4 Removal or Replacement of a Board Member</strong>\r\n<div class=\"indentSm\">Any Board Member may be removed from office for cause by the vote of a majority of the Board following a hearing detailing the cause for removal. A replacement of a Board Member will be appointed by the President with the approval of the remaining Board.</div>\r\n \r\n\r\n<strong>Section 4.5 Resignation of a Board Member and Replacement</strong>\r\n<div class=\"indentSm\">If a Board Member resigns, the resignation shall become effective on the date outlined in the letter of resignation. The President shall appoint a new member, with the approval of the Board, and that member shall fill the remaining term of the office appointed.</div>\r\n \r\n\r\n<strong>Section 4.6 Compensation of Directors</strong>\r\n<div class=\"indentSm\">There shall be no compensation for any members of Central Ohio Bee Association (COBA) who provides service(s) in the name of COBA.</div>\r\n \r\n\r\n<strong>Section 4.7 Voting Rights of Directors</strong>\r\n<div class=\"indentSm\">Each Board member shall be entitled to one vote on each issue brought before the Board for a vote. In case of a tie, the Presidents vote shall be the deciding vote cast.</div>\r\n \r\n\r\n<strong>Section 4.8 Conflicts of interest</strong>\r\n<div class=\"indentSm\">No Board member may vote upon a matter coming before the Board, Executive Committee or any other committee in which he or she has a direct financial interest. Immediately upon becoming aware that such a conflict may exist, a Board member must disclose the existence of the potential conflict to the Board members, withdraw from further deliberations on the issue and refrain from voting on the matter. Any such disclosure and withdrawal shall be fully documented in the minutes of the meeting. Failure to adhere to this policy may be grounds for removal from the Board for cause.</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Article 5 - Meetings of Directors</h4>\r\n<div class=\"indentSm\">\r\n<h5></h5>\r\n<strong>Section 5.1 Place of Meetings and Notice</strong>\r\n<div class=\"indentSm\">The Board of Directors shall hold as many meetings as may be called by the President or any two (2) members of the Board of directors. The time and location of each Board meeting will be given at least 72 hours in advance and will try to accommodate member’s schedules. Notice of the Board meeting shall be by phone or transmitted electronically.</div>\r\n<h5></h5>\r\n<strong>Section 5.2 Emergency Board of Directors Meetings</strong>\r\n<div class=\"indentSm\">Emergency meetings can be called by the President when issues arise that warrant such an action; or when a majority of the Members of the Boards petition, in writing, phone or electronically, for such a meeting. The grounds for an issue(s) to qualify for an emergency meeting must be narrowly defined and of a nature that if not addressed until the next regularly scheduled Board meeting the Association could suffer adverse consequences. The only business to be conducted at an emergency meeting will be the resolution of the subject issue(s) described in the petition.</div>\r\n<h5></h5>\r\n<strong>Section 5.3 Quorum for Board of Directors</strong>\r\n<div class=\"indentSm\">A quorum of the Board of Directors shall consist of at least five (5) participating members.</div>\r\n<h5></h5>\r\n<strong>Section 5.4 Conduct of Board Meetings</strong>\r\n<div class=\"indentSm\">\r\n\r\nThe President, or in the absence of the President, the Vice President shall preside over Board meetings. The President shall establish rules of the meeting that will freely facilitate debate and decision making. Roberts Rules of Order will be followed in conducting the meeting.\r\n\r\nMinutes of all Board meetings shall be taken by the Secretary and recorded in the minute\'s record book.\r\n\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Article 6 - Committees</h4>\r\n<h5 class=\"indentSm\"></h5>\r\n<p class=\"indentSm\"><strong>Section 6.1 Types of Committees</strong></p>\r\n\r\n<div class=\"indentSm\">The Association shall have two (2) types of committees, Permanent and Ad Hoc. The President retains authority for all committee appointments, except for the Executive Committee whose members are all elected. The President appoints each committee chairperson. A committee may have one or more members. Appointment to a committee will terminate at the end of the Board Member’s term of office or by arrangement with the President.</div>\r\n<div class=\"indentSm\">\r\n\r\n<b>Permanent Committees</b>\r\n\r\n</div>\r\n<div class=\"indentSm\">\r\n<h6></h6>\r\n<strong>SECTION 6.1.1 Finance Committee</strong>\r\n<div class=\"indentSm\">The Finance Committee will have at a minimum three members and the Treasurer shall be the chairperson. The Finance Committee shall be responsible for developing and reviewing fiscal procedures, all fund raising and a budget for COBA operations. All budgets and amendments to budgets will be presented to the Board for approval.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.2 Nominating Committee</strong>\r\n<div class=\"indentSm\">The Nominating Committee will have as a minimum two members and is responsible for seeking out qualified members to serve on the Board and placing the qualified member’s name, with member’s permission, on the ballot. Additional nominations may be taken from the floor during the annual meeting.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.3 Membership Committee</strong>\r\n<div class=\"indentSm\">The Membership Committee will have a minimum of three members and shall be chaired by the Secretary and be responsible for all correspondence with members concerning membership matters. The Committee shall be responsible for maintaining a current membership list and a current mailing list including name, address, email and phone number and original date of becoming a member of COBA. A Membership Diversity Committee shall be a subcommittee of the Membership committee.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.4 Newsletter Committee</strong>\r\n<div class=\"indentSm\">The Newsletter Committee shall be responsible for the production, assembly and distribution of the COBA newsletter.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.5 Program Committee</strong>\r\n<div class=\"indentSm\">The Program committee shall be responsible for obtaining speakers and arranging programs for meetings. These duties include responsibility for any travel arrangements, hotel and meal accommodations. The committee shall be responsible for all follow up and sending thank you letters to speakers.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.6 Helping Hands Committee</strong>\r\n<div class=\"indentSm\">The helping hands committee shall be responsible for organizing persons to help beekeepers and families who need help with their bees because of sickness or death in the family. And to send out Sympathy, Get Well, Congratulations or thinking of you cards when needed.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.7 Website Committee</strong>\r\n<div class=\"indentSm\">The Website Committee shall consist of a web master and be responsible for the contents, updating, maintenance, and monitoring of the website. The Chairperson shall be appointed by the President with the approval of the Board. The Chairperson, President and Treasurer shall have access to the account management log-in and password with the domain hosting company. Additionally, the Chairperson shall provide the President and Treasurer with the web master log-in pass word for the web site.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.8 Education and Bee School</strong>\r\n<div class=\"indentSm\">The Education and Bee School Committee shall be responsible for setting up and the operation of the bee school. This will include finding a site for the school, providing a syllabus outlining areas covered in class, providing presenters for each section and equipment needed for the school. The committee chairman will be responsible for maintaining a membership rooster and providing the membership chairman a list of all new members. Additionally, the committee shall be responsible for implementing all other educational programs under taken by COBA.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.9 Auditing</strong>\r\n<div class=\"indentSm\">The President shall appoint an Auditing Committee with the approval of the Board to audit the Associations financial records for the previous fiscal year. The audit shall also include all other assets and inventory belonging to the Association. The audit shall take place during the month of January and the certification of findings shall be submitted to the Board for approval, and then posted on the membership web site.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.10 Bee Yard</strong>\r\n<div class=\"indentSm\">The Bee Yard Committee shall be responsible for the day to day operation of the bee yard including maintaining and securing of Association materials and assets. If more than one bee yard is to be operated, the Board of Directors shall appoint a committee for each yard.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.11 Scholarship</strong>\r\n<div class=\"indentSm\">The Scholarship Committee shall be responsible for promotion of the scholarships, collecting applications, reviewing, interviewing and selecting final candidates. Upon final selection, the Committee shall be responsible for providing equipment and signing up the winning candidates for bee school. The Committee will be responsible for monitoring, mentoring and overseeing the completion of the requirement of the scholarship recipients.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.12 Political action Committee</strong>\r\n<div class=\"indentSm\">The Political Action Committee shall be responsible for generating and promoting political action which will further the benefit of COBA and beekeeping in central Oh in general. The committee will be responsible for designing promotional materials such as brochures and handouts as well as setting up and attending meetings and luncheons with politicians and or other officials in order to promote our cause.</div>\r\n<h5></h5>\r\n<strong>Section 6.2 Ad Hoc Committees</strong>\r\n<div class=\"indentSm\">Ad Hoc Committees will be appointed from time to time by the Board to perform a specific task. All Ad Hoc Committees will receive from the Board a set of instructions defining the scope of the Committee’s task, any limitation placed on the task and when the task is to be completed. Ad Hoc Committees may vary in size from one to any number and remain in effect until the task is completed.</div>\r\n</div>\r\n<h4 class=\"indentSm\"></h4>\r\n<h4 class=\"indentSm\">Article 7 - Association Records</h4>\r\n<div class=\"indentSm\">\r\n<h5></h5>\r\n<strong>Section 7.1 Association Records</strong>\r\n<div class=\"indentSm\">The Association President, Secretary and Treasurer shall keep at their home, office, or other secure location the COBA records appropriate to their office. The various committee Chairpersons retain records appropriate to their committee assignments at their home and send copies to the Secretary. Committee Chairperson must surrender their COBA records to their successor or, in the case of an Ad Hoc committees records, surrender the records to the Secretary. The Treasurer will maintain the Association’s current and ongoing financial records in at least one off site location so no loss of records or transactions will be lost in case of loss of the Treasurer’s immediate records. The President and Secretary shall have access to the records; though have no ability to change these records.</div>\r\n<h5></h5>\r\n<strong>Section 7.2 Transfer of records</strong>\r\n<div class=\"indentSm\">All records, documents and minutes are the property of COBA and are to be surrendered and transferred to the newly elected Secretary or President. These records shall form a chain of events from previous Boards of Directors and Membership decisions. Transfer of all records, documents and minutes shall take place after the election and before January 1st of the next calendar year.</div>\r\n</div>\r\n<div class=\"indentSm\"></div>\r\n<h4 class=\"indentSm\"></h4>\r\n<h4 class=\"indentSm\">Article 8 - Affiliations</h4>\r\n<div class=\"indentSm\">\r\n\r\n<strong>Section 8.1 Affiliations</strong>\r\n<div class=\"indentSm\">This Association shall be an affiliate of the Ohio State Beekeepers Association and shall actively support this organization. The President shall represent or appoint a delegate for the position of trustee, in accordance with the bylaws of the Ohio State Beekeepers Association, Inc. Said delegate shall hold membership with this Association and with the Ohio State Beekeepers Association Inc.</div>\r\n</div>\r\n<div class=\"indentSm\"></div>\r\n<h4 class=\"indentSm\"></h4>\r\n<h4 class=\"indentSm\">Article 9 - Ratification</h4>\r\n<div class=\"indentSm\">These Bylaws shall be ratified by a 2/3 majority vote of all members in good standing, that are present at a regular business meeting provided the Constitution has been presented and read in at least one previous meeting and upon appropriate notice given.</div>\r\n<div class=\"indentSm\"></div>\r\n<h4 class=\"indentSm\"></h4>\r\n<h4 class=\"indentSm\">Article 10 - Amendments</h4>\r\n<div class=\"indentSm\">These bylaws may be amended by a 2/3 vote of the members in quorum at any regular business meeting, provided that the proposed amendment shall be previously submitted to and acted upon by the Board of Directors. Any amendments to these bylaws shall be referenced and added at the end of these bylaws.</div>\r\n<div class=\"indentSm\"></div>\r\n<h4 class=\"indentSm\"></h4>\r\n<h5 class=\"indentSm\">Recorded Information:</h5>\r\n<div class=\"indentSm\">Updated 4/20/2012\r\nDate of Ratification: August 18, 2010</div>','Constitution and By-Laws','','inherit','closed','closed','','76-revision-v1','','','2016-04-24 19:54:26','2016-04-24 23:54:26','',76,'http://centralohiobeekeepers.org/wordpress1?p=82',0,'revision','',0),(84,1,'2016-04-24 19:59:43','2016-04-24 23:59:43','<h4><img class=\"size-medium wp-image-87 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Commitees-289x300-289x300.jpg\" alt=\"Commitees-289x300\" width=\"289\" height=\"300\" />2015 COBA Committees</h4>\r\nMany important activities are carried out by these committees and without them COBA would not be able to serve its membership. All chairpersons will be asked to report on Committee activities and names of individuals who serve on their committee.\r\n\r\nIf you would like to serve on any one of these committees, contact the Committee chairperson to become involved.\r\n<h4>Ad Hoc Committees</h4>\r\ndefined by: SECTION 6.2 Ad Hoc Committees--\r\n\r\nAd Hoc Committees will be appointed from time to time by the Board to perform a specific task. All Ad Hoc Committees will receive from the Board a set of instructions defining the scope of the Committee’s task, any limitation placed on the task and when the task is to be completed. Ad Hoc Committees may vary in size from one to any number and remain in effect until the task is completed.\r\n<h3>Permanent Committees (In alphabetical order.)</h3>\r\n<h4>Auditing - Chair ... Sue Valentine-Cooper</h4>\r\nThe President shall appoint an Auditing Committee with the approval of the Board to audit the Associations financial records for the previous fiscal year. The audit shall also include all other assets and inventory belonging to the Association. The audit shall take place during the month of January and the certification of findings shall be submitted to the Board for approval, then posted on the membership web site.\r\n<h4>Bee Yard Committee - Chair ... 2015 Winnie Williams</h4>\r\nThe Bee Yard Committee shall be responsible for the day to day operation of the bee yard including maintaining and securing of Association materials and assets. If more than one bee yard is to be operated, the Board of Directors shall appoint a committee for each yard.\r\n<h4>Education - Chair .... Barry Conrad (barry@hiveandhoney.com)</h4>\r\nThe Education and Bee School Committee shall be responsible for setting up and the operation of the bee school. This will include finding a site for the school, providing a syllabus outlining areas covered in class, providing presenters for each section and equipment needed for the school. The committee chairman will be responsible for maintaining a membership rooster and providing the membership committee a list of all new members. Additionally, the committee shall be responsible for implementing all other educational programs under taken by COBA.\r\n<h4>Finance Committee - Chairman .... Barry Conrad (barry@hiveandhoney.com)</h4>\r\nThe Finance Committee will have at a minimum three members and the Treasurer shall be the chairperson. The Finance Committee shall be responsible for developing and reviewing fiscal procedures, all fund raising and a budget for COBA operations. All budgets and amendments to budgets will be presented to the Board for approval.\r\n<h4>Helping Hands Committee - Chair ..... Bill Tolliver (elt1000@aol.com)</h4>\r\nThe helping hands committee shall be responsible for organizing persons to help beekeepers and families who need help with their bees because of sickness or death in the family. And to send out Sympathy, Get Well, Congratulations or thinking of you cards when needed. Bill Tolliver the Co-chairman of the committee wants all members to be aware of the need to notify him if you know of a member beekeeper who needs either a card sent from COBA for a death in the family, illness, or hospitalization. The committee\'s mission involves giving beekeeping help to any member who can not work his or her bees. Give Bill a call at 614-267-6556 or email him at: ELT1000@aol.com.\r\n<h4>Membership Committee - Chair... Kim Flippen (kflippen@columbus.rr.com)</h4>\r\nThe Membership Committee will have a minimum of three members and shall be chaired by the Vice-President and be responsible for all correspondence with members concerning membership matters. The Committee shall be responsible for maintaining a current membership list and a current mailing list including name, address, email and phone number. .\r\n<h4>Newsletter Committee -Chair ....Barry Conrad (barry@hiveandhoney.com)</h4>\r\nThe Newsletter Committee shall be responsible for the production, assembly and distribution of the COBA news letter.\r\n<h4>Nominating Committee -Chair ... Jim Tippie (jimtip2@aol.com)</h4>\r\nThe Nominating Committee will have as a minimum two members and is responsible for seeking out qualified members to serve on the Board and placing the qualified member’s name, with members permission, on the ballot. Additional nominations may be taken from the floor during the annual meeting.\r\n<h4>Program Committee - Chair ....Mike Hatter</h4>\r\nThe Program committee shall be responsible for obtaining speakers and arranging programs for meetings. These duties include responsibility for any travel arrangements, hotel and meal accommodations. The committee shall be responsible for all follow up and sending thank you letters to speakers.\r\n<h4>Scholarship Committee - Chair ... Mike Hatter (mike.hatter@yahoo.com)</h4>\r\nThe Scholarship Committee shall be responsible for promotion of the scholarships, collecting applications, reviewing, interviewing and selecting final candidate. Upon final selection, the Committee shall be responsible for providing equipment and signing up the winning candidates for bee school. The Committee will be responsible for monitoring, mentoring and overseeing the completion of the requirement of the scholarship recipients. COBA Youth Scholarship Application now available online [pdf]\r\n<h4>Web site Committee - Chair ....Rod Pritchard</h4>\r\nThe Web site Committee shall consist of a Web master and be responsible for the contents, updating, maintenance, and monitoring of the Web site. The Chairperson shall be appointed by the President with the approval of the Board. The Chairperson, President and Treasurer shall have access to the account management log-in and password with the domain hosting company. Additionally, the Chairperson shall provide the President and Treasurer with the Web master log-in pass word for the Web site.','Committees','','publish','closed','closed','','committees','','','2016-05-11 09:38:47','2016-05-11 13:38:47','',37,'http://centralohiobeekeepers.org/wordpress1?page_id=84',5,'page','',0),(87,1,'2016-04-24 19:59:06','2016-04-24 23:59:06','','Commitees-289x300','','inherit','closed','closed','','commitees-289x300','','','2016-04-24 19:59:06','2016-04-24 23:59:06','',84,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Commitees-289x300.jpg',0,'attachment','image/jpeg',0),(88,1,'2016-04-24 19:59:18','2016-04-24 23:59:18','<h4><img class=\"size-medium wp-image-87 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Commitees-289x300-289x300.jpg\" alt=\"Commitees-289x300\" width=\"289\" height=\"300\" />2015 COBA Committees</h4>\r\nMany important activities are carried out by these committees and without them COBA would not be able to serve its membership. All chairpersons will be asked to report on Committee activities and names of individuals who serve on their committee.\r\n\r\nIf you would like to serve on any one of these committees, contact the Committee chairperson to become involved.\r\n<h4>Ad Hoc Committees</h4>\r\ndefined by: SECTION 6.2 Ad Hoc Committees--\r\n\r\nAd Hoc Committees will be appointed from time to time by the Board to perform a specific task. All Ad Hoc Committees will receive from the Board a set of instructions defining the scope of the Committee’s task, any limitation placed on the task and when the task is to be completed. Ad Hoc Committees may vary in size from one to any number and remain in effect until the task is completed.\r\n<h3>Permanent Committees (In alphabetical order.)</h3>\r\n<h4>Auditing - Chair ... Sue Valentine-Cooper</h4>\r\nThe President shall appoint an Auditing Committee with the approval of the Board to audit the Associations financial records for the previous fiscal year. The audit shall also include all other assets and inventory belonging to the Association. The audit shall take place during the month of January and the certification of findings shall be submitted to the Board for approval, then posted on the membership web site.\r\n<h4>Bee Yard Committee - Chair ... 2015 Winnie Williams</h4>\r\nThe Bee Yard Committee shall be responsible for the day to day operation of the bee yard including maintaining and securing of Association materials and assets. If more than one bee yard is to be operated, the Board of Directors shall appoint a committee for each yard.\r\n<h4>Education - Chair .... Barry Conrad (barry@hiveandhoney.com)</h4>\r\nThe Education and Bee School Committee shall be responsible for setting up and the operation of the bee school. This will include finding a site for the school, providing a syllabus outlining areas covered in class, providing presenters for each section and equipment needed for the school. The committee chairman will be responsible for maintaining a membership rooster and providing the membership committee a list of all new members. Additionally, the committee shall be responsible for implementing all other educational programs under taken by COBA.\r\n<h4>Finance Committee - Chairman .... Barry Conrad (barry@hiveandhoney.com)</h4>\r\nThe Finance Committee will have at a minimum three members and the Treasurer shall be the chairperson. The Finance Committee shall be responsible for developing and reviewing fiscal procedures, all fund raising and a budget for COBA operations. All budgets and amendments to budgets will be presented to the Board for approval.\r\n<h4>Helping Hands Committee - Chair ..... Bill Tolliver (elt1000@aol.com)</h4>\r\nThe helping hands committee shall be responsible for organizing persons to help beekeepers and families who need help with their bees because of sickness or death in the family. And to send out Sympathy, Get Well, Congratulations or thinking of you cards when needed. Bill Tolliver the Co-chairman of the committee wants all members to be aware of the need to notify him if you know of a member beekeeper who needs either a card sent from COBA for a death in the family, illness, or hospitalization. The committee\'s mission involves giving beekeeping help to any member who can not work his or her bees. Give Bill a call at 614-267-6556 or email him at: ELT1000@aol.com.\r\n<h4>Membership Committee - Chair... Kim Flippen (kflippen@columbus.rr.com)</h4>\r\nThe Membership Committee will have a minimum of three members and shall be chaired by the Vice-President and be responsible for all correspondence with members concerning membership matters. The Committee shall be responsible for maintaining a current membership list and a current mailing list including name, address, email and phone number. .\r\n<h4>Newsletter Committee -Chair ....Barry Conrad (barry@hiveandhoney.com)</h4>\r\nThe Newsletter Committee shall be responsible for the production, assembly and distribution of the COBA news letter.\r\n<h4>Nominating Committee -Chair ... Jim Tippie (jimtip2@aol.com)</h4>\r\nThe Nominating Committee will have as a minimum two members and is responsible for seeking out qualified members to serve on the Board and placing the qualified member’s name, with members permission, on the ballot. Additional nominations may be taken from the floor during the annual meeting.\r\n<h4>Program Committee - Chair ....Mike Hatter</h4>\r\nThe Program committee shall be responsible for obtaining speakers and arranging programs for meetings. These duties include responsibility for any travel arrangements, hotel and meal accommodations. The committee shall be responsible for all follow up and sending thank you letters to speakers.\r\n<h4>Scholarship Committee - Chair ... Mike Hatter (mike.hatter@yahoo.com)</h4>\r\nThe Scholarship Committee shall be responsible for promotion of the scholarships, collecting applications, reviewing, interviewing and selecting final candidate. Upon final selection, the Committee shall be responsible for providing equipment and signing up the winning candidates for bee school. The Committee will be responsible for monitoring, mentoring and overseeing the completion of the requirement of the scholarship recipients. COBA Youth Scholarship Application now available online [pdf]\r\n<h4>Web site Committee - Chair ....Rod Pritchard</h4>\r\nThe Web site Committee shall consist of a Web master and be responsible for the contents, updating, maintenance, and monitoring of the Web site. The Chairperson shall be appointed by the President with the approval of the Board. The Chairperson, President and Treasurer shall have access to the account management log-in and password with the domain hosting company. Additionally, the Chairperson shall provide the President and Treasurer with the Web master log-in pass word for the Web site.','Committees','','inherit','closed','closed','','84-revision-v1','','','2016-04-24 19:59:18','2016-04-24 23:59:18','',84,'http://centralohiobeekeepers.org/wordpress1?p=88',0,'revision','',0),(91,1,'2016-04-24 20:03:44','2016-04-25 00:03:44','<p style=\"text-align: center;\"><strong><img class=\"size-medium wp-image-93 alignleft\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Contact-Us-300x169-300x169.jpg\" alt=\"Contact-Us-300x169\" width=\"300\" height=\"169\" />Nancy Ferron\r\nMembership Director</strong>\r\n<strong>The Central Ohio Beekeepers Association</strong></p>\r\n<p style=\"text-align: center;\">6240 Wright Road\r\nCanal Winchester, OH 43110</p>\r\n<p style=\"text-align: center;\">or</p>\r\n<p style=\"text-align: center;\"><strong>Rod Pritchard</strong>\r\ncobapresident@hotmail.com</p>\r\n<p style=\"text-align: center;\">or</p>\r\n<p style=\"text-align: center;\"><strong>Webmaster</strong>\r\nwebmaster@centralohiobeekeepers.org</p>','Contact Us','','publish','closed','closed','','contact-us','','','2016-07-11 10:35:46','2016-07-11 14:35:46','',37,'http://centralohiobeekeepers.org/wordpress1?page_id=91',6,'page','',0),(93,1,'2016-04-24 20:02:27','2016-04-25 00:02:27','','Contact-Us-300x169','','inherit','closed','closed','','contact-us-300x169','','','2016-04-24 20:02:27','2016-04-25 00:02:27','',91,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Contact-Us-300x169.jpg',0,'attachment','image/jpeg',0),(96,1,'2016-04-24 20:03:22','2016-04-25 00:03:22','<p style=\"text-align: center;\"><strong><img class=\"size-medium wp-image-93 alignleft\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Contact-Us-300x169-300x169.jpg\" alt=\"Contact-Us-300x169\" width=\"300\" height=\"169\" />Kim Flippen\r\nMembership Director</strong>\r\n<strong>The Central Ohio Beekeepers Association</strong></p>\r\n<p style=\"text-align: center;\">6240 Wright Road\r\nCanal Winchester, OH 43110</p>\r\n<p style=\"text-align: center;\">or</p>\r\n<p style=\"text-align: center;\"><strong>Rod Pritchard</strong>\r\ncobapresident@hotmail.com</p>\r\n<p style=\"text-align: center;\">or</p>\r\n<p style=\"text-align: center;\"><strong>Webmaster</strong>\r\nwebmaster@centralohiobeekeepers.org</p>','Contact Us','','inherit','closed','closed','','91-revision-v1','','','2016-04-24 20:03:22','2016-04-25 00:03:22','',91,'http://centralohiobeekeepers.org/wordpress1?p=96',0,'revision','',0),(99,1,'2016-04-24 20:11:16','2016-04-25 00:11:16','','Services','','publish','closed','closed','','services','','','2016-05-11 09:36:33','2016-05-11 13:36:33','',0,'http://centralohiobeekeepers.org/wordpress1?page_id=99',3,'page','',0),(102,1,'2016-04-24 20:11:16','2016-04-25 00:11:16','','Services','','inherit','closed','closed','','99-revision-v1','','','2016-04-24 20:11:16','2016-04-25 00:11:16','',99,'http://centralohiobeekeepers.org/wordpress1?p=102',0,'revision','',0),(105,1,'2016-04-24 20:16:14','2016-04-25 00:16:14','[caption id=\"attachment_108\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-108\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Jars-of-Honey-300x154-300x154.jpg\" alt=\"Jars of Local Honey\" width=\"300\" height=\"154\" /> Jars of Local Honey[/caption]\r\n<h4>Looking for a Local Source of Honey?!?</h4>\r\nBees are social insects, cousins of wasps and ants. Bees are very useful in nature as flower pollinators, and as a side job, they produce lots of good products for us, like honey, beeswax, pollen, and royal jelly. Honey has been found to have medicinal qualities, particularly when applied topically to burns, wounds, and ulcers.\r\n\r\nSome say local honey will cure your seasonal allergies, and others say it\'s just plain good. Whether you want to reduce your carbon footprint or support local agriculture, buying honey that\'s made by bees in your neighborhood is a good thing to do.\r\n\r\nA number of Central Ohio Beekeeping Association members sell their honey to the public. Below, is an alphabetical list of COBA members that are local resources.\r\n\r\n<strong>Barry Conrad</strong>\r\nhiveandhoney.com\r\n614-837-3899\r\n6240 Wright Rd\r\nCanal Winchester, OH 43110\r\n\r\n<strong>Mark Cameron</strong>\r\n614-554-2286\r\n\r\n<strong>Ramar Lane Honeybee Farm</strong>\r\n1944 Ford Rd.\r\nDelaware, OH 43015\r\nwww.ramarlane.com\r\n\r\n<strong>Arnold Crabtree</strong>\r\n614-837-7131\r\n9185 Winchester Rd\r\nCanal Winchester, OH 43110\r\n\r\n<strong>Joe & Sue Daly</strong>\r\n740-965-5878\r\n1315 S Galena Rd\r\nGalena, OH 43021\r\n\r\n<strong>Jerry Hinton</strong>\r\nHinton Apiaries\r\n2697 Martha Court\r\nGrove City Ohio 43123\r\nHintonapiaries.com\r\nHintonapiaries@gmail.com\r\n614-506-4523\r\n\r\n<strong>Will Merrill</strong>\r\n614-226-8219\r\nOrchard Lane Apiary\r\nwww.orchardlaneapiary.com\r\nwnm0628@yahoo.com\r\n101 Orchard Lane\r\nColumbus, OH 43214\r\n\r\n<strong>John Schreiber</strong>\r\n614-261-6084\r\n2608 Glen Echo Dr\r\nColumbus, OH 43202\r\n\r\n<strong>Bill Tolliver</strong>\r\n614-267-6556\r\n472 E. Torrance Rd\r\nColumbus, OH 43214\r\n\r\n<strong>George Taylor</strong>\r\n740-524-6241\r\n7590 Kilbourne Rd\r\nSunbury, OH 43074\r\n\r\n<strong>Cheryl Wachsmuth</strong>\r\n614-878-8025\r\n4124 Georgesville-Wrightsville\r\nGrove City, OH 43123','Local Honey','','publish','closed','closed','','local-honey','','','2016-05-11 09:35:22','2016-05-11 13:35:22','',99,'http://centralohiobeekeepers.org/wordpress1?page_id=105',2,'page','',0),(108,1,'2016-04-24 20:15:10','2016-04-25 00:15:10','','Jars-of-Honey-300x154','Jars of Local Honey','inherit','closed','closed','','jars-of-honey-300x154','','','2016-04-24 20:15:44','2016-04-25 00:15:44','',105,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Jars-of-Honey-300x154.jpg',0,'attachment','image/jpeg',0),(111,1,'2016-04-24 20:15:55','2016-04-25 00:15:55','[caption id=\"attachment_108\" align=\"alignleft\" width=\"300\"]<img class=\"size-medium wp-image-108\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Jars-of-Honey-300x154-300x154.jpg\" alt=\"Jars of Local Honey\" width=\"300\" height=\"154\" /> Jars of Local Honey[/caption]\r\n<h4>Looking for a Local Source of Honey?!?</h4>\r\nBees are social insects, cousins of wasps and ants. Bees are very useful in nature as flower pollinators, and as a side job, they produce lots of good products for us, like honey, beeswax, pollen, and royal jelly. Honey has been found to have medicinal qualities, particularly when applied topically to burns, wounds, and ulcers.\r\n\r\nSome say local honey will cure your seasonal allergies, and others say it\'s just plain good. Whether you want to reduce your carbon footprint or support local agriculture, buying honey that\'s made by bees in your neighborhood is a good thing to do.\r\n\r\nA number of Central Ohio Beekeeping Association members sell their honey to the public. Below, is an alphabetical list of COBA members that are local resources.\r\n\r\n<strong>Barry Conrad</strong>\r\nhiveandhoney.com\r\n614-837-3899\r\n6240 Wright Rd\r\nCanal Winchester, OH 43110\r\n\r\n<strong>Mark Cameron</strong>\r\n614-554-2286\r\n\r\n<strong>Ramar Lane Honeybee Farm</strong>\r\n1944 Ford Rd.\r\nDelaware, OH 43015\r\nwww.ramarlane.com\r\n\r\n<strong>Arnold Crabtree</strong>\r\n614-837-7131\r\n9185 Winchester Rd\r\nCanal Winchester, OH 43110\r\n\r\n<strong>Joe & Sue Daly</strong>\r\n740-965-5878\r\n1315 S Galena Rd\r\nGalena, OH 43021\r\n\r\n<strong>Jerry Hinton</strong>\r\nHinton Apiaries\r\n2697 Martha Court\r\nGrove City Ohio 43123\r\nHintonapiaries.com\r\nHintonapiaries@gmail.com\r\n614-506-4523\r\n\r\n<strong>Will Merrill</strong>\r\n614-226-8219\r\nOrchard Lane Apiary\r\nwww.orchardlaneapiary.com\r\nwnm0628@yahoo.com\r\n101 Orchard Lane\r\nColumbus, OH 43214\r\n\r\n<strong>John Schreiber</strong>\r\n614-261-6084\r\n2608 Glen Echo Dr\r\nColumbus, OH 43202\r\n\r\n<strong>Bill Tolliver</strong>\r\n614-267-6556\r\n472 E. Torrance Rd\r\nColumbus, OH 43214\r\n\r\n<strong>George Taylor</strong>\r\n740-524-6241\r\n7590 Kilbourne Rd\r\nSunbury, OH 43074\r\n\r\n<strong>Cheryl Wachsmuth</strong>\r\n614-878-8025\r\n4124 Georgesville-Wrightsville\r\nGrove City, OH 43123','Local Honey','','inherit','closed','closed','','105-revision-v1','','','2016-04-24 20:15:55','2016-04-25 00:15:55','',105,'http://centralohiobeekeepers.org/wordpress1?p=111',0,'revision','',0),(114,1,'2016-04-24 20:19:57','2016-04-25 00:19:57','[caption id=\"attachment_117\" align=\"alignright\" width=\"275\"]<img class=\"size-full wp-image-117\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Market.jpg\" alt=\"Coba Market\" width=\"275\" height=\"183\" /> COBA Market[/caption]\r\n<p id=\"ext-gen5973\"><strong>The COBA Market is provided as a service to our members and is reserved for those members that have bee related products or services for sale to other members. The sole purpose of this market is to connect members that have a need with those individuals that may be able to assist them. COBA does not endorse any of the products or services offered here. Members that offer nucs, package bees or queens for sale must comply with all OAC rules and must have the product inspected prior to sale per rule.</strong></p>\r\n<strong><span class=\"hdrAddlText\">Mark Cameron - Extracting Services</span></strong>\r\n1944 Ford Road\r\nDelaware, Ohio 43015\r\nCell 614-554-2286\r\n<span class=\"hdrAddlText\">Web site: <a id=\"ext-gen2403\" href=\"http://ramarlane.com/2.html\">http://ramarlane.com/2.html</a></span>\r\n\r\n<strong><span class=\"hdrAddlText\">Conrad Hive and Honey-Barry Conrad</span></strong>\r\n<span class=\"hdrAddlText\">Full service Bee supply including\r\nequipment, package bees, queens, etc.\r\n6240 Wright Rd\r\nCanal Winchester, Ohio 43110\r\n614-837-3899\r\n</span><span class=\"hdrAddlText\">Web site: <a href=\"http://www.hiveandhoney.com\">www.hiveandhoney.com</a></span>\r\n\r\n<strong>Waldo Ohio Apiaries - George Taylor</strong>\r\nPackage Bees\r\nPO Box 122, Kilbourne, Ohio 43032\r\nPhone: 740-524-6241\r\nCell Phone: 740-815-7792\r\nemail: <a href=\"mailto:waldobee@msn.com\">waldobee@msn.com</a>\r\nWeb site: <a href=\"http://www.waldobees.com\">www.waldobees.com</a>\r\n\r\n<strong>Orchard Lane Apiary</strong>\r\nExtracting service, Bee hives (8 or 10 frame),\r\nDeeps, Mediums, or Shallows. Great prices! Great quality!\r\nFrames and foundation.\r\nCall: 614-226-8219\r\nWeb Site: <a href=\"http://www.orchardlaneapiary.com\">www.orchardlaneapiary.com</a>\r\nemail: <a href=\"mailto:wnm0628@yahoo.com\">wnm0628@yahoo.com</a>\r\n\r\n \r\n<div>To be included on this list, please e-mail <a href=\"mailto:webmaster@centralohiobeekeepers.org\" target=\"\">webmaster@centralohiobeekeepers.org</a></div>','COBA Market','','publish','closed','closed','','coba-market','','','2016-05-11 09:34:08','2016-05-11 13:34:08','',99,'http://centralohiobeekeepers.org/wordpress1?page_id=114',3,'page','',0),(117,1,'2016-04-24 20:18:48','2016-04-25 00:18:48','','Market','COBA Market','inherit','closed','closed','','market','','','2016-04-24 20:19:11','2016-04-25 00:19:11','',114,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Market.jpg',0,'attachment','image/jpeg',0),(120,1,'2016-04-24 20:19:36','2016-04-25 00:19:36','[caption id=\"attachment_117\" align=\"alignright\" width=\"275\"]<img class=\"size-full wp-image-117\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Market.jpg\" alt=\"Coba Market\" width=\"275\" height=\"183\" /> COBA Market[/caption]\r\n<p id=\"ext-gen5973\"><strong>The COBA Market is provided as a service to our members and is reserved for those members that have bee related products or services for sale to other members. The sole purpose of this market is to connect members that have a need with those individuals that may be able to assist them. COBA does not endorse any of the products or services offered here. Members that offer nucs, package bees or queens for sale must comply with all OAC rules and must have the product inspected prior to sale per rule.</strong></p>\r\n<strong><span class=\"hdrAddlText\">Mark Cameron - Extracting Services</span></strong>\r\n1944 Ford Road\r\nDelaware, Ohio 43015\r\nCell 614-554-2286\r\n<span class=\"hdrAddlText\">Web site: <a id=\"ext-gen2403\" href=\"http://ramarlane.com/2.html\">http://ramarlane.com/2.html</a></span>\r\n\r\n<strong><span class=\"hdrAddlText\">Conrad Hive and Honey-Barry Conrad</span></strong>\r\n<span class=\"hdrAddlText\">Full service Bee supply including\r\nequipment, package bees, queens, etc.\r\n6240 Wright Rd\r\nCanal Winchester, Ohio 43110\r\n614-837-3899\r\n</span><span class=\"hdrAddlText\">Web site: <a href=\"http://www.hiveandhoney.com\">www.hiveandhoney.com</a></span>\r\n\r\n<strong>Waldo Ohio Apiaries - George Taylor</strong>\r\nPackage Bees\r\nPO Box 122, Kilbourne, Ohio 43032\r\nPhone: 740-524-6241\r\nCell Phone: 740-815-7792\r\nemail: <a href=\"mailto:waldobee@msn.com\">waldobee@msn.com</a>\r\nWeb site: <a href=\"http://www.waldobees.com\">www.waldobees.com</a>\r\n\r\n<strong>Orchard Lane Apiary</strong>\r\nExtracting service, Bee hives (8 or 10 frame),\r\nDeeps, Mediums, or Shallows. Great prices! Great quality!\r\nFrames and foundation.\r\nCall: 614-226-8219\r\nWeb Site: <a href=\"http://www.orchardlaneapiary.com\">www.orchardlaneapiary.com</a>\r\nemail: <a href=\"mailto:wnm0628@yahoo.com\">wnm0628@yahoo.com</a>\r\n\r\n \r\n<div>To be included on this list, please e-mail <a href=\"mailto:webmaster@centralohiobeekeepers.org\" target=\"\">webmaster@centralohiobeekeepers.org</a></div>','COBA Market','','inherit','closed','closed','','114-revision-v1','','','2016-04-24 20:19:36','2016-04-25 00:19:36','',114,'http://centralohiobeekeepers.org/wordpress1?p=120',0,'revision','',0),(123,1,'2016-04-24 20:25:48','2016-04-25 00:25:48','[caption id=\"attachment_126\" align=\"alignleft\" width=\"204\"]<img class=\"size-full wp-image-126\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/tools.jpg\" alt=\"Tools\" width=\"204\" height=\"204\" /> Tools[/caption]\r\n\r\n<strong>Plans for Bee Equipment</strong>\r\nJohn George\r\n\r\nEach piece of equipment has a picture to identify it. It may be slightly different from the plan. The plan is the most up to date item. All Plans show a Top view (upper view on plan) a side view (lower left on plan) and a end view (lower right on plan). Remember \"measure twice cut once\" AND \"if you make a line you might as well cut on it.\" These are sayings I heard often while growing up, from my mom and dad respectively.\r\n\r\nThe designs on this page are from the University of Minnesota Web pages and the drawings are those of Gary Reuter. They are <em>all</em> in Adobe Reader .pdf file format designated by [pdf] following the link. You may read/download any of the pdf files by selecting the links. However PDF files require the use of Adobe Acrobat Reader software to open them. If you do not have Reader, you may use the following link to Adobe to download it for free at: <a href=\"http://get.adobe.com/reader/\">Adobe Acrobat Reader</a>.\r\n\r\n[caption id=\"attachment_132\" align=\"alignright\" width=\"200\"]<img class=\"size-full wp-image-132\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/hive1.jpg\" alt=\"Bee Hive\" width=\"200\" height=\"224\" /> Bee Hive[/caption]\r\n<h3><strong>Bumble Bees</strong></h3>\r\n<strong>Bumble Bee box -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/BB%20Box%20drawing.pdf\">plan</a> [pdf] and for help on <a href=\"http://www.extension.umn.edu/honeybees/components/bumbleID.htm\">how to use this box</a>.</strong>\r\n<h3><strong>Standard Beekeeping</strong></h3>\r\n<strong>Standard hive boxes</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pBee%20Hive%20bot%20box.pdf\">Standard hive box plan</a> [pdf].\r\n<strong>Hive Covers</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pBee%20Hive%20covers.pdf\">Inner Hive Cover plan</a> [pdf].\r\n<strong>Hive Frames</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pBee%20Hive%20frames.pdf\">Hive Frame tOP & bottom bar plan</a> [pdf].\r\n<strong>Bottom Boards</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pMulti%20bottom.pdf\">Bottom boards plan</a> [pdf].\r\n<strong>Observation Hive</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pObservation%20hive.pdf\">Observation hive plan</a> [pdf].\r\n<strong>Screened Bottom Boards</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pScreened%20bottom%20new.pdf\">Screened bottom boards plan</a> [pdf].\r\n<strong>Solar Wax Melters</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pSolar%20Wax%20Melter.pdf\">Solar wax melters plan</a> [pdf].\r\n<strong>Mini Solar Wax Melters</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pSolar%20Wax%20Melter%20mini.pdf\">Mini solar wax melters plan</a> [pdf].\r\n<strong>Top bar</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pTop%20bar%20Kenya.pdf\">Kenya plan. </a>[pdf] <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pTop%20bar%20Yemen.pdf\">Yemen plan. </a>[pdf].\r\n<h3><strong>Queen Rearing</strong></h3>\r\n<strong>Nuc</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/p5%20frame%20nuc.pdf\">Nuc plan</a> [pdf].\r\n<strong>Cell bar frame</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pCell%20Bar%20&%20Frame.pdf\">plan</a> [pdf].\r\n<strong>Grafting tool</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pGrafting%20Tool.pdf\">Grafting tool plan</a> [pdf].\r\n<strong>Queen Cage</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pHotelQueen%20Cage.pdf\">Queen cage plan</a> [pdf].\r\n<strong>Mating Nuc</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/phive%20body%20mating%20nuc.pdf\">Mating nuc plan</a> [pdf].\r\n<strong>Mini Mating Nuc</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pMini%20Mating%20Nuc%204x4.pdf\">Mini mating nuc plan</a> [pdf].\r\n<strong>Mini Mating Feeders</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pMini%20Mating%20Nucs.pdf\">plan 1</a> [pdf]; <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pMini%20Mating%20Nuc%20feeder.pdf\">plan 2</a> [pdf]; and <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pMini%20Mating%20Nuc%20wfeeder.pdf\">plan 3</a> [pdf].\r\n<h3><strong>Research</strong></h3>\r\n<strong>Swarm Box</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pSwarm%20box.pdf\">Swarm box plan</a> [pdf].\r\n<strong>Plywood Cage Holder</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pWood%20Cage%20Holder.pdf\">Plywood cage holder plan</a> [pdf].\r\n<strong>Bulk Bee Box</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pbulk%20bee%20box.pdf\">Bulk bee box plan</a> [pdf].\r\n<strong>Drone Cage</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pDrone%20Cage.pdf\">Drone cage plan</a> [pdf].\r\n<strong>Incubator Cage Holder</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pIncubator%20Cage%20&%20holder.pdf\">Incubator cage holder plan</a> [pdf].\r\n<strong>Incubator Cage Frame</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pIncubator%20frame%20cage.pdf\">Incubator cage frame plan</a> [pdf].\r\n<strong>Push-in Cages</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pPushin%20Cages.pdf\">Push in Queen Introduction cage plan</a> [pdf].\r\n<strong>Sleeve Cage</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pSleeve%20cage.pdf\">Sleeve cage plan</a> [pdf].\r\n<h3><strong>Candle Molds</strong></h3>\r\n<strong>Mold Candle Holder</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/candle%2020%20MOLD%20HOLDER.pdf\">Plan 20 Mold candle holder plan</a> [pdf]; <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/candle%2016%20MOLD%20HOLDER.pdf\">Plan 20 Mold candle holder</a> [pdf]; and <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/candle%2012%20MOLD%20HOLDER.pdf\">Plan 12 Mold candle holder plan</a> [pdf].\r\n<strong>Candle Shelf Holder Mold</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/candle%20shelf%20MOLD%20HOLDER.pdf\">Candle shelf holder mold plan</a> [pdf].\r\n\r\nThe views and opinions expressed in this page are strictly those of the page author, Gary Reuter. The contents of this page have not been reviewed or approved by the University of Minnesota or by the Central Ohio Beekeeping Association.','Resources - Plans','','publish','closed','closed','','resources-plans','','','2016-05-11 09:33:24','2016-05-11 13:33:24','',99,'http://centralohiobeekeepers.org/wordpress1?page_id=123',4,'page','',0),(126,1,'2016-04-24 20:22:59','2016-04-25 00:22:59','','tools','Tools','inherit','closed','closed','','tools','','','2016-04-24 20:23:11','2016-04-25 00:23:11','',123,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/tools.jpg',0,'attachment','image/jpeg',0),(129,1,'2016-04-24 20:23:35','2016-04-25 00:23:35','[caption id=\"attachment_126\" align=\"alignleft\" width=\"204\"]<img class=\"size-full wp-image-126\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/tools.jpg\" alt=\"Tools\" width=\"204\" height=\"204\" /> Tools[/caption]\r\n\r\n<strong>Plans for Bee Equipment</strong>\r\nJohn George\r\n\r\nEach piece of equipment has a picture to identify it. It may be slightly different from the plan. The plan is the most up to date item. All Plans show a Top view (upper view on plan) a side view (lower left on plan) and a end view (lower right on plan). Remember \"measure twice cut once\" AND \"if you make a line you might as well cut on it.\" These are sayings I heard often while growing up, from my mom and dad respectively.\r\n\r\nThe designs on this page are from the University of Minnesota Web pages and the drawings are those of Gary Reuter. They are <em>all</em> in Adobe Reader .pdf file format designated by [pdf] following the link. You may read/download any of the pdf files by selecting the links. However PDF files require the use of Adobe Acrobat Reader software to open them. If you do not have Reader, you may use the following link to Adobe to download it for free at: <a href=\"http://get.adobe.com/reader/\">Adobe Acrobat Reader</a>.\r\n\r\n[caption id=\"attachment_146\" align=\"alignright\" width=\"200\"]<img class=\"size-full wp-image-146\" src=\"http://thingsyougottasee.com/wp-content/uploads/2016/02/hive1.jpg\" alt=\"Bee Hive\" width=\"200\" height=\"224\" /> Bee Hive[/caption]\r\n<h3><strong>Bumble Bees</strong></h3>\r\n<strong>Bumble Bee box -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/BB%20Box%20drawing.pdf\">plan</a> [pdf] and for help on <a href=\"http://www.extension.umn.edu/honeybees/components/bumbleID.htm\">how to use this box</a>.</strong>\r\n<h3><strong>Standard Beekeeping</strong></h3>\r\n<strong>Standard hive boxes</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pBee%20Hive%20bot%20box.pdf\">Standard hive box plan</a> [pdf].\r\n<strong>Hive Covers</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pBee%20Hive%20covers.pdf\">Inner Hive Cover plan</a> [pdf].\r\n<strong>Hive Frames</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pBee%20Hive%20frames.pdf\">Hive Frame tOP & bottom bar plan</a> [pdf].\r\n<strong>Bottom Boards</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pMulti%20bottom.pdf\">Bottom boards plan</a> [pdf].\r\n<strong>Observation Hive</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pObservation%20hive.pdf\">Observation hive plan</a> [pdf].\r\n<strong>Screened Bottom Boards</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pScreened%20bottom%20new.pdf\">Screened bottom boards plan</a> [pdf].\r\n<strong>Solar Wax Melters</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pSolar%20Wax%20Melter.pdf\">Solar wax melters plan</a> [pdf].\r\n<strong>Mini Solar Wax Melters</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pSolar%20Wax%20Melter%20mini.pdf\">Mini solar wax melters plan</a> [pdf].\r\n<strong>Top bar</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pTop%20bar%20Kenya.pdf\">Kenya plan. </a>[pdf] <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pTop%20bar%20Yemen.pdf\">Yemen plan. </a>[pdf].\r\n<h3><strong>Queen Rearing</strong></h3>\r\n<strong>Nuc</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/p5%20frame%20nuc.pdf\">Nuc plan</a> [pdf].\r\n<strong>Cell bar frame</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pCell%20Bar%20&%20Frame.pdf\">plan</a> [pdf].\r\n<strong>Grafting tool</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pGrafting%20Tool.pdf\">Grafting tool plan</a> [pdf].\r\n<strong>Queen Cage</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pHotelQueen%20Cage.pdf\">Queen cage plan</a> [pdf].\r\n<strong>Mating Nuc</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/phive%20body%20mating%20nuc.pdf\">Mating nuc plan</a> [pdf].\r\n<strong>Mini Mating Nuc</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pMini%20Mating%20Nuc%204x4.pdf\">Mini mating nuc plan</a> [pdf].\r\n<strong>Mini Mating Feeders</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pMini%20Mating%20Nucs.pdf\">plan 1</a> [pdf]; <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pMini%20Mating%20Nuc%20feeder.pdf\">plan 2</a> [pdf]; and <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pMini%20Mating%20Nuc%20wfeeder.pdf\">plan 3</a> [pdf].\r\n<h3><strong>Research</strong></h3>\r\n<strong>Swarm Box</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pSwarm%20box.pdf\">Swarm box plan</a> [pdf].\r\n<strong>Plywood Cage Holder</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pWood%20Cage%20Holder.pdf\">Plywood cage holder plan</a> [pdf].\r\n<strong>Bulk Bee Box</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pbulk%20bee%20box.pdf\">Bulk bee box plan</a> [pdf].\r\n<strong>Drone Cage</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pDrone%20Cage.pdf\">Drone cage plan</a> [pdf].\r\n<strong>Incubator Cage Holder</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pIncubator%20Cage%20&%20holder.pdf\">Incubator cage holder plan</a> [pdf].\r\n<strong>Incubator Cage Frame</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pIncubator%20frame%20cage.pdf\">Incubator cage frame plan</a> [pdf].\r\n<strong>Push-in Cages</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pPushin%20Cages.pdf\">Push in Queen Introduction cage plan</a> [pdf].\r\n<strong>Sleeve Cage</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pSleeve%20cage.pdf\">Sleeve cage plan</a> [pdf].\r\n<h3><strong>Candle Molds</strong></h3>\r\n<strong>Mold Candle Holder</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/candle%2020%20MOLD%20HOLDER.pdf\">Plan 20 Mold candle holder plan</a> [pdf]; <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/candle%2016%20MOLD%20HOLDER.pdf\">Plan 20 Mold candle holder</a> [pdf]; and <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/candle%2012%20MOLD%20HOLDER.pdf\">Plan 12 Mold candle holder plan</a> [pdf].\r\n<strong>Candle Shelf Holder Mold</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/candle%20shelf%20MOLD%20HOLDER.pdf\">Candle shelf holder mold plan</a> [pdf].\r\n\r\nThe views and opinions expressed in this page are strictly those of the page author, Gary Reuter. The contents of this page have not been reviewed or approved by the University of Minnesota or by the Central Ohio Beekeeping Association.','Resources - Plans','','inherit','closed','closed','','123-revision-v1','','','2016-04-24 20:23:35','2016-04-25 00:23:35','',123,'http://centralohiobeekeepers.org/wordpress1?p=129',0,'revision','',0),(132,1,'2016-04-24 20:24:54','2016-04-25 00:24:54','','hive1','Bee Hive','inherit','closed','closed','','hive1','','','2016-04-24 20:25:08','2016-04-25 00:25:08','',123,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/hive1.jpg',0,'attachment','image/jpeg',0),(133,1,'2016-04-24 20:25:29','2016-04-25 00:25:29','[caption id=\"attachment_126\" align=\"alignleft\" width=\"204\"]<img class=\"size-full wp-image-126\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/tools.jpg\" alt=\"Tools\" width=\"204\" height=\"204\" /> Tools[/caption]\r\n\r\n<strong>Plans for Bee Equipment</strong>\r\nJohn George\r\n\r\nEach piece of equipment has a picture to identify it. It may be slightly different from the plan. The plan is the most up to date item. All Plans show a Top view (upper view on plan) a side view (lower left on plan) and a end view (lower right on plan). Remember \"measure twice cut once\" AND \"if you make a line you might as well cut on it.\" These are sayings I heard often while growing up, from my mom and dad respectively.\r\n\r\nThe designs on this page are from the University of Minnesota Web pages and the drawings are those of Gary Reuter. They are <em>all</em> in Adobe Reader .pdf file format designated by [pdf] following the link. You may read/download any of the pdf files by selecting the links. However PDF files require the use of Adobe Acrobat Reader software to open them. If you do not have Reader, you may use the following link to Adobe to download it for free at: <a href=\"http://get.adobe.com/reader/\">Adobe Acrobat Reader</a>.\r\n\r\n[caption id=\"attachment_132\" align=\"alignright\" width=\"200\"]<img class=\"size-full wp-image-132\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/hive1.jpg\" alt=\"Bee Hive\" width=\"200\" height=\"224\" /> Bee Hive[/caption]\r\n<h3><strong>Bumble Bees</strong></h3>\r\n<strong>Bumble Bee box -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/BB%20Box%20drawing.pdf\">plan</a> [pdf] and for help on <a href=\"http://www.extension.umn.edu/honeybees/components/bumbleID.htm\">how to use this box</a>.</strong>\r\n<h3><strong>Standard Beekeeping</strong></h3>\r\n<strong>Standard hive boxes</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pBee%20Hive%20bot%20box.pdf\">Standard hive box plan</a> [pdf].\r\n<strong>Hive Covers</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pBee%20Hive%20covers.pdf\">Inner Hive Cover plan</a> [pdf].\r\n<strong>Hive Frames</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pBee%20Hive%20frames.pdf\">Hive Frame tOP & bottom bar plan</a> [pdf].\r\n<strong>Bottom Boards</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pMulti%20bottom.pdf\">Bottom boards plan</a> [pdf].\r\n<strong>Observation Hive</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pObservation%20hive.pdf\">Observation hive plan</a> [pdf].\r\n<strong>Screened Bottom Boards</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pScreened%20bottom%20new.pdf\">Screened bottom boards plan</a> [pdf].\r\n<strong>Solar Wax Melters</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pSolar%20Wax%20Melter.pdf\">Solar wax melters plan</a> [pdf].\r\n<strong>Mini Solar Wax Melters</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pSolar%20Wax%20Melter%20mini.pdf\">Mini solar wax melters plan</a> [pdf].\r\n<strong>Top bar</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pTop%20bar%20Kenya.pdf\">Kenya plan. </a>[pdf] <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pTop%20bar%20Yemen.pdf\">Yemen plan. </a>[pdf].\r\n<h3><strong>Queen Rearing</strong></h3>\r\n<strong>Nuc</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/p5%20frame%20nuc.pdf\">Nuc plan</a> [pdf].\r\n<strong>Cell bar frame</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pCell%20Bar%20&%20Frame.pdf\">plan</a> [pdf].\r\n<strong>Grafting tool</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pGrafting%20Tool.pdf\">Grafting tool plan</a> [pdf].\r\n<strong>Queen Cage</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pHotelQueen%20Cage.pdf\">Queen cage plan</a> [pdf].\r\n<strong>Mating Nuc</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/phive%20body%20mating%20nuc.pdf\">Mating nuc plan</a> [pdf].\r\n<strong>Mini Mating Nuc</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pMini%20Mating%20Nuc%204x4.pdf\">Mini mating nuc plan</a> [pdf].\r\n<strong>Mini Mating Feeders</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pMini%20Mating%20Nucs.pdf\">plan 1</a> [pdf]; <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pMini%20Mating%20Nuc%20feeder.pdf\">plan 2</a> [pdf]; and <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pMini%20Mating%20Nuc%20wfeeder.pdf\">plan 3</a> [pdf].\r\n<h3><strong>Research</strong></h3>\r\n<strong>Swarm Box</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pSwarm%20box.pdf\">Swarm box plan</a> [pdf].\r\n<strong>Plywood Cage Holder</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pWood%20Cage%20Holder.pdf\">Plywood cage holder plan</a> [pdf].\r\n<strong>Bulk Bee Box</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pbulk%20bee%20box.pdf\">Bulk bee box plan</a> [pdf].\r\n<strong>Drone Cage</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pDrone%20Cage.pdf\">Drone cage plan</a> [pdf].\r\n<strong>Incubator Cage Holder</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pIncubator%20Cage%20&%20holder.pdf\">Incubator cage holder plan</a> [pdf].\r\n<strong>Incubator Cage Frame</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pIncubator%20frame%20cage.pdf\">Incubator cage frame plan</a> [pdf].\r\n<strong>Push-in Cages</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pPushin%20Cages.pdf\">Push in Queen Introduction cage plan</a> [pdf].\r\n<strong>Sleeve Cage</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/pSleeve%20cage.pdf\">Sleeve cage plan</a> [pdf].\r\n<h3><strong>Candle Molds</strong></h3>\r\n<strong>Mold Candle Holder</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/candle%2020%20MOLD%20HOLDER.pdf\">Plan 20 Mold candle holder plan</a> [pdf]; <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/candle%2016%20MOLD%20HOLDER.pdf\">Plan 20 Mold candle holder</a> [pdf]; and <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/candle%2012%20MOLD%20HOLDER.pdf\">Plan 12 Mold candle holder plan</a> [pdf].\r\n<strong>Candle Shelf Holder Mold</strong> -- <a href=\"http://www.tc.umn.edu/%7Ereute001/Plan%20files/candle%20shelf%20MOLD%20HOLDER.pdf\">Candle shelf holder mold plan</a> [pdf].\r\n\r\nThe views and opinions expressed in this page are strictly those of the page author, Gary Reuter. The contents of this page have not been reviewed or approved by the University of Minnesota or by the Central Ohio Beekeeping Association.','Resources - Plans','','inherit','closed','closed','','123-revision-v1','','','2016-04-24 20:25:29','2016-04-25 00:25:29','',123,'http://centralohiobeekeepers.org/wordpress1?p=133',0,'revision','',0),(136,1,'2016-04-24 20:29:52','2016-04-25 00:29:52','<div id=\"wb_element_text__02855240\" class=\"ic-element\">\r\n<div>\r\n\r\n<span id=\"ext-gen9714\"><img class=\"size-medium wp-image-139 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Speaker-300x150-300x150.jpg\" alt=\"Speaker Request\" width=\"300\" height=\"150\" />Want to learn more about beekeeping? Would you like a COBA member to speak to your group, or at your facility? </span>\r\n\r\n<span id=\"ext-gen9714\">Fill in the following form and when finished hit the submit button. </span>Please allow as much time as possible (minimum 30 days).\r\n\r\n[wd_contact_form id=\"54\"]\r\n\r\n</div>\r\n</div>','Request a Speaker','','publish','closed','closed','','request-a-speaker','','','2016-05-11 09:32:47','2016-05-11 13:32:47','',99,'http://centralohiobeekeepers.org/wordpress1?page_id=136',5,'page','',0),(139,1,'2016-04-24 20:28:53','2016-04-25 00:28:53','','Speaker-300x150','','inherit','closed','closed','','speaker-300x150','','','2016-04-24 20:29:04','2016-04-25 00:29:04','',136,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Speaker-300x150.jpg',0,'attachment','image/jpeg',0),(141,1,'2016-04-24 20:29:35','2016-04-25 00:29:35','<div id=\"wb_element_text__02855240\" class=\"ic-element\">\r\n<div>\r\n\r\n<span id=\"ext-gen9714\"><img class=\"size-medium wp-image-139 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Speaker-300x150-300x150.jpg\" alt=\"Speaker Request\" width=\"300\" height=\"150\" />Want to learn more about beekeeping? Would you like a COBA member to speak to your group, or at your facility? </span>\r\n\r\n<span id=\"ext-gen9714\">Fill in the following form and when finished hit the submit button. </span>Please allow as much time as possible (minimum 30 days).\r\n\r\n</div>\r\n</div>','Request a Speaker','','inherit','closed','closed','','136-revision-v1','','','2016-04-24 20:29:35','2016-04-25 00:29:35','',136,'http://centralohiobeekeepers.org/wordpress1?p=141',0,'revision','',0),(144,1,'2016-04-24 20:34:09','2016-04-25 00:34:09','<h3>Newsletters and Magazines</h3>\r\n<img class=\"size-full wp-image-145 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Web-Links-300x300.png\" alt=\"Web Links\" width=\"300\" height=\"300\" />\r\n<p class=\"indentSm\"><strong><a href=\"http://www.beeculture.com/\" target=\"_blank\">Bee Culture Magazine</a></strong>\r\nThe Magazine of American Beekeeping.</p>\r\n\r\n<div class=\"indentSm\">\r\n\r\n<strong><a href=\"http://www.brushymountainbeefarm.com/\" target=\"_blank\">Brushy Mountain Beekeeping</a></strong>\r\nVisit their Resources home page.\r\n<a href=\"http://www.brushymountainbeefarm.com/Resources/Videos.asp\" target=\"_blank\">See all the Beekeeping \'Webinar\' videos that they offer.</a>\r\n\r\n<strong><a href=\"http://www.kelleybees.com/\" target=\"_blank\">Kelley Bee News</a></strong>\r\nAnswering your questions is a major part of why we\'re here, and we love being able to help you decide what to do with a struggling hive, which size deeps are best for you, or whether you have a varroa issue. There\'s a lot to beekeeping, and our knowledge grows as we help you. We\'re sharing this knowledge with a new electronic newsletter, full of seasonal information, answers to frequently asked questions, and even a bit of humor about the hives. We\'ve tapped experts to answer your questions and look forward to your feedback to make this newsletter a helpful publication for you.\r\n\r\n<strong><a href=\"http://www.mannlakeltd.com/\" target=\"_blank\">Mann Lake Ltd. Newsletter</a></strong>\r\nSign up to receive the Mann Lake Beekeeping Monthly Newsletter\r\n\r\n</div>\r\n<div class=\"indentSm\">\r\n<h3>National/State Organizations Web Sites:</h3>\r\n<strong><a href=\"http://www.honey.com/\" target=\"_blank\">The National Honey Board</a></strong>\r\nLocated at: 11409 Business Park Cir, Ste 210, Firestone, CO 80504, the National Honey Board is a federal research and promotion board under USDA oversight that conducts research, marketing and promotion programs to help maintain and expand markets for honey and honey products. (Also visit the <a href=\"http://www.honeylocator.com/\" target=\"_blank\">Honey Locator Web</a>, a site built and maintained by the National Honey Board. It is a Web site database of honey producers, packers and importers who have formally requested their inclusion in this service by completing an application.)\r\n\r\n<strong><a href=\"http://www.agri.ohio.gov/divs/plant/apiary/apiary.aspx\" target=\"_blank\">Ohio Department of Agriculture Apiary Section</a></strong>\r\nThe state of Ohio Apiary Program coordinates the state and county inspection services that help to ensure a healthy beekeeping industry.\r\n\r\n<strong><a href=\"http://www.beelab.osu.edu/\" target=\"_blank\">OARDC Honey Bee Lab</a></strong>\r\nThe state of Ohio and The Ohio State University have a long beekeeping history. In 1975, the Agricultural Technical Institute (ATI) became part of the OSU beekeeping program with the curriculum addition of the Beekeeping Technology Program. Currently the <a href=\"http://extension.osu.edu/\" target=\"_blank\">OSU Extension</a> Bee Lab is administrated by OSU Extension and the <a href=\"http://www.oardc.ohio-state.edu/\" target=\"_blank\">Ohio Agricultural Research and Development Center (OARDC)</a>.\r\n\r\n<strong><a href=\"http://www.easternapiculture.org/\" target=\"_blank\">Eastern Apicultural Society</a></strong>\r\nThe Eastern Apicultural Society of North America, Inc. (EAS) is an international non-profit educational organization founded in 1955 for the promotion of bee culture, education of beekeepers, and excellence in bee research. EAS is the largest non-commercial beekeeping organization in the United States and one of the largest in the world.\r\n\r\n<strong><a href=\"http://www.honey.com/nhb/industry/\" target=\"_blank\">National Honey Board</a></strong>\r\nResources, on the National Honey Board Web site, primarily for members of the honey industry: honey packers, honey importers and honey producers (beekeepers).\r\n\r\n<strong><a href=\"http://www.abfnet.org/\" target=\"_blank\">American Beekeeping Federation</a></strong>\r\nThe ABF is a national organization with about 1,000 members that continually works in the interest of all beekeepers, large or small, and those associated with the industry to ensure the future of the honey bee. Our members share a common interest to work toward better education and information for all segments of the industry in the hope of increasing our chances for survival in today\'s competitive world.\r\n\r\n<strong><a href=\"http://www.heartlandbees.com/\" target=\"_blank\">Heartland Apiculture Society</a></strong>\r\nHeartland Apicultural Society was founded in 2001 by Greg Hunt (Entomology, Purdue University) and Tom Webster (Researcher, Kentucky State University). It is the Beekeeping Society of the Kentucky-Tennessee region of the United States.\r\n\r\n<strong><a href=\"http://www.ohiostatebeekeepers.org/\" target=\"_blank\">Ohio State Beekeeping:</a></strong>\r\nThe tradition of beekeeping history in Ohio is reflected in the membership and past membership of OSBA. We would be happy to have you visit our pages.\r\n\r\n</div>\r\n<div class=\"indentSm\">\r\n<h3>Central Ohio Bee Organizations/Events</h3>\r\n<strong><a href=\"http://www.e-coba.org/\" target=\"_blank\">East Central Ohio Beekeepers</a></strong>\r\nThe East Central Ohio Beekeepers Association exist to support Beekeeping in the East Central Ohio area (Fairfield, Licking, Muskingum and Perry Counties), including providing our membership with educational opportunities, updates on current Beekeeping information and to promote public awareness abou the important benefits of Beekeeping to our food supply.\r\n\r\n<strong><a href=\"http://www.lithopolishoneyfest.com/\" target=\"_blank\">Lithopolis Honeyfest</a></strong>\r\nInformation about the 2014 Lithopolis Honeyfest, to be held September 12 & 13 , 2014.\r\n\r\n<strong><a href=\"http://www.sciotovalleybeekeepers.com/\" target=\"_blank\">Scioto Valley Beekeepers Association</a></strong>\r\nThe Scioto Valley Beekeepers is dedicated to assisting current and future beekeepers in Pickaway County and the surrounding areas in Ohio.\r\n\r\n</div>\r\n<div class=\"indentSm\"></div>\r\n<h4 class=\"indentSm\">Note:</h4>\r\n<p class=\"indentSm\">[pdf] -- Some links on this page are to .pdf files. These are designated by [PDF] following the link. PDF files require the use of Adobe Acrobat Reader software to open them. If you do not have Reader, you may use the following link to Adobe to download it for free at: <a href=\"http://www.adobe.com/\" target=\"_blank\">Adobe Acrobat Reader</a></p>','Links','','publish','closed','closed','','links','','','2016-05-11 09:26:57','2016-05-11 13:26:57','',99,'http://centralohiobeekeepers.org/wordpress1?page_id=144',6,'page','',0),(145,1,'2016-04-24 20:33:06','2016-04-25 00:33:06','','Web-Links-300x300','','inherit','closed','closed','','web-links-300x300','','','2016-04-24 20:33:31','2016-04-25 00:33:31','',144,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Web-Links-300x300.png',0,'attachment','image/png',0),(147,1,'2016-04-24 20:33:47','2016-04-25 00:33:47','<h3>Newsletters and Magazines</h3>\r\n<img class=\"size-full wp-image-145 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Web-Links-300x300.png\" alt=\"Web Links\" width=\"300\" height=\"300\" />\r\n<p class=\"indentSm\"><strong><a href=\"http://www.beeculture.com/\" target=\"_blank\">Bee Culture Magazine</a></strong>\r\nThe Magazine of American Beekeeping.</p>\r\n\r\n<div class=\"indentSm\">\r\n\r\n<strong><a href=\"http://www.brushymountainbeefarm.com/\" target=\"_blank\">Brushy Mountain Beekeeping</a></strong>\r\nVisit their Resources home page.\r\n<a href=\"http://www.brushymountainbeefarm.com/Resources/Videos.asp\" target=\"_blank\">See all the Beekeeping \'Webinar\' videos that they offer.</a>\r\n\r\n<strong><a href=\"http://www.kelleybees.com/\" target=\"_blank\">Kelley Bee News</a></strong>\r\nAnswering your questions is a major part of why we\'re here, and we love being able to help you decide what to do with a struggling hive, which size deeps are best for you, or whether you have a varroa issue. There\'s a lot to beekeeping, and our knowledge grows as we help you. We\'re sharing this knowledge with a new electronic newsletter, full of seasonal information, answers to frequently asked questions, and even a bit of humor about the hives. We\'ve tapped experts to answer your questions and look forward to your feedback to make this newsletter a helpful publication for you.\r\n\r\n<strong><a href=\"http://www.mannlakeltd.com/\" target=\"_blank\">Mann Lake Ltd. Newsletter</a></strong>\r\nSign up to receive the Mann Lake Beekeeping Monthly Newsletter\r\n\r\n</div>\r\n<div class=\"indentSm\">\r\n<h3>National/State Organizations Web Sites:</h3>\r\n<strong><a href=\"http://www.honey.com/\" target=\"_blank\">The National Honey Board</a></strong>\r\nLocated at: 11409 Business Park Cir, Ste 210, Firestone, CO 80504, the National Honey Board is a federal research and promotion board under USDA oversight that conducts research, marketing and promotion programs to help maintain and expand markets for honey and honey products. (Also visit the <a href=\"http://www.honeylocator.com/\" target=\"_blank\">Honey Locator Web</a>, a site built and maintained by the National Honey Board. It is a Web site database of honey producers, packers and importers who have formally requested their inclusion in this service by completing an application.)\r\n\r\n<strong><a href=\"http://www.agri.ohio.gov/divs/plant/apiary/apiary.aspx\" target=\"_blank\">Ohio Department of Agriculture Apiary Section</a></strong>\r\nThe state of Ohio Apiary Program coordinates the state and county inspection services that help to ensure a healthy beekeeping industry.\r\n\r\n<strong><a href=\"http://www.beelab.osu.edu/\" target=\"_blank\">OARDC Honey Bee Lab</a></strong>\r\nThe state of Ohio and The Ohio State University have a long beekeeping history. In 1975, the Agricultural Technical Institute (ATI) became part of the OSU beekeeping program with the curriculum addition of the Beekeeping Technology Program. Currently the <a href=\"http://extension.osu.edu/\" target=\"_blank\">OSU Extension</a> Bee Lab is administrated by OSU Extension and the <a href=\"http://www.oardc.ohio-state.edu/\" target=\"_blank\">Ohio Agricultural Research and Development Center (OARDC)</a>.\r\n\r\n<strong><a href=\"http://www.easternapiculture.org/\" target=\"_blank\">Eastern Apicultural Society</a></strong>\r\nThe Eastern Apicultural Society of North America, Inc. (EAS) is an international non-profit educational organization founded in 1955 for the promotion of bee culture, education of beekeepers, and excellence in bee research. EAS is the largest non-commercial beekeeping organization in the United States and one of the largest in the world.\r\n\r\n<strong><a href=\"http://www.honey.com/nhb/industry/\" target=\"_blank\">National Honey Board</a></strong>\r\nResources, on the National Honey Board Web site, primarily for members of the honey industry: honey packers, honey importers and honey producers (beekeepers).\r\n\r\n<strong><a href=\"http://www.abfnet.org/\" target=\"_blank\">American Beekeeping Federation</a></strong>\r\nThe ABF is a national organization with about 1,000 members that continually works in the interest of all beekeepers, large or small, and those associated with the industry to ensure the future of the honey bee. Our members share a common interest to work toward better education and information for all segments of the industry in the hope of increasing our chances for survival in today\'s competitive world.\r\n\r\n<strong><a href=\"http://www.heartlandbees.com/\" target=\"_blank\">Heartland Apiculture Society</a></strong>\r\nHeartland Apicultural Society was founded in 2001 by Greg Hunt (Entomology, Purdue University) and Tom Webster (Researcher, Kentucky State University). It is the Beekeeping Society of the Kentucky-Tennessee region of the United States.\r\n\r\n<strong><a href=\"http://www.ohiostatebeekeepers.org/\" target=\"_blank\">Ohio State Beekeeping:</a></strong>\r\nThe tradition of beekeeping history in Ohio is reflected in the membership and past membership of OSBA. We would be happy to have you visit our pages.\r\n\r\n</div>\r\n<div class=\"indentSm\">\r\n<h3>Central Ohio Bee Organizations/Events</h3>\r\n<strong><a href=\"http://www.e-coba.org/\" target=\"_blank\">East Central Ohio Beekeepers</a></strong>\r\nThe East Central Ohio Beekeepers Association exist to support Beekeeping in the East Central Ohio area (Fairfield, Licking, Muskingum and Perry Counties), including providing our membership with educational opportunities, updates on current Beekeeping information and to promote public awareness abou the important benefits of Beekeeping to our food supply.\r\n\r\n<strong><a href=\"http://www.lithopolishoneyfest.com/\" target=\"_blank\">Lithopolis Honeyfest</a></strong>\r\nInformation about the 2014 Lithopolis Honeyfest, to be held September 12 & 13 , 2014.\r\n\r\n<strong><a href=\"http://www.sciotovalleybeekeepers.com/\" target=\"_blank\">Scioto Valley Beekeepers Association</a></strong>\r\nThe Scioto Valley Beekeepers is dedicated to assisting current and future beekeepers in Pickaway County and the surrounding areas in Ohio.\r\n\r\n</div>\r\n<div class=\"indentSm\"></div>\r\n<h4 class=\"indentSm\">Note:</h4>\r\n<p class=\"indentSm\">[pdf] -- Some links on this page are to .pdf files. These are designated by [PDF] following the link. PDF files require the use of Adobe Acrobat Reader software to open them. If you do not have Reader, you may use the following link to Adobe to download it for free at: <a href=\"http://www.adobe.com/\" target=\"_blank\">Adobe Acrobat Reader</a></p>','Links','','inherit','closed','closed','','144-revision-v1','','','2016-04-24 20:33:47','2016-04-25 00:33:47','',144,'http://centralohiobeekeepers.org/wordpress1?p=147',0,'revision','',0),(150,1,'2016-04-24 20:36:43','2016-04-25 00:36:43','','Photo Galleries','','publish','closed','closed','','photo-galleries','','','2016-05-11 09:25:43','2016-05-11 13:25:43','',0,'http://centralohiobeekeepers.org/wordpress1?page_id=150',4,'page','',0),(153,1,'2016-04-24 20:36:43','2016-04-25 00:36:43','','Photo Galleries','','inherit','closed','closed','','150-revision-v1','','','2016-04-24 20:36:43','2016-04-25 00:36:43','',150,'http://centralohiobeekeepers.org/wordpress1?p=153',0,'revision','',0),(171,1,'2016-04-24 20:44:57','2016-04-25 00:44:57','<strong><span style=\"font-size: large;\"><img class=\"size-medium wp-image-174 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Privacy-300x198-300x198.jpg\" alt=\"Privacy & Terms of Use\" width=\"300\" height=\"198\" />Central Ohio Beekeepers Association</span></strong>\r\n\r\n<strong>Privacy/Security Statement</strong>\r\n\r\n<strong>Privacy</strong>\r\n\r\nRespect for every individual’s privacy is a fundamental principle driving all business policies and practices at Central Ohio Beekeepers Association. We do not share information about our web visitors with any other company. We will ask for your permission before collecting any personal information. Sharing your information with Central Ohio Beekeepers Association is strictly voluntary.\r\n\r\nWe may collect general information (such as the type of Internet browser you use and the domain name and country from which you request information) to help us make our site serve you better. Any information we collect is used to customize the content and/or layout for our web visitors. This makes your browsing experience more unique and complete, so we can properly answer your questions.\r\n\r\nWith your permission, we may occasionally (usually less than twice per year) send you information by email about products, specials, giveaway promotions, information, etc. If you prefer not to receive this kind of information from Central Ohio Beekeepers Association, your request will be promptly honored. To be removed from our mailing list, simply reply and type “remove” in the subject or body of your message and this request will be promptly honored.\r\n\r\n<strong>Security</strong>\r\n\r\nWe make security a top priority. Any personal data you provide to us is stored on a secure server. Only Central Ohio Beekeepers Association council members with proper authorization can view this information.\r\n\r\n<strong>Cookies</strong>\r\n\r\nLike most Web sites, CentralOhioBeekeepers.org uses a technology called “cookies.” Cookies are small amounts of data stored on a user’s hard disk. This information lets us know if you have visited our site previously. We use cookies to deliver content that matches your interests. This technology also makes it possible to remember your username so that you don’t have to re-enter it each time you visit. Central Ohio Beekeepers Association uses cookies only to provide better service for its web visitors.\r\n\r\nMost Web browsers allow you to choose not to accept cookies. Browsers can also be configured to notify you when a cookie is sent. If you decide not to allow cookies to be stored on your hard drive, some of our online contests may not be accessible to you. Those visitors who are unable to use cookies can register by US Mail instead.\r\n\r\nPer US Federal Law, children under age 13 should not submit personal information over the internet without explicit permission of a parent or legal guardian. Where appropriate, Central Ohio Beekeepers Association will instruct children not to submit personal information.\r\n\r\n<strong>\r\nMiscellaneous</strong>\r\n\r\nOur site contains links to other sites. We do not endorse or otherwise accept responsibility for the content or privacy policies of those sites. These links are provided as a courtesy only, as they are related in nature/interest.\r\n\r\nIt may be necessary, if required by law or if pertinent to judicial or governmental investigations, to release your personally identifiable information.\r\n\r\nOur association members are not qualified to give medical advice regarding any medical condition or treatment. Such advice should only be sought from a qualified and trained medical professional. Our bee specialists can, however, make product recommendations based upon the information provided by the web visitors. If there are questions about a visitor\'s ability to operate any equipment or use any products, they should consult with their own physician before ordering.\r\n\r\nSome of our equipment, products, and information may not be intended for use under certain conditions. Please always keep safety in mind and familiarize yourself with all operating and/or safety literature that is included with your equipment and products. All medical advice should be sought from a qualified and trained medical professional.\r\n\r\nCentral Ohio Beekeepers Association reserves the right to modify this privacy policy at any time. We will promptly reflect any such modifications in these Web pages.\r\n\r\nBy using the Central Ohio Beekeepers Association web site, you consent to our use of your information as described in this Internet Privacy Policy. As we implement new technology and introduce new services, we will update our Internet Privacy Policy, so we encourage you to review it often.','Privacy','','publish','closed','closed','','privacy','','','2016-05-11 09:20:02','2016-05-11 13:20:02','',0,'http://centralohiobeekeepers.org/wordpress1?page_id=171',5,'page','',0),(174,1,'2016-04-24 20:44:00','2016-04-25 00:44:00','','Privacy-300x198','','inherit','closed','closed','','privacy-300x198','','','2016-04-24 20:44:23','2016-04-25 00:44:23','',171,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Privacy-300x198.jpg',0,'attachment','image/jpeg',0),(175,1,'2016-04-24 20:44:42','2016-04-25 00:44:42','<strong><span style=\"font-size: large;\"><img class=\"size-medium wp-image-174 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Privacy-300x198-300x198.jpg\" alt=\"Privacy & Terms of Use\" width=\"300\" height=\"198\" />Central Ohio Beekeepers Association</span></strong>\r\n\r\n<strong>Privacy/Security Statement</strong>\r\n\r\n<strong>Privacy</strong>\r\n\r\nRespect for every individual’s privacy is a fundamental principle driving all business policies and practices at Central Ohio Beekeepers Association. We do not share information about our web visitors with any other company. We will ask for your permission before collecting any personal information. Sharing your information with Central Ohio Beekeepers Association is strictly voluntary.\r\n\r\nWe may collect general information (such as the type of Internet browser you use and the domain name and country from which you request information) to help us make our site serve you better. Any information we collect is used to customize the content and/or layout for our web visitors. This makes your browsing experience more unique and complete, so we can properly answer your questions.\r\n\r\nWith your permission, we may occasionally (usually less than twice per year) send you information by email about products, specials, giveaway promotions, information, etc. If you prefer not to receive this kind of information from Central Ohio Beekeepers Association, your request will be promptly honored. To be removed from our mailing list, simply reply and type “remove” in the subject or body of your message and this request will be promptly honored.\r\n\r\n<strong>Security</strong>\r\n\r\nWe make security a top priority. Any personal data you provide to us is stored on a secure server. Only Central Ohio Beekeepers Association council members with proper authorization can view this information.\r\n\r\n<strong>Cookies</strong>\r\n\r\nLike most Web sites, CentralOhioBeekeepers.org uses a technology called “cookies.” Cookies are small amounts of data stored on a user’s hard disk. This information lets us know if you have visited our site previously. We use cookies to deliver content that matches your interests. This technology also makes it possible to remember your username so that you don’t have to re-enter it each time you visit. Central Ohio Beekeepers Association uses cookies only to provide better service for its web visitors.\r\n\r\nMost Web browsers allow you to choose not to accept cookies. Browsers can also be configured to notify you when a cookie is sent. If you decide not to allow cookies to be stored on your hard drive, some of our online contests may not be accessible to you. Those visitors who are unable to use cookies can register by US Mail instead.\r\n\r\nPer US Federal Law, children under age 13 should not submit personal information over the internet without explicit permission of a parent or legal guardian. Where appropriate, Central Ohio Beekeepers Association will instruct children not to submit personal information.\r\n\r\n<strong>\r\nMiscellaneous</strong>\r\n\r\nOur site contains links to other sites. We do not endorse or otherwise accept responsibility for the content or privacy policies of those sites. These links are provided as a courtesy only, as they are related in nature/interest.\r\n\r\nIt may be necessary, if required by law or if pertinent to judicial or governmental investigations, to release your personally identifiable information.\r\n\r\nOur association members are not qualified to give medical advice regarding any medical condition or treatment. Such advice should only be sought from a qualified and trained medical professional. Our bee specialists can, however, make product recommendations based upon the information provided by the web visitors. If there are questions about a visitor\'s ability to operate any equipment or use any products, they should consult with their own physician before ordering.\r\n\r\nSome of our equipment, products, and information may not be intended for use under certain conditions. Please always keep safety in mind and familiarize yourself with all operating and/or safety literature that is included with your equipment and products. All medical advice should be sought from a qualified and trained medical professional.\r\n\r\nCentral Ohio Beekeepers Association reserves the right to modify this privacy policy at any time. We will promptly reflect any such modifications in these Web pages.\r\n\r\nBy using the Central Ohio Beekeepers Association web site, you consent to our use of your information as described in this Internet Privacy Policy. As we implement new technology and introduce new services, we will update our Internet Privacy Policy, so we encourage you to review it often.','Privacy','','inherit','closed','closed','','171-revision-v1','','','2016-04-24 20:44:42','2016-04-25 00:44:42','',171,'http://centralohiobeekeepers.org/wordpress1?p=175',0,'revision','',0),(177,1,'2016-04-24 20:50:08','2016-04-25 00:50:08','[caption id=\"attachment_180\" align=\"alignleft\" width=\"268\"]<img class=\"size-medium wp-image-180\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/272_swarm-268x300-268x300.jpg\" alt=\"Honey Bee Swarm\" width=\"268\" height=\"300\" /> Honey Bee Swarm[/caption]\r\n<h4>Honey Bee Swarm List</h4>\r\n<h3><span id=\"ext-gen3683\">Visitors:</span></h3>\r\n<span id=\"ext-gen3683\">If you have a Honey Bee swarm that needs to be removed, please contact someone on the list below and make arrangements directly.</span>\r\n<h3>Members:</h3>\r\n<span id=\"ext-gen3654\">If you want to be added to the swarm list, please email me (<a href=\"mailto:wnm0628@yahoo.com\">wnm0628@yahoo.com</a>), include the area you will serve, any charges or fees you will assess. Include your contact information: email and phone number.</span>\r\n\r\nIf you are willing to take a swarm, please send me your information, and mark the subject \"Take a SWARM.\"\r\n<h3>What is a Swarm ?</h3>\r\nWhen honey bees leave the hive to swarm, they are generally looking for a new home. Read more about bees, swarms and why they exist in our section about bees.\r\n<h3>Swarm List - You must be a paid COBA member to be added to the swarm list.</h3>\r\nThis swarm list is presented to the Central Ohio Area as a guide to help save the honey bees and find a new home for them. Members of COBA have agreed to collect swarms by listing their names. In some cases, it may be necessary to try several of these members because time is of the essence. Find a member in your area and contact them with information about the swarm such as how long has it been there, how high up is it, the location of the swarm and whom to contact. Check for pricing and services. We are not responsible for any errors, omissions, or problems that may arise. This listing is a service to the community.\r\n\r\n[table id=1 /]\r\n<h3>Members Who Will Take a Swarm</h3>\r\n[table id=2 /]','Swarm Help!','','publish','closed','closed','','swarm-help','','','2016-05-12 08:29:25','2016-05-12 12:29:25','',0,'http://centralohiobeekeepers.org/wordpress1?page_id=177',6,'page','',0),(180,1,'2016-04-24 20:49:10','2016-04-25 00:49:10','','272_swarm-268x300','Honey Bee Swarm','inherit','closed','closed','','272_swarm-268x300','','','2016-04-24 20:49:32','2016-04-25 00:49:32','',177,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/272_swarm-268x300.jpg',0,'attachment','image/jpeg',0),(181,1,'2016-04-24 20:49:46','2016-04-25 00:49:46','[caption id=\"attachment_180\" align=\"alignleft\" width=\"268\"]<img class=\"size-medium wp-image-180\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/272_swarm-268x300-268x300.jpg\" alt=\"Honey Bee Swarm\" width=\"268\" height=\"300\" /> Honey Bee Swarm[/caption]\r\n<h4>Honey Bee Swarm List</h4>\r\n<h3><span id=\"ext-gen3683\">Visitors:</span></h3>\r\n<span id=\"ext-gen3683\">If you have a Honey Bee swarm that needs to be removed, please contact someone on the list below and make arrangements directly.</span>\r\n<h3>Members:</h3>\r\n<span id=\"ext-gen3654\">If you want to be added to the swarm list, please email me (<a href=\"mailto:wnm0628@yahoo.com\">wnm0628@yahoo.com</a>), include the area you will serve, any charges or fees you will assess. Include your contact information: email and phone number.</span>\r\n\r\nIf you are willing to take a swarm, please send me your information, and mark the subject \"Take a SWARM.\"\r\n<h3>What is a Swarm ?</h3>\r\nWhen honey bees leave the hive to swarm, they are generally looking for a new home. Read more about bees, swarms and why they exist in our section about bees.\r\n<h3>Swarm List - You must be a paid COBA member to be added to the swarm list.</h3>\r\nThis swarm list is presented to the Central Ohio Area as a guide to help save the honey bees and find a new home for them. Members of COBA have agreed to collect swarms by listing their names. In some cases, it may be necessary to try several of these members because time is of the essence. Find a member in your area and contact them with information about the swarm such as how long has it been there, how high up is it, the location of the swarm and whom to contact. Check for pricing and services. We are not responsible for any errors, omissions, or problems that may arise. This listing is a service to the community.\r\n\r\n[table id=1 /]\r\n<h3>Members Who Will Take a Swarm</h3>\r\n[table id=2 /]','Swarm Help!','','inherit','closed','closed','','177-revision-v1','','','2016-04-24 20:49:46','2016-04-25 00:49:46','',177,'http://centralohiobeekeepers.org/wordpress1?p=181',0,'revision','',0),(183,1,'2016-04-25 09:30:08','2016-04-25 13:30:08','<h3><img class=\"size-medium wp-image-79 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Bylaws-300x225-300x225.jpg\" alt=\"Bylaws-300x225\" width=\"300\" height=\"225\" />Central Ohio Beekeepers Association Constitution</h3>\r\n<h4>Article I</h4>\r\n<div><b>\r\nName</b>: The name of this association shall be Central Ohio Beekeepers Association, commonly known as COBA. COBA is incorporated as a non-profit organization in accordance with the laws of the state of Ohio</div>\r\n<h4></h4>\r\n<h4>Article II</h4>\r\n<div><b>\r\nPurpose</b>: The objectives and purpose of this association shall be to promote the further interest and well being of apiculture and to educate beekeepers and the public in the importance of honeybees, honey, other by-products and pollination in our country. To perform any act or function authorized by law and not inconsistent with the above statement</div>\r\n<h4></h4>\r\n<h4>Article III</h4>\r\n<div><b>\r\nMembership Requirements</b>: Any person interested in apiculture and wishing to further the activities of this association may become a member upon payment of the annual dues determined and set forth in the by-laws. Membership shall be available without discrimination because of race, color, national origin, religion, sex age or handicap.VOTING: Each type of membership as described in the by-laws shall have one vote.</div>\r\n<div></div>\r\n<h4>Article IV</h4>\r\n<div><b>\r\nMeetings</b>: The general membership of COBA shall hold regular meetings throughout the year to accomplish the purpose and goal of this association and shall include one annual meeting for the purpose of electing officers.The COBA Board of Directors shall hold meetings throughout the year to accomplish the purpose and goals of this association.<b>Order of Business</b>: All meetings shall be conducted using “Roberts Rules of Order”, unless stipulated otherwise by the\r\nBy-Laws</div>\r\n<h4>Article V</h4>\r\n<div><b>\r\nOfficers</b>: The officers of this association shall be a President, Vice President, Secretary, Treasurer, Immediate Past President who shall serve for two years or until their successors are elected and qualified. The committee chairs shall be appointed by the President with the with the approval of the majority of the Board of Directors and shall serve at the pleasure of the BoardThe trustees shall be elected at the annual meeting and serve a term as set forth in the By-laws.The committee chairs shall be appointed by the Board of Directors</div>\r\n<h4>Article VI</h4>\r\n<div><b>\r\nDissolution of Association</b>: A two thirds vote of the membership shall be required to dissolve the Association. Upon dissolution of the Association, any assets remaining after payment of all debts and liabilities shall be paid over to a charitable or non-profit organization exempt under provisions of Section 501 (c) 3 of the U.S. Internal Revenue Code that have purposes consistent with COBA purposes. No part of the remaining assets of the Association will be paid or distributed to an officer, director, or any member of the Association.</div>\r\n<h4></h4>\r\n<h4>Article VII</h4>\r\n<div><b>\r\nFinances</b>: This Association shall use a cash basis for accounting purposes.<b>Dues</b>: Dues will be paid annually as set forth in the By-laws<b>Right to Act</b>: No officer or member has the right to incur any debt or become involved in any business under the title or by implying the title of this Association in any way unless given full authority to do so by the Board of Directors</div>\r\n<h4>Article VIII - Committees</h4>\r\n<div>\r\n\r\nThe <b>Permanent Committees</b> of this Association shall be as follows: Finance, Nominating, Membership, Newsletter, Program, Helping Hands, Website, Education and Bee School, Auditing, Bee Yard, and Scholarship. The President with the approval of a majority of the Board of Directors shall appoint the chairperson of each committee with the exception of the Finance committee. The Finance Committee shall be chaired by the Treasurer.\r\n\r\n<b>Ad Hoc Committees</b>: The President, with the advice and consent of the Board of Directors, may appoint such additional, temporary or subcommittees, as may from time to time become necessary or advisable for the administration of the Association business and attainment of its purposes. Such committees shall be appointed and shall serve for the period stipulated by the board of Directors.\r\n\r\n</div>\r\n<h4>Article IX</h4>\r\n<b>Affiliations</b>: This Association shall be an affiliate of the Ohio State Beekeepers Association and shall actively support this organization. The President shall represent or appoint a delegate for the position of trustee, in accordance with the bylaws of the Ohio State Beekeepers Association, Inc.\r\n\r\nSaid delegate shall hold membership with this Association and the Ohio State Beekeepers Association.\r\n<h4>Article X</h4>\r\n<div><b>\r\nRatification</b>: This constitution shall be ratified by a 2/3 majority vote of all members in good standing, that are present at a regular business meeting provided the constitution has been presented and read in at least one previous meeting and upon appropriate notice given.Date of Ratification August 18, 2010</div>\r\n<h4>Article XI</h4>\r\n<div><b>\r\nAmendments to Constitution</b>: Amendments to this constitution may be submitted at any regular business meeting of the association, by any member in good standing, and may be adopted by 2/3 vote of at least ½ of the members in good standing. If, however, the proposed amendment has been read at a previous regular business meeting, it may be adopted by a 2/3 favorable vote of the members in good standing that are present.Any amendments added to this constitution shall be referenced and added at the end of this constitution.<b>An Ohio Nonprofit Corporation</b></div>\r\n<h3>By-Laws Of The Central Ohio Beekeepers Association</h3>\r\n<h4>Article I - Membership</h4>\r\n<div class=\"indentSm\">\r\n\r\n<strong>Section 1.1 Application for Membership</strong>\r\n<div class=\"indentSm\">Any person interested in apiculture and wishing to further the activities of this association may become a member upon payment of annual dues as set forth in the by-laws.</div>\r\n \r\n\r\n<strong>Section 1.2 Membership Classification</strong>\r\n<div class=\"indentSm\">The membership classes shall be as follows: Family membership and Honorary Lifetime Membership</div>\r\n \r\n\r\n<strong>Section 1.3 Fees</strong>\r\n<div class=\"indentSm\">The fees for a family membership shall be $10.00\r\nThere shall be no fee for Honorary Lifetime membership</div>\r\n \r\n\r\n<strong>Section 1.4 Membership Voting Rights</strong>\r\n<div class=\"indentSm\">Each membership in good standing shall be entitled to one vote</div>\r\n \r\n\r\n<strong>Section 1.5 Fiscal Year</strong>\r\n<div class=\"indentSm\">Fiscal year of the association shall begin on the first day of January and end on the last day of December.</div>\r\n \r\n\r\n<strong>Section 1.6 Expiration of Membership</strong>\r\n<div class=\"indentSm\">Membership is terminated when the annual dues are not paid for the following year.\r\nMembership benefits will expire on June 1.</div>\r\n \r\n\r\n<strong>Section 1.7 Termination of Membership</strong>\r\n<div class=\"indentSm\">The Board may terminate a membership by a majority vote of the board at a Board Meeting, for reasons including but not limited to failure of good behavior, theft, misrepresenting the mission of COBA. Termination of membership is permanent.\r\nA terminated member may request a hearing in writing to be held at a general membership meeting. A vote of the membership shall be final.</div>\r\n \r\n\r\n<strong>Section 1.8 Reinstatement of Expired Membership</strong>\r\n<div class=\"indentSm\">A former member will be reinstated upon having paid his/her annual dues.\r\nThere shall be no partial year dues payments.</div>\r\n \r\n\r\n<strong>Section 1.9 Transfer of Membership</strong>\r\n<div class=\"indentSm\">Membership in the Association is not transferable or assignable</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Article 2 - Regular Membership Meetings</h4>\r\n<div class=\"indentSm\">\r\n\r\n<strong>Section 2.1 Conduct of General Membership Business</strong>\r\n<strong> Meeting</strong>\r\n<div class=\"indentSm\">\r\n\r\nThe President, or in the President’s absence, the Vice President shall preside over the General Membership Business Meeting. While Roberts Rules of Order will be used while conducting the business part of the meeting, the intent of the meeting is to be a social gathering as well as an exchange of ideas, promotion of new ideas and learning from round table discussions and speakers. With these goals in mind, the actual business part of the meeting shall be held to a minimum. Any committee reports shall be given in summary form. Detail reports will be posted in the clubs web site.\r\n\r\nRoberts’s rules of order may be suspended by a motion, seconded, and a vote taken and approved to suspend Roberts Rules of Order in conducting that particular meeting.\r\n\r\n \r\n\r\n<strong>Section 2.1.1 Quorum</strong>\r\n<div class=\"indentSm\">A quorum for conducting business shall be 40 or more members</div>\r\n</div>\r\n \r\n\r\n<strong>Section 2.2 Annual Meeting</strong>\r\n<div class=\"indentSm\">The annual meeting of members of this association shall be held in October of each year at the time and location determined by the Board of Directors and notice shall be given in writing or through electronic mail at least ten (10) days prior to the date of said meeting. The election of officers will be held during the annual meeting. The nomination committee shall present the ballots with nominees already accepted and additional nominations will be accepted from the floor. One ballot per membership may be cast.</div>\r\n \r\n\r\n<strong>Section 2.3 Special or Emergency Meeting</strong>\r\n<div class=\"indentSm\">Special or Emergency meetings shall be held upon written petition of fifteen (15) members or more of the association, or upon written petition of a majority of the members of the Board of Directors, a special meeting shall be called for the members of the Association. The petition shall state the purpose or object of such special meeting and no business except that as set forth in the petition shall be transacted at said special meeting. The secretary shall give notice in writing of filing of said petition and the purpose of said meeting to the members of the association and said notice shall state the time and place of the special meeting.</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Article 3 - Officers</h4>\r\n<div class=\"indentSm\">The Officers of the Association shall include a President, a Vice president, a Secretary, a Treasurer, Immediate past-President and Trustees.</div>\r\n \r\n\r\n<strong>Section 3.1 Qualification of Officers</strong>\r\n<div class=\"indentSm\">The Officers of the Association shall be members in good standing. Good standing is defined as any member that abides by the Constitution and Bylaws and represents the goals and mission of COBA</div>\r\n \r\n\r\n<strong>Section 3.2 Election</strong>\r\n<div class=\"indentSm\">The election of officers shall be held during the Annual Meeting of the General membership</div>\r\n \r\n\r\n<strong>Section 3.3 Term of Officers</strong>\r\n<div class=\"indentSm\">Term of offices shall be for a period of two (2) years and shall commence on January 1<sup>st</sup> following the election and end on December 31st two years later.</div>\r\n \r\n\r\n<strong>Section 3.4 Term and number of Trustees</strong>\r\n<div class=\"indentSm\">The number and terms of trustees shall be determined by the number of members in the association. One trustee shall be elected for each 50 members in the association at the time of election. The term of office shall be for two (2) years. The elected trustees getting the most votes shall serve for a period of two (2) years and the remaining trustees shall serve for a period of one (1) year in order to initiate the terms. Thereafter the terms of trustees shall be for a period of two (2) years.</div>\r\n \r\n\r\n<strong>Section 3.5 Job Duties, Positions Descriptions and Powers of Officers</strong>\r\n<div class=\"indentSm\">\r\n\r\n \r\n\r\n<strong>Section 3.5.1 The President</strong>\r\n<div class=\"indentSm\">The President shall be the chief executive officer of the Association and shall have general supervision over the business and operations of the Association, subject to the control of the Board. The President shall execute, in the name of the Association, all contracts, and other instruments approved by the Board. Additionally, the President shall appoint a board member to file any documents that require filling by any governmental authority. In general, the President shall perform all other duties incident to the office of President and such other duties as may be assigned by the Board. The President’s duties include chairing Board meetings and the General Membership Business Meeting.</div>\r\n \r\n\r\n<strong>Section 3.5.2 Immediate Past President</strong>\r\n<div class=\"indentSm\">The immediate Past President shall serve in an advisory capacity to the Board and will serve as President in the absence of the President and Vice President.</div>\r\n \r\n\r\n<strong>Section 3.5.3 Vice Presiden</strong>t\r\n<div class=\"indentSm\">The vice President shall assume the duties of the President in his/her absence. Be responsible scheduling and coordinating all regular meetings and perform any duties delegated by the President.</div>\r\n \r\n\r\n<strong>Section 3.5.4 Secretary</strong>\r\n<div class=\"indentSm\">\r\n\r\nThe Secretary shall attend all regular meetings and meetings of the Board. The Secretary shall record all votes and take accurate minutes of the meetings and keep a book for that purpose. In general, the Secretary shall perform all duties incidental to the office of Secretary and such other duties as may be assigned by the President.\r\n\r\nA copy of these minutes shall be posted on the membership web site. The Secretary shall summarize the minutes of the regular meetings to be presented to the general membership.\r\n\r\nThe Secretary shall be chairman of the membership committee.\r\n\r\nThe Secretary shall maintain a current paid membership list and provide updated lists to the membership committee\r\n\r\n</div>\r\n \r\n\r\n<strong>Section 3.5.5 Treasurer</strong>\r\n<div class=\"indentSm\">\r\n\r\nThe Treasurer shall have custody of Association funds and shall keep full and accurate accounts of receipts and disbursements in books belonging to the Association. The Treasurer shall have full authority to receive and give receipts for all money due and payable to the Association, and to endorse checks and drafts, in its name and on its behalf and to give full discharge for the same.\r\n\r\nThe Treasurer shall deposit all funds of the Association, in such banks or other places of deposit as the Board may designate. The Treasurer shall have the authority to issue checks in the amount up to five hundred ($500.00) dollars. Any amounts above this amount shall require the approval of the Board of Directors.\r\n\r\nIn general, the Treasurer shall perform all duties incident to the office of Treasurer and such other duties as may be assigned by the Board or the President. Additionally the Treasurer shall be a chairman of the finance committee.\r\n\r\n</div>\r\n \r\n\r\n<strong>Section 3.5.6 Trustees</strong>\r\n<div class=\"indentSm\">\r\n\r\nThe trustees shall help with the day to day operation of the association, chair committees appointed by the president and serve at the direction of the President.\r\n\r\nThe Trustees will serve as liaison between the board and the general membership.\r\n\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Article 4 - Board of Directors</h4>\r\n<div class=\"indentSm\">\r\n\r\n<strong>Section 4.1 Members of Board of Directors</strong>\r\n<div class=\"indentSm\">There shall be a Board of Directors consisting of the elected officers, Trustees, Committee Chairs and the Immediate Past President.</div>\r\n \r\n\r\n<strong>Section 4.2 General Powers and Authority</strong>\r\n<div class=\"indentSm\">The Board of Directors shall have full charge of the affairs, funds, management, property, and control of the Association, subject only to the action of the members. The decision of the Board of Directors on any questions concerning interpretation of the bylaws shall be final.</div>\r\n \r\n\r\n<strong>Section 4.3 Term of Directors</strong>\r\n<div class=\"indentSm\">The term of office for the Board of Directors shall be for a period two (2) years the Trustees shall serve for a term as defined in Section 3.4 of these Bylaws.</div>\r\n \r\n\r\n<strong>Section 4.4 Removal or Replacement of a Board Member</strong>\r\n<div class=\"indentSm\">Any Board Member may be removed from office for cause by the vote of a majority of the Board following a hearing detailing the cause for removal. A replacement of a Board Member will be appointed by the President with the approval of the remaining Board.</div>\r\n \r\n\r\n<strong>Section 4.5 Resignation of a Board Member and Replacement</strong>\r\n<div class=\"indentSm\">If a Board Member resigns, the resignation shall become effective on the date outlined in the letter of resignation. The President shall appoint a new member, with the approval of the Board, and that member shall fill the remaining term of the office appointed.</div>\r\n \r\n\r\n<strong>Section 4.6 Compensation of Directors</strong>\r\n<div class=\"indentSm\">There shall be no compensation for any members of Central Ohio Bee Association (COBA) who provides service(s) in the name of COBA.</div>\r\n \r\n\r\n<strong>Section 4.7 Voting Rights of Directors</strong>\r\n<div class=\"indentSm\">Each Board member shall be entitled to one vote on each issue brought before the Board for a vote. In case of a tie, the Presidents vote shall be the deciding vote cast.</div>\r\n \r\n\r\n<strong>Section 4.8 Conflicts of interest</strong>\r\n<div class=\"indentSm\">No Board member may vote upon a matter coming before the Board, Executive Committee or any other committee in which he or she has a direct financial interest. Immediately upon becoming aware that such a conflict may exist, a Board member must disclose the existence of the potential conflict to the Board members, withdraw from further deliberations on the issue and refrain from voting on the matter. Any such disclosure and withdrawal shall be fully documented in the minutes of the meeting. Failure to adhere to this policy may be grounds for removal from the Board for cause.</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Article 5 - Meetings of Directors</h4>\r\n<div class=\"indentSm\">\r\n<h5></h5>\r\n<strong>Section 5.1 Place of Meetings and Notice</strong>\r\n<div class=\"indentSm\">The Board of Directors shall hold as many meetings as may be called by the President or any two (2) members of the Board of directors. The time and location of each Board meeting will be given at least 72 hours in advance and will try to accommodate member’s schedules. Notice of the Board meeting shall be by phone or transmitted electronically.</div>\r\n<h5></h5>\r\n<strong>Section 5.2 Emergency Board of Directors Meetings</strong>\r\n<div class=\"indentSm\">Emergency meetings can be called by the President when issues arise that warrant such an action; or when a majority of the Members of the Boards petition, in writing, phone or electronically, for such a meeting. The grounds for an issue(s) to qualify for an emergency meeting must be narrowly defined and of a nature that if not addressed until the next regularly scheduled Board meeting the Association could suffer adverse consequences. The only business to be conducted at an emergency meeting will be the resolution of the subject issue(s) described in the petition.</div>\r\n<h5></h5>\r\n<strong>Section 5.3 Quorum for Board of Directors</strong>\r\n<div class=\"indentSm\">A quorum of the Board of Directors shall consist of at least five (5) participating members.</div>\r\n<h5></h5>\r\n<strong>Section 5.4 Conduct of Board Meetings</strong>\r\n<div class=\"indentSm\">\r\n\r\nThe President, or in the absence of the President, the Vice President shall preside over Board meetings. The President shall establish rules of the meeting that will freely facilitate debate and decision making. Roberts Rules of Order will be followed in conducting the meeting.\r\n\r\nMinutes of all Board meetings shall be taken by the Secretary and recorded in the minute\'s record book.\r\n\r\n</div>\r\n</div>\r\n<h4></h4>\r\n<h4>Article 6 - Committees</h4>\r\n<h5 class=\"indentSm\"></h5>\r\n<p class=\"indentSm\"><strong>Section 6.1 Types of Committees</strong></p>\r\n\r\n<div class=\"indentSm\">The Association shall have two (2) types of committees, Permanent and Ad Hoc. The President retains authority for all committee appointments, except for the Executive Committee whose members are all elected. The President appoints each committee chairperson. A committee may have one or more members. Appointment to a committee will terminate at the end of the Board Member’s term of office or by arrangement with the President.</div>\r\n<div class=\"indentSm\">\r\n\r\n<b>Permanent Committees</b>\r\n\r\n</div>\r\n<div class=\"indentSm\">\r\n<h6></h6>\r\n<strong>SECTION 6.1.1 Finance Committee</strong>\r\n<div class=\"indentSm\">The Finance Committee will have at a minimum three members and the Treasurer shall be the chairperson. The Finance Committee shall be responsible for developing and reviewing fiscal procedures, all fund raising and a budget for COBA operations. All budgets and amendments to budgets will be presented to the Board for approval.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.2 Nominating Committee</strong>\r\n<div class=\"indentSm\">The Nominating Committee will have as a minimum two members and is responsible for seeking out qualified members to serve on the Board and placing the qualified member’s name, with member’s permission, on the ballot. Additional nominations may be taken from the floor during the annual meeting.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.3 Membership Committee</strong>\r\n<div class=\"indentSm\">The Membership Committee will have a minimum of three members and shall be chaired by the Secretary and be responsible for all correspondence with members concerning membership matters. The Committee shall be responsible for maintaining a current membership list and a current mailing list including name, address, email and phone number and original date of becoming a member of COBA. A Membership Diversity Committee shall be a subcommittee of the Membership committee.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.4 Newsletter Committee</strong>\r\n<div class=\"indentSm\">The Newsletter Committee shall be responsible for the production, assembly and distribution of the COBA newsletter.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.5 Program Committee</strong>\r\n<div class=\"indentSm\">The Program committee shall be responsible for obtaining speakers and arranging programs for meetings. These duties include responsibility for any travel arrangements, hotel and meal accommodations. The committee shall be responsible for all follow up and sending thank you letters to speakers.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.6 Helping Hands Committee</strong>\r\n<div class=\"indentSm\">The helping hands committee shall be responsible for organizing persons to help beekeepers and families who need help with their bees because of sickness or death in the family. And to send out Sympathy, Get Well, Congratulations or thinking of you cards when needed.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.7 Website Committee</strong>\r\n<div class=\"indentSm\">The Website Committee shall consist of a web master and be responsible for the contents, updating, maintenance, and monitoring of the website. The Chairperson shall be appointed by the President with the approval of the Board. The Chairperson, President and Treasurer shall have access to the account management log-in and password with the domain hosting company. Additionally, the Chairperson shall provide the President and Treasurer with the web master log-in pass word for the web site.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.8 Education and Bee School</strong>\r\n<div class=\"indentSm\">The Education and Bee School Committee shall be responsible for setting up and the operation of the bee school. This will include finding a site for the school, providing a syllabus outlining areas covered in class, providing presenters for each section and equipment needed for the school. The committee chairman will be responsible for maintaining a membership rooster and providing the membership chairman a list of all new members. Additionally, the committee shall be responsible for implementing all other educational programs under taken by COBA.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.9 Auditing</strong>\r\n<div class=\"indentSm\">The President shall appoint an Auditing Committee with the approval of the Board to audit the Associations financial records for the previous fiscal year. The audit shall also include all other assets and inventory belonging to the Association. The audit shall take place during the month of January and the certification of findings shall be submitted to the Board for approval, and then posted on the membership web site.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.10 Bee Yard</strong>\r\n<div class=\"indentSm\">The Bee Yard Committee shall be responsible for the day to day operation of the bee yard including maintaining and securing of Association materials and assets. If more than one bee yard is to be operated, the Board of Directors shall appoint a committee for each yard.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.11 Scholarship</strong>\r\n<div class=\"indentSm\">The Scholarship Committee shall be responsible for promotion of the scholarships, collecting applications, reviewing, interviewing and selecting final candidates. Upon final selection, the Committee shall be responsible for providing equipment and signing up the winning candidates for bee school. The Committee will be responsible for monitoring, mentoring and overseeing the completion of the requirement of the scholarship recipients.</div>\r\n<h6></h6>\r\n<strong>Section 6.1.12 Political action Committee</strong>\r\n<div class=\"indentSm\">The Political Action Committee shall be responsible for generating and promoting political action which will further the benefit of COBA and beekeeping in central Oh in general. The committee will be responsible for designing promotional materials such as brochures and handouts as well as setting up and attending meetings and luncheons with politicians and or other officials in order to promote our cause.</div>\r\n<h5></h5>\r\n<strong>Section 6.2 Ad Hoc Committees</strong>\r\n<div class=\"indentSm\">Ad Hoc Committees will be appointed from time to time by the Board to perform a specific task. All Ad Hoc Committees will receive from the Board a set of instructions defining the scope of the Committee’s task, any limitation placed on the task and when the task is to be completed. Ad Hoc Committees may vary in size from one to any number and remain in effect until the task is completed.</div>\r\n</div>\r\n<h4 class=\"indentSm\"></h4>\r\n<h4 class=\"indentSm\">Article 7 - Association Records</h4>\r\n<div class=\"indentSm\">\r\n<h5></h5>\r\n<strong>Section 7.1 Association Records</strong>\r\n<div class=\"indentSm\">The Association President, Secretary and Treasurer shall keep at their home, office, or other secure location the COBA records appropriate to their office. The various committee Chairpersons retain records appropriate to their committee assignments at their home and send copies to the Secretary. Committee Chairperson must surrender their COBA records to their successor or, in the case of an Ad Hoc committees records, surrender the records to the Secretary. The Treasurer will maintain the Association’s current and ongoing financial records in at least one off site location so no loss of records or transactions will be lost in case of loss of the Treasurer’s immediate records. The President and Secretary shall have access to the records; though have no ability to change these records.</div>\r\n<h5></h5>\r\n<strong>Section 7.2 Transfer of records</strong>\r\n<div class=\"indentSm\">All records, documents and minutes are the property of COBA and are to be surrendered and transferred to the newly elected Secretary or President. These records shall form a chain of events from previous Boards of Directors and Membership decisions. Transfer of all records, documents and minutes shall take place after the election and before January 1st of the next calendar year.</div>\r\n</div>\r\n<div class=\"indentSm\"></div>\r\n<h4 class=\"indentSm\"></h4>\r\n<h4 class=\"indentSm\">Article 8 - Affiliations</h4>\r\n<div class=\"indentSm\">\r\n\r\n<strong>Section 8.1 Affiliations</strong>\r\n<div class=\"indentSm\">This Association shall be an affiliate of the Ohio State Beekeepers Association and shall actively support this organization. The President shall represent or appoint a delegate for the position of trustee, in accordance with the bylaws of the Ohio State Beekeepers Association, Inc. Said delegate shall hold membership with this Association and with the Ohio State Beekeepers Association Inc.</div>\r\n</div>\r\n<div class=\"indentSm\"></div>\r\n<h4 class=\"indentSm\"></h4>\r\n<h4 class=\"indentSm\">Article 9 - Ratification</h4>\r\n<div class=\"indentSm\">These Bylaws shall be ratified by a 2/3 majority vote of all members in good standing, that are present at a regular business meeting provided the Constitution has been presented and read in at least one previous meeting and upon appropriate notice given.</div>\r\n<div class=\"indentSm\"></div>\r\n<h4 class=\"indentSm\"></h4>\r\n<h4 class=\"indentSm\">Article 10 - Amendments</h4>\r\n<div class=\"indentSm\">These bylaws may be amended by a 2/3 vote of the members in quorum at any regular business meeting, provided that the proposed amendment shall be previously submitted to and acted upon by the Board of Directors. Any amendments to these bylaws shall be referenced and added at the end of these bylaws.</div>\r\n<div class=\"indentSm\"></div>\r\n<h4 class=\"indentSm\"></h4>\r\n<h5 class=\"indentSm\">Recorded Information:</h5>\r\n<div class=\"indentSm\">Updated 4/20/2012\r\nDate of Ratification: August 18, 2010</div>','Constitution and By-Laws','','inherit','closed','closed','','76-revision-v1','','','2016-04-25 09:30:08','2016-04-25 13:30:08','',76,'http://centralohiobeekeepers.org/wordpress1?p=183',0,'revision','',0),(184,1,'2016-04-25 09:58:34','2016-04-25 13:58:34','<div id=\"wb_element_text__02855240\" class=\"ic-element\">\r\n<div>\r\n\r\n<span id=\"ext-gen9714\"><img class=\"size-medium wp-image-139 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Speaker-300x150-300x150.jpg\" alt=\"Speaker Request\" width=\"300\" height=\"150\" />Want to learn more about beekeeping? Would you like a COBA member to speak to your group, or at your facility? </span>\r\n\r\n<span id=\"ext-gen9714\">Fill in the following form and when finished hit the submit button. </span>Please allow as much time as possible (minimum 30 days).\r\n\r\n[wd_contact_form id=\"54\"]\r\n\r\n</div>\r\n</div>','Request a Speaker','','inherit','closed','closed','','136-revision-v1','','','2016-04-25 09:58:34','2016-04-25 13:58:34','',136,'http://centralohiobeekeepers.org/wordpress1?p=184',0,'revision','',0),(187,1,'2016-04-25 14:19:46','2016-04-25 18:19:46','[[\"Name\",\"Phone\",\"Location\"],[\"Mike\\u00a0Albaugh\",\"740-255-0211\",\"50\\u00a0mile radius of Columbus. Cutouts and swarms\"],[\"Nina Bagley\",\"614-783-7868\",\"Urban Columbus\"],[\"Susan Baker\",\"614-551-3837\",\"Grove City, Galloway\"],[\"Bethanie Bidinger\",\"\",\"\"],[\"Barb\\u00a0Bloetscher\",\"614-313-5946\",\"SE\\u00a0Columbus and Grandview\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Mark Cameron\",\"740-363-8180 (H)\\n614-554-2286 (C)\\n614-459-6992 (W)\",\"Delaware County\\nEastern Union County\\nNorthern Franklin County\"],[\"Joyce Castorano and Frank Gattas\",\"614-878-2108 (H)\\n614-579-8161 (C)\",\"Franklin or Madison County\"],[\"John Chadwell\",\"614-871-0163\",\"Grove City area\"],[\"Pat Chambers\",\"614-891-6302\",\"Northern Franklin, Southern Delaware\"],[\"Barry and Carmen Conrad\",\"614-837-3899\\n614-837-1846\",\"Central Ohio\"],[\"Susan\\u00a0Valentine-Cooper\",\"614-596-3600\",\"Central\\u00a0\\u00a0 Ohio \\u0096 Swarms and cutouts\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Western\\u00a0\\u00a0 Franklin County\"],[\"Sue and Joe Daly\",\"614-205-9232\",\"Delaware and Westerville, Galena, Sunbury, Lewis Center, Centerburg \"],[\"Richard Danniger\\u00a0\",\"614-475-2683\",\"Central Ohio\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Matt Dunham\",\"614-562-0909\",\"Madison County. No charge for swarms\"],[\"Terry Eddy\",\"614-725-8172\",\"Franklin, Delaware and Licking Counties. No charge for swarm collection.\"],[\"Shawn Ferguson\",\"740-343-4288\\n740-621-0360 (C)\",\"Perry, Athens, Fairfield, Muskingum and Hocking\"],[\"Nancy and Pete Ferron\",\"614-638-7233 (Pete cell)\\n614-439-3976 (Nancy cell)\",\"Blacklick, Gahanna, New Albany, Pataskala, Reynoldsburg\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Fleming\",\"614-527-4649\",\"Hilliard and Dublin\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 (H)\\n614-657-1459 (C)\",\"Central Ohio - no cutouts.\"],[\"Lyle\\u00a0Goldsmith\",\"614-875-7811\",\"Grove\\u00a0City and Southern Franklin County\"],[\"Archna Hazelbaker\\u00a0\",\"614-440-8869\",\"N & W side of Columbus\"],[\"Jerry Hinton\",\"614-506-4523\",\"Grove City, Ashville and Circleville\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway Counties\"],[\"Roger Jewell\",\"614-778-9636 (C)\\n614-876-3548 (H)\",\"Central Ohio\"],[\"Denise Johnson\",\"614-632-5399 (c )\\n614-459-1229 (h) \",\"Upper Arlington, Central Ohio\"],[\"Don\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Andrea Lavelle\",\"614-561-6071\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219\\u00a0(C)\\n614-262-8219 (H)\",\"Central Ohio, within 75 miles of Columbus. Cutouts or swarms. No charge for swarm collection.\"],[\"Jacob\\u00a0Mishne\",\"614-870-0092\",\"Central Ohio\"],[\"Steve Morbitzer\",\"614-878-1308 \\n614-753-5463 (C) \",\"Franklin, Madison, Pickaway\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newak, OH\"],[\"Scott Newhouse\",\"614-875-5326 \\n614-296-5459 (C)\",\"Grove City and Central Ohio\"],[\"Linda\\u00a0Overman\",\"614-561-1744\",\"Westside\\u00a0of Columbus to London\"],[\"Teresa Parker\",\"614-832-0769 \",\"Blacklick, Gahanna, New Albany, Sunbury, Galena. No charge for swarms.\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\"],[\"Dru\\u00a0and Rod Pritchard\",\"614-878-7873\",\"Galloway, Western and SW Franklin County\"],[\"Shawn\\u00a0Rinehart\\nKim Flippen\",\"614-492-0229\\n614-572-4023\",\"Fairfield,\\u00a0Franklin, Pickaway\"],[\"Brian Roudabush\",\"614-304-1101\",\"Central Ohio\"],[\"Earl Shaffer\",\"614-853-9983\",\"West side of Columbus, Western Franklin, Northen Pickaway and Madison counties\"],[\"John\\u00a0Schreiber\",\"614-261-6084\",\"Franklin\"],[\"Mary Seufert\",\"614-634-8471\",\"Swarms only, inside I-270\"],[\"Mel\\u00a0Sword\",\"614-323-3622\",\"NE,\\u00a0N 20 miles\"],[\"Dan\\u00a0and Shelia Theisen\",\"740-816-0261\",\"Delaware\\u00a0and surrounding area\"],[\"Jim\\u00a0Tippie\",\"614-582-0523\",\"Gahanna\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0(C)\\n614-267-6556 (H)\",\"Central Columbus\"],[\"Cheryl Wachsmuth\",\"614-878-8025\",\"Grove City, Galloway, Hilliard\"],[\"Dan\\u00a0\\u00a0 and Mary Wampler\",\"740-654-4045\\u00a0\\n740-407-092\",\"Fairfield County\"],[\"Erik Warren\",\"614 354-4621\",\"Central Ohio\"],[\"John\\u00a0Weaver\",\"614-208-3634\",\"Franklin\\u00a0County; cutouts for a fee\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"],[\"Mark Williams\",\"614-397-8386\",\"Central Ohio\"]]','Remove a Swarm','Members that can assist with removing a swarm on your property.','publish','closed','closed','','1-swarm-csv-2016-04-25-csv','','','2016-09-18 09:55:47','2016-09-18 13:55:47','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tablepress_table&p=187',0,'tablepress_table','application/json',0),(190,1,'2016-04-25 14:19:46','2016-04-25 18:19:46','[[\"Name\",\"Phone\",\"Location\"],[\"Susan\\u00a0Baker\",\"614-551-3837\",\"Grove\\u00a0City, Galloway\"],[\"Bethanie Bidinger\",\"419-989-0027\",\"Columbus\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Joyce Castorano andFrank Gattas\",\"614-878-2108 (H)614-579-8161 (C)\",\"Franklin or Madison County\"],[\"Andrew Clarke\",\"614-599-5157\",\"Central Ohio\"],[\"Chris\\u00a0Cree\",\"614-832-0047\",\"Franklin\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Franklin & Delaware Counties\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-725-8172\",\"Franklin, Delaware and Licking Counties.\"],[\"Shawm Ferguson\",\"740-343-4288 or740-621-0360\",\"Athens, Fairfield,\\u00a0Hocking, Muskingum, Perry\"],[\"Nancy and Pete Ferron\",\"614-638-7233 (Pete cell)\\n614-439-3976 (Nancy cell)\",\"Blacklick, Gahanna, New Albany, Pataskala, Reynoldsburg\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 H\\n614-657-1459 C\",\"Central Ohio area. No charge for swarms.\"],[\"Lynn\\u00a0Haun\",\"614-271-7005\",\"Galena\"],[\"Archna Hazelbaker\",\"614-440-8869\",\"N & W side of Columbus\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway\"],[\"Roger Jewell\",\"614-778-9636\\n614-876-3548\",\"Central Ohio\"],[\"Denise Johnson\",\"614-632-5399 (c )\\n614-459-1229 (h) \",\"Central Ohio\"],[\"Donald\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Richard Korn\",\"614-268-9087\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219 (C) or\\n614-262-8219 (H)\",\"Central\\u00a0Ohio\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newark\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797\",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\\u00a0\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Central Ohio\"],[\"Shawn\\u00a0Rinehart\",\"614-492-0229\",\"Groveport\\u00a0and SE\"],[\"Brian Roudabush\\u00a0\",\"614-304-1101\",\"Central Ohio\"],[\"Jerry Schardt\",\"740-815-9919\",\"Central Ohio\"],[\"Mary\\u00a0Seufert\",\"614-634-8471\",\"Columbus\"],[\"Mel\\u00a0Sword\",\"614-657-9574\\u00a0\\u00a0 or614-323-3622\",\"NE Columbus\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 (Cell)\",\"Delaware, Marion, Union and Morrow Counties\"],[\"Jim Tippie\",\"614-582-0523\",\"Central Ohio\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0\\u00a0 or614-267-6556\",\"Central Columbus\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"]]','Take a swarm','Members that will take a swarm removed by another individual.','publish','closed','closed','','2-members-who-will-take-a-swarm-2016-04-25-csv','','','2016-05-30 08:59:34','2016-05-30 12:59:34','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tablepress_table&p=190',0,'tablepress_table','application/json',0),(193,1,'2016-04-25 14:21:09','2016-04-25 18:21:09','[[\"Name\",\"Phone\",\"Location\"],[\"Mike\\u00a0Albaugh\",\"740-255-0211\",\"50\\u00a0mile radius of Columbus. Cutouts and swarms\"],[\"Nina Bagley\",\"614783-7868\",\"Urban Columbus\"],[\"Susan Baker\",\"614-551-3837\",\"Grove City, Galloway\"],[\"Barb\\u00a0Bloetscher\",\"614-313-5946\",\"SE\\u00a0Columbus and Grandview\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Mark Cameron\",\"740-363-8180 (H)\\n614-554-2286 (C)\\n614-459-6992 (W)\",\"Delaware County\\nEastern Union County\\nNorthern Franklin County\"],[\"Joyce Castorano and Frank Gattas\",\"614-878-2108 (H)\\n614-579-8161 (C)\",\"Franklin or Madison County\"],[\"John Chadwell\",\"614-871-0163\",\"Grove City area\"],[\"Pat Chambers\",\"614-891-6302\",\"Northern Franklin, Southern Delaware\"],[\"Barry and Carmen Conrad\",\"614-837-3899\\n614-837-1846\",\"Central Ohio\"],[\"Susan\\u00a0Valentine-Cooper\",\"614-596-3600\",\"Central\\u00a0\\u00a0 Ohio \\u0096 Swarms and cutouts\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Western\\u00a0\\u00a0 Franklin County\"],[\"Richard Danniger\\u00a0\",\"614-475-2683\",\"Central Ohio\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-735-2392\",\"Franklin, Delaware and Licking Counties. No charge for swarm collection.\"],[\"Shawn Ferguson\",\"740-343-4288\\n740-621-0360 (C)\",\"Perry, Athens, Fairfield, Muskingum and Hocking\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Fleming\",\"614-527-4649\",\"Hilliard and Dublin\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 (H)\\n614-657-1459 (C)\",\"Central Ohio - no cutouts.\"],[\"Lyle\\u00a0Goldsmith\",\"614-875-7811\",\"Grove\\u00a0City and Southern Franklin County\"],[\"Archna Hazelbaker\\u00a0\",\"614-440-8869\",\"N & W side of Columbus\"],[\"Jerry Hinton\",\"614-506-4523\",\"Grove City, Ashville and Circleville\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway Counties\"],[\"Roger Jewell\",\"614-778-9636 (C)\\n614-876-3548 (H)\",\"Central Ohio\"],[\"Don\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Andrea Lavelle\",\"614-561-6071\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219\\u00a0(C)\\n614-262-8219 (H)\",\"Central Ohio, within 75 miles of Columbus. Cutouts or swarms. No charge for swarm collection.\"],[\"Jacob\\u00a0Mishne\",\"614-870-0092\",\"Central Ohio\"],[\"Steve Morbitzer\",\"614-878-1308 \\n614-753-5463 (C) \",\"Franklin, Madison, Pickaway\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newak, OH\"],[\"Scott Newhouse\",\"614-875-5326 \\n614-296-5459 (C)\",\"Grove City and Central Ohio\"],[\"Linda\\u00a0Overman\",\"614-561-1744\",\"Westside\\u00a0of Columbus to London\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797 \",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Westerville to Reynoldsburg, Genoa Twp to Delaware\"],[\"Dru\\u00a0and Rod Pritchard\",\"614-878-7873\",\"West and SW Franklin Cty\"],[\"Shawn\\u00a0Rinehart\\nKim Flippen\",\"614-492-0229\\n614-572-4023\",\"Fairfield,\\u00a0Franklin, Pickaway\"],[\"Brian Roudabush\",\"614-304-1101\",\"Central Ohio\"],[\"Earl Shaffer\",\"614-853-9983\",\"West side of Columbus, Western Franklin, Northen Pickaway and Madison counties\"],[\"John\\u00a0Schreiber\",\"614-261-6084\",\"Franklin\"],[\"Mary Seufert\",\"614-634-8471\",\"Swarms only, inside I-270\"],[\"Mel\\u00a0Sword\",\"614-323-3622\",\"NE,\\u00a0N 20 miles\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 Cell\",\"Delaware, Marion, Union and Morrow Counties - Fee based\"],[\"Dan\\u00a0and Shelia Theisen\",\"740-816-0261\",\"Delaware\\u00a0and surrounding area\"],[\"Jim\\u00a0Tippie\",\"614-582-0523\",\"Gahanna\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0(C)\\n614-267-6556 (H)\",\"Central Columbus\"],[\"Cheryl Wachsmuth\",\"614-878-8025\",\"Grove City, Galloway, Hilliard\"],[\"Dan\\u00a0\\u00a0 and Mary Wampler\",\"740-654-4045\\u00a0\\n740-407-092\",\"Fairfield County\"],[\"Erik Warren\",\"614 354-4621\",\"Central Ohio\"],[\"John\\u00a0Weaver\",\"614-208-3634\",\"Franklin\\u00a0County; cutouts for a fee\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"],[\"Mark Williams\",\"614-397-8386\",\"Central Ohio\"]]','Swarm','Members that can assist with a swarm','inherit','closed','closed','','187-revision-v1','','','2016-04-25 14:21:09','2016-04-25 18:21:09','',187,'http://centralohiobeekeepers.org/wordpress1?p=193',0,'revision','',0),(195,1,'2016-04-25 14:22:00','2016-04-25 18:22:00','[[\"Name\",\"Phone\",\"Location\"],[\"Susan\\u00a0\\u00a0 Baker\",\"614-551-3837\",\"Grove\\u00a0\\u00a0 City, Galloway\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Joyce Castorano andFrank Gattas\",\"614-878-2108 (H)614-579-8161 (C)\",\"Franklin or Madison County\"],[\"Andrew Clarke\",\"614-599-5157\",\"Central Ohio\"],[\"Chris\\u00a0\\u00a0 Cree\",\"614-832-0047\",\"Franklin\"],[\"Brian\\u00a0\\u00a0 Crow\",\"614-286-9863\",\"Franklin & Delaware Counties\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-735-2392\",\"Franklin, Delaware and Licking Counties.\"],[\"Shawm Ferguson\",\"740-343-4288 or740-621-0360\",\"Athens, Fairfield,\\u00a0Hocking, Muskingum, Perry\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 H\\n614-657-1459 C\",\"Central Ohio area. No charge for swarms.\"],[\"Lynn\\u00a0\\u00a0 Haun\",\"614-271-7005\",\"Galena\"],[\"Archna Hazelbaker\",\"614-440-8869\",\"N & W side of Columbus\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway\"],[\"Roger Jewell\",\"614-778-9636\\n614-876-3548\",\"Central Ohio\"],[\"Donald\\u00a0\\u00a0 Jones\",\"740-802-5653\",\"Marion\\u00a0\\u00a0 County\"],[\"Richard Korn\",\"614-268-9087\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0\\u00a0 Merrill\",\"614-226-8219 (C) or\\n614-262-8219 (H)\",\"Central\\u00a0\\u00a0 Ohio\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newark\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797\",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\\u00a0\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Central Ohio\"],[\"Shawn\\u00a0\\u00a0 Rinehart\",\"614-492-0229\",\"Groveport\\u00a0\\u00a0 and SE\"],[\"Brian Roudabush\\u00a0\",\"614-304-1101\",\"Central Ohio\"],[\"Jerry Schardt\",\"740-815-9919\",\"Central Ohio\"],[\"Mary\\u00a0\\u00a0 Seufert\",\"614-634-8471\",\"Columbus\"],[\"Mel\\u00a0\\u00a0 Sword\",\"614-657-9574\\u00a0\\u00a0 or614-323-3622\",\"NE Columbus\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 (Cell)\",\"Delaware, Marion, Union and Morrow Counties\"],[\"Jim Tippie\",\"614-582-0523\",\"Central Ohio\"],[\"William\\u00a0\\u00a0 Tolliver\",\"614-620-6556\\u00a0\\u00a0 or614-267-6556\",\"Central Columbus\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"]]','Members that will take a swarm','Members that will take a swarm','inherit','closed','closed','','190-revision-v1','','','2016-04-25 14:22:00','2016-04-25 18:22:00','',190,'http://centralohiobeekeepers.org/wordpress1?p=195',0,'revision','',0),(196,1,'2016-04-25 14:22:23','2016-04-25 18:22:23','[[\"Name\",\"Phone\",\"Location\"],[\"Susan\\u00a0\\u00a0 Baker\",\"614-551-3837\",\"Grove\\u00a0\\u00a0 City, Galloway\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Joyce Castorano andFrank Gattas\",\"614-878-2108 (H)614-579-8161 (C)\",\"Franklin or Madison County\"],[\"Andrew Clarke\",\"614-599-5157\",\"Central Ohio\"],[\"Chris\\u00a0\\u00a0 Cree\",\"614-832-0047\",\"Franklin\"],[\"Brian\\u00a0\\u00a0 Crow\",\"614-286-9863\",\"Franklin & Delaware Counties\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-735-2392\",\"Franklin, Delaware and Licking Counties.\"],[\"Shawm Ferguson\",\"740-343-4288 or740-621-0360\",\"Athens, Fairfield,\\u00a0Hocking, Muskingum, Perry\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 H\\n614-657-1459 C\",\"Central Ohio area. No charge for swarms.\"],[\"Lynn\\u00a0\\u00a0 Haun\",\"614-271-7005\",\"Galena\"],[\"Archna Hazelbaker\",\"614-440-8869\",\"N & W side of Columbus\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway\"],[\"Roger Jewell\",\"614-778-9636\\n614-876-3548\",\"Central Ohio\"],[\"Donald\\u00a0\\u00a0 Jones\",\"740-802-5653\",\"Marion\\u00a0\\u00a0 County\"],[\"Richard Korn\",\"614-268-9087\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0\\u00a0 Merrill\",\"614-226-8219 (C) or\\n614-262-8219 (H)\",\"Central\\u00a0\\u00a0 Ohio\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newark\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797\",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\\u00a0\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Central Ohio\"],[\"Shawn\\u00a0\\u00a0 Rinehart\",\"614-492-0229\",\"Groveport\\u00a0\\u00a0 and SE\"],[\"Brian Roudabush\\u00a0\",\"614-304-1101\",\"Central Ohio\"],[\"Jerry Schardt\",\"740-815-9919\",\"Central Ohio\"],[\"Mary\\u00a0\\u00a0 Seufert\",\"614-634-8471\",\"Columbus\"],[\"Mel\\u00a0\\u00a0 Sword\",\"614-657-9574\\u00a0\\u00a0 or614-323-3622\",\"NE Columbus\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 (Cell)\",\"Delaware, Marion, Union and Morrow Counties\"],[\"Jim Tippie\",\"614-582-0523\",\"Central Ohio\"],[\"William\\u00a0\\u00a0 Tolliver\",\"614-620-6556\\u00a0\\u00a0 or614-267-6556\",\"Central Columbus\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"]]','Take a swarm','Members that will take a swarm','inherit','closed','closed','','190-revision-v1','','','2016-04-25 14:22:23','2016-04-25 18:22:23','',190,'http://centralohiobeekeepers.org/wordpress1?p=196',0,'revision','',0),(199,1,'2016-04-25 14:22:41','2016-04-25 18:22:41','[[\"Name\",\"Phone\",\"Location\"],[\"Mike\\u00a0Albaugh\",\"740-255-0211\",\"50\\u00a0mile radius of Columbus. Cutouts and swarms\"],[\"Nina Bagley\",\"614783-7868\",\"Urban Columbus\"],[\"Susan Baker\",\"614-551-3837\",\"Grove City, Galloway\"],[\"Barb\\u00a0Bloetscher\",\"614-313-5946\",\"SE\\u00a0Columbus and Grandview\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Mark Cameron\",\"740-363-8180 (H)\\n614-554-2286 (C)\\n614-459-6992 (W)\",\"Delaware County\\nEastern Union County\\nNorthern Franklin County\"],[\"Joyce Castorano and Frank Gattas\",\"614-878-2108 (H)\\n614-579-8161 (C)\",\"Franklin or Madison County\"],[\"John Chadwell\",\"614-871-0163\",\"Grove City area\"],[\"Pat Chambers\",\"614-891-6302\",\"Northern Franklin, Southern Delaware\"],[\"Barry and Carmen Conrad\",\"614-837-3899\\n614-837-1846\",\"Central Ohio\"],[\"Susan\\u00a0Valentine-Cooper\",\"614-596-3600\",\"Central\\u00a0\\u00a0 Ohio \\u0096 Swarms and cutouts\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Western\\u00a0\\u00a0 Franklin County\"],[\"Richard Danniger\\u00a0\",\"614-475-2683\",\"Central Ohio\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-735-2392\",\"Franklin, Delaware and Licking Counties. No charge for swarm collection.\"],[\"Shawn Ferguson\",\"740-343-4288\\n740-621-0360 (C)\",\"Perry, Athens, Fairfield, Muskingum and Hocking\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Fleming\",\"614-527-4649\",\"Hilliard and Dublin\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 (H)\\n614-657-1459 (C)\",\"Central Ohio - no cutouts.\"],[\"Lyle\\u00a0Goldsmith\",\"614-875-7811\",\"Grove\\u00a0City and Southern Franklin County\"],[\"Archna Hazelbaker\\u00a0\",\"614-440-8869\",\"N & W side of Columbus\"],[\"Jerry Hinton\",\"614-506-4523\",\"Grove City, Ashville and Circleville\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway Counties\"],[\"Roger Jewell\",\"614-778-9636 (C)\\n614-876-3548 (H)\",\"Central Ohio\"],[\"Don\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Andrea Lavelle\",\"614-561-6071\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219\\u00a0(C)\\n614-262-8219 (H)\",\"Central Ohio, within 75 miles of Columbus. Cutouts or swarms. No charge for swarm collection.\"],[\"Jacob\\u00a0Mishne\",\"614-870-0092\",\"Central Ohio\"],[\"Steve Morbitzer\",\"614-878-1308 \\n614-753-5463 (C) \",\"Franklin, Madison, Pickaway\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newak, OH\"],[\"Scott Newhouse\",\"614-875-5326 \\n614-296-5459 (C)\",\"Grove City and Central Ohio\"],[\"Linda\\u00a0Overman\",\"614-561-1744\",\"Westside\\u00a0of Columbus to London\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797 \",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Westerville to Reynoldsburg, Genoa Twp to Delaware\"],[\"Dru\\u00a0and Rod Pritchard\",\"614-878-7873\",\"West and SW Franklin Cty\"],[\"Shawn\\u00a0Rinehart\\nKim Flippen\",\"614-492-0229\\n614-572-4023\",\"Fairfield,\\u00a0Franklin, Pickaway\"],[\"Brian Roudabush\",\"614-304-1101\",\"Central Ohio\"],[\"Earl Shaffer\",\"614-853-9983\",\"West side of Columbus, Western Franklin, Northen Pickaway and Madison counties\"],[\"John\\u00a0Schreiber\",\"614-261-6084\",\"Franklin\"],[\"Mary Seufert\",\"614-634-8471\",\"Swarms only, inside I-270\"],[\"Mel\\u00a0Sword\",\"614-323-3622\",\"NE,\\u00a0N 20 miles\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 Cell\",\"Delaware, Marion, Union and Morrow Counties - Fee based\"],[\"Dan\\u00a0and Shelia Theisen\",\"740-816-0261\",\"Delaware\\u00a0and surrounding area\"],[\"Jim\\u00a0Tippie\",\"614-582-0523\",\"Gahanna\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0(C)\\n614-267-6556 (H)\",\"Central Columbus\"],[\"Cheryl Wachsmuth\",\"614-878-8025\",\"Grove City, Galloway, Hilliard\"],[\"Dan\\u00a0\\u00a0 and Mary Wampler\",\"740-654-4045\\u00a0\\n740-407-092\",\"Fairfield County\"],[\"Erik Warren\",\"614 354-4621\",\"Central Ohio\"],[\"John\\u00a0Weaver\",\"614-208-3634\",\"Franklin\\u00a0County; cutouts for a fee\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"],[\"Mark Williams\",\"614-397-8386\",\"Central Ohio\"]]','Assist with Swarm','Members that can assist with a swarm','inherit','closed','closed','','187-revision-v1','','','2016-04-25 14:22:41','2016-04-25 18:22:41','',187,'http://centralohiobeekeepers.org/wordpress1?p=199',0,'revision','',0),(201,1,'2016-04-25 14:27:41','2016-04-25 18:27:41','[[\"Name\",\"Phone\",\"Location\"],[\"Susan\\u00a0Baker\",\"614-551-3837\",\"Grove\\u00a0\\u00a0 City, Galloway\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Joyce Castorano andFrank Gattas\",\"614-878-2108 (H)614-579-8161 (C)\",\"Franklin or Madison County\"],[\"Andrew Clarke\",\"614-599-5157\",\"Central Ohio\"],[\"Chris\\u00a0Cree\",\"614-832-0047\",\"Franklin\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Franklin & Delaware Counties\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-735-2392\",\"Franklin, Delaware and Licking Counties.\"],[\"Shawm Ferguson\",\"740-343-4288 or740-621-0360\",\"Athens, Fairfield,\\u00a0Hocking, Muskingum, Perry\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 H\\n614-657-1459 C\",\"Central Ohio area. No charge for swarms.\"],[\"Lynn\\u00a0Haun\",\"614-271-7005\",\"Galena\"],[\"Archna Hazelbaker\",\"614-440-8869\",\"N & W side of Columbus\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway\"],[\"Roger Jewell\",\"614-778-9636\\n614-876-3548\",\"Central Ohio\"],[\"Donald\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0\\u00a0 County\"],[\"Richard Korn\",\"614-268-9087\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219 (C) or\\n614-262-8219 (H)\",\"Central\\u00a0\\u00a0 Ohio\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newark\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797\",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\\u00a0\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Central Ohio\"],[\"Shawn\\u00a0Rinehart\",\"614-492-0229\",\"Groveport\\u00a0\\u00a0 and SE\"],[\"Brian Roudabush\\u00a0\",\"614-304-1101\",\"Central Ohio\"],[\"Jerry Schardt\",\"740-815-9919\",\"Central Ohio\"],[\"Mary\\u00a0Seufert\",\"614-634-8471\",\"Columbus\"],[\"Mel\\u00a0Sword\",\"614-657-9574\\u00a0\\u00a0 or614-323-3622\",\"NE Columbus\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 (Cell)\",\"Delaware, Marion, Union and Morrow Counties\"],[\"Jim Tippie\",\"614-582-0523\",\"Central Ohio\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0\\u00a0 or614-267-6556\",\"Central Columbus\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"]]','Take a swarm','Members that will take a swarm','inherit','closed','closed','','190-revision-v1','','','2016-04-25 14:27:41','2016-04-25 18:27:41','',190,'http://centralohiobeekeepers.org/wordpress1?p=201',0,'revision','',0),(202,1,'2016-04-25 14:28:18','2016-04-25 18:28:18','[[\"Name\",\"Phone\",\"Location\"],[\"Susan\\u00a0Baker\",\"614-551-3837\",\"Grove\\u00a0City, Galloway\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Joyce Castorano andFrank Gattas\",\"614-878-2108 (H)614-579-8161 (C)\",\"Franklin or Madison County\"],[\"Andrew Clarke\",\"614-599-5157\",\"Central Ohio\"],[\"Chris\\u00a0Cree\",\"614-832-0047\",\"Franklin\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Franklin & Delaware Counties\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-735-2392\",\"Franklin, Delaware and Licking Counties.\"],[\"Shawm Ferguson\",\"740-343-4288 or740-621-0360\",\"Athens, Fairfield,\\u00a0Hocking, Muskingum, Perry\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 H\\n614-657-1459 C\",\"Central Ohio area. No charge for swarms.\"],[\"Lynn\\u00a0Haun\",\"614-271-7005\",\"Galena\"],[\"Archna Hazelbaker\",\"614-440-8869\",\"N & W side of Columbus\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway\"],[\"Roger Jewell\",\"614-778-9636\\n614-876-3548\",\"Central Ohio\"],[\"Donald\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Richard Korn\",\"614-268-9087\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219 (C) or\\n614-262-8219 (H)\",\"Central\\u00a0Ohio\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newark\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797\",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\\u00a0\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Central Ohio\"],[\"Shawn\\u00a0Rinehart\",\"614-492-0229\",\"Groveport\\u00a0and SE\"],[\"Brian Roudabush\\u00a0\",\"614-304-1101\",\"Central Ohio\"],[\"Jerry Schardt\",\"740-815-9919\",\"Central Ohio\"],[\"Mary\\u00a0Seufert\",\"614-634-8471\",\"Columbus\"],[\"Mel\\u00a0Sword\",\"614-657-9574\\u00a0\\u00a0 or614-323-3622\",\"NE Columbus\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 (Cell)\",\"Delaware, Marion, Union and Morrow Counties\"],[\"Jim Tippie\",\"614-582-0523\",\"Central Ohio\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0\\u00a0 or614-267-6556\",\"Central Columbus\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"]]','Take a swarm','Members that will take a swarm','inherit','closed','closed','','190-revision-v1','','','2016-04-25 14:28:18','2016-04-25 18:28:18','',190,'http://centralohiobeekeepers.org/wordpress1?p=202',0,'revision','',0),(208,1,'2016-04-25 21:02:59','2016-04-26 01:02:59','[caption id=\"attachment_283\" align=\"alignnone\" width=\"287\"]<img class=\"size-medium wp-image-283\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/032-808x1024-808x1024-1-287x300.jpg\" alt=\"Bee Beard\" width=\"287\" height=\"300\" /> Bee Beard[/caption]','Featured Picture #1','','publish','closed','open','','featured-picture-1','','','2016-06-13 09:57:55','2016-06-13 13:57:55','',0,'http://centralohiobeekeepers.org/wordpress1?p=208',0,'post','',0),(213,1,'2016-04-25 21:02:59','2016-04-26 01:02:59','[caption id=\"attachment_210\" align=\"alignnone\" width=\"808\"]<img class=\"wp-image-210 size-large\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/032-808x1024-808x1024.jpg\" alt=\"Bee Beard\" width=\"808\" height=\"1024\" /> Bee Beard[/caption]','Featured Picture #1','','inherit','closed','closed','','208-revision-v1','','','2016-04-25 21:02:59','2016-04-26 01:02:59','',208,'http://centralohiobeekeepers.org/wordpress1?p=213',0,'revision','',0),(214,1,'2016-04-25 21:05:00','2016-04-26 01:05:00','[caption id=\"attachment_216\" align=\"alignnone\" width=\"384\"]<img class=\"size-full wp-image-216\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/034-768x1024-e1461680452452.jpg\" alt=\"Working on the hive\" width=\"384\" height=\"512\" /> Working on the hive[/caption]','Featured Picture #2','','publish','closed','open','','featured-picture-2','','','2016-06-13 09:57:27','2016-06-13 13:57:27','',0,'http://centralohiobeekeepers.org/wordpress1?p=214',0,'post','',0),(216,1,'2016-04-25 21:03:37','2016-04-26 01:03:37','','Working on the hive','Working on the hive','inherit','closed','closed','','034-768x1024','','','2016-04-25 21:04:16','2016-04-26 01:04:16','',214,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/034-768x1024.jpg',0,'attachment','image/jpeg',0),(219,1,'2016-04-25 21:05:00','2016-04-26 01:05:00','[caption id=\"attachment_216\" align=\"alignnone\" width=\"768\"]<img class=\"size-large wp-image-216\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/034-768x1024-768x1024.jpg\" alt=\"Working on the hive\" width=\"768\" height=\"1024\" /> Working on the hive[/caption]','Featured Picture #2','','inherit','closed','closed','','214-revision-v1','','','2016-04-25 21:05:00','2016-04-26 01:05:00','',214,'http://centralohiobeekeepers.org/wordpress1?p=219',0,'revision','',0),(222,1,'2016-04-25 21:06:17','2016-04-26 01:06:17','<img class=\"alignnone wp-image-223 size-full\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/537_IMG_5389.jpg\" alt=\"537_IMG_5389\" width=\"537\" height=\"358\" />','Featured Picture #3','','publish','closed','open','','featured-picture-3','','','2016-04-25 21:18:27','2016-04-26 01:18:27','',0,'http://centralohiobeekeepers.org/wordpress1?p=222',0,'post','',0),(223,1,'2016-04-25 21:05:41','2016-04-26 01:05:41','','537_IMG_5389','','inherit','closed','closed','','537_img_5389','','','2016-04-25 21:05:41','2016-04-26 01:05:41','',222,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/537_IMG_5389.jpg',0,'attachment','image/jpeg',0),(225,1,'2016-04-25 21:06:17','2016-04-26 01:06:17','<img class=\"alignnone wp-image-223 size-full\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/537_IMG_5389.jpg\" alt=\"537_IMG_5389\" width=\"537\" height=\"358\" />','Featured Picture #3','','inherit','closed','closed','','222-revision-v1','','','2016-04-25 21:06:17','2016-04-26 01:06:17','',222,'http://centralohiobeekeepers.org/wordpress1?p=225',0,'revision','',0),(226,1,'2016-04-25 21:07:04','2016-04-26 01:07:04','<img class=\"alignnone size-full wp-image-229\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/537_IMG_5391.jpg\" alt=\"537_IMG_5391\" width=\"537\" height=\"358\" />','Featured Picture #4','','publish','closed','open','','featured-picture-4','','','2016-06-13 09:56:57','2016-06-13 13:56:57','',0,'http://centralohiobeekeepers.org/wordpress1?p=226',0,'post','',0),(229,1,'2016-04-25 21:06:52','2016-04-26 01:06:52','','537_IMG_5391','','inherit','closed','closed','','537_img_5391','','','2016-04-25 21:06:52','2016-04-26 01:06:52','',226,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/537_IMG_5391.jpg',0,'attachment','image/jpeg',0),(231,1,'2016-04-25 21:07:04','2016-04-26 01:07:04','<img class=\"alignnone size-full wp-image-229\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/537_IMG_5391.jpg\" alt=\"537_IMG_5391\" width=\"537\" height=\"358\" />','Featured Picture #4','','inherit','closed','closed','','226-revision-v1','','','2016-04-25 21:07:04','2016-04-26 01:07:04','',226,'http://centralohiobeekeepers.org/wordpress1?p=231',0,'revision','',0),(232,1,'2016-04-25 21:07:43','2016-04-26 01:07:43','<img class=\"alignnone size-full wp-image-234\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/537_IMG_5393.jpg\" alt=\"537_IMG_5393\" width=\"537\" height=\"358\" />','Featured Picture #5','','publish','closed','open','','featured-picture-5','','','2016-06-13 09:56:27','2016-06-13 13:56:27','',0,'http://centralohiobeekeepers.org/wordpress1?p=232',0,'post','',0),(234,1,'2016-04-25 21:07:34','2016-04-26 01:07:34','','537_IMG_5393','','inherit','closed','closed','','537_img_5393','','','2016-04-25 21:07:34','2016-04-26 01:07:34','',232,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/537_IMG_5393.jpg',0,'attachment','image/jpeg',0),(235,1,'2016-04-25 21:07:43','2016-04-26 01:07:43','<img class=\"alignnone size-full wp-image-234\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/537_IMG_5393.jpg\" alt=\"537_IMG_5393\" width=\"537\" height=\"358\" />','Featured Picture #5','','inherit','closed','closed','','232-revision-v1','','','2016-04-25 21:07:43','2016-04-26 01:07:43','',232,'http://centralohiobeekeepers.org/wordpress1?p=235',0,'revision','',0),(237,1,'2016-04-25 21:08:24','2016-04-26 01:08:24','<img class=\"alignnone size-full wp-image-240\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/537_IMG_5394.jpg\" alt=\"537_IMG_5394\" width=\"537\" height=\"358\" />','Featured Picture #6','','publish','closed','open','','featured-picture-6','','','2016-04-25 21:21:10','2016-04-26 01:21:10','',0,'http://centralohiobeekeepers.org/wordpress1?p=237',0,'post','',0),(240,1,'2016-04-25 21:08:13','2016-04-26 01:08:13','','537_IMG_5394','','inherit','closed','closed','','537_img_5394','','','2016-04-25 21:08:13','2016-04-26 01:08:13','',237,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/537_IMG_5394.jpg',0,'attachment','image/jpeg',0),(241,1,'2016-04-25 21:08:24','2016-04-26 01:08:24','<img class=\"alignnone size-full wp-image-240\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/537_IMG_5394.jpg\" alt=\"537_IMG_5394\" width=\"537\" height=\"358\" />','Featured Picture #6','','inherit','closed','closed','','237-revision-v1','','','2016-04-25 21:08:24','2016-04-26 01:08:24','',237,'http://centralohiobeekeepers.org/wordpress1?p=241',0,'revision','',0),(243,1,'2016-04-25 21:09:12','2016-04-26 01:09:12','<img class=\"alignnone size-full wp-image-246\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/537_IMG_5398.jpg\" alt=\"537_IMG_5398\" width=\"537\" height=\"358\" />','Featured Picture #7','','publish','closed','open','','featured-picture-7','','','2016-06-13 09:56:00','2016-06-13 13:56:00','',0,'http://centralohiobeekeepers.org/wordpress1?p=243',0,'post','',0),(246,1,'2016-04-25 21:09:00','2016-04-26 01:09:00','','537_IMG_5398','','inherit','closed','closed','','537_img_5398','','','2016-04-25 21:09:00','2016-04-26 01:09:00','',243,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/537_IMG_5398.jpg',0,'attachment','image/jpeg',0),(249,1,'2016-04-25 21:09:12','2016-04-26 01:09:12','<img class=\"alignnone size-full wp-image-246\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/537_IMG_5398.jpg\" alt=\"537_IMG_5398\" width=\"537\" height=\"358\" />','Featured Picture #7','','inherit','closed','closed','','243-revision-v1','','','2016-04-25 21:09:12','2016-04-26 01:09:12','',243,'http://centralohiobeekeepers.org/wordpress1?p=249',0,'revision','',0),(252,1,'2016-04-25 21:09:51','2016-04-26 01:09:51','<img class=\"alignnone size-full wp-image-255\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/537_IMG_5405.jpg\" alt=\"537_IMG_5405\" width=\"537\" height=\"358\" />','Featured Picture #8','','publish','closed','open','','featured-picture-8','','','2016-04-25 21:23:04','2016-04-26 01:23:04','',0,'http://centralohiobeekeepers.org/wordpress1?p=252',0,'post','',0),(255,1,'2016-04-25 21:09:43','2016-04-26 01:09:43','','537_IMG_5405','','inherit','closed','closed','','537_img_5405','','','2016-04-25 21:09:43','2016-04-26 01:09:43','',252,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/537_IMG_5405.jpg',0,'attachment','image/jpeg',0),(258,1,'2016-04-25 21:09:51','2016-04-26 01:09:51','<img class=\"alignnone size-full wp-image-255\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/537_IMG_5405.jpg\" alt=\"537_IMG_5405\" width=\"537\" height=\"358\" />','Featured Picture #8','','inherit','closed','closed','','252-revision-v1','','','2016-04-25 21:09:51','2016-04-26 01:09:51','',252,'http://centralohiobeekeepers.org/wordpress1?p=258',0,'revision','',0),(261,1,'2016-04-25 21:10:36','2016-04-26 01:10:36','<img class=\"alignnone wp-image-264\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/bee-on-buckwheat-1024x819-300x240.jpg\" alt=\"bee-on-buckwheat-1024x819\" width=\"488\" height=\"390\" />','Featured Picture #9','','publish','closed','open','','featured-picture-9','','','2016-04-26 10:34:06','2016-04-26 14:34:06','',0,'http://centralohiobeekeepers.org/wordpress1?p=261',0,'post','',0),(264,1,'2016-04-25 21:10:23','2016-04-26 01:10:23','','bee-on-buckwheat-1024x819','','inherit','closed','closed','','bee-on-buckwheat-1024x819','','','2016-04-25 21:10:23','2016-04-26 01:10:23','',261,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/bee-on-buckwheat-1024x819.jpg',0,'attachment','image/jpeg',0),(265,1,'2016-04-25 21:10:36','2016-04-26 01:10:36','<img class=\"alignnone size-large wp-image-264\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/bee-on-buckwheat-1024x819-1024x819.jpg\" alt=\"bee-on-buckwheat-1024x819\" width=\"1024\" height=\"819\" />','Featured Picture #9','','inherit','closed','closed','','261-revision-v1','','','2016-04-25 21:10:36','2016-04-26 01:10:36','',261,'http://centralohiobeekeepers.org/wordpress1?p=265',0,'revision','',0),(268,1,'2016-04-25 21:11:16','2016-04-26 01:11:16','<img class=\"alignnone size-full wp-image-270\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/IMG_4167-1024x575-e1461680119801.jpg\" alt=\"IMG_4167-1024x575\" width=\"512\" height=\"288\" />','Featured Picture #10','','publish','closed','open','','featured-picture-10','','','2016-04-26 10:30:22','2016-04-26 14:30:22','',0,'http://centralohiobeekeepers.org/wordpress1?p=268',0,'post','',0),(270,1,'2016-04-25 21:11:05','2016-04-26 01:11:05','','IMG_4167-1024x575','','inherit','closed','closed','','img_4167-1024x575','','','2016-04-25 21:11:05','2016-04-26 01:11:05','',268,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/IMG_4167-1024x575.jpg',0,'attachment','image/jpeg',0),(271,1,'2016-04-25 21:11:16','2016-04-26 01:11:16','<img class=\"alignnone size-large wp-image-270\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/IMG_4167-1024x575-1024x575.jpg\" alt=\"IMG_4167-1024x575\" width=\"1024\" height=\"575\" />','Featured Picture #10','','inherit','closed','closed','','268-revision-v1','','','2016-04-25 21:11:16','2016-04-26 01:11:16','',268,'http://centralohiobeekeepers.org/wordpress1?p=271',0,'revision','',0),(273,1,'2016-04-25 21:11:51','2016-04-26 01:11:51','<img class=\"alignnone size-full wp-image-276\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/IMG_4171-1024x575-e1461680142178.jpg\" alt=\"IMG_4171-1024x575\" width=\"512\" height=\"288\" />','Featured Picture #11','','publish','closed','open','','featured-picture-11','','','2016-06-13 09:55:07','2016-06-13 13:55:07','',0,'http://centralohiobeekeepers.org/wordpress1?p=273',0,'post','',0),(276,1,'2016-04-25 21:11:42','2016-04-26 01:11:42','','IMG_4171-1024x575','','inherit','closed','closed','','img_4171-1024x575','','','2016-04-25 21:11:42','2016-04-26 01:11:42','',273,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/IMG_4171-1024x575.jpg',0,'attachment','image/jpeg',0),(277,1,'2016-04-25 21:11:51','2016-04-26 01:11:51','<img class=\"alignnone size-large wp-image-276\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/IMG_4171-1024x575-1024x575.jpg\" alt=\"IMG_4171-1024x575\" width=\"1024\" height=\"575\" />','Featured Picture #11','','inherit','closed','closed','','273-revision-v1','','','2016-04-25 21:11:51','2016-04-26 01:11:51','',273,'http://centralohiobeekeepers.org/wordpress1?p=277',0,'revision','',0),(280,1,'2016-04-26 10:13:06','2016-04-26 14:13:06','[caption id=\"attachment_210\" align=\"alignnone\" width=\"237\"]<img class=\"wp-image-210 size-medium\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/032-808x1024-237x300.jpg\" alt=\"Bee Beard\" width=\"237\" height=\"300\" /> Bee Beard[/caption]','Featured Picture #1','','inherit','closed','closed','','208-autosave-v1','','','2016-04-26 10:13:06','2016-04-26 14:13:06','',208,'http://centralohiobeekeepers.org/wordpress1?p=280',0,'revision','',0),(283,1,'2016-04-26 10:19:54','2016-04-26 14:19:54','','Bee Beard','Bee Beard','inherit','closed','closed','','032-808x1024-808x1024','','','2016-04-26 10:22:43','2016-04-26 14:22:43','',208,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/032-808x1024-808x1024-1.jpg',0,'attachment','image/jpeg',0),(286,1,'2016-04-26 10:22:59','2016-04-26 14:22:59','[caption id=\"attachment_283\" align=\"alignnone\" width=\"489\"]<img class=\"size-full wp-image-283\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/032-808x1024-808x1024-1-e1461680499217.jpg\" alt=\"Bee Beard\" width=\"489\" height=\"512\" /> Bee Beard[/caption]','Featured Picture #1','','inherit','closed','closed','','208-revision-v1','','','2016-04-26 10:22:59','2016-04-26 14:22:59','',208,'http://centralohiobeekeepers.org/wordpress1?p=286',0,'revision','',0),(289,1,'2016-04-26 10:23:54','2016-04-26 14:23:54','[caption id=\"attachment_216\" align=\"alignnone\" width=\"225\"]<img class=\"size-medium wp-image-216\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/034-768x1024-225x300.jpg\" alt=\"Working on the hive\" width=\"225\" height=\"300\" /> Working on the hive[/caption]','Featured Picture #2','','inherit','closed','closed','','214-revision-v1','','','2016-04-26 10:23:54','2016-04-26 14:23:54','',214,'http://centralohiobeekeepers.org/wordpress1?p=289',0,'revision','',0),(292,1,'2016-04-26 10:26:08','2016-04-26 14:26:08','<img class=\"alignnone size-medium wp-image-264\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/bee-on-buckwheat-1024x819-300x240.jpg\" alt=\"bee-on-buckwheat-1024x819\" width=\"300\" height=\"240\" />','Featured Picture #9','','inherit','closed','closed','','261-revision-v1','','','2016-04-26 10:26:08','2016-04-26 14:26:08','',261,'http://centralohiobeekeepers.org/wordpress1?p=292',0,'revision','',0),(294,1,'2016-04-26 10:29:18','2016-04-26 14:29:18','','Featured Picture #11','','inherit','closed','closed','','273-autosave-v1','','','2016-04-26 10:29:18','2016-04-26 14:29:18','',273,'http://centralohiobeekeepers.org/wordpress1?p=294',0,'revision','',0),(297,1,'2016-04-26 10:29:30','2016-04-26 14:29:30','<img class=\"alignnone size-full wp-image-276\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/IMG_4171-1024x575-e1461680142178.jpg\" alt=\"IMG_4171-1024x575\" width=\"512\" height=\"288\" />','Featured Picture #11','','inherit','closed','closed','','273-revision-v1','','','2016-04-26 10:29:30','2016-04-26 14:29:30','',273,'http://centralohiobeekeepers.org/wordpress1?p=297',0,'revision','',0),(298,1,'2016-04-26 10:30:22','2016-04-26 14:30:22','<img class=\"alignnone size-full wp-image-270\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/IMG_4167-1024x575-e1461680119801.jpg\" alt=\"IMG_4167-1024x575\" width=\"512\" height=\"288\" />','Featured Picture #10','','inherit','closed','closed','','268-revision-v1','','','2016-04-26 10:30:22','2016-04-26 14:30:22','',268,'http://centralohiobeekeepers.org/wordpress1?p=298',0,'revision','',0),(301,1,'2016-04-26 10:31:19','2016-04-26 14:31:19','<img class=\"alignnone size-full wp-image-264\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/bee-on-buckwheat-1024x819-e1461680087952.jpg\" alt=\"bee-on-buckwheat-1024x819\" width=\"512\" height=\"410\" />','Featured Picture #9','','inherit','closed','closed','','261-revision-v1','','','2016-04-26 10:31:19','2016-04-26 14:31:19','',261,'http://centralohiobeekeepers.org/wordpress1?p=301',0,'revision','',0),(303,1,'2016-04-26 10:32:32','2016-04-26 14:32:32','<img class=\"alignnone size-medium wp-image-264\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/bee-on-buckwheat-1024x819-300x240.jpg\" alt=\"bee-on-buckwheat-1024x819\" width=\"300\" height=\"240\" />','Featured Picture #9','','inherit','closed','closed','','261-revision-v1','','','2016-04-26 10:32:32','2016-04-26 14:32:32','',261,'http://centralohiobeekeepers.org/wordpress1?p=303',0,'revision','',0),(304,1,'2016-04-26 10:34:06','2016-04-26 14:34:06','<img class=\"alignnone wp-image-264\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/bee-on-buckwheat-1024x819-300x240.jpg\" alt=\"bee-on-buckwheat-1024x819\" width=\"488\" height=\"390\" />','Featured Picture #9','','inherit','closed','closed','','261-revision-v1','','','2016-04-26 10:34:06','2016-04-26 14:34:06','',261,'http://centralohiobeekeepers.org/wordpress1?p=304',0,'revision','',0),(307,1,'2016-04-26 10:35:30','2016-04-26 14:35:30','[caption id=\"attachment_216\" align=\"alignnone\" width=\"384\"]<img class=\"size-full wp-image-216\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/034-768x1024-e1461680452452.jpg\" alt=\"Working on the hive\" width=\"384\" height=\"512\" /> Working on the hive[/caption]','Featured Picture #2','','inherit','closed','closed','','214-revision-v1','','','2016-04-26 10:35:30','2016-04-26 14:35:30','',214,'http://centralohiobeekeepers.org/wordpress1?p=307',0,'revision','',0),(310,1,'2016-04-26 10:36:54','2016-04-26 14:36:54','[caption id=\"attachment_283\" align=\"alignnone\" width=\"287\"]<img class=\"size-medium wp-image-283\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/032-808x1024-808x1024-1-287x300.jpg\" alt=\"Bee Beard\" width=\"287\" height=\"300\" /> Bee Beard[/caption]','Featured Picture #1','','inherit','closed','closed','','208-revision-v1','','','2016-04-26 10:36:54','2016-04-26 14:36:54','',208,'http://centralohiobeekeepers.org/wordpress1?p=310',0,'revision','',0),(312,1,'2016-04-26 10:57:02','2016-04-26 14:57:02','[Best_Wordpress_Gallery id=\"1\" gal_title=\"Bee Yard - 2013\"]','Bee Yard - 2013','','publish','closed','closed','','bee-yard-2013','','','2016-05-11 09:24:34','2016-05-11 13:24:34','',150,'http://centralohiobeekeepers.org/wordpress1?page_id=312',1,'page','',0),(315,1,'2016-04-26 10:57:02','2016-04-26 14:57:02','[Best_Wordpress_Gallery id=\"1\" gal_title=\"Select Gallery\"]','Bee Yard - 2013','','inherit','closed','closed','','312-revision-v1','','','2016-04-26 10:57:02','2016-04-26 14:57:02','',312,'http://centralohiobeekeepers.org/wordpress1?p=315',0,'revision','',0),(318,1,'2016-04-26 10:57:51','2016-04-26 14:57:51','[Best_Wordpress_Gallery id=\"1\" gal_title=\"Bee Yard - 2013\"]','Bee Yard - 2013','','inherit','closed','closed','','312-revision-v1','','','2016-04-26 10:57:51','2016-04-26 14:57:51','',312,'http://centralohiobeekeepers.org/wordpress1?p=318',0,'revision','',0),(319,1,'2016-04-26 11:06:40','2016-04-26 15:06:40','[Best_Wordpress_Gallery id=\"2\" gal_title=\"Bee Yard - 2014\"]','Bee Yard - 2014','','publish','closed','closed','','bee-yard-2014','','','2016-05-11 09:23:42','2016-05-11 13:23:42','',150,'http://centralohiobeekeepers.org/wordpress1?page_id=319',2,'page','',0),(322,1,'2016-04-26 11:06:40','2016-04-26 15:06:40','[Best_Wordpress_Gallery id=\"2\" gal_title=\"Bee Yard - 2014\"]','Bee Yard - 2014','','inherit','closed','closed','','319-revision-v1','','','2016-04-26 11:06:40','2016-04-26 15:06:40','',319,'http://centralohiobeekeepers.org/wordpress1?p=322',0,'revision','',0),(325,1,'2016-04-26 11:13:45','2016-04-26 15:13:45','[Best_Wordpress_Gallery id=\"3\" gal_title=\"Beekeeper of the Year\"]','Beekeeper of the Year - 2013','','publish','closed','closed','','beekeeper-of-the-year-2013','','','2016-05-11 09:22:48','2016-05-11 13:22:48','',150,'http://centralohiobeekeepers.org/wordpress1?page_id=325',3,'page','',0),(327,1,'2016-04-26 11:13:45','2016-04-26 15:13:45','[Best_Wordpress_Gallery id=\"3\" gal_title=\"Beekeeper of the Year\"]','Beekeeper of the Year - 2013','','inherit','closed','closed','','325-revision-v1','','','2016-04-26 11:13:45','2016-04-26 15:13:45','',325,'http://centralohiobeekeepers.org/wordpress1?p=327',0,'revision','',0),(330,1,'2016-04-26 11:54:24','2016-04-26 15:54:24','','Franklin Park Conservatory','','publish','closed','closed','','franklin-park-conservatory','','','2016-08-08 14:47:58','2016-08-08 18:47:58','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_venue&p=330',0,'tribe_venue','',0),(333,1,'2016-04-26 11:55:03','2016-04-26 15:55:03','','Rod\'s Office','','publish','closed','closed','','rods-office','','','2016-04-26 11:55:03','2016-04-26 15:55:03','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_venue&p=333',0,'tribe_venue','',0),(336,1,'2016-04-26 11:55:50','2016-04-26 15:55:50','','OSU Bee Yard','','publish','closed','closed','','osu-bee-yard','','','2016-04-26 11:55:50','2016-04-26 15:55:50','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_venue&p=336',0,'tribe_venue','',0),(339,1,'2016-04-26 11:57:39','2016-04-26 15:57:39','','Rod Pritchard','','publish','closed','closed','','rod-pritchard','','','2016-04-26 11:57:39','2016-04-26 15:57:39','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_organizer&p=339',0,'tribe_organizer','',0),(342,1,'2016-04-26 11:58:04','2016-04-26 15:58:04','','Winnie Williams','','publish','closed','closed','','winnie-williams','','','2016-04-26 11:58:04','2016-04-26 15:58:04','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_organizer&p=342',0,'tribe_organizer','',0),(345,1,'2016-04-26 12:14:03','2016-04-26 16:14:03','Have you renewed your membership for the 2016 season?\r\n\r\nIf not, please take the time to renew your member today!\r\n\r\nThank you!','REMEMBER: Time to consider renewing your membership!','','publish','closed','open','','remember-time-to-consider-renewing-your-membership','','','2016-04-28 14:33:03','2016-04-28 18:33:03','',0,'http://centralohiobeekeepers.org/wordpress1?p=345',0,'post','',0),(348,1,'2016-04-26 12:12:35','2016-04-26 16:12:35','','renew70x70','','inherit','closed','closed','','renew70x70','','','2016-04-26 12:12:35','2016-04-26 16:12:35','',345,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/renew70x70.jpg',0,'attachment','image/jpeg',0),(351,1,'2016-04-26 12:14:03','2016-04-26 16:14:03','Please take the time to renew your member today!','REMEMBER: Time to consider renewing your membership!','','inherit','closed','closed','','345-revision-v1','','','2016-04-26 12:14:03','2016-04-26 16:14:03','',345,'http://centralohiobeekeepers.org/wordpress1?p=351',0,'revision','',0),(354,1,'2016-04-26 12:19:15','2016-04-26 16:19:15','Please consider volunteering some time for COBA. It\'s a good way to reinforce what you learned in Bee School, and to pass on to others your knowledge of bees and beekeeping. As many of you know, my favorite mantra is: \"Want to learn how to become a beekeeper?\" (Will Merrill)\r\n<h3 id=\"ext-gen3356\" align=\"left\">UPCOMING VOLUNTEER OPPORTUNITIES!</h3>\r\n<div><strong>2016 Hive Requests:</strong></div>\r\n<div>We are exploring several opportunities for beekeepers for 2016.If you are interested in placing hives in other locations than your own, please email Will Merrill (<a id=\"ext-gen5230\" href=\"mailto:wnm0628@yahoo.com\" target=\"null\">wnm0628@yahoo.com</a>) and indicate how many hives you are willing to place, and what area you would prefer (i.e. Northern, Southern or Eastern Franklin County; a particular city, like Grove City; Worthington, Westerville, etc.). This will be a referral service of COBA only. We will not negotiate any terms or conditions, nor will we be responsible for arbitrating any issues. We are trying to match beekeepers with land owners willing to have hives placed on their property.</div>','Volunteers Needed!','','publish','closed','open','','volunteers-needed','','','2016-04-28 14:31:12','2016-04-28 18:31:12','',0,'http://centralohiobeekeepers.org/wordpress1?p=354',0,'post','',0),(355,1,'2016-04-26 12:19:15','2016-04-26 16:19:15','Please consider volunteering some time for COBA. It\'s a good way to reinforce what you learned in Bee School, and to pass on to others your knowledge of bees and beekeeping. As many of you know, my favorite mantra is: \"Want to learn how to become a beekeeper?\" (Will Merrill)\r\n<h3 id=\"ext-gen3356\" align=\"left\">UPCOMING VOLUNTEER OPPORTUNITIES!</h3>\r\n<div><strong>2016 Hive Requests:</strong></div>\r\n<div>We are exploring several opportunities for beekeepers for 2016.If you are interested in placing hives in other locations than your own, please email Will Merrill (<a id=\"ext-gen5230\" href=\"mailto:wnm0628@yahoo.com\" target=\"null\">wnm0628@yahoo.com</a>) and indicate how many hives you are willing to place, and what area you would prefer (i.e. Northern, Southern or Eastern Franklin County; a particular city, like Grove City; Worthington, Westerville, etc.). This will be a referral service of COBA only. We will not negotiate any terms or conditions, nor will we be responsible for arbitrating any issues. We are trying to match beekeepers with land owners willing to have hives placed on their property.</div>','Volunteers Needed!','','inherit','closed','closed','','354-revision-v1','','','2016-04-26 12:19:15','2016-04-26 16:19:15','',354,'http://centralohiobeekeepers.org/wordpress1?p=355',0,'revision','',0),(358,1,'2016-04-26 12:21:38','2016-04-26 16:21:38','<strong>ADVANCED BEEYARD UPDATE</strong>\r\n\r\nPlease contact Will Merrill (wnm0628@yahoo.com) to sign up for the 2016 Advanced Bee Yard. We are considering meeting twice a month, possibly on the 2nd and 4th Wednesday\'s of the month or the 2nd and 4th Thursday\'s of the month. If you have a different preference, please let us know. Also, if there is a specific topic you would like covered, let us know that as well. The Advanced Bee Yard will be at the Franklin Park Conservatory and directions and specific information will be posted at a later date.\r\n<div>\r\n\r\n<strong>2016 BEE SCHOOL SCHEDULE ANNOUNCED!</strong>\r\n\r\nWe will be offering several classes in 2016, most will be at the Ohio State University, Waterman Farms complex, Wittmeyer Conference Room, 2490 Carmack Rd, Columbus, OH.\r\n\r\nTuesday classes starting February 16, and continue on 2/23, 3/1 and 3/8. Download the <a id=\"ext-gen2096\" href=\"http://www.centralohiobeekeepers.org/images/bee_school-2016-reg.pdf\" target=\"null\">application form </a>fill out and return.\r\n\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\nWednesday classes starting on February 17 and continue on 2/24, 3/2 and 3/9. Download the <a id=\"ext-gen2097\" href=\"http://www.centralohiobeekeepers.org/images/bee_school-2016-reg.pdf\" target=\"null\">application form</a>, fill out and return.\r\n\r\nSaturday class on March 12th is <strong>FULL</strong>. No further enrollments accepted.\r\n\r\n</div>\r\n<h4><strong>\r\n</strong>The Gantz Farmhouse class scheduled for <strong>FEBRUARY 27TH </strong>has been <strong>CANCELLED</strong>.</h4>','February Updates','','publish','closed','open','','february-updates','','','2016-04-26 12:21:38','2016-04-26 16:21:38','',0,'http://centralohiobeekeepers.org/wordpress1?p=358',0,'post','',0),(361,1,'2016-04-26 12:21:38','2016-04-26 16:21:38','<strong>ADVANCED BEEYARD UPDATE</strong>\r\n\r\nPlease contact Will Merrill (wnm0628@yahoo.com) to sign up for the 2016 Advanced Bee Yard. We are considering meeting twice a month, possibly on the 2nd and 4th Wednesday\'s of the month or the 2nd and 4th Thursday\'s of the month. If you have a different preference, please let us know. Also, if there is a specific topic you would like covered, let us know that as well. The Advanced Bee Yard will be at the Franklin Park Conservatory and directions and specific information will be posted at a later date.\r\n<div>\r\n\r\n<strong>2016 BEE SCHOOL SCHEDULE ANNOUNCED!</strong>\r\n\r\nWe will be offering several classes in 2016, most will be at the Ohio State University, Waterman Farms complex, Wittmeyer Conference Room, 2490 Carmack Rd, Columbus, OH.\r\n\r\nTuesday classes starting February 16, and continue on 2/23, 3/1 and 3/8. Download the <a id=\"ext-gen2096\" href=\"http://www.centralohiobeekeepers.org/images/bee_school-2016-reg.pdf\" target=\"null\">application form </a>fill out and return.\r\n\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\nWednesday classes starting on February 17 and continue on 2/24, 3/2 and 3/9. Download the <a id=\"ext-gen2097\" href=\"http://www.centralohiobeekeepers.org/images/bee_school-2016-reg.pdf\" target=\"null\">application form</a>, fill out and return.\r\n\r\nSaturday class on March 12th is <strong>FULL</strong>. No further enrollments accepted.\r\n\r\n</div>\r\n<h4><strong>\r\n</strong>The Gantz Farmhouse class scheduled for <strong>FEBRUARY 27TH </strong>has been <strong>CANCELLED</strong>.</h4>','February Updates','','inherit','closed','closed','','358-revision-v1','','','2016-04-26 12:21:38','2016-04-26 16:21:38','',358,'http://centralohiobeekeepers.org/wordpress1?p=361',0,'revision','',0),(363,1,'2016-04-26 12:30:15','2016-04-26 16:30:15','Bee keeping classes have been completed for the 2016 season. COBA had three classes with approximately 135 students attending. Many thanks to Carmen, Barry, Mike and all of our presenters for another successful start to bee keeping.\r\n\r\nIf you are still interested in becoming a bee keeper, come join us in the COBA bee yard at The Ohio State University for Fun in the Bee Yard. This spring and summer long program will enhance your bee keeping experience. All members of COBA are welcome. Not a member become one now. See the website for information.\r\n\r\n ','2016 Beekeeping Classes','','publish','closed','open','','2016-beekeeping-classes','','','2016-04-27 08:50:57','2016-04-27 12:50:57','',0,'http://centralohiobeekeepers.org/wordpress1?p=363',0,'post','',0),(364,1,'2016-04-26 12:30:15','2016-04-26 16:30:15','Bee keeping classes have been completed for the 2016 season. COBA had three classes with approximately 135 students attending. Many thanks to Carmen, Barry, Mike and all of our presenters for another successful start to bee keeping.\r\n\r\nIf you are still interested in becoming a bee keeper, come join us in the COBA bee yard at The Ohio State University for Fun in the Bee Yard. This spring and summer long program will enhance your bee keeping experience. All members of COBA are welcome. Not a member become one now. See the website for information.','2016 Beekeeping Classes','','inherit','closed','closed','','363-revision-v1','','','2016-04-26 12:30:15','2016-04-26 16:30:15','',363,'http://centralohiobeekeepers.org/wordpress1?p=364',0,'revision','',0),(367,1,'2016-04-26 12:35:01','2016-04-26 16:35:01','<h4><strong>Scholarship Committee Chair:</strong>\r\nMike Hatter (<a href=\"mailto:mike.hatter@yahoo.com\">mike.hatter@yahoo.com</a>)</h4>\r\nThe Scholarship Committee shall be responsible for promotion of the scholarships, collecting applications, reviewing, interviewing and selecting final candidate. Upon final selection, the Committee shall be responsible for providing equipment and signing up the winning candidates for bee school. The Committee will be responsible for monitoring, mentoring and overseeing the completion of the requirement of the scholarship recipients. <b>COBA Youth Scholarship Application </b>now available below:\r\n\r\nNote: This file requires Adobe Acrobat Reader for viewing and printing.\r\n<h4><strong><a href=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/scholarwship_app.pdf\">Click here to download file: scholarwship_app</a></strong></h4>','Youth Scholarships','','publish','closed','open','','youth-scholarships','','','2016-04-26 12:36:32','2016-04-26 16:36:32','',0,'http://centralohiobeekeepers.org/wordpress1?p=367',0,'post','',0),(370,1,'2016-04-26 12:35:01','2016-04-26 16:35:01','<h4><strong>Scholarship Committee Chair:</strong>\r\nMike Hatter (<a href=\"mailto:mike.hatter@yahoo.com\">mike.hatter@yahoo.com</a>)</h4>\r\nThe Scholarship Committee shall be responsible for promotion of the scholarships, collecting applications, reviewing, interviewing and selecting final candidate. Upon final selection, the Committee shall be responsible for providing equipment and signing up the winning candidates for bee school. The Committee will be responsible for monitoring, mentoring and overseeing the completion of the requirement of the scholarship recipients. <b>COBA Youth Scholarship Application </b>now available below:\r\n\r\nNote: This file requires Adobe Acrobat Reader for viewing and printing.\r\n\r\nscholarwship_app','Youth Scholarships','','inherit','closed','closed','','367-revision-v1','','','2016-04-26 12:35:01','2016-04-26 16:35:01','',367,'http://centralohiobeekeepers.org/wordpress1?p=370',0,'revision','',0),(372,1,'2016-04-26 12:35:36','2016-04-26 16:35:36','','scholarwship_app','','inherit','closed','closed','','scholarwship_app','','','2016-04-26 12:35:36','2016-04-26 16:35:36','',367,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/scholarwship_app.pdf',0,'attachment','application/pdf',0),(373,1,'2016-04-26 12:36:10','2016-04-26 16:36:10','<h4><strong>Scholarship Committee Chair:</strong>\nMike Hatter (<a href=\"mailto:mike.hatter@yahoo.com\">mike.hatter@yahoo.com</a>)</h4>\nThe Scholarship Committee shall be responsible for promotion of the scholarships, collecting applications, reviewing, interviewing and selecting final candidate. Upon final selection, the Committee shall be responsible for providing equipment and signing up the winning candidates for bee school. The Committee will be responsible for monitoring, mentoring and overseeing the completion of the requirement of the scholarship recipients. <b>COBA Youth Scholarship Application </b>now available below:\n\nNote: This file requires Adobe Acrobat Reader for viewing and printing.\n<h4><strong><a href=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/scholarwship_app.pdf\">scholarwship_app</a></strong></h4>','Youth Scholarships','','inherit','closed','closed','','367-autosave-v1','','','2016-04-26 12:36:10','2016-04-26 16:36:10','',367,'http://centralohiobeekeepers.org/wordpress1?p=373',0,'revision','',0),(375,1,'2016-04-26 12:36:32','2016-04-26 16:36:32','<h4><strong>Scholarship Committee Chair:</strong>\r\nMike Hatter (<a href=\"mailto:mike.hatter@yahoo.com\">mike.hatter@yahoo.com</a>)</h4>\r\nThe Scholarship Committee shall be responsible for promotion of the scholarships, collecting applications, reviewing, interviewing and selecting final candidate. Upon final selection, the Committee shall be responsible for providing equipment and signing up the winning candidates for bee school. The Committee will be responsible for monitoring, mentoring and overseeing the completion of the requirement of the scholarship recipients. <b>COBA Youth Scholarship Application </b>now available below:\r\n\r\nNote: This file requires Adobe Acrobat Reader for viewing and printing.\r\n<h4><strong><a href=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/scholarwship_app.pdf\">Click here to download file: scholarwship_app</a></strong></h4>','Youth Scholarships','','inherit','closed','closed','','367-revision-v1','','','2016-04-26 12:36:32','2016-04-26 16:36:32','',367,'http://centralohiobeekeepers.org/wordpress1?p=375',0,'revision','',0),(376,1,'2016-04-26 12:39:20','2016-04-26 16:39:20','Many thanks to Kent Williams for presenting to the general membership meeting on February 16, 2016 at Franklin Park. Kent brings a wealth of information and passion for beekeeping to his presentations. An EAS master beekeeper Kent\'s greatest ability is to have a conversation bee keeper to bee keeper and not lecture his audience. Thanks again to Kent.','Kent Williams','','publish','closed','open','','kent-williams','','','2016-04-26 12:39:20','2016-04-26 16:39:20','',0,'http://centralohiobeekeepers.org/wordpress1?p=376',0,'post','',0),(379,1,'2016-04-26 12:39:20','2016-04-26 16:39:20','Many thanks to Kent Williams for presenting to the general membership meeting on February 16, 2016 at Franklin Park. Kent brings a wealth of information and passion for beekeeping to his presentations. An EAS master beekeeper Kent\'s greatest ability is to have a conversation bee keeper to bee keeper and not lecture his audience. Thanks again to Kent.','Kent Williams','','inherit','closed','closed','','376-revision-v1','','','2016-04-26 12:39:20','2016-04-26 16:39:20','',376,'http://centralohiobeekeepers.org/wordpress1?p=379',0,'revision','',0),(382,1,'2016-04-26 12:41:05','2016-04-26 16:41:05','The Scholarship Committee has selected three new youth to participate in the program for the next year. Last year\'s participants will present their final reports at the March meeting.','Youth Scholarship Program','','publish','closed','open','','youth-scholarship-program','','','2016-04-26 12:41:05','2016-04-26 16:41:05','',0,'http://centralohiobeekeepers.org/wordpress1?p=382',0,'post','',0),(385,1,'2016-04-26 12:41:05','2016-04-26 16:41:05','The Scholarship Committee has selected three new youth to participate in the program for the next year. Last year\'s participants will present their final reports at the March meeting.','Youth Scholarship Program','','inherit','closed','closed','','382-revision-v1','','','2016-04-26 12:41:05','2016-04-26 16:41:05','',382,'http://centralohiobeekeepers.org/wordpress1?p=385',0,'revision','',0),(387,1,'2016-04-26 13:38:23','2016-04-26 17:38:23','Have you renewed your membership for the 2016 season?\r\n\r\nIf not, please take the time to renew your member today!\r\n\r\nThank you!','REMEMBER: Time to consider renewing your membership!','','inherit','closed','closed','','345-revision-v1','','','2016-04-26 13:38:23','2016-04-26 17:38:23','',345,'http://centralohiobeekeepers.org/wordpress1?p=387',0,'revision','',0),(388,1,'2016-04-26 16:58:52','2016-04-26 20:58:52','Many thanks to COBA\'s friend Jim Stockton for helping us update the website. We hope that everyone enjoys our new look. Feel free to e-mail comments to COBAPresident@hotmail.com. We will continue to work on it to make it as user friendly as possible.','New Website','','inherit','closed','closed','','4-revision-v1','','','2016-04-26 16:58:52','2016-04-26 20:58:52','',4,'http://centralohiobeekeepers.org/wordpress1?p=388',0,'revision','',0),(391,1,'2016-05-03 07:31:29','2016-05-03 11:31:29','Join us on Saturday, May 14, 2016 at 9:00 am for our annual pancake breakfast and plant swap. Northland Masonic Temple 5885 Cleveland Ave, Columbus 43231. Come and eat all the pancakes you can and bring a bee friendly plant to swap with someone else. COBA does not hold a regular membership meeting in May.','Pancake Breakfast and Plant Swap','','publish','closed','open','','pancake-breakfast-and-plant-swap','','','2016-05-04 09:50:10','2016-05-04 13:50:10','',0,'http://centralohiobeekeepers.org/wordpress1?p=391',0,'post','',0),(403,1,'2016-04-27 08:04:38','2016-04-27 12:04:38','[Best_Wordpress_Gallery id=\"4\" gal_title=\"Various Pictures\"]','Various Pictures','','publish','closed','closed','','various-pictures','','','2016-05-11 09:21:28','2016-05-11 13:21:28','',150,'http://centralohiobeekeepers.org/wordpress1?page_id=403',4,'page','',0),(406,1,'2016-04-27 08:04:38','2016-04-27 12:04:38','[Best_Wordpress_Gallery id=\"4\" gal_title=\"Various Pictures\"]','Various Pictures','','inherit','closed','closed','','403-revision-v1','','','2016-04-27 08:04:38','2016-04-27 12:04:38','',403,'http://centralohiobeekeepers.org/wordpress1?p=406',0,'revision','',0),(409,1,'2016-04-27 08:37:35','2016-04-27 12:37:35','','Bee Yard','Meeting in the Bee Yard','inherit','closed','closed','','537_img_5417','','','2016-04-27 08:38:19','2016-04-27 12:38:19','',0,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/537_IMG_5417.jpg',0,'attachment','image/jpeg',0),(424,1,'2016-04-27 08:50:45','2016-04-27 12:50:45','Bee keeping classes have been completed for the 2016 season. COBA had three classes with approximately 135 students attending. Many thanks to Carmen, Barry, Mike and all of our presenters for another successful start to bee keeping.\n\nIf you are still interested in becoming a bee keeper, come join us in the COBA bee yard at The Ohio State University for Fun in the Bee Yard. This spring and summer long program will enhance your bee keeping experience. All members of COBA are welcome. Not a member become one now. See the website for information.\n\n ','2016 Beekeeping Classes','','inherit','closed','closed','','363-autosave-v1','','','2016-04-27 08:50:45','2016-04-27 12:50:45','',363,'http://centralohiobeekeepers.org/wordpress1?p=424',0,'revision','',0),(426,1,'2016-04-27 08:50:57','2016-04-27 12:50:57','Bee keeping classes have been completed for the 2016 season. COBA had three classes with approximately 135 students attending. Many thanks to Carmen, Barry, Mike and all of our presenters for another successful start to bee keeping.\r\n\r\nIf you are still interested in becoming a bee keeper, come join us in the COBA bee yard at The Ohio State University for Fun in the Bee Yard. This spring and summer long program will enhance your bee keeping experience. All members of COBA are welcome. Not a member become one now. See the website for information.\r\n\r\n ','2016 Beekeeping Classes','','inherit','closed','closed','','363-revision-v1','','','2016-04-27 08:50:57','2016-04-27 12:50:57','',363,'http://centralohiobeekeepers.org/wordpress1?p=426',0,'revision','',0),(429,1,'2016-04-28 13:45:09','2016-04-28 17:45:09','<img class=\" wp-image-25 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/coba_logo-300x300.jpg\" alt=\"COBO Logo\" width=\"195\" height=\"195\" />Did you know that you can join the Central Ohio Beekeepers Association and immediately take part in all of our learning activities? Even better, your entire family can take part too!\r\n\r\nMembership is only $10 per year for individuals and $15 per year for the entire family.\r\n\r\nDownload the membership application form below and send it along with your check to:\r\n<p style=\"text-align: center;\">Barry Conrad\r\nTreasurer\r\nCentral Ohio Beekeepers Association\r\n6240 Wright Road\r\nCanal Winchester, OH 43110</p>\r\n<p style=\"text-align: center;\"><strong>We\'ll contact you with further details and instructions.</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Membership_Application.pdf\">Click Here for our Membership_Application</a></p>','Membership Details','','publish','closed','open','','membership-details','','','2016-04-28 13:45:09','2016-04-28 17:45:09','',0,'http://centralohiobeekeepers.org/wordpress1?p=429',0,'post','',0),(430,1,'2016-04-28 13:42:59','2016-04-28 17:42:59','','Membership_Application','','inherit','closed','closed','','membership_application','','','2016-04-28 13:42:59','2016-04-28 17:42:59','',429,'http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Membership_Application.pdf',0,'attachment','application/pdf',0),(432,1,'2016-04-28 13:45:09','2016-04-28 17:45:09','<img class=\" wp-image-25 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/coba_logo-300x300.jpg\" alt=\"COBO Logo\" width=\"195\" height=\"195\" />Did you know that you can join the Central Ohio Beekeepers Association and immediately take part in all of our learning activities? Even better, your entire family can take part too!\r\n\r\nMembership is only $10 per year for individuals and $15 per year for the entire family.\r\n\r\nDownload the membership application form below and send it along with your check to:\r\n<p style=\"text-align: center;\">Barry Conrad\r\nTreasurer\r\nCentral Ohio Beekeepers Association\r\n6240 Wright Road\r\nCanal Winchester, OH 43110</p>\r\n<p style=\"text-align: center;\"><strong>We\'ll contact you with further details and instructions.</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Membership_Application.pdf\">Click Here for our Membership_Application</a></p>','Membership Details','','inherit','closed','closed','','429-revision-v1','','','2016-04-28 13:45:09','2016-04-28 17:45:09','',429,'http://centralohiobeekeepers.org/wordpress1?p=432',0,'revision','',0),(438,1,'2016-05-02 10:59:11','2016-05-02 14:59:11','COBA does not hold a regular membership meeting in May. Join us on May ','Pancake Breakfast and Plant Swap','','inherit','closed','closed','','391-revision-v1','','','2016-05-02 10:59:11','2016-05-02 14:59:11','',391,'http://centralohiobeekeepers.org/wordpress1?p=438',0,'revision','',0),(442,1,'2016-05-03 07:29:35','2016-05-03 11:29:35','Join us on Saturday, May 14, 2016 at 9:00 am for our annual pancake breakfast and plant swap. Northland Masonic Temple 5885 Cleveland Ave, Columbus 43231. Come and eat all the pancakes you can and bring a bee friendly plant to swap with someone else. COBA does not hold a regular membership meeting in May.','Pancake Breakfast and Plant Swap','','inherit','closed','closed','','391-revision-v1','','','2016-05-03 07:29:35','2016-05-03 11:29:35','',391,'http://centralohiobeekeepers.org/wordpress1?p=442',0,'revision','',0),(445,1,'2016-05-03 07:34:41','2016-05-03 11:34:41','May 14, 2016, 9:00 am. 5885 Cleveland Ave. Columbus 43231','Pancake Breakfast and Plant Swap','','publish','closed','closed','','pancake-breakfast-and-plant-swap','','','2016-05-03 11:24:42','2016-05-03 15:24:42','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=445',0,'tribe_events','',0),(447,1,'2016-05-03 11:15:24','2016-05-03 15:15:24','','Northland Masonic Temple','','publish','closed','closed','','northland-masonic-temple','','','2016-05-03 11:15:24','2016-05-03 15:15:24','',0,'http://centralohiobeekeepers.org/wordpress1?tribe_venue=northland-masonic-temple',0,'tribe_venue','',0),(451,1,'2016-05-03 11:24:59','2016-05-03 15:24:59','May 14, 2016, 9:00 am. 5885 Cleveland Ave. Columbus 43231','Pancake Breakfast and Plant Swap','','inherit','closed','closed','','445-autosave-v1','','','2016-05-03 11:24:59','2016-05-03 15:24:59','',445,'http://centralohiobeekeepers.org/wordpress1?p=451',0,'revision','',0),(457,4,'2016-05-03 12:05:52','2016-05-03 16:05:52','Held most Wednesday nights from April to October. Meetings begin at 6:00 with a potluck dinner and a question and answer period prior to getting into the hives.','Fun in the Bee yard','','publish','closed','closed','','fun-in-the-bee-yard','','','2016-05-03 12:05:52','2016-05-03 16:05:52','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=457',0,'tribe_events','',0),(459,4,'2016-05-03 12:05:52','2016-05-03 16:05:52','','Rothenbuler Honey Bee Lab','','publish','closed','closed','','rothenbuler-honey-bee-lab','','','2016-05-03 12:05:52','2016-05-03 16:05:52','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_venue&p=459',0,'tribe_venue','',0),(460,4,'2016-05-04 10:07:03','2016-05-04 14:07:03','Held most Wednesday nights from April to October. Meetings begin at 6:00 with a potluck dinner and a question and answer period prior to getting into the hives.','Fun in the Bee Yard','','publish','closed','closed','','fun-in-the-bee-yard-2','','','2016-05-10 13:58:44','2016-05-10 17:58:44','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=460',0,'tribe_events','',0),(462,1,'2016-05-04 10:07:51','2016-05-04 14:07:51','Held most Wednesday nights from April to October. Meetings begin at 6:00 with a potluck dinner and a question and answer period prior to getting into the hives.','Fun in the Bee Yard','','inherit','closed','closed','','460-autosave-v1','','','2016-05-04 10:07:51','2016-05-04 14:07:51','',460,'http://centralohiobeekeepers.org/wordpress1?p=462',0,'revision','',0),(463,1,'2016-05-04 10:15:46','2016-05-04 14:15:46','Located in the Apiary at Franklin Park.','The Advanced Bee Yard at Franklin Park','','publish','closed','closed','','the-advanced-bee-yard-at-franklin-park','','','2016-05-04 10:18:54','2016-05-04 14:18:54','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=463',0,'tribe_events','',0),(465,1,'2016-05-04 10:15:46','2016-05-04 14:15:46','','Franklin Park Conservatory','','publish','closed','closed','','franklin-park-conservatory-2','','','2016-05-04 10:15:46','2016-05-04 14:15:46','',0,'http://centralohiobeekeepers.org/wordpress1?tribe_venue=franklin-park-conservatory-2',0,'tribe_venue','',0),(468,4,'2016-05-04 10:55:39','2016-05-04 14:55:39','We recently heard from both Kent Williams and Dan O\'Hanlon about the benefit of buying nucs to start beekeeping with. The greatest advantage in their option is that you are getting and established hive. But exactly what is a nuc. I\'ve always been taught that a nuc is a five frames of bees and brood with an established laying queen. These may be overwintered, Ohio raised queens and bees or spring built nucs that come from Ohio beekeepers. The key is the established queen. I\'ve recently been told that some individuals are selling five frames of bees with a queen in a cage. These are not nucs even if they come in five frame equipment. Bees sold like this are just a very expensive package bees. With the demand for bees in the spring, many new beekeepers buy package bees to get started with. Make sure you know the difference in what you buy. Always buy from a respected dealer and if you don\'t know, ask around at your local club. Make sure you see and ask for a copy of the inspection certificate, it\'s the law in Ohio.','Nucs','','publish','closed','open','','nucs','','','2016-05-04 10:55:39','2016-05-04 14:55:39','',0,'http://centralohiobeekeepers.org/wordpress1?p=468',0,'post','',0),(469,4,'2016-05-04 10:53:39','2016-05-04 14:53:39','We recently heard from both Kent Williams and Dan O\'Hanlon about the benefit of buying nucs to start beekeeping with. The greatest advantage in their option is that you are getting and established hive. But exactly what is a nuc. I\'ve always been taught that a nuc is a five frames of bees and brood with an established laying queen. These may be overwintered, Ohio raised queens and bees or spring built nucs that come from Ohio beekeepers. The key is the established queen. I\'ve recently been told that some individuals are selling five frames of bees with a queen in a cage. These are not nucs even if they come in five frame equipment. Bees sold like this are just a very expensive package bees. With the demand for bees in the spring, many new beekeepers buy package bees to get started with. Make sure you know the difference in what you buy. Always buy from a respected dealer and if you don\'t know, ask around at your local club. Make sure you see and ask for a copy of the inspection certificate, it\'s the law in Ohio.','Nucs','','inherit','closed','closed','','468-revision-v1','','','2016-05-04 10:53:39','2016-05-04 14:53:39','',468,'http://centralohiobeekeepers.org/wordpress1?p=469',0,'revision','',0),(471,4,'2016-05-04 11:02:32','2016-05-04 15:02:32','<strong><img class=\"size-medium wp-image-72 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Board-Members-300x224-300x224.jpg\" alt=\"Board-Members-300x224\" width=\"300\" height=\"224\" />PRESIDENT:</strong>\nRod Pritchard (cobapresident@hotmail.com)\n614-216-3386\n\n<strong>VICE PRESIDENT:</strong>\nMike Hatter (mike.hatter@yahoo.com)\n937-348-2636\n\n<strong>SECRETARY:</strong>\nNancy Ferron\n\n<strong>TREASURER:</strong>\nBarry Conrad (barry@hiveandhoney.com)\n614-837-3899\n\n<strong>TRUSTEES:</strong>\nJim Tippie (jimtip2@aol.com)\n614-582-0523\n(Term expires 12/31/2016)\n\nShawn Rinehart (kflippen@columbus.rr.com)\n(Term expires 12/31/2016)\n\nMike Albaugh (maalbaugh@outlook.com)\n740-255-0211\n(Term expires 12/31/2016)\n\nWinnie Williams (winnie.williams@sbcglobal.net)\n614-787-3533\n(Term expires 12/31/2015)\n\nKevin\n\nWill Merrill (wnm0628@yahoo.com)\n614-262-8219\n(Term expires 12/31/2015)','Board Members','','inherit','closed','closed','','69-autosave-v1','','','2016-05-04 11:02:32','2016-05-04 15:02:32','',69,'http://centralohiobeekeepers.org/wordpress1?p=471',0,'revision','',0),(478,4,'2016-05-05 09:18:47','2016-05-05 13:18:47','[[\"Name\",\"Phone\",\"Location\"],[\"Mike\\u00a0Albaugh\",\"740-255-0211\",\"50\\u00a0mile radius of Columbus. Cutouts and swarms\"],[\"Nina Bagley\",\"614783-7868\",\"Urban Columbus\"],[\"Susan Baker\",\"614-551-3837\",\"Grove City, Galloway\"],[\"Barb\\u00a0Bloetscher\",\"614-313-5946\",\"SE\\u00a0Columbus and Grandview\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Mark Cameron\",\"740-363-8180 (H)\\n614-554-2286 (C)\\n614-459-6992 (W)\",\"Delaware County\\nEastern Union County\\nNorthern Franklin County\"],[\"Joyce Castorano and Frank Gattas\",\"614-878-2108 (H)\\n614-579-8161 (C)\",\"Franklin or Madison County\"],[\"John Chadwell\",\"614-871-0163\",\"Grove City area\"],[\"Pat Chambers\",\"614-891-6302\",\"Northern Franklin, Southern Delaware\"],[\"Barry and Carmen Conrad\",\"614-837-3899\\n614-837-1846\",\"Central Ohio\"],[\"Susan\\u00a0Valentine-Cooper\",\"614-596-3600\",\"Central\\u00a0\\u00a0 Ohio \\u0096 Swarms and cutouts\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Western\\u00a0\\u00a0 Franklin County\"],[\"Richard Danniger\\u00a0\",\"614-475-2683\",\"Central Ohio\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-735-8172\",\"Franklin, Delaware and Licking Counties. No charge for swarm collection.\"],[\"Shawn Ferguson\",\"740-343-4288\\n740-621-0360 (C)\",\"Perry, Athens, Fairfield, Muskingum and Hocking\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Fleming\",\"614-527-4649\",\"Hilliard and Dublin\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 (H)\\n614-657-1459 (C)\",\"Central Ohio - no cutouts.\"],[\"Lyle\\u00a0Goldsmith\",\"614-875-7811\",\"Grove\\u00a0City and Southern Franklin County\"],[\"Archna Hazelbaker\\u00a0\",\"614-440-8869\",\"N & W side of Columbus\"],[\"Jerry Hinton\",\"614-506-4523\",\"Grove City, Ashville and Circleville\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway Counties\"],[\"Roger Jewell\",\"614-778-9636 (C)\\n614-876-3548 (H)\",\"Central Ohio\"],[\"Don\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Andrea Lavelle\",\"614-561-6071\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219\\u00a0(C)\\n614-262-8219 (H)\",\"Central Ohio, within 75 miles of Columbus. Cutouts or swarms. No charge for swarm collection.\"],[\"Jacob\\u00a0Mishne\",\"614-870-0092\",\"Central Ohio\"],[\"Steve Morbitzer\",\"614-878-1308 \\n614-753-5463 (C) \",\"Franklin, Madison, Pickaway\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newak, OH\"],[\"Scott Newhouse\",\"614-875-5326 \\n614-296-5459 (C)\",\"Grove City and Central Ohio\"],[\"Linda\\u00a0Overman\",\"614-561-1744\",\"Westside\\u00a0of Columbus to London\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797 \",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Westerville to Reynoldsburg, Genoa Twp to Delaware\"],[\"Dru\\u00a0and Rod Pritchard\",\"614-878-7873\",\"West and SW Franklin Cty\"],[\"Shawn\\u00a0Rinehart\\nKim Flippen\",\"614-492-0229\\n614-572-4023\",\"Fairfield,\\u00a0Franklin, Pickaway\"],[\"Brian Roudabush\",\"614-304-1101\",\"Central Ohio\"],[\"Earl Shaffer\",\"614-853-9983\",\"West side of Columbus, Western Franklin, Northen Pickaway and Madison counties\"],[\"John\\u00a0Schreiber\",\"614-261-6084\",\"Franklin\"],[\"Mary Seufert\",\"614-634-8471\",\"Swarms only, inside I-270\"],[\"Mel\\u00a0Sword\",\"614-323-3622\",\"NE,\\u00a0N 20 miles\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 Cell\",\"Delaware, Marion, Union and Morrow Counties - Fee based\"],[\"Dan\\u00a0and Shelia Theisen\",\"740-816-0261\",\"Delaware\\u00a0and surrounding area\"],[\"Jim\\u00a0Tippie\",\"614-582-0523\",\"Gahanna\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0(C)\\n614-267-6556 (H)\",\"Central Columbus\"],[\"Cheryl Wachsmuth\",\"614-878-8025\",\"Grove City, Galloway, Hilliard\"],[\"Dan\\u00a0\\u00a0 and Mary Wampler\",\"740-654-4045\\u00a0\\n740-407-092\",\"Fairfield County\"],[\"Erik Warren\",\"614 354-4621\",\"Central Ohio\"],[\"John\\u00a0Weaver\",\"614-208-3634\",\"Franklin\\u00a0County; cutouts for a fee\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"],[\"Mark Williams\",\"614-397-8386\",\"Central Ohio\"]]','Assist with Swarm','Members that can assist with a swarm','inherit','closed','closed','','187-revision-v1','','','2016-05-05 09:18:47','2016-05-05 13:18:47','',187,'http://centralohiobeekeepers.org/wordpress1?p=478',0,'revision','',0),(483,6,'2016-05-05 16:25:02','2016-05-05 20:25:02','[[\"Name\",\"Phone\",\"Location\"],[\"Mike\\u00a0Albaugh\",\"740-255-0211\",\"50\\u00a0mile radius of Columbus. Cutouts and swarms\"],[\"Nina Bagley\",\"614783-7868\",\"Urban Columbus\"],[\"Susan Baker\",\"614-551-3837\",\"Grove City, Galloway\"],[\"Barb\\u00a0Bloetscher\",\"614-313-5946\",\"SE\\u00a0Columbus and Grandview\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Mark Cameron\",\"740-363-8180 (H)\\n614-554-2286 (C)\\n614-459-6992 (W)\",\"Delaware County\\nEastern Union County\\nNorthern Franklin County\"],[\"Joyce Castorano and Frank Gattas\",\"614-878-2108 (H)\\n614-579-8161 (C)\",\"Franklin or Madison County\"],[\"John Chadwell\",\"614-871-0163\",\"Grove City area\"],[\"Pat Chambers\",\"614-891-6302\",\"Northern Franklin, Southern Delaware\"],[\"Barry and Carmen Conrad\",\"614-837-3899\\n614-837-1846\",\"Central Ohio\"],[\"Susan\\u00a0Valentine-Cooper\",\"614-596-3600\",\"Central\\u00a0\\u00a0 Ohio \\u0096 Swarms and cutouts\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Western\\u00a0\\u00a0 Franklin County\"],[\"Richard Danniger\\u00a0\",\"614-475-2683\",\"Central Ohio\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-725-8172\",\"Franklin, Delaware and Licking Counties. No charge for swarm collection.\"],[\"Shawn Ferguson\",\"740-343-4288\\n740-621-0360 (C)\",\"Perry, Athens, Fairfield, Muskingum and Hocking\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Fleming\",\"614-527-4649\",\"Hilliard and Dublin\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 (H)\\n614-657-1459 (C)\",\"Central Ohio - no cutouts.\"],[\"Lyle\\u00a0Goldsmith\",\"614-875-7811\",\"Grove\\u00a0City and Southern Franklin County\"],[\"Archna Hazelbaker\\u00a0\",\"614-440-8869\",\"N & W side of Columbus\"],[\"Jerry Hinton\",\"614-506-4523\",\"Grove City, Ashville and Circleville\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway Counties\"],[\"Roger Jewell\",\"614-778-9636 (C)\\n614-876-3548 (H)\",\"Central Ohio\"],[\"Don\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Andrea Lavelle\",\"614-561-6071\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219\\u00a0(C)\\n614-262-8219 (H)\",\"Central Ohio, within 75 miles of Columbus. Cutouts or swarms. No charge for swarm collection.\"],[\"Jacob\\u00a0Mishne\",\"614-870-0092\",\"Central Ohio\"],[\"Steve Morbitzer\",\"614-878-1308 \\n614-753-5463 (C) \",\"Franklin, Madison, Pickaway\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newak, OH\"],[\"Scott Newhouse\",\"614-875-5326 \\n614-296-5459 (C)\",\"Grove City and Central Ohio\"],[\"Linda\\u00a0Overman\",\"614-561-1744\",\"Westside\\u00a0of Columbus to London\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797 \",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Westerville to Reynoldsburg, Genoa Twp to Delaware\"],[\"Dru\\u00a0and Rod Pritchard\",\"614-878-7873\",\"West and SW Franklin Cty\"],[\"Shawn\\u00a0Rinehart\\nKim Flippen\",\"614-492-0229\\n614-572-4023\",\"Fairfield,\\u00a0Franklin, Pickaway\"],[\"Brian Roudabush\",\"614-304-1101\",\"Central Ohio\"],[\"Earl Shaffer\",\"614-853-9983\",\"West side of Columbus, Western Franklin, Northen Pickaway and Madison counties\"],[\"John\\u00a0Schreiber\",\"614-261-6084\",\"Franklin\"],[\"Mary Seufert\",\"614-634-8471\",\"Swarms only, inside I-270\"],[\"Mel\\u00a0Sword\",\"614-323-3622\",\"NE,\\u00a0N 20 miles\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 Cell\",\"Delaware, Marion, Union and Morrow Counties - Fee based\"],[\"Dan\\u00a0and Shelia Theisen\",\"740-816-0261\",\"Delaware\\u00a0and surrounding area\"],[\"Jim\\u00a0Tippie\",\"614-582-0523\",\"Gahanna\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0(C)\\n614-267-6556 (H)\",\"Central Columbus\"],[\"Cheryl Wachsmuth\",\"614-878-8025\",\"Grove City, Galloway, Hilliard\"],[\"Dan\\u00a0\\u00a0 and Mary Wampler\",\"740-654-4045\\u00a0\\n740-407-092\",\"Fairfield County\"],[\"Erik Warren\",\"614 354-4621\",\"Central Ohio\"],[\"John\\u00a0Weaver\",\"614-208-3634\",\"Franklin\\u00a0County; cutouts for a fee\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"],[\"Mark Williams\",\"614-397-8386\",\"Central Ohio\"],[\"Denise Johnson\",\"614-459-1229 (h)\\n614-632-5399 (c )\",\"Upper Arlington, Central Ohio\"]]','Assist with Swarm','Members that can assist with a swarm','inherit','closed','closed','','187-revision-v1','','','2016-05-05 16:25:02','2016-05-05 20:25:02','',187,'http://centralohiobeekeepers.org/wordpress1?p=483',0,'revision','',0),(484,6,'2016-05-05 16:31:31','2016-05-05 20:31:31','[[\"Name\",\"Phone\",\"Location\"],[\"Mike\\u00a0Albaugh\",\"740-255-0211\",\"50\\u00a0mile radius of Columbus. Cutouts and swarms\"],[\"Nina Bagley\",\"614783-7868\",\"Urban Columbus\"],[\"Susan Baker\",\"614-551-3837\",\"Grove City, Galloway\"],[\"Barb\\u00a0Bloetscher\",\"614-313-5946\",\"SE\\u00a0Columbus and Grandview\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Mark Cameron\",\"740-363-8180 (H)\\n614-554-2286 (C)\\n614-459-6992 (W)\",\"Delaware County\\nEastern Union County\\nNorthern Franklin County\"],[\"Joyce Castorano and Frank Gattas\",\"614-878-2108 (H)\\n614-579-8161 (C)\",\"Franklin or Madison County\"],[\"John Chadwell\",\"614-871-0163\",\"Grove City area\"],[\"Pat Chambers\",\"614-891-6302\",\"Northern Franklin, Southern Delaware\"],[\"Barry and Carmen Conrad\",\"614-837-3899\\n614-837-1846\",\"Central Ohio\"],[\"Susan\\u00a0Valentine-Cooper\",\"614-596-3600\",\"Central\\u00a0\\u00a0 Ohio \\u0096 Swarms and cutouts\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Western\\u00a0\\u00a0 Franklin County\"],[\"Richard Danniger\\u00a0\",\"614-475-2683\",\"Central Ohio\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-725-8172\",\"Franklin, Delaware and Licking Counties. No charge for swarm collection.\"],[\"Shawn Ferguson\",\"740-343-4288\\n740-621-0360 (C)\",\"Perry, Athens, Fairfield, Muskingum and Hocking\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Fleming\",\"614-527-4649\",\"Hilliard and Dublin\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 (H)\\n614-657-1459 (C)\",\"Central Ohio - no cutouts.\"],[\"Lyle\\u00a0Goldsmith\",\"614-875-7811\",\"Grove\\u00a0City and Southern Franklin County\"],[\"Archna Hazelbaker\\u00a0\",\"614-440-8869\",\"N & W side of Columbus\"],[\"Jerry Hinton\",\"614-506-4523\",\"Grove City, Ashville and Circleville\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway Counties\"],[\"Roger Jewell\",\"614-778-9636 (C)\\n614-876-3548 (H)\",\"Central Ohio\"],[\"Denise Johnson\",\"614-632-5399 (c )\\n614-459-1229 (h) \",\"Upper Arlington, Central Ohio\"],[\"Don\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Andrea Lavelle\",\"614-561-6071\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219\\u00a0(C)\\n614-262-8219 (H)\",\"Central Ohio, within 75 miles of Columbus. Cutouts or swarms. No charge for swarm collection.\"],[\"Jacob\\u00a0Mishne\",\"614-870-0092\",\"Central Ohio\"],[\"Steve Morbitzer\",\"614-878-1308 \\n614-753-5463 (C) \",\"Franklin, Madison, Pickaway\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newak, OH\"],[\"Scott Newhouse\",\"614-875-5326 \\n614-296-5459 (C)\",\"Grove City and Central Ohio\"],[\"Linda\\u00a0Overman\",\"614-561-1744\",\"Westside\\u00a0of Columbus to London\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797 \",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Westerville to Reynoldsburg, Genoa Twp to Delaware\"],[\"Dru\\u00a0and Rod Pritchard\",\"614-878-7873\",\"West and SW Franklin Cty\"],[\"Shawn\\u00a0Rinehart\\nKim Flippen\",\"614-492-0229\\n614-572-4023\",\"Fairfield,\\u00a0Franklin, Pickaway\"],[\"Brian Roudabush\",\"614-304-1101\",\"Central Ohio\"],[\"Earl Shaffer\",\"614-853-9983\",\"West side of Columbus, Western Franklin, Northen Pickaway and Madison counties\"],[\"John\\u00a0Schreiber\",\"614-261-6084\",\"Franklin\"],[\"Mary Seufert\",\"614-634-8471\",\"Swarms only, inside I-270\"],[\"Mel\\u00a0Sword\",\"614-323-3622\",\"NE,\\u00a0N 20 miles\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 Cell\",\"Delaware, Marion, Union and Morrow Counties - Fee based\"],[\"Dan\\u00a0and Shelia Theisen\",\"740-816-0261\",\"Delaware\\u00a0and surrounding area\"],[\"Jim\\u00a0Tippie\",\"614-582-0523\",\"Gahanna\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0(C)\\n614-267-6556 (H)\",\"Central Columbus\"],[\"Cheryl Wachsmuth\",\"614-878-8025\",\"Grove City, Galloway, Hilliard\"],[\"Dan\\u00a0\\u00a0 and Mary Wampler\",\"740-654-4045\\u00a0\\n740-407-092\",\"Fairfield County\"],[\"Erik Warren\",\"614 354-4621\",\"Central Ohio\"],[\"John\\u00a0Weaver\",\"614-208-3634\",\"Franklin\\u00a0County; cutouts for a fee\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"],[\"Mark Williams\",\"614-397-8386\",\"Central Ohio\"]]','Assist with Swarm','Members that can assist with a swarm','inherit','closed','closed','','187-revision-v1','','','2016-05-05 16:31:31','2016-05-05 20:31:31','',187,'http://centralohiobeekeepers.org/wordpress1?p=484',0,'revision','',0),(486,6,'2016-05-05 16:36:25','2016-05-05 20:36:25','[[\"Name\",\"Phone\",\"Location\"],[\"Susan\\u00a0Baker\",\"614-551-3837\",\"Grove\\u00a0City, Galloway\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Joyce Castorano andFrank Gattas\",\"614-878-2108 (H)614-579-8161 (C)\",\"Franklin or Madison County\"],[\"Andrew Clarke\",\"614-599-5157\",\"Central Ohio\"],[\"Chris\\u00a0Cree\",\"614-832-0047\",\"Franklin\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Franklin & Delaware Counties\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-735-2392\",\"Franklin, Delaware and Licking Counties.\"],[\"Shawm Ferguson\",\"740-343-4288 or740-621-0360\",\"Athens, Fairfield,\\u00a0Hocking, Muskingum, Perry\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 H\\n614-657-1459 C\",\"Central Ohio area. No charge for swarms.\"],[\"Lynn\\u00a0Haun\",\"614-271-7005\",\"Galena\"],[\"Archna Hazelbaker\",\"614-440-8869\",\"N & W side of Columbus\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway\"],[\"Roger Jewell\",\"614-778-9636\\n614-876-3548\",\"Central Ohio\"],[\"Denise Johnson\",\"614-632-5399 (c )\\n614-459-1229 (h) \",\"Central Ohio\"],[\"Donald\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Richard Korn\",\"614-268-9087\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219 (C) or\\n614-262-8219 (H)\",\"Central\\u00a0Ohio\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newark\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797\",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\\u00a0\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Central Ohio\"],[\"Shawn\\u00a0Rinehart\",\"614-492-0229\",\"Groveport\\u00a0and SE\"],[\"Brian Roudabush\\u00a0\",\"614-304-1101\",\"Central Ohio\"],[\"Jerry Schardt\",\"740-815-9919\",\"Central Ohio\"],[\"Mary\\u00a0Seufert\",\"614-634-8471\",\"Columbus\"],[\"Mel\\u00a0Sword\",\"614-657-9574\\u00a0\\u00a0 or614-323-3622\",\"NE Columbus\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 (Cell)\",\"Delaware, Marion, Union and Morrow Counties\"],[\"Jim Tippie\",\"614-582-0523\",\"Central Ohio\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0\\u00a0 or614-267-6556\",\"Central Columbus\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"]]','Take a swarm','Members that will take a swarm','inherit','closed','closed','','190-revision-v1','','','2016-05-05 16:36:25','2016-05-05 20:36:25','',190,'http://centralohiobeekeepers.org/wordpress1?p=486',0,'revision','',0),(487,6,'2016-05-05 16:45:06','2016-05-05 20:45:06','[[\"Name\",\"Phone\",\"Location\"],[\"Susan\\u00a0Baker\",\"614-551-3837\",\"Grove\\u00a0City, Galloway\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Joyce Castorano andFrank Gattas\",\"614-878-2108 (H)614-579-8161 (C)\",\"Franklin or Madison County\"],[\"Andrew Clarke\",\"614-599-5157\",\"Central Ohio\"],[\"Chris\\u00a0Cree\",\"614-832-0047\",\"Franklin\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Franklin & Delaware Counties\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-725-8172\",\"Franklin, Delaware and Licking Counties.\"],[\"Shawm Ferguson\",\"740-343-4288 or740-621-0360\",\"Athens, Fairfield,\\u00a0Hocking, Muskingum, Perry\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 H\\n614-657-1459 C\",\"Central Ohio area. No charge for swarms.\"],[\"Lynn\\u00a0Haun\",\"614-271-7005\",\"Galena\"],[\"Archna Hazelbaker\",\"614-440-8869\",\"N & W side of Columbus\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway\"],[\"Roger Jewell\",\"614-778-9636\\n614-876-3548\",\"Central Ohio\"],[\"Denise Johnson\",\"614-632-5399 (c )\\n614-459-1229 (h) \",\"Central Ohio\"],[\"Donald\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Richard Korn\",\"614-268-9087\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219 (C) or\\n614-262-8219 (H)\",\"Central\\u00a0Ohio\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newark\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797\",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\\u00a0\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Central Ohio\"],[\"Shawn\\u00a0Rinehart\",\"614-492-0229\",\"Groveport\\u00a0and SE\"],[\"Brian Roudabush\\u00a0\",\"614-304-1101\",\"Central Ohio\"],[\"Jerry Schardt\",\"740-815-9919\",\"Central Ohio\"],[\"Mary\\u00a0Seufert\",\"614-634-8471\",\"Columbus\"],[\"Mel\\u00a0Sword\",\"614-657-9574\\u00a0\\u00a0 or614-323-3622\",\"NE Columbus\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 (Cell)\",\"Delaware, Marion, Union and Morrow Counties\"],[\"Jim Tippie\",\"614-582-0523\",\"Central Ohio\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0\\u00a0 or614-267-6556\",\"Central Columbus\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"]]','Take a swarm','Members that will take a swarm','inherit','closed','closed','','190-revision-v1','','','2016-05-05 16:45:06','2016-05-05 20:45:06','',190,'http://centralohiobeekeepers.org/wordpress1?p=487',0,'revision','',0),(490,6,'2016-05-08 23:43:49','2016-05-09 03:43:49','<strong><img class=\"size-medium wp-image-72 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Board-Members-300x224-300x224.jpg\" alt=\"Board-Members-300x224\" width=\"300\" height=\"224\" />PRESIDENT:</strong>\nRod Pritchard (cobapresident@hotmail.com)\n614-216-3386\n\n<strong>VICE PRESIDENT:</strong>\nMike Hatter (mike.hatter@yahoo.com)\n937-348-2636\n\n<strong>SECRETARY:</strong>\nNancy Ferron (f479643g@gmail.com)\n\n<strong>TREASURER:</strong>\nBarry Conrad (barry@hiveandhoney.com)\n614-837-3899\n\n<strong>TRUSTEES:</strong>\nJim Tippie (jimtip2@aol.com)\n614-582-0523\n(Term expires 12/31/2016)\n\nShawn Rinehart (kflippen@columbus.rr.com)\n(Term expires 12/31/2016)\n\nMike Albaugh (maalbaugh@outlook.com)\n740-255-0211\n(Term expires 12/31/2016)\n\nWinnie Williams (winnie.williams@sbcglobal.net)\n614-787-3533\n(Term expires 12/31/2017)\n\nKevin Kise (kevinkise@yahoo.com)\n(Term expires 12/31/2017)\n\nWill Merrill (wnm0628@yahoo.com)\n614-262-8219\n(Term expires 12/31/2017)','Board Members','','inherit','closed','closed','','69-autosave-v1','','','2016-05-08 23:43:49','2016-05-09 03:43:49','',69,'http://centralohiobeekeepers.org/wordpress1?p=490',0,'revision','',0),(493,6,'2016-05-08 23:50:08','2016-05-09 03:50:08','<strong><img class=\"size-medium wp-image-72 alignright\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Board-Members-300x224-300x224.jpg\" alt=\"Board-Members-300x224\" width=\"300\" height=\"224\" />PRESIDENT:</strong>\nRod Pritchard (cobapresident@hotmail.com)\n614-216-3386\n\n<strong>VICE PRESIDENT:</strong>\nMike Hatter (mike.hatter@yahoo.com)\n937-348-2636\n\n<strong>SECRETARY:</strong>\nNancy Ferron (f479643g@gmail.com)\n\n<strong>TREASURER:</strong>\nBarry Conrad (barry@hiveandhoney.com)\n614-837-3899\n\n<strong>TRUSTEES:</strong>\nJim Tippie (jimtip2@aol.com)\n614-582-0523\n(Term expires 12/31/2016)\n\nShawn Rinehart (kflippen@columbus.rr.com)\n(Term expires 12/31/2016)\n\nMike Albaugh (maalbaugh@outlook.com)\n740-255-0211\n(Term expires 12/31/2016)\n\nWinnie Williams (winnie.williams@sbcglobal.net)\n614-787-3533\n(Term expires 12/31/2017)\n\nKevin Kise (kevinkise@yahoo.com)\n(Term expires 12/31/2017)\n\nWill Merrill (wnm0628@yahoo.com)\n614-262-8219\n(Term expires 12/31/2017)','Board Members','','inherit','closed','closed','','69-revision-v1','','','2016-05-08 23:50:08','2016-05-09 03:50:08','',69,'http://centralohiobeekeepers.org/wordpress1?p=493',0,'revision','',0),(495,1,'2016-05-09 12:21:52','2016-05-09 16:21:52','','CALENDAR 1','','publish','closed','closed','','calendar-1','','','2016-05-09 12:21:52','2016-05-09 16:21:52','',0,'http://centralohiobeekeepers.org/wordpress1?ecwd_calendar=calendar-1',0,'ecwd_calendar','',0),(498,1,'2016-05-09 12:21:52','2016-05-09 16:21:52','','VENUE 1','','publish','closed','closed','','venue-1','','','2016-05-09 12:21:52','2016-05-09 16:21:52','',0,'http://centralohiobeekeepers.org/wordpress1?ecwd_venue=venue-1',0,'ecwd_venue','',0),(501,1,'2016-05-09 12:21:52','2016-05-09 16:21:52','','ORGANIZER 1','','publish','closed','closed','','organizer-1','','','2016-05-09 12:21:52','2016-05-09 16:21:52','',0,'http://centralohiobeekeepers.org/wordpress1?ecwd_organizer=organizer-1',0,'ecwd_organizer','',0),(504,1,'2016-05-09 12:21:52','2016-05-09 16:21:52','','ORGANIZER 2','','publish','closed','closed','','organizer-2','','','2016-05-09 12:21:52','2016-05-09 16:21:52','',0,'http://centralohiobeekeepers.org/wordpress1?ecwd_organizer=organizer-2',0,'ecwd_organizer','',0),(507,1,'2016-05-09 12:21:52','2016-05-09 16:21:52','','EVENT 1','','publish','closed','closed','','event-1','','','2016-05-09 12:21:52','2016-05-09 16:21:52','',0,'http://centralohiobeekeepers.org/wordpress1?ecwd_event=event-1',0,'ecwd_event','',0),(510,1,'2016-05-09 12:21:52','2016-05-09 16:21:52','','EVENT 2','','publish','closed','closed','','event-2','','','2016-05-09 12:21:52','2016-05-09 16:21:52','',0,'http://centralohiobeekeepers.org/wordpress1?ecwd_event=event-2',0,'ecwd_event','',0),(512,4,'2016-05-10 14:01:09','2016-05-10 18:01:09','Held most Wednesday nights from April to October. Meetings begin at 6:00 with a potluck dinner and a question and answer period prior to getting into the hives.','Fun in the Bee Yard','','publish','closed','closed','','fun-in-the-bee-yard-3','','','2016-05-10 14:01:09','2016-05-10 18:01:09','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=512',0,'tribe_events','',0),(515,4,'2016-05-10 14:04:50','2016-05-10 18:04:50','Held most Wednesday nights from April to October. Meetings begin at 6:00 with a potluck dinner and a question and answer period prior to getting into the hives.','Fun in the Bee yard','','publish','closed','closed','','fun-in-the-bee-yard-4','','','2016-05-10 14:04:50','2016-05-10 18:04:50','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=515',0,'tribe_events','',0),(517,4,'2016-05-10 14:05:54','2016-05-10 18:05:54','Held most Wednesday nights from April to October. Meetings begin at 6:00 with a potluck dinner and a question and answer period prior to getting into the hives.','Fun in the Bee Yard','','publish','closed','closed','','fun-in-the-bee-yard-5','','','2016-05-10 14:05:54','2016-05-10 18:05:54','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=517',0,'tribe_events','',0),(523,4,'2016-05-10 14:09:06','2016-05-10 18:09:06','Located in the Apiary at Franklin Park.','The Advanced Bee Yard at Franklin Park','','publish','closed','closed','','the-advanced-bee-yard-at-franklin-park-2','','','2016-05-10 14:14:48','2016-05-10 18:14:48','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=523',0,'tribe_events','',0),(526,4,'2016-05-10 14:09:06','2016-05-10 18:09:06','','Will & Jim','','publish','closed','closed','','will-jim','','','2016-05-10 14:09:06','2016-05-10 18:09:06','',0,'http://centralohiobeekeepers.org/wordpress1?tribe_organizer=will-jim',0,'tribe_organizer','',0),(535,4,'2016-05-17 10:18:29','2016-05-17 14:18:29','It snowed in Cleveland this weekend and we had frost on the \"last\" frost date in Columbus. What appeared to be a wonderful mild winter that helped many of our bees survive just won\'t go away. The up and down temperatures with rain every other day are causing the bees to just go crazy. I came home last night to see two swarms in the yard I have three hives in. Hives that have already swarmed three times in the last two weeks. Every time the temperature gets up around 60 degrees the bees are off and flying despite all of the tricks that we try to prevent them from going. We have checker boarded, reversed boxes, added boxes and made splits. The bees have thrived on wonderful spring pollen and nectar, boxes are filling and the bees are taking advantage of it. But old man winter keeps coming back just when we think he\'s done. Let\'s just hope he turns his back on us for good this week.','A winter that won\'t let go.','','publish','closed','open','','a-winter-that-wont-let-go','','','2016-05-17 10:18:29','2016-05-17 14:18:29','',0,'http://centralohiobeekeepers.org/wordpress1?p=535',0,'post','',0),(536,4,'2016-05-17 10:16:57','2016-05-17 14:16:57','It snowed in Cleveland this weekend and we had frost on the \"last\" frost date in Columbus. What appeared to be a wonderful mild winter that helped many of our bees survive just won\'t go away. The up and down temperatures with rain every other day are causing the bees to just go crazy. I came home last night to see two swarms in the yard I have three hives in. Hives that have already swarmed three times in the last two weeks. Every time the temperature gets up around 60 degrees the bees are off and flying despite all of the tricks that we try to prevent them from going. We have checker boarded, reversed boxes, added boxes and made splits. The bees have thrived on wonderful spring pollen and nectar, boxes are filling and the bees are taking advantage of it. But old man winter keeps coming back just when we think he\'s done. Let\'s just hope he turns his back on us for good this week.','A winter that won\'t let go.','','inherit','closed','closed','','535-revision-v1','','','2016-05-17 10:16:57','2016-05-17 14:16:57','',535,'http://centralohiobeekeepers.org/wordpress1?p=536',0,'revision','',0),(539,4,'2016-05-20 10:30:23','2016-05-20 14:30:23','[[\"Name\",\"Phone\",\"Location\"],[\"Mike\\u00a0Albaugh\",\"740-255-0211\",\"50\\u00a0mile radius of Columbus. Cutouts and swarms\"],[\"Nina Bagley\",\"614783-7868\",\"Urban Columbus\"],[\"Susan Baker\",\"614-551-3837\",\"Grove City, Galloway\"],[\"Barb\\u00a0Bloetscher\",\"614-313-5946\",\"SE\\u00a0Columbus and Grandview\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Mark Cameron\",\"740-363-8180 (H)\\n614-554-2286 (C)\\n614-459-6992 (W)\",\"Delaware County\\nEastern Union County\\nNorthern Franklin County\"],[\"Joyce Castorano and Frank Gattas\",\"614-878-2108 (H)\\n614-579-8161 (C)\",\"Franklin or Madison County\"],[\"John Chadwell\",\"614-871-0163\",\"Grove City area\"],[\"Pat Chambers\",\"614-891-6302\",\"Northern Franklin, Southern Delaware\"],[\"Barry and Carmen Conrad\",\"614-837-3899\\n614-837-1846\",\"Central Ohio\"],[\"Susan\\u00a0Valentine-Cooper\",\"614-596-3600\",\"Central\\u00a0\\u00a0 Ohio \\u0096 Swarms and cutouts\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Western\\u00a0\\u00a0 Franklin County\"],[\"Richard Danniger\\u00a0\",\"614-475-2683\",\"Central Ohio\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-725-8172\",\"Franklin, Delaware and Licking Counties. No charge for swarm collection.\"],[\"Shawn Ferguson\",\"740-343-4288\\n740-621-0360 (C)\",\"Perry, Athens, Fairfield, Muskingum and Hocking\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Fleming\",\"614-527-4649\",\"Hilliard and Dublin\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 (H)\\n614-657-1459 (C)\",\"Central Ohio - no cutouts.\"],[\"Lyle\\u00a0Goldsmith\",\"614-875-7811\",\"Grove\\u00a0City and Southern Franklin County\"],[\"Archna Hazelbaker\\u00a0\",\"614-440-8869\",\"N & W side of Columbus\"],[\"Jerry Hinton\",\"614-506-4523\",\"Grove City, Ashville and Circleville\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway Counties\"],[\"Roger Jewell\",\"614-778-9636 (C)\\n614-876-3548 (H)\",\"Central Ohio\"],[\"Denise Johnson\",\"614-632-5399 (c )\\n614-459-1229 (h) \",\"Upper Arlington, Central Ohio\"],[\"Don\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Andrea Lavelle\",\"614-561-6071\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219\\u00a0(C)\\n614-262-8219 (H)\",\"Central Ohio, within 75 miles of Columbus. Cutouts or swarms. No charge for swarm collection.\"],[\"Jacob\\u00a0Mishne\",\"614-870-0092\",\"Central Ohio\"],[\"Steve Morbitzer\",\"614-878-1308 \\n614-753-5463 (C) \",\"Franklin, Madison, Pickaway\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newak, OH\"],[\"Scott Newhouse\",\"614-875-5326 \\n614-296-5459 (C)\",\"Grove City and Central Ohio\"],[\"Linda\\u00a0Overman\",\"614-561-1744\",\"Westside\\u00a0of Columbus to London\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797 \",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Westerville to Reynoldsburg, Genoa Twp to Delaware\"],[\"Dru\\u00a0and Rod Pritchard\",\"614-878-7873\",\"Galloway, Western and SW Franklin County\"],[\"Shawn\\u00a0Rinehart\\nKim Flippen\",\"614-492-0229\\n614-572-4023\",\"Fairfield,\\u00a0Franklin, Pickaway\"],[\"Brian Roudabush\",\"614-304-1101\",\"Central Ohio\"],[\"Earl Shaffer\",\"614-853-9983\",\"West side of Columbus, Western Franklin, Northen Pickaway and Madison counties\"],[\"John\\u00a0Schreiber\",\"614-261-6084\",\"Franklin\"],[\"Mary Seufert\",\"614-634-8471\",\"Swarms only, inside I-270\"],[\"Mel\\u00a0Sword\",\"614-323-3622\",\"NE,\\u00a0N 20 miles\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 Cell\",\"Delaware, Marion, Union and Morrow Counties - Fee based\"],[\"Dan\\u00a0and Shelia Theisen\",\"740-816-0261\",\"Delaware\\u00a0and surrounding area\"],[\"Jim\\u00a0Tippie\",\"614-582-0523\",\"Gahanna\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0(C)\\n614-267-6556 (H)\",\"Central Columbus\"],[\"Cheryl Wachsmuth\",\"614-878-8025\",\"Grove City, Galloway, Hilliard\"],[\"Dan\\u00a0\\u00a0 and Mary Wampler\",\"740-654-4045\\u00a0\\n740-407-092\",\"Fairfield County\"],[\"Erik Warren\",\"614 354-4621\",\"Central Ohio\"],[\"John\\u00a0Weaver\",\"614-208-3634\",\"Franklin\\u00a0County; cutouts for a fee\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"],[\"Mark Williams\",\"614-397-8386\",\"Central Ohio\"]]','Assist with Swarm','Members that can assist with a swarm','inherit','closed','closed','','187-revision-v1','','','2016-05-20 10:30:23','2016-05-20 14:30:23','',187,'http://centralohiobeekeepers.org/wordpress1?p=539',0,'revision','',0),(541,4,'2016-05-20 10:32:11','2016-05-20 14:32:11','[[\"Name\",\"Phone\",\"Location\"],[\"Mike\\u00a0Albaugh\",\"740-255-0211\",\"50\\u00a0mile radius of Columbus. Cutouts and swarms\"],[\"Nina Bagley\",\"614783-7868\",\"Urban Columbus\"],[\"Susan Baker\",\"614-551-3837\",\"Grove City, Galloway\"],[\"Barb\\u00a0Bloetscher\",\"614-313-5946\",\"SE\\u00a0Columbus and Grandview\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Mark Cameron\",\"740-363-8180 (H)\\n614-554-2286 (C)\\n614-459-6992 (W)\",\"Delaware County\\nEastern Union County\\nNorthern Franklin County\"],[\"Joyce Castorano and Frank Gattas\",\"614-878-2108 (H)\\n614-579-8161 (C)\",\"Franklin or Madison County\"],[\"John Chadwell\",\"614-871-0163\",\"Grove City area\"],[\"Pat Chambers\",\"614-891-6302\",\"Northern Franklin, Southern Delaware\"],[\"Barry and Carmen Conrad\",\"614-837-3899\\n614-837-1846\",\"Central Ohio\"],[\"Susan\\u00a0Valentine-Cooper\",\"614-596-3600\",\"Central\\u00a0\\u00a0 Ohio \\u0096 Swarms and cutouts\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Western\\u00a0\\u00a0 Franklin County\"],[\"Richard Danniger\\u00a0\",\"614-475-2683\",\"Central Ohio\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-725-8172\",\"Franklin, Delaware and Licking Counties. No charge for swarm collection.\"],[\"Shawn Ferguson\",\"740-343-4288\\n740-621-0360 (C)\",\"Perry, Athens, Fairfield, Muskingum and Hocking\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Fleming\",\"614-527-4649\",\"Hilliard and Dublin\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 (H)\\n614-657-1459 (C)\",\"Central Ohio - no cutouts.\"],[\"Lyle\\u00a0Goldsmith\",\"614-875-7811\",\"Grove\\u00a0City and Southern Franklin County\"],[\"Archna Hazelbaker\\u00a0\",\"614-440-8869\",\"N & W side of Columbus\"],[\"Jerry Hinton\",\"614-506-4523\",\"Grove City, Ashville and Circleville\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway Counties\"],[\"Roger Jewell\",\"614-778-9636 (C)\\n614-876-3548 (H)\",\"Central Ohio\"],[\"Denise Johnson\",\"614-632-5399 (c )\\n614-459-1229 (h) \",\"Upper Arlington, Central Ohio\"],[\"Don\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Andrea Lavelle\",\"614-561-6071\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219\\u00a0(C)\\n614-262-8219 (H)\",\"Central Ohio, within 75 miles of Columbus. Cutouts or swarms. No charge for swarm collection.\"],[\"Jacob\\u00a0Mishne\",\"614-870-0092\",\"Central Ohio\"],[\"Steve Morbitzer\",\"614-878-1308 \\n614-753-5463 (C) \",\"Franklin, Madison, Pickaway\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newak, OH\"],[\"Scott Newhouse\",\"614-875-5326 \\n614-296-5459 (C)\",\"Grove City and Central Ohio\"],[\"Linda\\u00a0Overman\",\"614-561-1744\",\"Westside\\u00a0of Columbus to London\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797 \",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Westerville to Reynoldsburg, Genoa Twp to Delaware\"],[\"Dru\\u00a0and Rod Pritchard\",\"614-878-7873\",\"Galloway, Western and SW Franklin County\"],[\"Shawn\\u00a0Rinehart\\nKim Flippen\",\"614-492-0229\\n614-572-4023\",\"Fairfield,\\u00a0Franklin, Pickaway\"],[\"Brian Roudabush\",\"614-304-1101\",\"Central Ohio\"],[\"Earl Shaffer\",\"614-853-9983\",\"West side of Columbus, Western Franklin, Northen Pickaway and Madison counties\"],[\"John\\u00a0Schreiber\",\"614-261-6084\",\"Franklin\"],[\"Mary Seufert\",\"614-634-8471\",\"Swarms only, inside I-270\"],[\"Mel\\u00a0Sword\",\"614-323-3622\",\"NE,\\u00a0N 20 miles\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 Cell\",\"Delaware, Marion, Union and Morrow Counties - Fee based\"],[\"Dan\\u00a0and Shelia Theisen\",\"740-816-0261\",\"Delaware\\u00a0and surrounding area\"],[\"Jim\\u00a0Tippie\",\"614-582-0523\",\"Gahanna\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0(C)\\n614-267-6556 (H)\",\"Central Columbus\"],[\"Cheryl Wachsmuth\",\"614-878-8025\",\"Grove City, Galloway, Hilliard\"],[\"Dan\\u00a0\\u00a0 and Mary Wampler\",\"740-654-4045\\u00a0\\n740-407-092\",\"Fairfield County\"],[\"Erik Warren\",\"614 354-4621\",\"Central Ohio\"],[\"John\\u00a0Weaver\",\"614-208-3634\",\"Franklin\\u00a0County; cutouts for a fee\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"],[\"Mark Williams\",\"614-397-8386\",\"Central Ohio\"]]','Remove a Swarm','Members that can assist with removing a swarm on your property.','inherit','closed','closed','','187-revision-v1','','','2016-05-20 10:32:11','2016-05-20 14:32:11','',187,'http://centralohiobeekeepers.org/wordpress1?p=541',0,'revision','',0),(542,4,'2016-05-20 10:35:14','2016-05-20 14:35:14','[[\"Name\",\"Phone\",\"Location\"],[\"Susan\\u00a0Baker\",\"614-551-3837\",\"Grove\\u00a0City, Galloway\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Joyce Castorano andFrank Gattas\",\"614-878-2108 (H)614-579-8161 (C)\",\"Franklin or Madison County\"],[\"Andrew Clarke\",\"614-599-5157\",\"Central Ohio\"],[\"Chris\\u00a0Cree\",\"614-832-0047\",\"Franklin\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Franklin & Delaware Counties\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-725-8172\",\"Franklin, Delaware and Licking Counties.\"],[\"Shawm Ferguson\",\"740-343-4288 or740-621-0360\",\"Athens, Fairfield,\\u00a0Hocking, Muskingum, Perry\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 H\\n614-657-1459 C\",\"Central Ohio area. No charge for swarms.\"],[\"Lynn\\u00a0Haun\",\"614-271-7005\",\"Galena\"],[\"Archna Hazelbaker\",\"614-440-8869\",\"N & W side of Columbus\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway\"],[\"Roger Jewell\",\"614-778-9636\\n614-876-3548\",\"Central Ohio\"],[\"Denise Johnson\",\"614-632-5399 (c )\\n614-459-1229 (h) \",\"Central Ohio\"],[\"Donald\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Richard Korn\",\"614-268-9087\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219 (C) or\\n614-262-8219 (H)\",\"Central\\u00a0Ohio\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newark\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797\",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\\u00a0\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Central Ohio\"],[\"Shawn\\u00a0Rinehart\",\"614-492-0229\",\"Groveport\\u00a0and SE\"],[\"Brian Roudabush\\u00a0\",\"614-304-1101\",\"Central Ohio\"],[\"Jerry Schardt\",\"740-815-9919\",\"Central Ohio\"],[\"Mary\\u00a0Seufert\",\"614-634-8471\",\"Columbus\"],[\"Mel\\u00a0Sword\",\"614-657-9574\\u00a0\\u00a0 or614-323-3622\",\"NE Columbus\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 (Cell)\",\"Delaware, Marion, Union and Morrow Counties\"],[\"Jim Tippie\",\"614-582-0523\",\"Central Ohio\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0\\u00a0 or614-267-6556\",\"Central Columbus\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"]]','Take a swarm','Members that will take a swarm removed by another individual.','inherit','closed','closed','','190-revision-v1','','','2016-05-20 10:35:14','2016-05-20 14:35:14','',190,'http://centralohiobeekeepers.org/wordpress1?p=542',0,'revision','',0),(547,6,'2016-05-21 07:41:53','2016-05-21 11:41:53','[[\"Name\",\"Phone\",\"Location\"],[\"Mike\\u00a0Albaugh\",\"740-255-0211\",\"50\\u00a0mile radius of Columbus. Cutouts and swarms\"],[\"Nina Bagley\",\"614783-7868\",\"Urban Columbus\"],[\"Susan Baker\",\"614-551-3837\",\"Grove City, Galloway\"],[\"Barb\\u00a0Bloetscher\",\"614-313-5946\",\"SE\\u00a0Columbus and Grandview\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Mark Cameron\",\"740-363-8180 (H)\\n614-554-2286 (C)\\n614-459-6992 (W)\",\"Delaware County\\nEastern Union County\\nNorthern Franklin County\"],[\"Joyce Castorano and Frank Gattas\",\"614-878-2108 (H)\\n614-579-8161 (C)\",\"Franklin or Madison County\"],[\"John Chadwell\",\"614-871-0163\",\"Grove City area\"],[\"Pat Chambers\",\"614-891-6302\",\"Northern Franklin, Southern Delaware\"],[\"Barry and Carmen Conrad\",\"614-837-3899\\n614-837-1846\",\"Central Ohio\"],[\"Susan\\u00a0Valentine-Cooper\",\"614-596-3600\",\"Central\\u00a0\\u00a0 Ohio \\u0096 Swarms and cutouts\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Western\\u00a0\\u00a0 Franklin County\"],[\"Richard Danniger\\u00a0\",\"614-475-2683\",\"Central Ohio\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-725-8172\",\"Franklin, Delaware and Licking Counties. No charge for swarm collection.\"],[\"Shawn Ferguson\",\"740-343-4288\\n740-621-0360 (C)\",\"Perry, Athens, Fairfield, Muskingum and Hocking\"],[\"Nancy and Pete Ferron\",\"614-638-7233 (Pete cell)\\n614-439-3976 (Nancy cell)\",\"Blacklick, Gahanna, New Albany, Pataskala, Reynoldsburg\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Fleming\",\"614-527-4649\",\"Hilliard and Dublin\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 (H)\\n614-657-1459 (C)\",\"Central Ohio - no cutouts.\"],[\"Lyle\\u00a0Goldsmith\",\"614-875-7811\",\"Grove\\u00a0City and Southern Franklin County\"],[\"Archna Hazelbaker\\u00a0\",\"614-440-8869\",\"N & W side of Columbus\"],[\"Jerry Hinton\",\"614-506-4523\",\"Grove City, Ashville and Circleville\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway Counties\"],[\"Roger Jewell\",\"614-778-9636 (C)\\n614-876-3548 (H)\",\"Central Ohio\"],[\"Denise Johnson\",\"614-632-5399 (c )\\n614-459-1229 (h) \",\"Upper Arlington, Central Ohio\"],[\"Don\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Andrea Lavelle\",\"614-561-6071\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219\\u00a0(C)\\n614-262-8219 (H)\",\"Central Ohio, within 75 miles of Columbus. Cutouts or swarms. No charge for swarm collection.\"],[\"Jacob\\u00a0Mishne\",\"614-870-0092\",\"Central Ohio\"],[\"Steve Morbitzer\",\"614-878-1308 \\n614-753-5463 (C) \",\"Franklin, Madison, Pickaway\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newak, OH\"],[\"Scott Newhouse\",\"614-875-5326 \\n614-296-5459 (C)\",\"Grove City and Central Ohio\"],[\"Linda\\u00a0Overman\",\"614-561-1744\",\"Westside\\u00a0of Columbus to London\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797 \",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Westerville to Reynoldsburg, Genoa Twp to Delaware\"],[\"Dru\\u00a0and Rod Pritchard\",\"614-878-7873\",\"Galloway, Western and SW Franklin County\"],[\"Shawn\\u00a0Rinehart\\nKim Flippen\",\"614-492-0229\\n614-572-4023\",\"Fairfield,\\u00a0Franklin, Pickaway\"],[\"Brian Roudabush\",\"614-304-1101\",\"Central Ohio\"],[\"Earl Shaffer\",\"614-853-9983\",\"West side of Columbus, Western Franklin, Northen Pickaway and Madison counties\"],[\"John\\u00a0Schreiber\",\"614-261-6084\",\"Franklin\"],[\"Mary Seufert\",\"614-634-8471\",\"Swarms only, inside I-270\"],[\"Mel\\u00a0Sword\",\"614-323-3622\",\"NE,\\u00a0N 20 miles\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 Cell\",\"Delaware, Marion, Union and Morrow Counties - Fee based\"],[\"Dan\\u00a0and Shelia Theisen\",\"740-816-0261\",\"Delaware\\u00a0and surrounding area\"],[\"Jim\\u00a0Tippie\",\"614-582-0523\",\"Gahanna\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0(C)\\n614-267-6556 (H)\",\"Central Columbus\"],[\"Cheryl Wachsmuth\",\"614-878-8025\",\"Grove City, Galloway, Hilliard\"],[\"Dan\\u00a0\\u00a0 and Mary Wampler\",\"740-654-4045\\u00a0\\n740-407-092\",\"Fairfield County\"],[\"Erik Warren\",\"614 354-4621\",\"Central Ohio\"],[\"John\\u00a0Weaver\",\"614-208-3634\",\"Franklin\\u00a0County; cutouts for a fee\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"],[\"Mark Williams\",\"614-397-8386\",\"Central Ohio\"]]','Remove a Swarm','Members that can assist with removing a swarm on your property.','inherit','closed','closed','','187-revision-v1','','','2016-05-21 07:41:53','2016-05-21 11:41:53','',187,'http://centralohiobeekeepers.org/wordpress1?p=547',0,'revision','',0),(548,6,'2016-05-21 07:44:16','2016-05-21 11:44:16','[[\"Name\",\"Phone\",\"Location\"],[\"Susan\\u00a0Baker\",\"614-551-3837\",\"Grove\\u00a0City, Galloway\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Joyce Castorano andFrank Gattas\",\"614-878-2108 (H)614-579-8161 (C)\",\"Franklin or Madison County\"],[\"Andrew Clarke\",\"614-599-5157\",\"Central Ohio\"],[\"Chris\\u00a0Cree\",\"614-832-0047\",\"Franklin\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Franklin & Delaware Counties\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-725-8172\",\"Franklin, Delaware and Licking Counties.\"],[\"Shawm Ferguson\",\"740-343-4288 or740-621-0360\",\"Athens, Fairfield,\\u00a0Hocking, Muskingum, Perry\"],[\"Nancy and Pete Ferron\",\"614-638-7233 (Pete cell)\\n614-439-3976 (Nancy cell)\",\"Blacklick, Gahanna, New Albany, Pataskala, Reynoldsburg\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 H\\n614-657-1459 C\",\"Central Ohio area. No charge for swarms.\"],[\"Lynn\\u00a0Haun\",\"614-271-7005\",\"Galena\"],[\"Archna Hazelbaker\",\"614-440-8869\",\"N & W side of Columbus\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway\"],[\"Roger Jewell\",\"614-778-9636\\n614-876-3548\",\"Central Ohio\"],[\"Denise Johnson\",\"614-632-5399 (c )\\n614-459-1229 (h) \",\"Central Ohio\"],[\"Donald\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Richard Korn\",\"614-268-9087\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219 (C) or\\n614-262-8219 (H)\",\"Central\\u00a0Ohio\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newark\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797\",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\\u00a0\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Central Ohio\"],[\"Shawn\\u00a0Rinehart\",\"614-492-0229\",\"Groveport\\u00a0and SE\"],[\"Brian Roudabush\\u00a0\",\"614-304-1101\",\"Central Ohio\"],[\"Jerry Schardt\",\"740-815-9919\",\"Central Ohio\"],[\"Mary\\u00a0Seufert\",\"614-634-8471\",\"Columbus\"],[\"Mel\\u00a0Sword\",\"614-657-9574\\u00a0\\u00a0 or614-323-3622\",\"NE Columbus\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 (Cell)\",\"Delaware, Marion, Union and Morrow Counties\"],[\"Jim Tippie\",\"614-582-0523\",\"Central Ohio\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0\\u00a0 or614-267-6556\",\"Central Columbus\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"]]','Take a swarm','Members that will take a swarm removed by another individual.','inherit','closed','closed','','190-revision-v1','','','2016-05-21 07:44:16','2016-05-21 11:44:16','',190,'http://centralohiobeekeepers.org/wordpress1?p=548',0,'revision','',0),(551,6,'2016-05-29 13:57:11','2016-05-29 17:57:11','[[\"Name\",\"Phone\",\"Location\"],[\"Susan\\u00a0Baker\",\"614-551-3837\",\"Grove\\u00a0City, Galloway\"],[\"Bethanie Bidinger\",\"\",\"Columbus\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Joyce Castorano andFrank Gattas\",\"614-878-2108 (H)614-579-8161 (C)\",\"Franklin or Madison County\"],[\"Andrew Clarke\",\"614-599-5157\",\"Central Ohio\"],[\"Chris\\u00a0Cree\",\"614-832-0047\",\"Franklin\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Franklin & Delaware Counties\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-725-8172\",\"Franklin, Delaware and Licking Counties.\"],[\"Shawm Ferguson\",\"740-343-4288 or740-621-0360\",\"Athens, Fairfield,\\u00a0Hocking, Muskingum, Perry\"],[\"Nancy and Pete Ferron\",\"614-638-7233 (Pete cell)\\n614-439-3976 (Nancy cell)\",\"Blacklick, Gahanna, New Albany, Pataskala, Reynoldsburg\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 H\\n614-657-1459 C\",\"Central Ohio area. No charge for swarms.\"],[\"Lynn\\u00a0Haun\",\"614-271-7005\",\"Galena\"],[\"Archna Hazelbaker\",\"614-440-8869\",\"N & W side of Columbus\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway\"],[\"Roger Jewell\",\"614-778-9636\\n614-876-3548\",\"Central Ohio\"],[\"Denise Johnson\",\"614-632-5399 (c )\\n614-459-1229 (h) \",\"Central Ohio\"],[\"Donald\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Richard Korn\",\"614-268-9087\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219 (C) or\\n614-262-8219 (H)\",\"Central\\u00a0Ohio\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newark\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797\",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\\u00a0\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Central Ohio\"],[\"Shawn\\u00a0Rinehart\",\"614-492-0229\",\"Groveport\\u00a0and SE\"],[\"Brian Roudabush\\u00a0\",\"614-304-1101\",\"Central Ohio\"],[\"Jerry Schardt\",\"740-815-9919\",\"Central Ohio\"],[\"Mary\\u00a0Seufert\",\"614-634-8471\",\"Columbus\"],[\"Mel\\u00a0Sword\",\"614-657-9574\\u00a0\\u00a0 or614-323-3622\",\"NE Columbus\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 (Cell)\",\"Delaware, Marion, Union and Morrow Counties\"],[\"Jim Tippie\",\"614-582-0523\",\"Central Ohio\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0\\u00a0 or614-267-6556\",\"Central Columbus\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"]]','Take a swarm','Members that will take a swarm removed by another individual.','inherit','closed','closed','','190-revision-v1','','','2016-05-29 13:57:11','2016-05-29 17:57:11','',190,'http://centralohiobeekeepers.org/wordpress1?p=551',0,'revision','',0),(554,6,'2016-05-29 14:00:42','2016-05-29 18:00:42','[[\"Name\",\"Phone\",\"Location\"],[\"Mike\\u00a0Albaugh\",\"740-255-0211\",\"50\\u00a0mile radius of Columbus. Cutouts and swarms\"],[\"Nina Bagley\",\"614-783-7868\",\"Urban Columbus\"],[\"Susan Baker\",\"614-551-3837\",\"Grove City, Galloway\"],[\"Barb\\u00a0Bloetscher\",\"614-313-5946\",\"SE\\u00a0Columbus and Grandview\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Mark Cameron\",\"740-363-8180 (H)\\n614-554-2286 (C)\\n614-459-6992 (W)\",\"Delaware County\\nEastern Union County\\nNorthern Franklin County\"],[\"Joyce Castorano and Frank Gattas\",\"614-878-2108 (H)\\n614-579-8161 (C)\",\"Franklin or Madison County\"],[\"John Chadwell\",\"614-871-0163\",\"Grove City area\"],[\"Pat Chambers\",\"614-891-6302\",\"Northern Franklin, Southern Delaware\"],[\"Barry and Carmen Conrad\",\"614-837-3899\\n614-837-1846\",\"Central Ohio\"],[\"Susan\\u00a0Valentine-Cooper\",\"614-596-3600\",\"Central\\u00a0\\u00a0 Ohio \\u0096 Swarms and cutouts\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Western\\u00a0\\u00a0 Franklin County\"],[\"Richard Danniger\\u00a0\",\"614-475-2683\",\"Central Ohio\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-725-8172\",\"Franklin, Delaware and Licking Counties. No charge for swarm collection.\"],[\"Shawn Ferguson\",\"740-343-4288\\n740-621-0360 (C)\",\"Perry, Athens, Fairfield, Muskingum and Hocking\"],[\"Nancy and Pete Ferron\",\"614-638-7233 (Pete cell)\\n614-439-3976 (Nancy cell)\",\"Blacklick, Gahanna, New Albany, Pataskala, Reynoldsburg\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Fleming\",\"614-527-4649\",\"Hilliard and Dublin\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 (H)\\n614-657-1459 (C)\",\"Central Ohio - no cutouts.\"],[\"Lyle\\u00a0Goldsmith\",\"614-875-7811\",\"Grove\\u00a0City and Southern Franklin County\"],[\"Archna Hazelbaker\\u00a0\",\"614-440-8869\",\"N & W side of Columbus\"],[\"Jerry Hinton\",\"614-506-4523\",\"Grove City, Ashville and Circleville\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway Counties\"],[\"Roger Jewell\",\"614-778-9636 (C)\\n614-876-3548 (H)\",\"Central Ohio\"],[\"Denise Johnson\",\"614-632-5399 (c )\\n614-459-1229 (h) \",\"Upper Arlington, Central Ohio\"],[\"Don\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Andrea Lavelle\",\"614-561-6071\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219\\u00a0(C)\\n614-262-8219 (H)\",\"Central Ohio, within 75 miles of Columbus. Cutouts or swarms. No charge for swarm collection.\"],[\"Jacob\\u00a0Mishne\",\"614-870-0092\",\"Central Ohio\"],[\"Steve Morbitzer\",\"614-878-1308 \\n614-753-5463 (C) \",\"Franklin, Madison, Pickaway\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newak, OH\"],[\"Scott Newhouse\",\"614-875-5326 \\n614-296-5459 (C)\",\"Grove City and Central Ohio\"],[\"Linda\\u00a0Overman\",\"614-561-1744\",\"Westside\\u00a0of Columbus to London\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797 \",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Westerville to Reynoldsburg, Genoa Twp to Delaware\"],[\"Dru\\u00a0and Rod Pritchard\",\"614-878-7873\",\"Galloway, Western and SW Franklin County\"],[\"Shawn\\u00a0Rinehart\\nKim Flippen\",\"614-492-0229\\n614-572-4023\",\"Fairfield,\\u00a0Franklin, Pickaway\"],[\"Brian Roudabush\",\"614-304-1101\",\"Central Ohio\"],[\"Earl Shaffer\",\"614-853-9983\",\"West side of Columbus, Western Franklin, Northen Pickaway and Madison counties\"],[\"John\\u00a0Schreiber\",\"614-261-6084\",\"Franklin\"],[\"Mary Seufert\",\"614-634-8471\",\"Swarms only, inside I-270\"],[\"Mel\\u00a0Sword\",\"614-323-3622\",\"NE,\\u00a0N 20 miles\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 Cell\",\"Delaware, Marion, Union and Morrow Counties - Fee based\"],[\"Dan\\u00a0and Shelia Theisen\",\"740-816-0261\",\"Delaware\\u00a0and surrounding area\"],[\"Jim\\u00a0Tippie\",\"614-582-0523\",\"Gahanna\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0(C)\\n614-267-6556 (H)\",\"Central Columbus\"],[\"Cheryl Wachsmuth\",\"614-878-8025\",\"Grove City, Galloway, Hilliard\"],[\"Dan\\u00a0\\u00a0 and Mary Wampler\",\"740-654-4045\\u00a0\\n740-407-092\",\"Fairfield County\"],[\"Erik Warren\",\"614 354-4621\",\"Central Ohio\"],[\"John\\u00a0Weaver\",\"614-208-3634\",\"Franklin\\u00a0County; cutouts for a fee\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"],[\"Mark Williams\",\"614-397-8386\",\"Central Ohio\"]]','Remove a Swarm','Members that can assist with removing a swarm on your property.','inherit','closed','closed','','187-revision-v1','','','2016-05-29 14:00:42','2016-05-29 18:00:42','',187,'http://centralohiobeekeepers.org/wordpress1?p=554',0,'revision','',0),(557,6,'2016-05-30 08:59:34','2016-05-30 12:59:34','[[\"Name\",\"Phone\",\"Location\"],[\"Susan\\u00a0Baker\",\"614-551-3837\",\"Grove\\u00a0City, Galloway\"],[\"Bethanie Bidinger\",\"419-989-0027\",\"Columbus\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Joyce Castorano andFrank Gattas\",\"614-878-2108 (H)614-579-8161 (C)\",\"Franklin or Madison County\"],[\"Andrew Clarke\",\"614-599-5157\",\"Central Ohio\"],[\"Chris\\u00a0Cree\",\"614-832-0047\",\"Franklin\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Franklin & Delaware Counties\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-725-8172\",\"Franklin, Delaware and Licking Counties.\"],[\"Shawm Ferguson\",\"740-343-4288 or740-621-0360\",\"Athens, Fairfield,\\u00a0Hocking, Muskingum, Perry\"],[\"Nancy and Pete Ferron\",\"614-638-7233 (Pete cell)\\n614-439-3976 (Nancy cell)\",\"Blacklick, Gahanna, New Albany, Pataskala, Reynoldsburg\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 H\\n614-657-1459 C\",\"Central Ohio area. No charge for swarms.\"],[\"Lynn\\u00a0Haun\",\"614-271-7005\",\"Galena\"],[\"Archna Hazelbaker\",\"614-440-8869\",\"N & W side of Columbus\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway\"],[\"Roger Jewell\",\"614-778-9636\\n614-876-3548\",\"Central Ohio\"],[\"Denise Johnson\",\"614-632-5399 (c )\\n614-459-1229 (h) \",\"Central Ohio\"],[\"Donald\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Richard Korn\",\"614-268-9087\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219 (C) or\\n614-262-8219 (H)\",\"Central\\u00a0Ohio\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newark\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797\",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\\u00a0\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Central Ohio\"],[\"Shawn\\u00a0Rinehart\",\"614-492-0229\",\"Groveport\\u00a0and SE\"],[\"Brian Roudabush\\u00a0\",\"614-304-1101\",\"Central Ohio\"],[\"Jerry Schardt\",\"740-815-9919\",\"Central Ohio\"],[\"Mary\\u00a0Seufert\",\"614-634-8471\",\"Columbus\"],[\"Mel\\u00a0Sword\",\"614-657-9574\\u00a0\\u00a0 or614-323-3622\",\"NE Columbus\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 (Cell)\",\"Delaware, Marion, Union and Morrow Counties\"],[\"Jim Tippie\",\"614-582-0523\",\"Central Ohio\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0\\u00a0 or614-267-6556\",\"Central Columbus\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"]]','Take a swarm','Members that will take a swarm removed by another individual.','inherit','closed','closed','','190-revision-v1','','','2016-05-30 08:59:34','2016-05-30 12:59:34','',190,'http://centralohiobeekeepers.org/wordpress1?p=557',0,'revision','',0),(559,6,'2016-05-30 09:04:16','2016-05-30 13:04:16','[[\"Name\",\"Phone\",\"Location\"],[\"Mike\\u00a0Albaugh\",\"740-255-0211\",\"50\\u00a0mile radius of Columbus. Cutouts and swarms\"],[\"Nina Bagley\",\"614-783-7868\",\"Urban Columbus\"],[\"Susan Baker\",\"614-551-3837\",\"Grove City, Galloway\"],[\"Barb\\u00a0Bloetscher\",\"614-313-5946\",\"SE\\u00a0Columbus and Grandview\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Mark Cameron\",\"740-363-8180 (H)\\n614-554-2286 (C)\\n614-459-6992 (W)\",\"Delaware County\\nEastern Union County\\nNorthern Franklin County\"],[\"Joyce Castorano and Frank Gattas\",\"614-878-2108 (H)\\n614-579-8161 (C)\",\"Franklin or Madison County\"],[\"John Chadwell\",\"614-871-0163\",\"Grove City area\"],[\"Pat Chambers\",\"614-891-6302\",\"Northern Franklin, Southern Delaware\"],[\"Barry and Carmen Conrad\",\"614-837-3899\\n614-837-1846\",\"Central Ohio\"],[\"Susan\\u00a0Valentine-Cooper\",\"614-596-3600\",\"Central\\u00a0\\u00a0 Ohio \\u0096 Swarms and cutouts\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Western\\u00a0\\u00a0 Franklin County\"],[\"Sue and Joe Daly\",\"614-205-9232\",\"Delaware and Westerville, Galena, Sunbury, Lewis Center, Centerburg \"],[\"Richard Danniger\\u00a0\",\"614-475-2683\",\"Central Ohio\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-725-8172\",\"Franklin, Delaware and Licking Counties. No charge for swarm collection.\"],[\"Shawn Ferguson\",\"740-343-4288\\n740-621-0360 (C)\",\"Perry, Athens, Fairfield, Muskingum and Hocking\"],[\"Nancy and Pete Ferron\",\"614-638-7233 (Pete cell)\\n614-439-3976 (Nancy cell)\",\"Blacklick, Gahanna, New Albany, Pataskala, Reynoldsburg\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Fleming\",\"614-527-4649\",\"Hilliard and Dublin\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 (H)\\n614-657-1459 (C)\",\"Central Ohio - no cutouts.\"],[\"Lyle\\u00a0Goldsmith\",\"614-875-7811\",\"Grove\\u00a0City and Southern Franklin County\"],[\"Archna Hazelbaker\\u00a0\",\"614-440-8869\",\"N & W side of Columbus\"],[\"Jerry Hinton\",\"614-506-4523\",\"Grove City, Ashville and Circleville\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway Counties\"],[\"Roger Jewell\",\"614-778-9636 (C)\\n614-876-3548 (H)\",\"Central Ohio\"],[\"Denise Johnson\",\"614-632-5399 (c )\\n614-459-1229 (h) \",\"Upper Arlington, Central Ohio\"],[\"Don\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Andrea Lavelle\",\"614-561-6071\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219\\u00a0(C)\\n614-262-8219 (H)\",\"Central Ohio, within 75 miles of Columbus. Cutouts or swarms. No charge for swarm collection.\"],[\"Jacob\\u00a0Mishne\",\"614-870-0092\",\"Central Ohio\"],[\"Steve Morbitzer\",\"614-878-1308 \\n614-753-5463 (C) \",\"Franklin, Madison, Pickaway\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newak, OH\"],[\"Scott Newhouse\",\"614-875-5326 \\n614-296-5459 (C)\",\"Grove City and Central Ohio\"],[\"Linda\\u00a0Overman\",\"614-561-1744\",\"Westside\\u00a0of Columbus to London\"],[\"Teresa Parker\",\"614-832-0769\\n614-866-1797 \",\"Blacklick, Gahanna, New Albany\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Westerville to Reynoldsburg, Genoa Twp to Delaware\"],[\"Dru\\u00a0and Rod Pritchard\",\"614-878-7873\",\"Galloway, Western and SW Franklin County\"],[\"Shawn\\u00a0Rinehart\\nKim Flippen\",\"614-492-0229\\n614-572-4023\",\"Fairfield,\\u00a0Franklin, Pickaway\"],[\"Brian Roudabush\",\"614-304-1101\",\"Central Ohio\"],[\"Earl Shaffer\",\"614-853-9983\",\"West side of Columbus, Western Franklin, Northen Pickaway and Madison counties\"],[\"John\\u00a0Schreiber\",\"614-261-6084\",\"Franklin\"],[\"Mary Seufert\",\"614-634-8471\",\"Swarms only, inside I-270\"],[\"Mel\\u00a0Sword\",\"614-323-3622\",\"NE,\\u00a0N 20 miles\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 Cell\",\"Delaware, Marion, Union and Morrow Counties - Fee based\"],[\"Dan\\u00a0and Shelia Theisen\",\"740-816-0261\",\"Delaware\\u00a0and surrounding area\"],[\"Jim\\u00a0Tippie\",\"614-582-0523\",\"Gahanna\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0(C)\\n614-267-6556 (H)\",\"Central Columbus\"],[\"Cheryl Wachsmuth\",\"614-878-8025\",\"Grove City, Galloway, Hilliard\"],[\"Dan\\u00a0\\u00a0 and Mary Wampler\",\"740-654-4045\\u00a0\\n740-407-092\",\"Fairfield County\"],[\"Erik Warren\",\"614 354-4621\",\"Central Ohio\"],[\"John\\u00a0Weaver\",\"614-208-3634\",\"Franklin\\u00a0County; cutouts for a fee\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"],[\"Mark Williams\",\"614-397-8386\",\"Central Ohio\"]]','Remove a Swarm','Members that can assist with removing a swarm on your property.','inherit','closed','closed','','187-revision-v1','','','2016-05-30 09:04:16','2016-05-30 13:04:16','',187,'http://centralohiobeekeepers.org/wordpress1?p=559',0,'revision','',0),(562,6,'2016-05-30 21:47:43','0000-00-00 00:00:00','','Advanced Bee Yard','','draft','closed','closed','','','','','2016-05-30 21:47:43','2016-05-31 01:47:43','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=562',0,'tribe_events','',0),(566,6,'2016-06-01 00:08:17','2016-06-01 04:08:17','Join us for the JUNE Monthly meeting.','June Monthly Meeting','','publish','closed','closed','','june-monthly-meeting','','','2016-06-01 00:08:17','2016-06-01 04:08:17','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=566',0,'tribe_events','',0),(569,6,'2016-06-01 00:12:55','2016-06-01 04:12:55','The Advanced Bee Yard meets the second and fourth Tuesday of the month at the Franklin Park Conservatory, near the brick house off of Franklin Park South.','Advanced Bee Yard','','publish','closed','closed','','advanced-bee-yard','','','2016-06-01 00:15:56','2016-06-01 04:15:56','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=569',0,'tribe_events','',0),(571,6,'2016-06-01 00:12:55','2016-06-01 04:12:55','','Will, Jim and Nina','','publish','closed','closed','','will-jim-and-nina','','','2016-06-01 00:12:55','2016-06-01 04:12:55','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_organizer&p=571',0,'tribe_organizer','',0),(572,6,'2016-06-01 00:14:48','2016-06-01 04:14:48','The Advanced Bee Yard meets the second and fourth Tuesday of the month at the Franklin Park Conservatory, near the brick house off of Franklin Park South.','Advanced Bee Yard','','inherit','closed','closed','','569-autosave-v1','','','2016-06-01 00:14:48','2016-06-01 04:14:48','',569,'http://centralohiobeekeepers.org/wordpress1?p=572',0,'revision','',0),(574,6,'2016-06-01 00:18:33','2016-06-01 04:18:33','The Advanced Bee Yard meets the second and fourth Tuesday of the month at the Franklin Park Conservatory.','Advanced Bee Yard','','publish','closed','closed','','advanced-bee-yard-2','','','2016-06-01 00:18:33','2016-06-01 04:18:33','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=574',0,'tribe_events','',0),(590,6,'2016-06-04 15:29:04','2016-06-04 19:29:04','Join us for our Annual Picnic, Sunday, June 12th. Arrive at 1 PM, eat at 1:30 PM, finished by 5 PM.\r\nLocation: 6240 Wright Rd, Canal Winchester, OH\r\nBring a chair to sit on, a covered dish or dessert to share, a folding table (in case we run out of tables!).\r\nClub will provide meat, tea, lemonade, water, coffee, plates and utensils. If\r\nyou want something else to drink please bring it.','COBA Annual Picnic','','publish','closed','closed','','coba-annual-picnic','','','2016-06-04 15:29:04','2016-06-04 19:29:04','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=590',0,'tribe_events','',0),(595,1,'2016-06-17 21:25:06','2016-06-18 01:25:06','Many thanks to our speaker this month, Carmen Conrad. Carmen provided a timely presentation on how to show honey and other products of the hive. This fit right in with the up coming fair season. Thanks from all of us.','Carmen Conrad','','publish','closed','open','','carmen-conrad','','','2016-09-11 20:02:00','2016-09-12 00:02:00','',0,'http://centralohiobeekeepers.org/wordpress1?p=595',0,'post','',0),(597,1,'2016-06-17 21:24:05','2016-06-18 01:24:05','Many thanks to our speaker this month, Carmen Conrad. Carmen provided a timely presentation on how to show honey and other products of the hive. This fit right in with the up coming fair season. Thanks from all of us.','Carmen Conrad','','inherit','closed','closed','','595-revision-v1','','','2016-06-17 21:24:05','2016-06-18 01:24:05','',595,'http://centralohiobeekeepers.org/wordpress1?p=597',0,'revision','',0),(601,6,'2016-06-23 09:20:56','2016-06-23 13:20:56','[[\"Name\",\"Phone\",\"Location\"],[\"Mike\\u00a0Albaugh\",\"740-255-0211\",\"50\\u00a0mile radius of Columbus. Cutouts and swarms\"],[\"Nina Bagley\",\"614-783-7868\",\"Urban Columbus\"],[\"Susan Baker\",\"614-551-3837\",\"Grove City, Galloway\"],[\"Barb\\u00a0Bloetscher\",\"614-313-5946\",\"SE\\u00a0Columbus and Grandview\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Mark Cameron\",\"740-363-8180 (H)\\n614-554-2286 (C)\\n614-459-6992 (W)\",\"Delaware County\\nEastern Union County\\nNorthern Franklin County\"],[\"Joyce Castorano and Frank Gattas\",\"614-878-2108 (H)\\n614-579-8161 (C)\",\"Franklin or Madison County\"],[\"John Chadwell\",\"614-871-0163\",\"Grove City area\"],[\"Pat Chambers\",\"614-891-6302\",\"Northern Franklin, Southern Delaware\"],[\"Barry and Carmen Conrad\",\"614-837-3899\\n614-837-1846\",\"Central Ohio\"],[\"Susan\\u00a0Valentine-Cooper\",\"614-596-3600\",\"Central\\u00a0\\u00a0 Ohio \\u0096 Swarms and cutouts\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Western\\u00a0\\u00a0 Franklin County\"],[\"Sue and Joe Daly\",\"614-205-9232\",\"Delaware and Westerville, Galena, Sunbury, Lewis Center, Centerburg \"],[\"Richard Danniger\\u00a0\",\"614-475-2683\",\"Central Ohio\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Terry Eddy\",\"614-725-8172\",\"Franklin, Delaware and Licking Counties. No charge for swarm collection.\"],[\"Shawn Ferguson\",\"740-343-4288\\n740-621-0360 (C)\",\"Perry, Athens, Fairfield, Muskingum and Hocking\"],[\"Nancy and Pete Ferron\",\"614-638-7233 (Pete cell)\\n614-439-3976 (Nancy cell)\",\"Blacklick, Gahanna, New Albany, Pataskala, Reynoldsburg\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Fleming\",\"614-527-4649\",\"Hilliard and Dublin\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 (H)\\n614-657-1459 (C)\",\"Central Ohio - no cutouts.\"],[\"Lyle\\u00a0Goldsmith\",\"614-875-7811\",\"Grove\\u00a0City and Southern Franklin County\"],[\"Archna Hazelbaker\\u00a0\",\"614-440-8869\",\"N & W side of Columbus\"],[\"Jerry Hinton\",\"614-506-4523\",\"Grove City, Ashville and Circleville\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway Counties\"],[\"Roger Jewell\",\"614-778-9636 (C)\\n614-876-3548 (H)\",\"Central Ohio\"],[\"Denise Johnson\",\"614-632-5399 (c )\\n614-459-1229 (h) \",\"Upper Arlington, Central Ohio\"],[\"Don\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Andrea Lavelle\",\"614-561-6071\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219\\u00a0(C)\\n614-262-8219 (H)\",\"Central Ohio, within 75 miles of Columbus. Cutouts or swarms. No charge for swarm collection.\"],[\"Jacob\\u00a0Mishne\",\"614-870-0092\",\"Central Ohio\"],[\"Steve Morbitzer\",\"614-878-1308 \\n614-753-5463 (C) \",\"Franklin, Madison, Pickaway\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newak, OH\"],[\"Scott Newhouse\",\"614-875-5326 \\n614-296-5459 (C)\",\"Grove City and Central Ohio\"],[\"Linda\\u00a0Overman\",\"614-561-1744\",\"Westside\\u00a0of Columbus to London\"],[\"Teresa Parker\",\"614-832-0769 \",\"Blacklick, Gahanna, New Albany, Sunbury, Galena. No charge for swarms.\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Westerville to Reynoldsburg, Genoa Twp to Delaware\"],[\"Dru\\u00a0and Rod Pritchard\",\"614-878-7873\",\"Galloway, Western and SW Franklin County\"],[\"Shawn\\u00a0Rinehart\\nKim Flippen\",\"614-492-0229\\n614-572-4023\",\"Fairfield,\\u00a0Franklin, Pickaway\"],[\"Brian Roudabush\",\"614-304-1101\",\"Central Ohio\"],[\"Earl Shaffer\",\"614-853-9983\",\"West side of Columbus, Western Franklin, Northen Pickaway and Madison counties\"],[\"John\\u00a0Schreiber\",\"614-261-6084\",\"Franklin\"],[\"Mary Seufert\",\"614-634-8471\",\"Swarms only, inside I-270\"],[\"Mel\\u00a0Sword\",\"614-323-3622\",\"NE,\\u00a0N 20 miles\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 Cell\",\"Delaware, Marion, Union and Morrow Counties - Fee based\"],[\"Dan\\u00a0and Shelia Theisen\",\"740-816-0261\",\"Delaware\\u00a0and surrounding area\"],[\"Jim\\u00a0Tippie\",\"614-582-0523\",\"Gahanna\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0(C)\\n614-267-6556 (H)\",\"Central Columbus\"],[\"Cheryl Wachsmuth\",\"614-878-8025\",\"Grove City, Galloway, Hilliard\"],[\"Dan\\u00a0\\u00a0 and Mary Wampler\",\"740-654-4045\\u00a0\\n740-407-092\",\"Fairfield County\"],[\"Erik Warren\",\"614 354-4621\",\"Central Ohio\"],[\"John\\u00a0Weaver\",\"614-208-3634\",\"Franklin\\u00a0County; cutouts for a fee\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"],[\"Mark Williams\",\"614-397-8386\",\"Central Ohio\"]]','Remove a Swarm','Members that can assist with removing a swarm on your property.','inherit','closed','closed','','187-revision-v1','','','2016-06-23 09:20:56','2016-06-23 13:20:56','',187,'http://centralohiobeekeepers.org/wordpress1?p=601',0,'revision','',0),(603,6,'2016-06-23 09:58:25','2016-06-23 13:58:25','[[\"Name\",\"Phone\",\"Location\"],[\"Mike\\u00a0Albaugh\",\"740-255-0211\",\"50\\u00a0mile radius of Columbus. Cutouts and swarms\"],[\"Nina Bagley\",\"614-783-7868\",\"Urban Columbus\"],[\"Susan Baker\",\"614-551-3837\",\"Grove City, Galloway\"],[\"Bethanie Bidinger\",\"\",\"\"],[\"Barb\\u00a0Bloetscher\",\"614-313-5946\",\"SE\\u00a0Columbus and Grandview\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Mark Cameron\",\"740-363-8180 (H)\\n614-554-2286 (C)\\n614-459-6992 (W)\",\"Delaware County\\nEastern Union County\\nNorthern Franklin County\"],[\"Joyce Castorano and Frank Gattas\",\"614-878-2108 (H)\\n614-579-8161 (C)\",\"Franklin or Madison County\"],[\"John Chadwell\",\"614-871-0163\",\"Grove City area\"],[\"Pat Chambers\",\"614-891-6302\",\"Northern Franklin, Southern Delaware\"],[\"Barry and Carmen Conrad\",\"614-837-3899\\n614-837-1846\",\"Central Ohio\"],[\"Susan\\u00a0Valentine-Cooper\",\"614-596-3600\",\"Central\\u00a0\\u00a0 Ohio \\u0096 Swarms and cutouts\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Western\\u00a0\\u00a0 Franklin County\"],[\"Sue and Joe Daly\",\"614-205-9232\",\"Delaware and Westerville, Galena, Sunbury, Lewis Center, Centerburg \"],[\"Richard Danniger\\u00a0\",\"614-475-2683\",\"Central Ohio\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Matt Dunham\",\"614-562-0909\",\"Madison County. No charge for swarms\"],[\"Terry Eddy\",\"614-725-8172\",\"Franklin, Delaware and Licking Counties. No charge for swarm collection.\"],[\"Shawn Ferguson\",\"740-343-4288\\n740-621-0360 (C)\",\"Perry, Athens, Fairfield, Muskingum and Hocking\"],[\"Nancy and Pete Ferron\",\"614-638-7233 (Pete cell)\\n614-439-3976 (Nancy cell)\",\"Blacklick, Gahanna, New Albany, Pataskala, Reynoldsburg\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Fleming\",\"614-527-4649\",\"Hilliard and Dublin\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 (H)\\n614-657-1459 (C)\",\"Central Ohio - no cutouts.\"],[\"Lyle\\u00a0Goldsmith\",\"614-875-7811\",\"Grove\\u00a0City and Southern Franklin County\"],[\"Archna Hazelbaker\\u00a0\",\"614-440-8869\",\"N & W side of Columbus\"],[\"Jerry Hinton\",\"614-506-4523\",\"Grove City, Ashville and Circleville\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway Counties\"],[\"Roger Jewell\",\"614-778-9636 (C)\\n614-876-3548 (H)\",\"Central Ohio\"],[\"Denise Johnson\",\"614-632-5399 (c )\\n614-459-1229 (h) \",\"Upper Arlington, Central Ohio\"],[\"Don\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Andrea Lavelle\",\"614-561-6071\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219\\u00a0(C)\\n614-262-8219 (H)\",\"Central Ohio, within 75 miles of Columbus. Cutouts or swarms. No charge for swarm collection.\"],[\"Jacob\\u00a0Mishne\",\"614-870-0092\",\"Central Ohio\"],[\"Steve Morbitzer\",\"614-878-1308 \\n614-753-5463 (C) \",\"Franklin, Madison, Pickaway\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newak, OH\"],[\"Scott Newhouse\",\"614-875-5326 \\n614-296-5459 (C)\",\"Grove City and Central Ohio\"],[\"Linda\\u00a0Overman\",\"614-561-1744\",\"Westside\\u00a0of Columbus to London\"],[\"Teresa Parker\",\"614-832-0769 \",\"Blacklick, Gahanna, New Albany, Sunbury, Galena. No charge for swarms.\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Westerville to Reynoldsburg, Genoa Twp to Delaware\"],[\"Dru\\u00a0and Rod Pritchard\",\"614-878-7873\",\"Galloway, Western and SW Franklin County\"],[\"Shawn\\u00a0Rinehart\\nKim Flippen\",\"614-492-0229\\n614-572-4023\",\"Fairfield,\\u00a0Franklin, Pickaway\"],[\"Brian Roudabush\",\"614-304-1101\",\"Central Ohio\"],[\"Earl Shaffer\",\"614-853-9983\",\"West side of Columbus, Western Franklin, Northen Pickaway and Madison counties\"],[\"John\\u00a0Schreiber\",\"614-261-6084\",\"Franklin\"],[\"Mary Seufert\",\"614-634-8471\",\"Swarms only, inside I-270\"],[\"Mel\\u00a0Sword\",\"614-323-3622\",\"NE,\\u00a0N 20 miles\"],[\"George Taylor\",\"740-524-6241\\n740-815-7792 Cell\",\"Delaware, Marion, Union and Morrow Counties - Fee based\"],[\"Dan\\u00a0and Shelia Theisen\",\"740-816-0261\",\"Delaware\\u00a0and surrounding area\"],[\"Jim\\u00a0Tippie\",\"614-582-0523\",\"Gahanna\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0(C)\\n614-267-6556 (H)\",\"Central Columbus\"],[\"Cheryl Wachsmuth\",\"614-878-8025\",\"Grove City, Galloway, Hilliard\"],[\"Dan\\u00a0\\u00a0 and Mary Wampler\",\"740-654-4045\\u00a0\\n740-407-092\",\"Fairfield County\"],[\"Erik Warren\",\"614 354-4621\",\"Central Ohio\"],[\"John\\u00a0Weaver\",\"614-208-3634\",\"Franklin\\u00a0County; cutouts for a fee\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"],[\"Mark Williams\",\"614-397-8386\",\"Central Ohio\"]]','Remove a Swarm','Members that can assist with removing a swarm on your property.','inherit','closed','closed','','187-revision-v1','','','2016-06-23 09:58:25','2016-06-23 13:58:25','',187,'http://centralohiobeekeepers.org/wordpress1?p=603',0,'revision','',0),(604,6,'2016-06-23 11:49:33','2016-06-23 15:49:33','[[\"Name\",\"Phone\",\"Location\"],[\"Mike\\u00a0Albaugh\",\"740-255-0211\",\"50\\u00a0mile radius of Columbus. Cutouts and swarms\"],[\"Nina Bagley\",\"614-783-7868\",\"Urban Columbus\"],[\"Susan Baker\",\"614-551-3837\",\"Grove City, Galloway\"],[\"Bethanie Bidinger\",\"\",\"\"],[\"Barb\\u00a0Bloetscher\",\"614-313-5946\",\"SE\\u00a0Columbus and Grandview\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Mark Cameron\",\"740-363-8180 (H)\\n614-554-2286 (C)\\n614-459-6992 (W)\",\"Delaware County\\nEastern Union County\\nNorthern Franklin County\"],[\"Joyce Castorano and Frank Gattas\",\"614-878-2108 (H)\\n614-579-8161 (C)\",\"Franklin or Madison County\"],[\"John Chadwell\",\"614-871-0163\",\"Grove City area\"],[\"Pat Chambers\",\"614-891-6302\",\"Northern Franklin, Southern Delaware\"],[\"Barry and Carmen Conrad\",\"614-837-3899\\n614-837-1846\",\"Central Ohio\"],[\"Susan\\u00a0Valentine-Cooper\",\"614-596-3600\",\"Central\\u00a0\\u00a0 Ohio \\u0096 Swarms and cutouts\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Western\\u00a0\\u00a0 Franklin County\"],[\"Sue and Joe Daly\",\"614-205-9232\",\"Delaware and Westerville, Galena, Sunbury, Lewis Center, Centerburg \"],[\"Richard Danniger\\u00a0\",\"614-475-2683\",\"Central Ohio\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Matt Dunham\",\"614-562-0909\",\"Madison County. No charge for swarms\"],[\"Terry Eddy\",\"614-725-8172\",\"Franklin, Delaware and Licking Counties. No charge for swarm collection.\"],[\"Shawn Ferguson\",\"740-343-4288\\n740-621-0360 (C)\",\"Perry, Athens, Fairfield, Muskingum and Hocking\"],[\"Nancy and Pete Ferron\",\"614-638-7233 (Pete cell)\\n614-439-3976 (Nancy cell)\",\"Blacklick, Gahanna, New Albany, Pataskala, Reynoldsburg\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Fleming\",\"614-527-4649\",\"Hilliard and Dublin\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 (H)\\n614-657-1459 (C)\",\"Central Ohio - no cutouts.\"],[\"Lyle\\u00a0Goldsmith\",\"614-875-7811\",\"Grove\\u00a0City and Southern Franklin County\"],[\"Archna Hazelbaker\\u00a0\",\"614-440-8869\",\"N & W side of Columbus\"],[\"Jerry Hinton\",\"614-506-4523\",\"Grove City, Ashville and Circleville\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway Counties\"],[\"Roger Jewell\",\"614-778-9636 (C)\\n614-876-3548 (H)\",\"Central Ohio\"],[\"Denise Johnson\",\"614-632-5399 (c )\\n614-459-1229 (h) \",\"Upper Arlington, Central Ohio\"],[\"Don\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Andrea Lavelle\",\"614-561-6071\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219\\u00a0(C)\\n614-262-8219 (H)\",\"Central Ohio, within 75 miles of Columbus. Cutouts or swarms. No charge for swarm collection.\"],[\"Jacob\\u00a0Mishne\",\"614-870-0092\",\"Central Ohio\"],[\"Steve Morbitzer\",\"614-878-1308 \\n614-753-5463 (C) \",\"Franklin, Madison, Pickaway\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newak, OH\"],[\"Scott Newhouse\",\"614-875-5326 \\n614-296-5459 (C)\",\"Grove City and Central Ohio\"],[\"Linda\\u00a0Overman\",\"614-561-1744\",\"Westside\\u00a0of Columbus to London\"],[\"Teresa Parker\",\"614-832-0769 \",\"Blacklick, Gahanna, New Albany, Sunbury, Galena. No charge for swarms.\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\"],[\"Larry Potter\",\"614-865-2161\\n614-946-0456\",\"Westerville to Reynoldsburg, Genoa Twp to Delaware\"],[\"Dru\\u00a0and Rod Pritchard\",\"614-878-7873\",\"Galloway, Western and SW Franklin County\"],[\"Shawn\\u00a0Rinehart\\nKim Flippen\",\"614-492-0229\\n614-572-4023\",\"Fairfield,\\u00a0Franklin, Pickaway\"],[\"Brian Roudabush\",\"614-304-1101\",\"Central Ohio\"],[\"Earl Shaffer\",\"614-853-9983\",\"West side of Columbus, Western Franklin, Northen Pickaway and Madison counties\"],[\"John\\u00a0Schreiber\",\"614-261-6084\",\"Franklin\"],[\"Mary Seufert\",\"614-634-8471\",\"Swarms only, inside I-270\"],[\"Mel\\u00a0Sword\",\"614-323-3622\",\"NE,\\u00a0N 20 miles\"],[\"Dan\\u00a0and Shelia Theisen\",\"740-816-0261\",\"Delaware\\u00a0and surrounding area\"],[\"Jim\\u00a0Tippie\",\"614-582-0523\",\"Gahanna\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0(C)\\n614-267-6556 (H)\",\"Central Columbus\"],[\"Cheryl Wachsmuth\",\"614-878-8025\",\"Grove City, Galloway, Hilliard\"],[\"Dan\\u00a0\\u00a0 and Mary Wampler\",\"740-654-4045\\u00a0\\n740-407-092\",\"Fairfield County\"],[\"Erik Warren\",\"614 354-4621\",\"Central Ohio\"],[\"John\\u00a0Weaver\",\"614-208-3634\",\"Franklin\\u00a0County; cutouts for a fee\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"],[\"Mark Williams\",\"614-397-8386\",\"Central Ohio\"]]','Remove a Swarm','Members that can assist with removing a swarm on your property.','inherit','closed','closed','','187-revision-v1','','','2016-06-23 11:49:33','2016-06-23 15:49:33','',187,'http://centralohiobeekeepers.org/wordpress1?p=604',0,'revision','',0),(606,4,'2016-07-11 10:24:14','2016-07-11 14:24:14','Held most Wednesday nights from April to October. Meetings begin at 6:00 with a potluck dinner and a question and answer period prior to getting into the hives.','Fun in the Bee Yard','','publish','closed','closed','','fun-in-the-bee-yard-6','','','2016-07-11 10:25:56','2016-07-11 14:25:56','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=606',0,'tribe_events','',0),(607,4,'2016-07-11 10:27:19','2016-07-11 14:27:19','Held most Wednesday nights from April to October. Meetings begin at 6:00 with a potluck dinner and a question and answer period prior to getting into the hives.','Fun in the Bee Yard','','publish','closed','closed','','fun-in-the-bee-yard-7','','','2016-07-11 10:27:19','2016-07-11 14:27:19','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=607',0,'tribe_events','',0),(608,4,'2016-07-11 10:28:36','2016-07-11 14:28:36','Held most Wednesday nights from April to October. Meetings begin at 6:00 with a potluck dinner and a question and answer period prior to getting into the hives.\r\nDue to an international sporting event at OSU, the 1st Year Bee Yard will be held on Thursday, July 28.','Fun in the Bee Yard','','publish','closed','closed','','fun-in-the-bee-yard-8','','','2016-07-23 22:16:22','2016-07-24 02:16:22','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=608',0,'tribe_events','',0),(610,4,'2016-07-11 10:31:14','2016-07-11 14:31:14','The Advanced Bee Yard meets the second and fourth Tuesday of the month at the Franklin Park Conservatory, near the brick house off of Franklin Park South.','Advanced Bee Yard','','publish','closed','closed','','advanced-bee-yard-3','','','2016-07-11 10:31:14','2016-07-11 14:31:14','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=610',0,'tribe_events','',0),(611,6,'2016-07-11 10:32:30','2016-07-11 14:32:30','The Advanced Bee Yard meets the second and fourth Tuesday of the month at the Franklin Park Conservatory, near the brick house off of Franklin Park South.','Advanced Bee Yard','','publish','closed','closed','','advanced-bee-yard-4','','','2016-07-23 22:23:45','2016-07-24 02:23:45','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=611',0,'tribe_events','',0),(612,4,'2016-07-11 10:35:46','2016-07-11 14:35:46','<p style=\"text-align: center;\"><strong><img class=\"size-medium wp-image-93 alignleft\" src=\"http://centralohiobeekeepers.org/wordpress1wp-content/uploads/2016/04/Contact-Us-300x169-300x169.jpg\" alt=\"Contact-Us-300x169\" width=\"300\" height=\"169\" />Nancy Ferron\r\nMembership Director</strong>\r\n<strong>The Central Ohio Beekeepers Association</strong></p>\r\n<p style=\"text-align: center;\">6240 Wright Road\r\nCanal Winchester, OH 43110</p>\r\n<p style=\"text-align: center;\">or</p>\r\n<p style=\"text-align: center;\"><strong>Rod Pritchard</strong>\r\ncobapresident@hotmail.com</p>\r\n<p style=\"text-align: center;\">or</p>\r\n<p style=\"text-align: center;\"><strong>Webmaster</strong>\r\nwebmaster@centralohiobeekeepers.org</p>','Contact Us','','inherit','closed','closed','','91-revision-v1','','','2016-07-11 10:35:46','2016-07-11 14:35:46','',91,'http://centralohiobeekeepers.org/wordpress1?p=612',0,'revision','',0),(613,4,'2016-07-12 14:24:38','2016-07-12 18:24:38','Come and join us at the barn in the historic village at the Franklin County Fair. COBA will have an observation hive and will be doing presentations on bees and beekeeping. Contact Will to help out.','Franklin County Fair','','publish','closed','closed','','franklin-county-fair','','','2016-07-12 14:24:38','2016-07-12 18:24:38','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=613',0,'tribe_events','',0),(614,4,'2016-07-12 14:24:39','2016-07-12 18:24:39','','Franklin County Fairgrounds+','','publish','closed','closed','','franklin-county-fairgrounds','','','2016-07-12 14:24:39','2016-07-12 18:24:39','',0,'http://centralohiobeekeepers.org/wordpress1?tribe_venue=franklin-county-fairgrounds',0,'tribe_venue','',0),(619,6,'2016-07-23 22:22:08','2016-07-24 02:22:08','','Will Merrill','','publish','closed','closed','','will-merrill','','','2016-07-23 22:22:08','2016-07-24 02:22:08','',0,'http://centralohiobeekeepers.org/wordpress1?tribe_organizer=will-merrill',0,'tribe_organizer','',0),(620,6,'2016-07-23 22:22:20','2016-07-24 02:22:20','The Advanced Bee Yard meets the second and fourth Tuesday of the month at the Franklin Park Conservatory, near the brick house off of Franklin Park South.','Advanced Bee Yard','','inherit','closed','closed','','611-autosave-v1','','','2016-07-23 22:22:20','2016-07-24 02:22:20','',611,'http://centralohiobeekeepers.org/wordpress1?p=620',0,'revision','',0),(623,4,'2016-08-08 14:29:43','0000-00-00 00:00:00','','Fun in the Bee Yard','','draft','closed','closed','','','','','2016-08-08 14:29:43','2016-08-08 18:29:43','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=623',0,'tribe_events','',0),(624,4,'2016-08-08 14:32:52','2016-08-08 18:32:52','Held most Wednesday nights from April to October. Meetings begin at 6:00 with a potluck dinner and a question and answer period prior to getting into the hives.\r\n\r\nScheduled guest Arnold Crabtree','Fun in the Bee Yard','','publish','closed','closed','','fun-in-the-bee-yard-9','','','2016-08-08 14:32:52','2016-08-08 18:32:52','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=624',0,'tribe_events','',0),(625,4,'2016-08-08 14:34:21','2016-08-08 18:34:21','Held most Wednesday nights from April to October. Meetings begin at 6:00 with a potluck dinner and a question and answer period prior to getting into the hives.\r\n\r\nMoved to Tuesday night due to general membership meeting at Franklin Park on Wednesday the 17th.','Fun in the Bee Yard','','publish','closed','closed','','fun-in-the-bee-yard-10','','','2016-08-08 14:36:14','2016-08-08 18:36:14','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=625',0,'tribe_events','',0),(626,4,'2016-08-08 14:35:55','2016-08-08 18:35:55','Held most Wednesday nights from April to October. Meetings begin at 6:00 with a potluck dinner and a question and answer period prior to getting into the hives.\n\nMoved to Tuesday night due to general membership meeting at Franklin Park on We','Fun in the Bee Yard','','inherit','closed','closed','','625-autosave-v1','','','2016-08-08 14:35:55','2016-08-08 18:35:55','',625,'http://centralohiobeekeepers.org/wordpress1?p=626',0,'revision','',0),(627,4,'2016-08-08 14:38:15','2016-08-08 18:38:15','Held most Wednesday nights from April to October. Meetings begin at 6:00 with a potluck dinner and a question and answer period prior to getting into the hives.','Fun in the Bee Yard','','publish','closed','closed','','fun-in-the-bee-yard-11','','','2016-08-08 14:38:15','2016-08-08 18:38:15','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=627',0,'tribe_events','',0),(628,4,'2016-08-08 14:39:35','2016-08-08 18:39:35','Held most Wednesday nights from April to October. Meetings begin at 6:00 with a potluck dinner and a question and answer period prior to getting into the hives.','Fun in the Bee Yard','','publish','closed','closed','','fun-in-the-bee-yard-12','','','2016-08-08 14:39:35','2016-08-08 18:39:35','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=628',0,'tribe_events','',0),(629,4,'2016-08-08 14:41:06','2016-08-08 18:41:06','The Advanced Bee Yard meets the second and fourth Tuesday of the month at the Franklin Park Conservatory, near the brick house off of Franklin Park South.','Advanced Bee Yard','','publish','closed','closed','','advanced-bee-yard-5','','','2016-08-08 18:52:02','2016-08-08 22:52:02','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=629',0,'tribe_events','',0),(630,4,'2016-08-08 14:43:21','2016-08-08 18:43:21','The Advanced Bee Yard meets the second and fourth Tuesday of the month at the Franklin Park Conservatory, near the brick house off of Franklin Park South.','Advanced Bee Yard','','publish','closed','closed','','advanced-bee-yard-6','','','2016-08-08 18:52:59','2016-08-08 22:52:59','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=630',0,'tribe_events','',0),(631,4,'2016-08-08 14:49:40','0000-00-00 00:00:00','August membership meeting at Franklin Park. Note: meeting room location changed to meeting rooms A - D','COBA General Membership Meeting','','draft','closed','closed','','','','','2016-08-08 14:49:40','2016-08-08 18:49:40','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=631',0,'tribe_events','',0),(632,4,'2016-08-08 14:52:57','2016-08-08 18:52:57','General membership meeting at Franklin Park. Please note that the location of the meeting room has changed this month to Meeting Rooms A - D.\r\nGuest speaker: Denise Ellsworth.','COBA August Membership Meeting','','publish','closed','closed','','coba-august-membership-meeting','','','2016-08-08 22:39:55','2016-08-09 02:39:55','',0,'http://centralohiobeekeepers.org/wordpress1?post_type=tribe_events&p=632',0,'tribe_events','',0),(633,4,'2016-08-08 18:25:19','2016-08-08 22:25:19','Thanks to all of the COBA members that helped out at the OSBA venue at this years state fair. COBA worked setting up and the final day of the fair. This is a wonderful event that allows beekeepers from across the state to educate the general public on bees and other important pollinators. We have had great feedback and many thanks from the OSBA team. Good job!','Ohio State Fair','','publish','closed','open','','ohio-state-fair','','','2016-09-11 20:01:21','2016-09-12 00:01:21','',0,'http://centralohiobeekeepers.org/wordpress1?p=633',0,'post','',0),(634,4,'2016-08-08 18:25:19','2016-08-08 22:25:19','Thanks to all of the COBA members that helped out at the OSBA venue at this years state fair. COBA worked setting up and the final day of the fair. This is a wonderful event that allows beekeepers from across the state to educate the general public on bees and other important pollinators. We have had great feedback and many thanks from the OSBA team. Good job!','Ohio State Fair','','inherit','closed','closed','','633-revision-v1','','','2016-08-08 18:25:19','2016-08-08 22:25:19','',633,'http://centralohiobeekeepers.org/wordpress1?p=634',0,'revision','',0),(635,4,'2016-08-08 18:55:07','2016-08-08 22:55:07','General membership meeting at Franklin Park. Please note that the location of the meeting room has changed this month to Meeting Rooms A - D. Front door hang a left','COBA August Membership Meeting','','inherit','closed','closed','','632-autosave-v1','','','2016-08-08 18:55:07','2016-08-08 22:55:07','',632,'http://centralohiobeekeepers.org/wordpress1?p=635',0,'revision','',0),(637,6,'2016-08-08 22:40:09','2016-08-09 02:40:09','General membership meeting at Franklin Park. Please note that the location of the meeting room has changed this month to Meeting Rooms A - D.\r\nGuest speaker: Denise Ellsworth.','COBA August Membership Meeting','','inherit','closed','closed','','632-autosave-v1','','','2016-08-08 22:40:09','2016-08-09 02:40:09','',632,'http://centralohiobeekeepers.org/wordpress1?p=637',0,'revision','',0),(640,6,'2016-08-08 23:08:54','2016-08-09 03:08:54','You might want to check this out:\r\n\r\nSlovenia\'s abuzz with bee tourism\r\nhttp://n.mynews.ly/!EM.EMPTm','Bee Tourism','','publish','closed','open','','bee-tourism','','','2016-08-17 13:10:51','2016-08-17 17:10:51','',0,'http://centralohiobeekeepers.org/wordpress1?p=640',0,'post','',0),(641,6,'2016-08-08 23:05:52','2016-08-09 03:05:52','You might want to check this out:\r\n\r\nSlovenia\'s abuzz with bee tourism \r\nhttp://n.mynews.ly/!EM.EMPTm','Bee Tourism','','inherit','closed','closed','','640-revision-v1','','','2016-08-08 23:05:52','2016-08-09 03:05:52','',640,'http://centralohiobeekeepers.org/wordpress1?p=641',0,'revision','',0),(643,4,'2016-08-17 13:10:51','2016-08-17 17:10:51','You might want to check this out:\r\n\r\nSlovenia\'s abuzz with bee tourism\r\nhttp://n.mynews.ly/!EM.EMPTm','Bee Tourism','','inherit','closed','closed','','640-revision-v1','','','2016-08-17 13:10:51','2016-08-17 17:10:51','',640,'http://centralohiobeekeepers.org/wordpress1?p=643',0,'revision','',0),(644,4,'2016-08-17 13:15:58','2016-08-17 17:15:58','Attached is a link to the latest study on neonics.\r\n\r\nhttp://www.nature.com/ncomms/2016/160816/ncomms12459/full/ncomms12459.html','Bee Study on Neonicotinoids','','publish','closed','open','','bee-study-on-neonicotinoids','','','2016-09-12 13:27:22','2016-09-12 17:27:22','',0,'http://centralohiobeekeepers.org/wordpress1?p=644',0,'post','',0),(645,4,'2016-08-17 13:15:58','2016-08-17 17:15:58','Attached is a link to the latest study on neonics.\r\n\r\nhttp://www.nature.com/ncomms/2016/160816/ncomms12459/full/ncomms12459.html','Bee Study on Neonicotinoids','','inherit','closed','closed','','644-revision-v1','','','2016-08-17 13:15:58','2016-08-17 17:15:58','',644,'http://centralohiobeekeepers.org/wordpress1?p=645',0,'revision','',0),(650,6,'2016-09-12 15:20:29','2016-09-12 19:20:29','Join us Tuesday, September 13 at 6:30 PM at the Franklin Park Conservatory (near the brick house on the southeast side of the property, just off of Franklin Park South). Bring your jacket and veil, but no gloves (we will provide them), as we continue to prepare for Winter. ','Advanced Bee Yard September 13th','','publish','closed','closed','','advanced-bee-yard-september-13th','','','2016-09-12 15:25:52','2016-09-12 19:25:52','',0,'http://centralohiobeekeepers.org/?post_type=tribe_events&p=650',0,'tribe_events','',0),(651,6,'2016-09-12 15:32:57','2016-09-12 19:32:57','Join us for the last of the season Advanced Bee Yard. Same time, same place - 6:30 PM, Franklin Park Conservatory COBA Apiary (near the brick house on the southeast side of the facility). Bring your jacket and veil, but no gloves! We\'ll provide them.\r\nRSVP to Will Merrill (wnm0628@yahoo.com) or Jim Tippie (jimtip2@aol.com).','Advanced Bee Yard','','publish','closed','closed','','advanced-bee-yard-7','','','2016-09-12 15:32:57','2016-09-12 19:32:57','',0,'http://centralohiobeekeepers.org/?post_type=tribe_events&p=651',0,'tribe_events','',0),(652,6,'2016-09-12 15:40:02','2016-09-12 19:40:02','Join us for our September general meeting at the Franklin Park Conservatory. Our program this month includes our scholarship students presenting their results for the year. Additionally, we will be discussing winter preparations. As usual, bring a dish to share. Meeting starts at 7:00 PM, with the pot luck at 6:30. Bring a friend or possible new member.\r\n\r\nGet ready for October! Elections and Auction. Details to follow.\r\nNovember - Annual Dinner! Details also to follow! Mark your calendar - November 16th.','COBA September General Meeting','','publish','closed','closed','','coba-september-general-meeting','','','2016-09-12 15:40:02','2016-09-12 19:40:02','',0,'http://centralohiobeekeepers.org/?post_type=tribe_events&p=652',0,'tribe_events','',0),(654,6,'2016-09-12 21:06:40','2016-09-13 01:06:40','Join us on Wednesday, September 14th for Fun in the Bee Yard at the Waterman Farms on the OSU campus (north of Lane Ave and on the west side of Kenny Rd). Pot luck at 6 PM, program and hive inspection at 6:30.','1st Year Bee Yard','','publish','closed','closed','','1st-year-bee-yard','','','2016-09-12 21:06:40','2016-09-13 01:06:40','',0,'http://centralohiobeekeepers.org/?post_type=tribe_events&p=654',0,'tribe_events','',0),(655,6,'2016-09-12 21:06:08','2016-09-13 01:06:08','Join us on Wednesday, September 14th for Fun in the Bee Yard at the Waterman Farms on the OSU campus (north of Lane Ave and on the west side of Kenny Rd). Pot luck at 6 PM, program and hive inspection at 6:30.','1st Year Bee Yard','','inherit','closed','closed','','654-revision-v1','','','2016-09-12 21:06:08','2016-09-13 01:06:08','',654,'http://centralohiobeekeepers.org/?p=655',0,'revision','',0),(656,6,'2016-09-12 21:09:23','2016-09-13 01:09:23','Join us on Tuesday, September 20th for Fun in the Bee Yard at the Waterman Farms on the OSU campus (north of Lane Ave and on the west side of Kenny Rd). Pot luck at 6 PM, program and hive inspection at 6:30. This is a day earlier than our regular Wednesday program since tomorrow is our September monthly meeting.','1st Year Bee Yard','','inherit','closed','closed','','654-autosave-v1','','','2016-09-12 21:09:23','2016-09-13 01:09:23','',654,'http://centralohiobeekeepers.org/?p=656',0,'revision','',0),(657,6,'2016-09-12 21:15:24','2016-09-13 01:15:24','Join us on TUESDAY, September 20th for our \"Fun in the Bee Yard.\" We\'re meeting on Tuesday as our September General meeting is on Wednesday. Pot luck at 6:00 PM, hive inspection and program at 6:30. Bring your jacket and veil, but not your gloves! We\'ll provide gloves, if you need them.','1st Year Bee Yard','','publish','closed','closed','','1st-year-bee-yard-2','','','2016-09-12 21:15:24','2016-09-13 01:15:24','',0,'http://centralohiobeekeepers.org/?post_type=tribe_events&p=657',0,'tribe_events','',0),(658,6,'2016-09-12 21:13:54','2016-09-13 01:13:54','Join us on TUESDAY, September 20th for our \"Fun in the Bee Yard.\" We\'re meeting on Tuesday as our September General meeting is on Wednesday. Pot luck at 6:00 PM, hive inspection and program at 6:30. Bring your jacket and veil, but not your gloves! We\'ll provide gloves, if you need them.','1st Year Bee Yard','','inherit','closed','closed','','657-revision-v1','','','2016-09-12 21:13:54','2016-09-13 01:13:54','',657,'http://centralohiobeekeepers.org/?p=658',0,'revision','',0),(659,6,'2016-09-14 21:29:06','2016-09-15 01:29:06','Join us for our annual election at the October General Meeting on October 19th at the Franklin Park Conservatory. Pot luck at 6:30 PM, elections to follow.\r\n\r\nIt\'s not too late to have your name included in the list of candidates. Contact any of the current officers or trustees to get your name on the ballot.','October General Meeting and Election','','publish','closed','closed','','october-general-meeting','','','2016-09-14 21:45:41','2016-09-15 01:45:41','',0,'http://centralohiobeekeepers.org/?post_type=tribe_events&p=659',0,'tribe_events','',0),(660,6,'2016-09-14 21:28:14','2016-09-15 01:28:14','Join us for our annual elections at the October General Meeting on October 19th at the Franklin Park Conservatory. Pot luck at 6:30 PM, elections to follow.\r\n\r\nIt\'s not too late to have your name included in the list of candidates. Contact any of the current officers or trustees to get your name on the ballot.','October General Meeting','','inherit','closed','closed','','659-revision-v1','','','2016-09-14 21:28:14','2016-09-15 01:28:14','',659,'http://centralohiobeekeepers.org/?p=660',0,'revision','',0),(661,6,'2016-09-14 21:30:33','2016-09-15 01:30:33','Join us for our annual election at the October General Meeting on October 19th at the Franklin Park Conservatory. Pot luck at 6:30 PM, elections to follow.\r\n\r\nIt\'s not too late to have your name included in the list of candidates. Contact any of the current officers or trustees to get your name on the ballot.','October General Meeting','','inherit','closed','closed','','659-revision-v1','','','2016-09-14 21:30:33','2016-09-15 01:30:33','',659,'http://centralohiobeekeepers.org/?p=661',0,'revision','',0),(662,6,'2016-09-14 21:41:11','2016-09-15 01:41:11','Join us at Der Dutchman for our annual dinner! Details to follow.','November General Meeting','','publish','closed','closed','','november-general-meeting','','','2016-09-14 21:41:11','2016-09-15 01:41:11','',0,'http://centralohiobeekeepers.org/?post_type=tribe_events&p=662',0,'tribe_events','',0),(663,6,'2016-09-14 21:40:07','2016-09-15 01:40:07','Join us at Der Dutchman for our annual dinner! Details to follow.','November General Meeting','','inherit','closed','closed','','662-revision-v1','','','2016-09-14 21:40:07','2016-09-15 01:40:07','',662,'http://centralohiobeekeepers.org/?p=663',0,'revision','',0),(664,6,'2016-09-14 21:40:07','2016-09-15 01:40:07','','Der Dutchman','','inherit','closed','closed','','der-dutchman','','','2016-09-14 21:40:07','2016-09-15 01:40:07','',0,'http://centralohiobeekeepers.org/?tribe_venue=der-dutchman',0,'tribe_venue','',0),(665,6,'2016-09-14 21:41:11','2016-09-15 01:41:11','','Der Dutchman','','publish','closed','closed','','der-dutchman-2','','','2016-09-14 21:41:11','2016-09-15 01:41:11','',0,'http://centralohiobeekeepers.org/?post_type=tribe_venue&p=665',0,'tribe_venue','',0),(666,6,'2016-09-14 21:41:11','2016-09-15 01:41:11','','Der Dutchman','','publish','closed','closed','','der-dutchman-3','','','2016-09-14 21:41:11','2016-09-15 01:41:11','',0,'http://centralohiobeekeepers.org/?tribe_venue=der-dutchman-3',0,'tribe_venue','',0),(667,6,'2016-09-14 21:45:41','2016-09-15 01:45:41','Join us for our annual election at the October General Meeting on October 19th at the Franklin Park Conservatory. Pot luck at 6:30 PM, elections to follow.\r\n\r\nIt\'s not too late to have your name included in the list of candidates. Contact any of the current officers or trustees to get your name on the ballot.','October General Meeting and Election','','inherit','closed','closed','','659-revision-v1','','','2016-09-14 21:45:41','2016-09-15 01:45:41','',659,'http://centralohiobeekeepers.org/?p=667',0,'revision','',0),(668,6,'2016-09-18 09:55:47','2016-09-18 13:55:47','[[\"Name\",\"Phone\",\"Location\"],[\"Mike\\u00a0Albaugh\",\"740-255-0211\",\"50\\u00a0mile radius of Columbus. Cutouts and swarms\"],[\"Nina Bagley\",\"614-783-7868\",\"Urban Columbus\"],[\"Susan Baker\",\"614-551-3837\",\"Grove City, Galloway\"],[\"Bethanie Bidinger\",\"\",\"\"],[\"Barb\\u00a0Bloetscher\",\"614-313-5946\",\"SE\\u00a0Columbus and Grandview\"],[\"Robyn Brown\",\"614-570-3531\",\"Central Ohio\"],[\"Mark Cameron\",\"740-363-8180 (H)\\n614-554-2286 (C)\\n614-459-6992 (W)\",\"Delaware County\\nEastern Union County\\nNorthern Franklin County\"],[\"Joyce Castorano and Frank Gattas\",\"614-878-2108 (H)\\n614-579-8161 (C)\",\"Franklin or Madison County\"],[\"John Chadwell\",\"614-871-0163\",\"Grove City area\"],[\"Pat Chambers\",\"614-891-6302\",\"Northern Franklin, Southern Delaware\"],[\"Barry and Carmen Conrad\",\"614-837-3899\\n614-837-1846\",\"Central Ohio\"],[\"Susan\\u00a0Valentine-Cooper\",\"614-596-3600\",\"Central\\u00a0\\u00a0 Ohio \\u0096 Swarms and cutouts\"],[\"Brian\\u00a0Crow\",\"614-286-9863\",\"Western\\u00a0\\u00a0 Franklin County\"],[\"Sue and Joe Daly\",\"614-205-9232\",\"Delaware and Westerville, Galena, Sunbury, Lewis Center, Centerburg \"],[\"Richard Danniger\\u00a0\",\"614-475-2683\",\"Central Ohio\"],[\"Stephanie DeValencia\",\"614-327-6451\",\"Central Ohio\"],[\"Matt Dunham\",\"614-562-0909\",\"Madison County. No charge for swarms\"],[\"Terry Eddy\",\"614-725-8172\",\"Franklin, Delaware and Licking Counties. No charge for swarm collection.\"],[\"Shawn Ferguson\",\"740-343-4288\\n740-621-0360 (C)\",\"Perry, Athens, Fairfield, Muskingum and Hocking\"],[\"Nancy and Pete Ferron\",\"614-638-7233 (Pete cell)\\n614-439-3976 (Nancy cell)\",\"Blacklick, Gahanna, New Albany, Pataskala, Reynoldsburg\"],[\"Ashley Finley\",\"614-588-4599\",\"Inside I-270\"],[\"John Fleming\",\"614-527-4649\",\"Hilliard and Dublin\"],[\"John Gesner\",\"614-296-4014\",\"North and Northeast Franklin County\"],[\"Audrey Glick\",\"614-888-0459 (H)\\n614-657-1459 (C)\",\"Central Ohio - no cutouts.\"],[\"Lyle\\u00a0Goldsmith\",\"614-875-7811\",\"Grove\\u00a0City and Southern Franklin County\"],[\"Archna Hazelbaker\\u00a0\",\"614-440-8869\",\"N & W side of Columbus\"],[\"Jerry Hinton\",\"614-506-4523\",\"Grove City, Ashville and Circleville\"],[\"John Horner\",\"614-539-3354\",\"Franklin, Licking, Pickaway Counties\"],[\"Roger Jewell\",\"614-778-9636 (C)\\n614-876-3548 (H)\",\"Central Ohio\"],[\"Denise Johnson\",\"614-632-5399 (c )\\n614-459-1229 (h) \",\"Upper Arlington, Central Ohio\"],[\"Don\\u00a0Jones\",\"740-802-5653\",\"Marion\\u00a0County\"],[\"Andrea Lavelle\",\"614-561-6071\",\"Central Ohio\"],[\"Ryan Martin\",\"575-910-1071\",\"Columbus area\"],[\"Will\\u00a0Merrill\",\"614-226-8219\\u00a0(C)\\n614-262-8219 (H)\",\"Central Ohio, within 75 miles of Columbus. Cutouts or swarms. No charge for swarm collection.\"],[\"Jacob\\u00a0Mishne\",\"614-870-0092\",\"Central Ohio\"],[\"Steve Morbitzer\",\"614-878-1308 \\n614-753-5463 (C) \",\"Franklin, Madison, Pickaway\"],[\"Brian Motsinger\",\"614-537-7208\",\"Eastern Franklin County to Newak, OH\"],[\"Scott Newhouse\",\"614-875-5326 \\n614-296-5459 (C)\",\"Grove City and Central Ohio\"],[\"Linda\\u00a0Overman\",\"614-561-1744\",\"Westside\\u00a0of Columbus to London\"],[\"Teresa Parker\",\"614-832-0769 \",\"Blacklick, Gahanna, New Albany, Sunbury, Galena. No charge for swarms.\"],[\"Adam Pettis\",\"775-240-2099\",\"Dublin\"],[\"Dru\\u00a0and Rod Pritchard\",\"614-878-7873\",\"Galloway, Western and SW Franklin County\"],[\"Shawn\\u00a0Rinehart\\nKim Flippen\",\"614-492-0229\\n614-572-4023\",\"Fairfield,\\u00a0Franklin, Pickaway\"],[\"Brian Roudabush\",\"614-304-1101\",\"Central Ohio\"],[\"Earl Shaffer\",\"614-853-9983\",\"West side of Columbus, Western Franklin, Northen Pickaway and Madison counties\"],[\"John\\u00a0Schreiber\",\"614-261-6084\",\"Franklin\"],[\"Mary Seufert\",\"614-634-8471\",\"Swarms only, inside I-270\"],[\"Mel\\u00a0Sword\",\"614-323-3622\",\"NE,\\u00a0N 20 miles\"],[\"Dan\\u00a0and Shelia Theisen\",\"740-816-0261\",\"Delaware\\u00a0and surrounding area\"],[\"Jim\\u00a0Tippie\",\"614-582-0523\",\"Gahanna\"],[\"William\\u00a0Tolliver\",\"614-620-6556\\u00a0(C)\\n614-267-6556 (H)\",\"Central Columbus\"],[\"Cheryl Wachsmuth\",\"614-878-8025\",\"Grove City, Galloway, Hilliard\"],[\"Dan\\u00a0\\u00a0 and Mary Wampler\",\"740-654-4045\\u00a0\\n740-407-092\",\"Fairfield County\"],[\"Erik Warren\",\"614 354-4621\",\"Central Ohio\"],[\"John\\u00a0Weaver\",\"614-208-3634\",\"Franklin\\u00a0County; cutouts for a fee\"],[\"Lloyd Wickline, Jr\",\"614-875-9386\",\"Delaware & Franklin\"],[\"Mark Williams\",\"614-397-8386\",\"Central Ohio\"]]','Remove a Swarm','Members that can assist with removing a swarm on your property.','inherit','closed','closed','','187-revision-v1','','','2016-09-18 09:55:47','2016-09-18 13:55:47','',187,'http://centralohiobeekeepers.org/?p=668',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (4,13,0),(4,16,0),(208,1,0),(208,6,0),(214,1,0),(214,9,0),(222,3,0),(226,1,0),(232,1,0),(237,3,0),(243,1,0),(252,3,0),(261,3,0),(268,3,0),(273,1,0),(345,16,0),(345,25,0),(354,18,0),(358,13,0),(363,21,0),(367,22,0),(376,13,0),(382,22,0),(391,13,0),(429,24,0),(468,12,0),(468,13,0),(535,13,0),(595,13,0),(633,13,0),(640,16,0),(644,13,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,6),(3,3,'category','Items that are to be displayed within the Featured Content Gallery',0,5),(6,6,'post_tag','',0,1),(9,9,'post_tag','',0,1),(12,12,'category','Beekeeping Education',0,1),(13,13,'category','Current Events',0,9),(16,16,'category','Hot Topic - Most Important Items',0,3),(18,18,'category','Volunteering Opportunities',0,1),(21,21,'category','Beekeeping Classes',12,1),(22,22,'category','Youth Scholarships',12,2),(24,24,'category','Membership Application and Details',0,1),(25,25,'post_tag','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, 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 `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(3,'Featured','featured',0),(6,'bee beard','bee-beard',0),(9,'Working on the hive','working-on-the-hive',0),(12,'Beekeeping Education','education',0),(13,'Current Events','current',0),(16,'Hot Items','hot',0),(18,'Volunteering Opportunities','volunteering',0),(21,'Beekeeping Classes','classes',0),(22,'Youth Scholarships','scholarships',0),(24,'Membership','membership',0),(25,'renew membership','renew-membership',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=200 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','Dronequeen'),(2,1,'first_name','Barry'),(3,1,'last_name','Conrad'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','tp09_edit_drag_drop_sort,aioseop_menu_220,aioseop_welcome_220'),(13,1,'default_password_nag',''),(14,1,'show_welcome_panel','0'),(15,1,'session_tokens','a:5:{s:64:\"514375d698f8872748122101e351d54e8416782346db31ca9fdc9d3c64a23f25\";a:4:{s:10:\"expiration\";i:1473811124;s:2:\"ip\";s:13:\"24.208.156.75\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0\";s:5:\"login\";i:1473638324;}s:64:\"b978e06ac2ee495255228a4d931738762eb9553d33b1f2068c25903c05d4198f\";a:4:{s:10:\"expiration\";i:1473811128;s:2:\"ip\";s:13:\"24.208.156.75\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0\";s:5:\"login\";i:1473638328;}s:64:\"7adfb60547c6f7ba478f06b9a77b9cc035c0fa7c2d463bc10c4334277dc8775c\";a:4:{s:10:\"expiration\";i:1473873630;s:2:\"ip\";s:14:\"199.159.40.143\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1473700830;}s:64:\"0bed2ef855bc489a67c4af2e167261948197e9747163d0c587c178cec9161361\";a:4:{s:10:\"expiration\";i:1473895529;s:2:\"ip\";s:13:\"24.208.156.75\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0\";s:5:\"login\";i:1473722729;}s:64:\"e342ef844c38ba2372651760e0de33fb740d0c26b3bdc72659c7ef11d4562854\";a:4:{s:10:\"expiration\";i:1473899054;s:2:\"ip\";s:13:\"24.208.156.75\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0\";s:5:\"login\";i:1473726254;}}'),(16,1,'wp_dashboard_quick_press_last_post_id','647'),(18,1,'wp_user-settings','libraryContent=browse&editor=tinymce&imgsize=medium&advImgDetails=hide'),(21,1,'wp_user-settings-time','1461681411'),(27,1,'wp_tablepress_user_options','{\"user_options_db_version\":32,\"admin_menu_parent_page\":\"middle\",\"message_first_visit\":true}'),(28,1,'closedpostboxes_post','a:0:{}'),(31,1,'metaboxhidden_post','a:5:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:16:\"commentstatusdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(34,1,'closedpostboxes_page','a:0:{}'),(37,1,'metaboxhidden_page','a:4:{i:0;s:16:\"commentstatusdiv\";i:1;s:11:\"commentsdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(40,1,'managetablepress_listcolumnshidden','a:1:{i:0;s:22:\"table_last_modified_by\";}'),(43,1,'closedpostboxes_tablepress_edit','a:0:{}'),(46,1,'metaboxhidden_tablepress_edit','a:0:{}'),(49,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\";}'),(52,1,'metaboxhidden_nav-menus','a:3:{i:0;s:34:\"add-post-type-cfmemailverification\";i:1;s:33:\"add-post-type-fmemailverification\";i:2;s:12:\"add-post_tag\";}'),(55,1,'tribe_setDefaultNavMenuBoxes','1'),(57,1,'closedpostboxes_dashboard','a:2:{i:0;s:22:\"tribe_dashboard_widget\";i:1;s:17:\"dashboard_primary\";}'),(60,1,'metaboxhidden_dashboard','a:0:{}'),(63,1,'googleplus',''),(64,4,'nickname','Cobapresident'),(67,4,'first_name','Rod'),(70,4,'last_name','Pritchard'),(73,4,'description',''),(76,4,'rich_editing','true'),(79,4,'comment_shortcuts','false'),(82,4,'admin_color','fresh'),(85,4,'use_ssl','0'),(88,4,'show_admin_bar_front','true'),(91,4,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(94,4,'wp_user_level','10'),(97,4,'dismissed_wp_pointers','aioseop_menu_220'),(99,6,'nickname','Cobaweb'),(102,6,'first_name','Will'),(105,6,'last_name','Merrill'),(108,6,'description',''),(111,6,'rich_editing','true'),(114,6,'comment_shortcuts','false'),(117,6,'admin_color','fresh'),(120,6,'use_ssl','0'),(123,6,'show_admin_bar_front','true'),(126,6,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(129,6,'wp_user_level','10'),(132,6,'dismissed_wp_pointers','aioseop_menu_220,tp09_edit_drag_drop_sort'),(135,4,'session_tokens','a:1:{s:64:\"1f2dbfcebe652ec2a42d13229c6a6d5da07491cd2744d0f9bb2885f30a6b061a\";a:4:{s:10:\"expiration\";i:1473882334;s:2:\"ip\";s:13:\"24.208.156.44\";s:2:\"ua\";s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/601.7.8\";s:5:\"login\";i:1473709534;}}'),(136,4,'wp_dashboard_quick_press_last_post_id','653'),(141,6,'wp_dashboard_quick_press_last_post_id','648'),(142,4,'managetablepress_listcolumnshidden','a:1:{i:0;s:22:\"table_last_modified_by\";}'),(147,6,'closedpostboxes_page','a:0:{}'),(150,6,'metaboxhidden_page','a:4:{i:0;s:16:\"commentstatusdiv\";i:1;s:11:\"commentsdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(153,6,'wp_user-settings','editor=html'),(156,6,'wp_user-settings-time','1462458142'),(159,1,'meta-box-order_tablepress_edit','a:3:{s:6:\"normal\";s:161:\"tablepress_edit-table-information,tablepress_edit-table-data,tablepress_edit-table-manipulation,tablepress_edit-table-options,tablepress_edit-datatables-features\";s:10:\"additional\";s:0:\"\";s:4:\"side\";s:0:\"\";}'),(160,6,'managetablepress_listcolumnshidden','a:1:{i:0;s:22:\"table_last_modified_by\";}'),(168,1,'ecwd_calendar_tour','1'),(187,6,'closedpostboxes_tablepress_edit','a:0:{}'),(190,6,'meta-box-order_tablepress_edit','a:3:{s:6:\"normal\";s:161:\"tablepress_edit-table-information,tablepress_edit-table-data,tablepress_edit-table-manipulation,tablepress_edit-table-options,tablepress_edit-datatables-features\";s:10:\"additional\";s:0:\"\";s:4:\"side\";s:0:\"\";}'),(193,6,'metaboxhidden_tablepress_edit','a:0:{}'),(195,6,'closedpostboxes_tribe_events','a:1:{i:0;s:26:\"tribe_events_event_options\";}'),(196,6,'metaboxhidden_tribe_events','a:1:{i:0;s:7:\"slugdiv\";}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'Dronequeen','$P$BmmYtjT.T3osVU7lw8926ToELespsY0','Dronequeen','cobapresident@hotmail.com','http://CentralOhioBeeKeepers.org','2016-04-14 16:12:01','',0,'Dronequeen'),(4,'Cobapresident','$P$BwiwX5PtAw1YHBqppNXZUqoRmyWq/O1','cobapresident','Cobapresident@hotmail.com','http://centralohiobeekeepers.org','2016-05-03 15:32:48','1466212431:$P$Bf9Zj1ZFHCMGqya2yZNXcrwLL6Tns5.',0,'Rod Pritchard'),(6,'Cobaweb','$P$Bxf91P8ilaW7eTBIaLjhBzcRcm.pH4/','cobaweb','wnm0628@yahoo.com','http://centralohiobeekeepers.org','2016-05-03 15:37:37','1462289859:$P$B.BYJUodr4P6luvk.D8yE7XEnYAcWR.',0,'Will Merrill'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_033b320_1' -- /*!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 2016-09-20 0:47:15