0byt3m1n1
Path:
/
data
/
18
/
3
/
60
/
32
/
3875032
/
meta
/
4304488
/
mysql.backup
/
[
Home
]
File: 1_03bedc5_1.mysqlv113.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv113 Database: 1_03bedc5_1 -- ------------------------------------------------------ -- Server version 5.0.91 /*!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_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; SET @saved_cs_client = @@character_set_client; 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) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; 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 NOT NULL, `comment_author_email` varchar(100) NOT NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) 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 NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) 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`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2014-08-13 15:26:49','2014-08-13 15:26:49','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0),(2,285,'Allard William','dum1@chimpgroup.com','','203.128.31.114','2014-11-20 13:45:28','2014-11-20 13:45:28','Bhat sneered vivaciously that thus are they poroise uncriti cal gosh and be to the that thus are much and vivaciously that thus are they poroise uncritical gosh and be to thvivaci ously that thus are they Bhat sneered vivaciously that thus are they poroise.',0,'1','','',0,0),(3,285,'Alan','dum11@chimpgroup.com','','203.128.31.114','2014-11-20 14:07:25','2014-11-20 14:07:25','Bhat sneered vivaciously that thus are they poroise uncriti cal gosh and be to the that thus are much and vivaciously that thus are they poroise uncritical gosh and be to thvivaci ously that thus are they Bhat sneered vivaciously that thus are they poroise.Bhat sneered vivaciously that thus are they poroise uncriti cal gosh and be to the that thus are much and vivaciously that thus are they poroise uncritical gosh and be to thvaci ously that thus are they Bhat sneered vivaciously that thus are they poroise.',0,'1','','',0,0),(4,285,'Arthur','dum39@chimpgroup.com','','203.128.31.114','2014-11-20 14:18:23','2014-11-20 14:18:23','Bhat sneered vivaciously that thus are they poroise uncriti cal gosh and be to the that thus are much and vivaciously that thus are they poroise uncritical gosh and be to thvivaci ously.',0,'1','','',3,0),(5,285,'Bruce','dum20@chimpgroup.com','','203.128.31.114','2014-11-20 14:32:22','2014-11-20 14:32:22','Bhat sneered vivaciously that thus are they poroise uncriti cal gosh.',0,'1','','',4,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) 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) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `option_name` varchar(64) NOT NULL default '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=179 DEFAULT CHARSET=utf8; 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://lcgraylaw.com/wordpress2','yes'),(2,'blogname','wordpress2','yes'),(3,'blogdescription','','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','lisa@lcgraylaw.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','0','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','','yes'),(28,'gzipcompression','0','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:0:{}','yes'),(33,'home','http://lcgraylaw.com/wordpress2','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','','no'),(41,'template','twentyfourteen','yes'),(42,'stylesheet','lawyer-theme','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','27916','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','posts','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:4:{i:1;a:4:{s:5:\"title\";s:10:\"Categories\";s:8:\"dropdown\";s:0:\"\";s:5:\"count\";s:0:\"\";s:12:\"hierarchical\";s:0:\"\";}s:12:\"_multiwidget\";s:1:\"1\";i:2;a:4:{s:5:\"title\";s:14:\"Practice Aeras\";s:8:\"dropdown\";s:0:\"\";s:5:\"count\";s:0:\"\";s:12:\"hierarchical\";s:0:\"\";}i:3;a:4:{s:5:\"title\";s:11:\"Latest News\";s:8:\"dropdown\";s:0:\"\";s:5:\"count\";s:0:\"\";s:12:\"hierarchical\";s:0:\"\";}}','yes'),(80,'widget_text','a:6:{i:1;a:2:{s:5:\"title\";s:11:\"TEXT WIDGET\";s:4:\"text\";s:249:\"Bhat sneered vivaciously that thus are they poroise uncriti cal gosh and be to the that thus are much and vivaciously that thus are they poroise uncritical gosh and be to thvivaci ously that thus are they Bhat sneered vivaciously that thus are they.\";}s:12:\"_multiwidget\";s:1:\"1\";i:3;a:2:{s:5:\"title\";s:15:\"NEW YORK OFFICE\";s:4:\"text\";s:700:\"<p>WP Lawyers<br />Schönhauser Allee 167c<br />12345 Crickvilla<br />Newyork</p>\r\n[cs_list cs_list_type=\"icon\" cs_border=\"no\"][list_item =\"pho\" =\"null\" cs_list_icon=\"icon-phone4\"] Telephone: +49 30 47373795 [/list_item][list_item =\"prin\" =\"null\" cs_list_icon=\"icon-printer2\"] Fax: +49 30 47373795 [/list_item][list_item =\"env\" =\"null\" cs_list_icon=\"icon-envelope3\"] E-mail: info@wplawyers.com [/list_item] [/cs_list]<br /><br />\r\n[cs_button button_size=\"btn-lg\" button_title=\"GET DIRECTIONS ON THE MAP\" button_link=\"#\" button_border=\"no\" border_button_color=\"#2a313a\" button_bg_color=\"#2a313a\" button_color=\"#ffffff\" =\"null\" button_icon_position=\"left\" button_type=\"rectangle\" button_target=\"_self\"]\";}i:4;a:2:{s:5:\"title\";s:13:\"OFFICE TIMING\";s:4:\"text\";s:687:\"[cs_list cs_list_type=\"icon\" cs_border=\"no\"][list_item =\"clock\" =\"null\" cs_list_icon=\"icon-clock7\"] Monday : 0900-1700hrs [/list_item][list_item =\"clock\" =\"null\" cs_list_icon=\"icon-clock7\"] Tuesday : 0900-1700hrs [/list_item][list_item =\"clock\" =\"null\" cs_list_icon=\"icon-clock7\"] Wednesday : 0900-1700hrs [/list_item][list_item =\"clock\" =\"null\" cs_list_icon=\"icon-clock7\"] Thursday : 0900-1700hrs [/list_item][list_item =\"clock\" =\"null\" cs_list_icon=\"icon-clock7\"] Friday : 0900-1700hrs [/list_item][list_item =\"clock\" =\"null\" cs_list_icon=\"icon-clock7\"] Saturday : 0900-1700hrs [/list_item][list_item =\"clock\" =\"null\" cs_list_icon=\"icon-clock7\"] Sunday : Closed [/list_item] [/cs_list]\";}i:5;a:2:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:179:\"[cs_image column_size=\"1/1\" image_style=\"frame-plane\" cs_image_url=\"http://lawyers.chimpgroup.com/wp-content/uploads/team-detail-widget.jpg\" cs_image_url96516=\"Browse\"][/cs_image]\";}i:6;a:2:{s:5:\"title\";s:8:\"About Us\";s:4:\"text\";s:610:\"<h3>WPLAWYER</h3>\r\n<p>Far strung contrary tiger uselessly one we religious assenting peculiar oh far compatible one terrier ahead ape well be to emu sweeping.</p>\r\n[cs_list cs_list_type=\"icon\" cs_border=\"no\"][list_item cs_list_icon=\"icon-check\" icon=\"icon-check\"] Strung contrary tiger uselessly [/list_item][list_item cs_list_icon=\"icon-check\" icon=\"icon-check\"] Religious assenting peculiar [/list_item][list_item cs_list_icon=\"icon-check\" icon=\"icon-check\"] Far compatible one terrier ahead [/list_item][list_item cs_list_icon=\"icon-check\" icon=\"icon-check\"] Well be to emu sweeping. [/list_item] [/cs_list]\";}}','yes'),(81,'widget_rss','a:0:{}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','0','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','27916','yes'),(89,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(90,'widget_search','a:2:{i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";s:1:\"1\";}','yes'),(91,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_archives','a:2:{i:1;a:3:{s:5:\"title\";s:8:\"Archives\";s:8:\"dropdown\";s:0:\"\";s:5:\"count\";s:0:\"\";}s:12:\"_multiwidget\";s:1:\"1\";}','yes'),(94,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:11:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:15:\"footer-widget-1\";a:4:{i:0;s:6:\"text-6\";i:1;s:12:\"categories-3\";i:2;s:13:\"recentposts-1\";i:3;s:19:\"cs_twitter_widget-2\";}s:13:\"array_version\";i:3;s:13:\"default_pages\";a:1:{i:0;s:17:\"facebook_module-1\";}s:13:\"blogs_sidebar\";a:5:{i:0;s:8:\"search-1\";i:1;s:12:\"categories-1\";i:2;s:10:\"archives-1\";i:3;s:13:\"recentposts-2\";i:4;s:11:\"tag_cloud-1\";}s:20:\"shop_listing_sidebar\";a:0:{}s:19:\"shop_detail_sidebar\";a:0:{}s:12:\"news_sidebar\";a:1:{i:0;s:9:\"nav_menu-\";}s:7:\"contact\";a:2:{i:0;s:6:\"text-3\";i:1;s:6:\"text-4\";}s:8:\"practice\";a:4:{i:0;s:6:\"text-5\";i:1;s:12:\"categories-2\";i:2;s:13:\"recentposts-2\";i:3;s:11:\"tag_cloud-1\";}}','yes'),(96,'cron','a:5:{i:1422600884;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"adcb9b75260590ff6058773ddcb9ddd6\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:4;}}}}i:1422604740;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1422632790;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:1422676019;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;}}}s:7:\"version\";i:2;}','yes'),(138,'_site_transient_timeout_wporg_theme_feature_list','1422600524','yes'),(118,'_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:57:\"https://downloads.wordpress.org/release/wordpress-4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.1\";s:7:\"version\";s:3:\"4.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.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.1\";s:7:\"version\";s:3:\"4.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.1\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp40@wordpress.org\";}i:2;O:8:\"stdClass\":12:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.0.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.0.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.0.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.0.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.0.1\";s:7:\"version\";s:5:\"4.0.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.1\";s:15:\"partial_version\";s:0:\"\";s:12:\"notify_email\";s:1:\"1\";s:13:\"support_email\";s:26:\"updatehelp40@wordpress.org\";}}s:12:\"last_checked\";i:1422593718;s:15:\"version_checked\";s:5:\"3.9.3\";s:12:\"translations\";a:0:{}}','yes'),(143,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1422593756;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(144,'current_theme','Lawyer','yes'),(145,'theme_mods_lawyer-theme','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:9:\"main-menu\";i:2;}}','yes'),(146,'theme_switched','','yes'),(147,'cs_font_list','a:645:{s:7:\"ABeeZee\";s:7:\"ABeeZee\";s:4:\"Abel\";s:4:\"Abel\";s:13:\"Abril Fatface\";s:13:\"Abril Fatface\";s:8:\"Aclonica\";s:8:\"Aclonica\";s:4:\"Acme\";s:4:\"Acme\";s:5:\"Actor\";s:5:\"Actor\";s:7:\"Adamina\";s:7:\"Adamina\";s:10:\"Advent Pro\";s:10:\"Advent Pro\";s:15:\"Aguafina Script\";s:15:\"Aguafina Script\";s:7:\"Akronim\";s:7:\"Akronim\";s:6:\"Aladin\";s:6:\"Aladin\";s:7:\"Aldrich\";s:7:\"Aldrich\";s:8:\"Alegreya\";s:8:\"Alegreya\";s:11:\"Alegreya SC\";s:11:\"Alegreya SC\";s:10:\"Alex Brush\";s:10:\"Alex Brush\";s:10:\"AlSlab One\";s:10:\"AlSlab One\";s:5:\"Alice\";s:5:\"Alice\";s:5:\"Alike\";s:5:\"Alike\";s:13:\"Alike Angular\";s:13:\"Alike Angular\";s:5:\"Allan\";s:5:\"Allan\";s:7:\"Allerta\";s:7:\"Allerta\";s:15:\"Allerta Stencil\";s:15:\"Allerta Stencil\";s:6:\"Allura\";s:6:\"Allura\";s:8:\"Almendra\";s:8:\"Almendra\";s:16:\"Almendra Display\";s:16:\"Almendra Display\";s:11:\"Almendra SC\";s:11:\"Almendra SC\";s:8:\"Amarante\";s:8:\"Amarante\";s:8:\"Amaranth\";s:8:\"Amaranth\";s:9:\"Amatic SC\";s:9:\"Amatic SC\";s:9:\"Amethysta\";s:9:\"Amethysta\";s:7:\"Anaheim\";s:7:\"Anaheim\";s:6:\"Andada\";s:6:\"Andada\";s:6:\"Andika\";s:6:\"Andika\";s:6:\"Angkor\";s:6:\"Angkor\";s:24:\"Annie Use Your Telescope\";s:24:\"Annie Use Your Telescope\";s:13:\"Anonymous Pro\";s:13:\"Anonymous Pro\";s:5:\"Antic\";s:5:\"Antic\";s:12:\"Antic Didone\";s:12:\"Antic Didone\";s:10:\"Antic Slab\";s:10:\"Antic Slab\";s:5:\"Anton\";s:5:\"Anton\";s:6:\"Arapey\";s:6:\"Arapey\";s:7:\"Arbutus\";s:7:\"Arbutus\";s:12:\"Arbutus Slab\";s:12:\"Arbutus Slab\";s:19:\"Architects Daughter\";s:19:\"Architects Daughter\";s:13:\"Archivo Black\";s:13:\"Archivo Black\";s:14:\"Archivo Narrow\";s:14:\"Archivo Narrow\";s:5:\"Arimo\";s:5:\"Arimo\";s:8:\"Arizonia\";s:8:\"Arizonia\";s:6:\"Armata\";s:6:\"Armata\";s:8:\"Artifika\";s:8:\"Artifika\";s:4:\"Arvo\";s:4:\"Arvo\";s:4:\"Asap\";s:4:\"Asap\";s:5:\"Asset\";s:5:\"Asset\";s:7:\"Astloch\";s:7:\"Astloch\";s:4:\"Asul\";s:4:\"Asul\";s:10:\"Atomic Age\";s:10:\"Atomic Age\";s:6:\"Aubrey\";s:6:\"Aubrey\";s:9:\"Audiowide\";s:9:\"Audiowide\";s:10:\"Autour One\";s:10:\"Autour One\";s:7:\"Average\";s:7:\"Average\";s:12:\"Average Sans\";s:12:\"Average Sans\";s:19:\"Averia Gruesa Libre\";s:19:\"Averia Gruesa Libre\";s:12:\"Averia Libre\";s:12:\"Averia Libre\";s:17:\"Averia Sans Libre\";s:17:\"Averia Sans Libre\";s:18:\"Averia Serif Libre\";s:18:\"Averia Serif Libre\";s:10:\"Bad Script\";s:10:\"Bad Script\";s:9:\"Balthazar\";s:9:\"Balthazar\";s:7:\"Bangers\";s:7:\"Bangers\";s:5:\"Basic\";s:5:\"Basic\";s:10:\"Battambang\";s:10:\"Battambang\";s:7:\"Baumans\";s:7:\"Baumans\";s:5:\"Bayon\";s:5:\"Bayon\";s:8:\"Belgrano\";s:8:\"Belgrano\";s:7:\"Belleza\";s:7:\"Belleza\";s:9:\"BenchNine\";s:9:\"BenchNine\";s:7:\"Bentham\";s:7:\"Bentham\";s:15:\"Berkshire Swash\";s:15:\"Berkshire Swash\";s:5:\"Bevan\";s:5:\"Bevan\";s:13:\"Bigelow Rules\";s:13:\"Bigelow Rules\";s:11:\"Bigshot One\";s:11:\"Bigshot One\";s:5:\"Bilbo\";s:5:\"Bilbo\";s:16:\"Bilbo Swash Caps\";s:16:\"Bilbo Swash Caps\";s:6:\"Bitter\";s:6:\"Bitter\";s:13:\"Black Ops One\";s:13:\"Black Ops One\";s:5:\"Bokor\";s:5:\"Bokor\";s:6:\"Bonbon\";s:6:\"Bonbon\";s:8:\"Boogaloo\";s:8:\"Boogaloo\";s:10:\"Bowlby One\";s:10:\"Bowlby One\";s:13:\"Bowlby One SC\";s:13:\"Bowlby One SC\";s:7:\"Brawler\";s:7:\"Brawler\";s:10:\"Bree Serif\";s:10:\"Bree Serif\";s:14:\"Bubblegum Sans\";s:14:\"Bubblegum Sans\";s:11:\"Bubbler One\";s:11:\"Bubbler One\";s:4:\"Buda\";s:4:\"Buda\";s:7:\"Buenard\";s:7:\"Buenard\";s:10:\"Butcherman\";s:10:\"Butcherman\";s:14:\"Butterfly Kids\";s:14:\"Butterfly Kids\";s:5:\"Cabin\";s:5:\"Cabin\";s:15:\"Cabin Condensed\";s:15:\"Cabin Condensed\";s:12:\"Cabin Sketch\";s:12:\"Cabin Sketch\";s:15:\"Caesar Dressing\";s:15:\"Caesar Dressing\";s:10:\"Cagliostro\";s:10:\"Cagliostro\";s:14:\"Calligraffitti\";s:14:\"Calligraffitti\";s:5:\"Cambo\";s:5:\"Cambo\";s:6:\"Candal\";s:6:\"Candal\";s:9:\"Cantarell\";s:9:\"Cantarell\";s:11:\"Cantata One\";s:11:\"Cantata One\";s:11:\"Cantora One\";s:11:\"Cantora One\";s:8:\"Capriola\";s:8:\"Capriola\";s:5:\"Cardo\";s:5:\"Cardo\";s:5:\"Carme\";s:5:\"Carme\";s:14:\"Carrois Gothic\";s:14:\"Carrois Gothic\";s:17:\"Carrois Gothic SC\";s:17:\"Carrois Gothic SC\";s:10:\"Carter One\";s:10:\"Carter One\";s:6:\"Caudex\";s:6:\"Caudex\";s:18:\"Cedarville Cursive\";s:18:\"Cedarville Cursive\";s:11:\"Ceviche One\";s:11:\"Ceviche One\";s:10:\"Changa One\";s:10:\"Changa One\";s:6:\"Chango\";s:6:\"Chango\";s:18:\"Chau Philomene One\";s:18:\"Chau Philomene One\";s:9:\"Chela One\";s:9:\"Chela One\";s:14:\"Chelsea Market\";s:14:\"Chelsea Market\";s:6:\"Chenla\";s:6:\"Chenla\";s:17:\"Cherry Cream Soda\";s:17:\"Cherry Cream Soda\";s:12:\"Cherry Swash\";s:12:\"Cherry Swash\";s:5:\"Chewy\";s:5:\"Chewy\";s:6:\"Chicle\";s:6:\"Chicle\";s:5:\"Chivo\";s:5:\"Chivo\";s:6:\"Cinzel\";s:6:\"Cinzel\";s:17:\"Cinzel Decorative\";s:17:\"Cinzel Decorative\";s:14:\"Clicker Script\";s:14:\"Clicker Script\";s:4:\"Coda\";s:4:\"Coda\";s:12:\"Coda Caption\";s:12:\"Coda Caption\";s:8:\"Codystar\";s:8:\"Codystar\";s:5:\"Combo\";s:5:\"Combo\";s:9:\"Comfortaa\";s:9:\"Comfortaa\";s:11:\"Coming Soon\";s:11:\"Coming Soon\";s:11:\"Concert One\";s:11:\"Concert One\";s:9:\"Condiment\";s:9:\"Condiment\";s:7:\"Content\";s:7:\"Content\";s:12:\"Contrail One\";s:12:\"Contrail One\";s:11:\"Convergence\";s:11:\"Convergence\";s:6:\"Cookie\";s:6:\"Cookie\";s:5:\"Copse\";s:5:\"Copse\";s:6:\"Corben\";s:6:\"Corben\";s:9:\"Courgette\";s:9:\"Courgette\";s:7:\"Cousine\";s:7:\"Cousine\";s:8:\"Coustard\";s:8:\"Coustard\";s:21:\"Covered By Your Grace\";s:21:\"Covered By Your Grace\";s:12:\"Crafty Girls\";s:12:\"Crafty Girls\";s:9:\"Creepster\";s:9:\"Creepster\";s:11:\"Crete Round\";s:11:\"Crete Round\";s:12:\"Crimson Text\";s:12:\"Crimson Text\";s:13:\"Croissant One\";s:13:\"Croissant One\";s:7:\"Crushed\";s:7:\"Crushed\";s:6:\"Cuprum\";s:6:\"Cuprum\";s:6:\"Cutive\";s:6:\"Cutive\";s:11:\"Cutive Mono\";s:11:\"Cutive Mono\";s:6:\"Damion\";s:6:\"Damion\";s:14:\"Dancing Script\";s:14:\"Dancing Script\";s:7:\"Dangrek\";s:7:\"Dangrek\";s:20:\"Dawning of a New Day\";s:20:\"Dawning of a New Day\";s:8:\"Days One\";s:8:\"Days One\";s:6:\"Delius\";s:6:\"Delius\";s:17:\"Delius Swash Caps\";s:17:\"Delius Swash Caps\";s:14:\"Delius Unicase\";s:14:\"Delius Unicase\";s:13:\"Della Respira\";s:13:\"Della Respira\";s:8:\"Denk One\";s:8:\"Denk One\";s:10:\"Devonshire\";s:10:\"Devonshire\";s:13:\"Didact Gothic\";s:13:\"Didact Gothic\";s:9:\"Diplomata\";s:9:\"Diplomata\";s:12:\"Diplomata SC\";s:12:\"Diplomata SC\";s:6:\"Domine\";s:6:\"Domine\";s:11:\"Donegal One\";s:11:\"Donegal One\";s:10:\"Doppio One\";s:10:\"Doppio One\";s:5:\"Dorsa\";s:5:\"Dorsa\";s:5:\"Dosis\";s:5:\"Dosis\";s:11:\"Dr Sugiyama\";s:11:\"Dr Sugiyama\";s:10:\"Droid Sans\";s:10:\"Droid Sans\";s:15:\"Droid Sans Mono\";s:15:\"Droid Sans Mono\";s:11:\"Droid Serif\";s:11:\"Droid Serif\";s:9:\"Duru Sans\";s:9:\"Duru Sans\";s:9:\"Dynalight\";s:9:\"Dynalight\";s:11:\"EB Garamond\";s:11:\"EB Garamond\";s:10:\"Eagle Lake\";s:10:\"Eagle Lake\";s:5:\"Eater\";s:5:\"Eater\";s:9:\"Economica\";s:9:\"Economica\";s:11:\"Electrolize\";s:11:\"Electrolize\";s:5:\"Elsie\";s:5:\"Elsie\";s:16:\"Elsie Swash Caps\";s:16:\"Elsie Swash Caps\";s:11:\"Emblema One\";s:11:\"Emblema One\";s:12:\"Emilys Candy\";s:12:\"Emilys Candy\";s:10:\"Engagement\";s:10:\"Engagement\";s:9:\"Englebert\";s:9:\"Englebert\";s:9:\"Enriqueta\";s:9:\"Enriqueta\";s:9:\"Erica One\";s:9:\"Erica One\";s:7:\"Esteban\";s:7:\"Esteban\";s:15:\"Euphoria Script\";s:15:\"Euphoria Script\";s:5:\"Ewert\";s:5:\"Ewert\";s:3:\"Exo\";s:3:\"Exo\";s:13:\"Expletus Sans\";s:13:\"Expletus Sans\";s:12:\"Fanwood Text\";s:12:\"Fanwood Text\";s:9:\"Fascinate\";s:9:\"Fascinate\";s:16:\"Fascinate Inline\";s:16:\"Fascinate Inline\";s:10:\"Faster One\";s:10:\"Faster One\";s:8:\"Fasthand\";s:8:\"Fasthand\";s:8:\"Federant\";s:8:\"Federant\";s:6:\"Federo\";s:6:\"Federo\";s:6:\"Felipa\";s:6:\"Felipa\";s:5:\"Fenix\";s:5:\"Fenix\";s:12:\"Finger Paint\";s:12:\"Finger Paint\";s:10:\"Fjalla One\";s:10:\"Fjalla One\";s:9:\"Fjord One\";s:9:\"Fjord One\";s:8:\"Flamenco\";s:8:\"Flamenco\";s:7:\"Flavors\";s:7:\"Flavors\";s:10:\"Fondamento\";s:10:\"Fondamento\";s:16:\"Fontdiner Swanky\";s:16:\"Fontdiner Swanky\";s:5:\"Forum\";s:5:\"Forum\";s:12:\"Francois One\";s:12:\"Francois One\";s:12:\"Freckle Face\";s:12:\"Freckle Face\";s:20:\"Fredericka the Great\";s:20:\"Fredericka the Great\";s:11:\"Fredoka One\";s:11:\"Fredoka One\";s:8:\"Freehand\";s:8:\"Freehand\";s:6:\"Fresca\";s:6:\"Fresca\";s:7:\"Frijole\";s:7:\"Frijole\";s:7:\"Fruktur\";s:7:\"Fruktur\";s:9:\"Fugaz One\";s:9:\"Fugaz One\";s:9:\"GFS Didot\";s:9:\"GFS Didot\";s:15:\"GFS Neohellenic\";s:15:\"GFS Neohellenic\";s:8:\"Gabriela\";s:8:\"Gabriela\";s:6:\"Gafata\";s:6:\"Gafata\";s:8:\"Galdeano\";s:8:\"Galdeano\";s:7:\"Galindo\";s:7:\"Galindo\";s:13:\"Gentium Basic\";s:13:\"Gentium Basic\";s:18:\"Gentium Book Basic\";s:18:\"Gentium Book Basic\";s:3:\"Geo\";s:3:\"Geo\";s:7:\"Geostar\";s:7:\"Geostar\";s:12:\"Geostar Fill\";s:12:\"Geostar Fill\";s:12:\"Germania One\";s:12:\"Germania One\";s:13:\"Gilda Display\";s:13:\"Gilda Display\";s:14:\"Give You Glory\";s:14:\"Give You Glory\";s:13:\"Glass Antiqua\";s:13:\"Glass Antiqua\";s:6:\"Glegoo\";s:6:\"Glegoo\";s:17:\"Gloria Hallelujah\";s:17:\"Gloria Hallelujah\";s:10:\"Goblin One\";s:10:\"Goblin One\";s:10:\"Gochi Hand\";s:10:\"Gochi Hand\";s:8:\"Gorditas\";s:8:\"Gorditas\";s:21:\"Goudy Bookletter 1911\";s:21:\"Goudy Bookletter 1911\";s:8:\"Graduate\";s:8:\"Graduate\";s:11:\"Grand Hotel\";s:11:\"Grand Hotel\";s:12:\"Gravitas One\";s:12:\"Gravitas One\";s:11:\"Great Vibes\";s:11:\"Great Vibes\";s:6:\"Griffy\";s:6:\"Griffy\";s:6:\"Gruppo\";s:6:\"Gruppo\";s:5:\"Gudea\";s:5:\"Gudea\";s:6:\"Habibi\";s:6:\"Habibi\";s:15:\"Hammersmith One\";s:15:\"Hammersmith One\";s:7:\"Hanalei\";s:7:\"Hanalei\";s:12:\"Hanalei Fill\";s:12:\"Hanalei Fill\";s:7:\"Handlee\";s:7:\"Handlee\";s:7:\"Hanuman\";s:7:\"Hanuman\";s:12:\"Happy Monkey\";s:12:\"Happy Monkey\";s:12:\"Headland One\";s:12:\"Headland One\";s:11:\"Henny Penny\";s:11:\"Henny Penny\";s:20:\"Herr Von Muellerhoff\";s:20:\"Herr Von Muellerhoff\";s:15:\"Holtwood One SC\";s:15:\"Holtwood One SC\";s:14:\"Homemade Apple\";s:14:\"Homemade Apple\";s:8:\"Homenaje\";s:8:\"Homenaje\";s:15:\"IM Fell DW Pica\";s:15:\"IM Fell DW Pica\";s:18:\"IM Fell DW Pica SC\";s:18:\"IM Fell DW Pica SC\";s:19:\"IM Fell Double Pica\";s:19:\"IM Fell Double Pica\";s:22:\"IM Fell Double Pica SC\";s:22:\"IM Fell Double Pica SC\";s:15:\"IM Fell English\";s:15:\"IM Fell English\";s:18:\"IM Fell English SC\";s:18:\"IM Fell English SC\";s:20:\"IM Fell French Canon\";s:20:\"IM Fell French Canon\";s:23:\"IM Fell French Canon SC\";s:23:\"IM Fell French Canon SC\";s:20:\"IM Fell Great Primer\";s:20:\"IM Fell Great Primer\";s:23:\"IM Fell Great Primer SC\";s:23:\"IM Fell Great Primer SC\";s:7:\"Iceberg\";s:7:\"Iceberg\";s:7:\"Iceland\";s:7:\"Iceland\";s:7:\"Imprima\";s:7:\"Imprima\";s:11:\"Inconsolata\";s:11:\"Inconsolata\";s:5:\"Inder\";s:5:\"Inder\";s:12:\"Indie Flower\";s:12:\"Indie Flower\";s:5:\"Inika\";s:5:\"Inika\";s:12:\"Irish Grover\";s:12:\"Irish Grover\";s:9:\"Istok Web\";s:9:\"Istok Web\";s:8:\"Italiana\";s:8:\"Italiana\";s:9:\"Italianno\";s:9:\"Italianno\";s:16:\"Jacques Francois\";s:16:\"Jacques Francois\";s:23:\"Jacques Francois Shadow\";s:23:\"Jacques Francois Shadow\";s:14:\"Jim Nightshade\";s:14:\"Jim Nightshade\";s:10:\"Jockey One\";s:10:\"Jockey One\";s:12:\"Jolly Lodger\";s:12:\"Jolly Lodger\";s:12:\"Josefin Sans\";s:12:\"Josefin Sans\";s:12:\"Josefin Slab\";s:12:\"Josefin Slab\";s:8:\"Joti One\";s:8:\"Joti One\";s:6:\"Judson\";s:6:\"Judson\";s:5:\"Julee\";s:5:\"Julee\";s:15:\"Julius Sans One\";s:15:\"Julius Sans One\";s:5:\"Junge\";s:5:\"Junge\";s:4:\"Jura\";s:4:\"Jura\";s:17:\"Just Another Hand\";s:17:\"Just Another Hand\";s:23:\"Just Me Again Down Here\";s:23:\"Just Me Again Down Here\";s:7:\"Kameron\";s:7:\"Kameron\";s:5:\"Karla\";s:5:\"Karla\";s:14:\"Kaushan Script\";s:14:\"Kaushan Script\";s:6:\"Kavoon\";s:6:\"Kavoon\";s:10:\"Keania One\";s:10:\"Keania One\";s:10:\"Kelly Slab\";s:10:\"Kelly Slab\";s:5:\"Kenia\";s:5:\"Kenia\";s:5:\"Khmer\";s:5:\"Khmer\";s:8:\"Kite One\";s:8:\"Kite One\";s:7:\"Knewave\";s:7:\"Knewave\";s:9:\"Kotta One\";s:9:\"Kotta One\";s:6:\"Koulen\";s:6:\"Koulen\";s:6:\"Kranky\";s:6:\"Kranky\";s:5:\"Kreon\";s:5:\"Kreon\";s:6:\"Kristi\";s:6:\"Kristi\";s:9:\"Krona One\";s:9:\"Krona One\";s:15:\"La Belle Aurore\";s:15:\"La Belle Aurore\";s:8:\"Lancelot\";s:8:\"Lancelot\";s:4:\"Lato\";s:4:\"Lato\";s:13:\"League Script\";s:13:\"League Script\";s:12:\"Leckerli One\";s:12:\"Leckerli One\";s:6:\"Ledger\";s:6:\"Ledger\";s:6:\"Lekton\";s:6:\"Lekton\";s:5:\"Lemon\";s:5:\"Lemon\";s:17:\"Libre Baskerville\";s:17:\"Libre Baskerville\";s:11:\"Life Savers\";s:11:\"Life Savers\";s:10:\"Lilita One\";s:10:\"Lilita One\";s:9:\"Limelight\";s:9:\"Limelight\";s:11:\"Linden Hill\";s:11:\"Linden Hill\";s:7:\"Lobster\";s:7:\"Lobster\";s:11:\"Lobster Two\";s:11:\"Lobster Two\";s:16:\"Londrina Outline\";s:16:\"Londrina Outline\";s:15:\"Londrina Shadow\";s:15:\"Londrina Shadow\";s:15:\"Londrina Sketch\";s:15:\"Londrina Sketch\";s:14:\"Londrina Solid\";s:14:\"Londrina Solid\";s:4:\"Lora\";s:4:\"Lora\";s:21:\"Love Ya Like A Sister\";s:21:\"Love Ya Like A Sister\";s:17:\"Loved by the King\";s:17:\"Loved by the King\";s:14:\"Lovers Quarrel\";s:14:\"Lovers Quarrel\";s:12:\"Luckiest Guy\";s:12:\"Luckiest Guy\";s:8:\"Lusitana\";s:8:\"Lusitana\";s:7:\"Lustria\";s:7:\"Lustria\";s:7:\"Macondo\";s:7:\"Macondo\";s:18:\"Macondo Swash Caps\";s:18:\"Macondo Swash Caps\";s:5:\"Magra\";s:5:\"Magra\";s:13:\"Maiden Orange\";s:13:\"Maiden Orange\";s:4:\"Mako\";s:4:\"Mako\";s:9:\"Marcellus\";s:9:\"Marcellus\";s:12:\"Marcellus SC\";s:12:\"Marcellus SC\";s:12:\"Marck Script\";s:12:\"Marck Script\";s:9:\"Margarine\";s:9:\"Margarine\";s:9:\"Marko One\";s:9:\"Marko One\";s:8:\"Marmelad\";s:8:\"Marmelad\";s:6:\"Marvel\";s:6:\"Marvel\";s:4:\"Mate\";s:4:\"Mate\";s:7:\"Mate SC\";s:7:\"Mate SC\";s:9:\"Maven Pro\";s:9:\"Maven Pro\";s:7:\"McLaren\";s:7:\"McLaren\";s:6:\"Meddon\";s:6:\"Meddon\";s:13:\"MedievalSharp\";s:13:\"MedievalSharp\";s:10:\"Medula One\";s:10:\"Medula One\";s:6:\"Megrim\";s:6:\"Megrim\";s:11:\"Meie Script\";s:11:\"Meie Script\";s:8:\"Merienda\";s:8:\"Merienda\";s:12:\"Merienda One\";s:12:\"Merienda One\";s:12:\"Merriweather\";s:12:\"Merriweather\";s:17:\"Merriweather Sans\";s:17:\"Merriweather Sans\";s:5:\"Metal\";s:5:\"Metal\";s:11:\"Metal Mania\";s:11:\"Metal Mania\";s:12:\"Metamorphous\";s:12:\"Metamorphous\";s:11:\"Metrophobic\";s:11:\"Metrophobic\";s:8:\"Michroma\";s:8:\"Michroma\";s:7:\"Milonga\";s:7:\"Milonga\";s:9:\"Miltonian\";s:9:\"Miltonian\";s:16:\"Miltonian Tattoo\";s:16:\"Miltonian Tattoo\";s:7:\"Miniver\";s:7:\"Miniver\";s:14:\"Miss Fajardose\";s:14:\"Miss Fajardose\";s:14:\"Modern Antiqua\";s:14:\"Modern Antiqua\";s:7:\"Molengo\";s:7:\"Molengo\";s:5:\"Molle\";s:5:\"Molle\";s:5:\"Monda\";s:5:\"Monda\";s:8:\"Monofett\";s:8:\"Monofett\";s:7:\"Monoton\";s:7:\"Monoton\";s:20:\"Monsieur La Doulaise\";s:20:\"Monsieur La Doulaise\";s:7:\"Montaga\";s:7:\"Montaga\";s:6:\"Montez\";s:6:\"Montez\";s:10:\"Montserrat\";s:10:\"Montserrat\";s:21:\"Montserrat Alternates\";s:21:\"Montserrat Alternates\";s:20:\"Montserrat Subrayada\";s:20:\"Montserrat Subrayada\";s:4:\"Moul\";s:4:\"Moul\";s:8:\"Moulpali\";s:8:\"Moulpali\";s:22:\"Mountains of Christmas\";s:22:\"Mountains of Christmas\";s:13:\"Mouse Memoirs\";s:13:\"Mouse Memoirs\";s:10:\"Mr Bedfort\";s:10:\"Mr Bedfort\";s:8:\"Mr Dafoe\";s:8:\"Mr Dafoe\";s:14:\"Mr De Haviland\";s:14:\"Mr De Haviland\";s:19:\"Mrs Saint Delafield\";s:19:\"Mrs Saint Delafield\";s:13:\"Mrs Sheppards\";s:13:\"Mrs Sheppards\";s:4:\"Muli\";s:4:\"Muli\";s:13:\"Mystery Quest\";s:13:\"Mystery Quest\";s:6:\"Neucha\";s:6:\"Neucha\";s:6:\"Neuton\";s:6:\"Neuton\";s:10:\"New Rocker\";s:10:\"New Rocker\";s:10:\"News Cycle\";s:10:\"News Cycle\";s:7:\"Niconne\";s:7:\"Niconne\";s:9:\"Nixie One\";s:9:\"Nixie One\";s:6:\"Nobile\";s:6:\"Nobile\";s:6:\"Nokora\";s:6:\"Nokora\";s:7:\"Norican\";s:7:\"Norican\";s:7:\"Nosifer\";s:7:\"Nosifer\";s:20:\"Nothing You Could Do\";s:20:\"Nothing You Could Do\";s:12:\"Noticia Text\";s:12:\"Noticia Text\";s:8:\"Nova Cut\";s:8:\"Nova Cut\";s:9:\"Nova Flat\";s:9:\"Nova Flat\";s:9:\"Nova Mono\";s:9:\"Nova Mono\";s:9:\"Nova Oval\";s:9:\"Nova Oval\";s:10:\"Nova Round\";s:10:\"Nova Round\";s:11:\"Nova Script\";s:11:\"Nova Script\";s:9:\"Nova Slim\";s:9:\"Nova Slim\";s:11:\"Nova Square\";s:11:\"Nova Square\";s:6:\"Numans\";s:6:\"Numans\";s:6:\"Nunito\";s:6:\"Nunito\";s:14:\"Odor Mean Chey\";s:14:\"Odor Mean Chey\";s:7:\"Offside\";s:7:\"Offside\";s:15:\"Old Standard TT\";s:15:\"Old Standard TT\";s:9:\"Oldenburg\";s:9:\"Oldenburg\";s:11:\"Oleo Script\";s:11:\"Oleo Script\";s:22:\"Oleo Script Swash Caps\";s:22:\"Oleo Script Swash Caps\";s:9:\"Open Sans\";s:9:\"Open Sans\";s:19:\"Open Sans Condensed\";s:19:\"Open Sans Condensed\";s:11:\"Oranienbaum\";s:11:\"Oranienbaum\";s:8:\"Orbitron\";s:8:\"Orbitron\";s:7:\"Oregano\";s:7:\"Oregano\";s:7:\"Orienta\";s:7:\"Orienta\";s:15:\"Original Surfer\";s:15:\"Original Surfer\";s:6:\"Oswald\";s:6:\"Oswald\";s:16:\"Over the Rainbow\";s:16:\"Over the Rainbow\";s:8:\"Overlock\";s:8:\"Overlock\";s:11:\"Overlock SC\";s:11:\"Overlock SC\";s:3:\"Ovo\";s:3:\"Ovo\";s:6:\"Oxygen\";s:6:\"Oxygen\";s:11:\"Oxygen Mono\";s:11:\"Oxygen Mono\";s:7:\"PT Mono\";s:7:\"PT Mono\";s:7:\"PT Sans\";s:7:\"PT Sans\";s:15:\"PT Sans Caption\";s:15:\"PT Sans Caption\";s:14:\"PT Sans Narrow\";s:14:\"PT Sans Narrow\";s:8:\"PT Serif\";s:8:\"PT Serif\";s:16:\"PT Serif Caption\";s:16:\"PT Serif Caption\";s:8:\"Pacifico\";s:8:\"Pacifico\";s:7:\"Paprika\";s:7:\"Paprika\";s:10:\"Parisienne\";s:10:\"Parisienne\";s:11:\"Passero One\";s:11:\"Passero One\";s:11:\"Passion One\";s:11:\"Passion One\";s:12:\"Patrick Hand\";s:12:\"Patrick Hand\";s:15:\"Patrick Hand SC\";s:15:\"Patrick Hand SC\";s:9:\"Patua One\";s:9:\"Patua One\";s:11:\"Paytone One\";s:11:\"Paytone One\";s:7:\"Peralta\";s:7:\"Peralta\";s:16:\"Permanent Marker\";s:16:\"Permanent Marker\";s:19:\"Petit Formal Script\";s:19:\"Petit Formal Script\";s:7:\"Petrona\";s:7:\"Petrona\";s:11:\"Philosopher\";s:11:\"Philosopher\";s:6:\"Piedra\";s:6:\"Piedra\";s:13:\"Pinyon Script\";s:13:\"Pinyon Script\";s:10:\"Pirata One\";s:10:\"Pirata One\";s:7:\"Plaster\";s:7:\"Plaster\";s:4:\"Play\";s:4:\"Play\";s:8:\"Playball\";s:8:\"Playball\";s:16:\"Playfair Display\";s:16:\"Playfair Display\";s:19:\"Playfair Display SC\";s:19:\"Playfair Display SC\";s:7:\"Podkova\";s:7:\"Podkova\";s:10:\"Poiret One\";s:10:\"Poiret One\";s:10:\"Poller One\";s:10:\"Poller One\";s:4:\"Poly\";s:4:\"Poly\";s:8:\"Pompiere\";s:8:\"Pompiere\";s:12:\"Pontano Sans\";s:12:\"Pontano Sans\";s:16:\"Port Lligat Sans\";s:16:\"Port Lligat Sans\";s:16:\"Port Lligat Slab\";s:16:\"Port Lligat Slab\";s:5:\"Prata\";s:5:\"Prata\";s:11:\"Preahvihear\";s:11:\"Preahvihear\";s:14:\"Press Start 2P\";s:14:\"Press Start 2P\";s:14:\"Princess Sofia\";s:14:\"Princess Sofia\";s:8:\"Prociono\";s:8:\"Prociono\";s:10:\"Prosto One\";s:10:\"Prosto One\";s:7:\"Puritan\";s:7:\"Puritan\";s:12:\"Purple Purse\";s:12:\"Purple Purse\";s:6:\"Quando\";s:6:\"Quando\";s:8:\"Quantico\";s:8:\"Quantico\";s:12:\"Quattrocento\";s:12:\"Quattrocento\";s:17:\"Quattrocento Sans\";s:17:\"Quattrocento Sans\";s:9:\"Questrial\";s:9:\"Questrial\";s:9:\"Quicksand\";s:9:\"Quicksand\";s:14:\"Quintessential\";s:14:\"Quintessential\";s:7:\"Qwigley\";s:7:\"Qwigley\";s:15:\"Racing Sans One\";s:15:\"Racing Sans One\";s:6:\"Radley\";s:6:\"Radley\";s:7:\"Raleway\";s:7:\"Raleway\";s:12:\"Raleway Dots\";s:12:\"Raleway Dots\";s:6:\"Rambla\";s:6:\"Rambla\";s:12:\"Rammetto One\";s:12:\"Rammetto One\";s:8:\"Ranchers\";s:8:\"Ranchers\";s:6:\"Rancho\";s:6:\"Rancho\";s:9:\"Rationale\";s:9:\"Rationale\";s:9:\"Redressed\";s:9:\"Redressed\";s:13:\"Reenie Beanie\";s:13:\"Reenie Beanie\";s:7:\"Revalia\";s:7:\"Revalia\";s:6:\"Ribeye\";s:6:\"Ribeye\";s:13:\"Ribeye Marrow\";s:13:\"Ribeye Marrow\";s:9:\"Righteous\";s:9:\"Righteous\";s:6:\"Risque\";s:6:\"Risque\";s:6:\"Roboto\";s:6:\"Roboto\";s:16:\"Roboto Condensed\";s:16:\"Roboto Condensed\";s:9:\"Rochester\";s:9:\"Rochester\";s:9:\"Rock Salt\";s:9:\"Rock Salt\";s:7:\"Rokkitt\";s:7:\"Rokkitt\";s:9:\"Romanesco\";s:9:\"Romanesco\";s:9:\"Ropa Sans\";s:9:\"Ropa Sans\";s:7:\"Rosario\";s:7:\"Rosario\";s:8:\"Rosarivo\";s:8:\"Rosarivo\";s:12:\"Rouge Script\";s:12:\"Rouge Script\";s:4:\"Ruda\";s:4:\"Ruda\";s:6:\"Rufina\";s:6:\"Rufina\";s:11:\"Ruge Boogie\";s:11:\"Ruge Boogie\";s:6:\"Ruluko\";s:6:\"Ruluko\";s:10:\"Rum Raisin\";s:10:\"Rum Raisin\";s:14:\"Ruslan Display\";s:14:\"Ruslan Display\";s:9:\"Russo One\";s:9:\"Russo One\";s:6:\"Ruthie\";s:6:\"Ruthie\";s:3:\"Rye\";s:3:\"Rye\";s:10:\"Sacramento\";s:10:\"Sacramento\";s:4:\"Sail\";s:4:\"Sail\";s:5:\"Salsa\";s:5:\"Salsa\";s:7:\"Sanchez\";s:7:\"Sanchez\";s:8:\"Sancreek\";s:8:\"Sancreek\";s:11:\"Sansita One\";s:11:\"Sansita One\";s:6:\"Sarina\";s:6:\"Sarina\";s:7:\"Satisfy\";s:7:\"Satisfy\";s:5:\"Scada\";s:5:\"Scada\";s:10:\"Schoolbell\";s:10:\"Schoolbell\";s:14:\"Seaweed Script\";s:14:\"Seaweed Script\";s:9:\"Sevillana\";s:9:\"Sevillana\";s:11:\"Seymour One\";s:11:\"Seymour One\";s:18:\"Shadows Into Light\";s:18:\"Shadows Into Light\";s:22:\"Shadows Into Light Two\";s:22:\"Shadows Into Light Two\";s:6:\"Shanti\";s:6:\"Shanti\";s:5:\"Share\";s:5:\"Share\";s:10:\"Share Tech\";s:10:\"Share Tech\";s:15:\"Share Tech Mono\";s:15:\"Share Tech Mono\";s:9:\"Shojumaru\";s:9:\"Shojumaru\";s:11:\"Short Stack\";s:11:\"Short Stack\";s:8:\"Siemreap\";s:8:\"Siemreap\";s:10:\"Sigmar One\";s:10:\"Sigmar One\";s:7:\"Signika\";s:7:\"Signika\";s:16:\"Signika Negative\";s:16:\"Signika Negative\";s:9:\"Simonetta\";s:9:\"Simonetta\";s:7:\"Sintony\";s:7:\"Sintony\";s:13:\"Sirin Stencil\";s:13:\"Sirin Stencil\";s:8:\"Six Caps\";s:8:\"Six Caps\";s:7:\"Skranji\";s:7:\"Skranji\";s:7:\"Slackey\";s:7:\"Slackey\";s:6:\"Smokum\";s:6:\"Smokum\";s:6:\"Smythe\";s:6:\"Smythe\";s:7:\"Sniglet\";s:7:\"Sniglet\";s:7:\"Snippet\";s:7:\"Snippet\";s:13:\"Snowburst One\";s:13:\"Snowburst One\";s:10:\"Sofadi One\";s:10:\"Sofadi One\";s:5:\"Sofia\";s:5:\"Sofia\";s:10:\"Sonsie One\";s:10:\"Sonsie One\";s:16:\"Sorts Mill Goudy\";s:16:\"Sorts Mill Goudy\";s:15:\"Source Code Pro\";s:15:\"Source Code Pro\";s:15:\"Source Sans Pro\";s:15:\"Source Sans Pro\";s:13:\"Special Elite\";s:13:\"Special Elite\";s:10:\"Spicy Rice\";s:10:\"Spicy Rice\";s:9:\"Spinnaker\";s:9:\"Spinnaker\";s:6:\"Spirax\";s:6:\"Spirax\";s:10:\"Squada One\";s:10:\"Squada One\";s:9:\"Stalemate\";s:9:\"Stalemate\";s:13:\"Stalinist One\";s:13:\"Stalinist One\";s:15:\"Stardos Stencil\";s:15:\"Stardos Stencil\";s:21:\"Stint Ultra Condensed\";s:21:\"Stint Ultra Condensed\";s:20:\"Stint Ultra Expanded\";s:20:\"Stint Ultra Expanded\";s:5:\"Stoke\";s:5:\"Stoke\";s:6:\"Strait\";s:6:\"Strait\";s:19:\"Sue Ellen Francisco\";s:19:\"Sue Ellen Francisco\";s:9:\"Sunshiney\";s:9:\"Sunshiney\";s:16:\"Supermercado One\";s:16:\"Supermercado One\";s:11:\"Suwannaphum\";s:11:\"Suwannaphum\";s:18:\"Swanky and Moo Moo\";s:18:\"Swanky and Moo Moo\";s:9:\"Syncopate\";s:9:\"Syncopate\";s:9:\"Tangerine\";s:9:\"Tangerine\";s:6:\"Taprom\";s:6:\"Taprom\";s:5:\"Tauri\";s:5:\"Tauri\";s:5:\"Telex\";s:5:\"Telex\";s:10:\"Tenor Sans\";s:10:\"Tenor Sans\";s:11:\"Text Me One\";s:11:\"Text Me One\";s:18:\"The Girl Next Door\";s:18:\"The Girl Next Door\";s:6:\"Tienne\";s:6:\"Tienne\";s:5:\"Tinos\";s:5:\"Tinos\";s:9:\"Titan One\";s:9:\"Titan One\";s:13:\"Titillium Web\";s:13:\"Titillium Web\";s:11:\"Trade Winds\";s:11:\"Trade Winds\";s:7:\"Trocchi\";s:7:\"Trocchi\";s:7:\"Trochut\";s:7:\"Trochut\";s:7:\"Trykker\";s:7:\"Trykker\";s:10:\"Tulpen One\";s:10:\"Tulpen One\";s:6:\"Ubuntu\";s:6:\"Ubuntu\";s:16:\"Ubuntu Condensed\";s:16:\"Ubuntu Condensed\";s:11:\"Ubuntu Mono\";s:11:\"Ubuntu Mono\";s:5:\"Ultra\";s:5:\"Ultra\";s:14:\"Uncial Antiqua\";s:14:\"Uncial Antiqua\";s:8:\"Underdog\";s:8:\"Underdog\";s:9:\"Unica One\";s:9:\"Unica One\";s:14:\"UnifrakturCook\";s:14:\"UnifrakturCook\";s:18:\"UnifrakturMaguntia\";s:18:\"UnifrakturMaguntia\";s:7:\"Unkempt\";s:7:\"Unkempt\";s:6:\"Unlock\";s:6:\"Unlock\";s:4:\"Unna\";s:4:\"Unna\";s:5:\"VT323\";s:5:\"VT323\";s:11:\"Vampiro One\";s:11:\"Vampiro One\";s:6:\"Varela\";s:6:\"Varela\";s:12:\"Varela Round\";s:12:\"Varela Round\";s:11:\"Vast Shadow\";s:11:\"Vast Shadow\";s:5:\"Vibur\";s:5:\"Vibur\";s:8:\"Vidaloka\";s:8:\"Vidaloka\";s:4:\"Viga\";s:4:\"Viga\";s:5:\"Voces\";s:5:\"Voces\";s:7:\"Volkhov\";s:7:\"Volkhov\";s:8:\"Vollkorn\";s:8:\"Vollkorn\";s:8:\"Voltaire\";s:8:\"Voltaire\";s:23:\"Waiting for the Sunrise\";s:23:\"Waiting for the Sunrise\";s:8:\"Wallpoet\";s:8:\"Wallpoet\";s:15:\"Walter Turncoat\";s:15:\"Walter Turncoat\";s:6:\"Warnes\";s:6:\"Warnes\";s:9:\"Wellfleet\";s:9:\"Wellfleet\";s:9:\"Wendy One\";s:9:\"Wendy One\";s:8:\"Wire One\";s:8:\"Wire One\";s:17:\"Yanone Kaffeesatz\";s:17:\"Yanone Kaffeesatz\";s:10:\"Yellowtail\";s:10:\"Yellowtail\";s:10:\"Yeseva One\";s:10:\"Yeseva One\";s:10:\"Yesteryear\";s:10:\"Yesteryear\";s:6:\"Zeyada\";s:6:\"Zeyada\";}','yes'),(121,'can_compress_scripts','1','yes'),(140,'_site_transient_timeout_theme_roots','1422595518','yes'),(141,'_site_transient_theme_roots','a:4:{s:12:\"lawyer-theme\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(122,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1422632835','no'),(112,'nonce_key','quUfXQ`LarRn^KHQUzZ1+gUV%r0Sq$Q|PG9]Db?0Vh;=+->s-]z#8fp H*cK)OJ/','yes'),(106,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:18:\"lisa@lcgraylaw.com\";s:7:\"version\";s:5:\"3.9.3\";s:9:\"timestamp\";i:1422589627;}','yes'),(107,'_transient_random_seed','2e9b0e46d2f3f6f49fc9f7ea9d61b095','yes'),(108,'auth_key','Q[QlGf0E.B;fYKZk@R%@3-e/ZMH4./CwT/Yw*EaEBWf3BvKUoF==I{M$X8 :4Oc:','yes'),(109,'auth_salt','dtO].8V&1$Nam/og1@`ESUF^s(4ky@3s-=8S=i53~|z_XcwCsq1u4g;?srVFwo:S','yes'),(110,'logged_in_key','ki_K$XFjNXa!:|txbQl8oVMzu1l*iS|/nF)+U2fUHaU20%<1%VF59Gc~ny|u?U86','yes'),(111,'logged_in_salt','g]`NZvsPR9VS;KBsEeEma0Uk.wB<4#sJl-dXOzuXM<Uf,gP8:FpnI70xe>q}A^tp','yes'),(113,'nonce_salt','}8$,/nN&lb|e&ck)/dZ9Df=yP?3^j)A*t@<A=]ov(7%>|@f4?B<fh I[;q%-o{(9','yes'),(114,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1422593718;s:8:\"response\";a:1:{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:5:\"3.0.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.0.4.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(142,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1422593756;s:7:\"checked\";a:4:{s:12:\"lawyer-theme\";s:3:\"1.0\";s:14:\"twentyfourteen\";s:3:\"1.1\";s:14:\"twentythirteen\";s:3:\"1.2\";s:12:\"twentytwelve\";s:3:\"1.4\";}s:8:\"response\";a:3:{s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfourteen\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.3.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentythirteen\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.1.4.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:41:\"https://wordpress.org/themes/twentytwelve\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.1.6.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(116,'_site_transient_timeout_browser_b754c8991c959d765758a15ba5d11c6d','1423194422','yes'),(117,'_site_transient_browser_b754c8991c959d765758a15ba5d11c6d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"40.0.2214.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'),(123,'_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:3:{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:\"Thu, 18 Dec 2014 18:57: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:\"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:39:\"http://wordpress.org/?v=4.2-alpha-31300\";s:7:\"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:42:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 4.1 “Dinah”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2014/12/dinah/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/news/2014/12/dinah/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Dec 2014 18:35: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3386\";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:360:\"Version 4.1 of WordPress, named “Dinah” in honor of jazz singer Dinah Washington, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style. Introducing Twenty Fifteen Our newest default theme, Twenty Fifteen, is […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:22704:\"<p>Version 4.1 of WordPress, named “Dinah” in honor of jazz singer <a href=\"http://wikipedia.org/wiki/Dinah_Washington\">Dinah Washington</a>, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style.</p>\n<hr />\n<h2 style=\"text-align: center\">Introducing Twenty Fifteen</h2>\n<p><img class=\"aligncenter size-large wp-image-3389\" src=\"https://wordpress.org/news/files/2014/12/2015-laptop-1024x533.png\" alt=\"2015-laptop\" width=\"692\" height=\"360\" /></p>\n<h3>Our newest default theme, Twenty Fifteen, is a blog-focused theme designed for clarity.</h3>\n<p><img class=\"alignright wp-image-3426 size-medium\" src=\"https://wordpress.org/news/files/2014/12/2015-phones-languages-small-300x250.png\" alt=\"\" width=\"300\" height=\"250\" />Twenty Fifteen has flawless language support, with help from <a href=\"https://www.google.com/get/noto/\">Google’s Noto font family</a>.</p>\n<p>The straightforward typography is readable on any screen size.</p>\n<p>Your content always takes center stage, whether viewed on a phone, tablet, laptop, or desktop computer.</p>\n<hr />\n<h2 style=\"text-align: center\">Distraction-free writing</h2>\n<p><img class=\"aligncenter size-large wp-image-3392\" src=\"https://wordpress.org/news/files/2014/12/dfw-screen-1024x614.png\" alt=\"dfw-screen\" width=\"692\" height=\"415\" /></p>\n<h3 style=\"text-align: center\"><em>Just write.</em></h3>\n<p>Sometimes, you just need to concentrate on putting your thoughts into words. Try turning on <strong>distraction-free writing mode</strong>. When you start typing, all the distractions will fade away, letting you focus solely on your writing. All your editing tools instantly return when you need them.</p>\n<hr />\n<h2 style=\"text-align: center\">The Finer Points</h2>\n<h5><strong><img class=\"alignleft wp-image-3405\" src=\"https://wordpress.org/news/files/2014/12/icon-language2.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Choose a language</h5>\n<p>Right now, WordPress 4.1 is already translated into over forty languages, with more always in progress. You can switch to any translation on the General Settings screen.</p>\n<h5><strong><img class=\"alignleft wp-image-3406\" src=\"https://wordpress.org/news/files/2014/12/icon-logout1.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Log out everywhere</h5>\n<p>If you’ve ever worried you forgot to sign out from a shared computer, you can now go to your profile and log out everywhere.</p>\n<h5><strong><img class=\"alignleft wp-image-3407\" src=\"https://wordpress.org/news/files/2014/12/icon-vine1.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Vine embeds</h5>\n<p>Embedding videos from Vine is as simple as pasting a URL onto its own line in a post. See the <a href=\"https://codex.wordpress.org/Embeds\">full list</a> of supported embeds.</p>\n<h5><strong><img class=\"alignleft wp-image-3408\" src=\"https://wordpress.org/news/files/2014/12/icon-recommended1.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Plugin recommendations</h5>\n<p>The plugin installer suggests plugins for you to try. Recommendations are based on the plugins you and other users have installed.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<h5>Complex Queries</h5>\n<p>Metadata, date, and term queries now support advanced conditional logic, like nested clauses and multiple operators — <code>A AND ( B OR C )</code>.</p>\n<h5>Customizer API</h5>\n<p>The customizer now supports conditionally showing panels and sections based on the page being previewed.</p>\n<h5><code><title></code> tags in themes</h5>\n<p><code>add_theme_support( \'title-tag\' )</code> tells WordPress to handle the complexities of document titles.</p>\n<h5>Developer Reference</h5>\n<p>Continued improvements to inline code documentation have made the <a href=\"https://developer.wordpress.org/reference/\">developer reference</a> more complete than ever.</p>\n<hr />\n<h2 style=\"text-align: center\">The Choir</h2>\n<p>This release was led by <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, with the help of these awesome folks. Check out some of their profiles while listening to Dinah Washington on the music service of your choice:</p>\n<a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/kawauso\">Adam Harley (Kawauso)</a>, <a href=\"https://profiles.wordpress.org/adelval\">adelval</a>, <a href=\"https://profiles.wordpress.org/ajay\">Ajay</a>, <a href=\"https://profiles.wordpress.org/akeda\">Akeda Bagus</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/aliso\">Alison Barrett</a>, <a href=\"https://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"https://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/andykeith\">Andy Keith</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>, <a href=\"https://profiles.wordpress.org/barry\">Barry</a>, <a href=\"https://profiles.wordpress.org/toszcze\">Bartosz Romanowski</a>, <a href=\"https://profiles.wordpress.org/bassgang\">bassgang</a>, <a href=\"https://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/bigdawggi\">bigdawggi</a>, <a href=\"https://profiles.wordpress.org/bobbravo2\">Bob Gregor</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</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/bradparbs\">bradparbs</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brasofilo\">brasofilo</a>, <a href=\"https://profiles.wordpress.org/bravokeyl\">bravokeyl</a>, <a href=\"https://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"https://profiles.wordpress.org/cgaffga\">cgaffga</a>, <a href=\"https://profiles.wordpress.org/chiragswadia\">Chirag Swadia</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/chrisscott\">Chris Scott</a>, <a href=\"https://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"https://profiles.wordpress.org/chrisguitarguy\">chrisguitarguy</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/ciantic\">ciantic</a>, <a href=\"https://profiles.wordpress.org/antorome\">Comparativa de Bancos</a>, <a href=\"https://profiles.wordpress.org/cojennin\">Connor Jennings</a>, <a href=\"https://profiles.wordpress.org/corvannoorloos\">Cor van Noorloos</a>, <a href=\"https://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"https://profiles.wordpress.org/cramdesign\">cramdesign</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"https://profiles.wordpress.org/eightface\">Dave Kellam</a>, <a href=\"https://profiles.wordpress.org/dpe415\">DaveE</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/davidmarichal\">David Marichal</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</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/drprotocols\">DrProtocols</a>, <a href=\"https://profiles.wordpress.org/dustyf\">Dustin Filippini</a>, <a href=\"https://profiles.wordpress.org/eatingrules\">eatingrules</a>, <a href=\"https://profiles.wordpress.org/plocha\">edik</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/enej\">enej</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Lewis</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/evarlese\">Erica Varlese</a>, <a href=\"https://profiles.wordpress.org/ejdanderson\">Evan Anderson</a>, <a href=\"https://profiles.wordpress.org/fahmiadib\">Fahmi Adib</a>, <a href=\"https://profiles.wordpress.org/fboender\">fboender</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/ounziw\">Fumito MIZUNO</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/genkisan\">genkisan</a>, <a href=\"https://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/vancoder\">Grant Mangham</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"https://profiles.wordpress.org/hanni\">hanni</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/iandstewart\">Ian Stewart</a>, <a href=\"https://profiles.wordpress.org/ippetkov\">ippetkov</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/jackreichert\">Jack Reichert</a>, <a href=\"https://profiles.wordpress.org/_jameslee\">jameslee</a>, <a href=\"https://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/janrenn\">janrenn</a>, <a href=\"https://profiles.wordpress.org/jaycc\">JayCC</a>, <a href=\"https://profiles.wordpress.org/jeffsebring\">Jeff Sebring</a>, <a href=\"https://profiles.wordpress.org/jenmylo\">Jen</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"https://profiles.wordpress.org/jnielsendotnet\">jnielsendotnet</a>, <a href=\"https://profiles.wordpress.org/jartes\">Joan Artes</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/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jond3r\">Jonas Bolinder (jond3r)</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuaabenazer\">Joshua Abenazer</a>, <a href=\"https://profiles.wordpress.org/jstraitiff\">jstraitiff</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/kopepasah\">Justin Kopepasah</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kasparsd\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kerikae\">kerikae</a>, <a href=\"https://profiles.wordpress.org/kworthington\">Kevin Worthington</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/klihelp\">klihelp</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</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/drozdz\">Krzysiek Drozdz</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/ldebrouwer\">ldebrouwer</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/lpointet\">lpointet</a>, <a href=\"https://profiles.wordpress.org/spmlucas\">Lucas Karpiuk</a>, <a href=\"https://profiles.wordpress.org/lkwdwrd\">Luke Woodward</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/mark8barnes\">Mark Barnes</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/marventus\">Marventus</a>, <a href=\"https://profiles.wordpress.org/iammattthomas\">Matt (Thomas) Miklic</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mdbitz\">Matthew Denton</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattonomics\">mattonomics</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"https://profiles.wordpress.org/mcadwell\">mcadwell</a>, <a href=\"https://profiles.wordpress.org/meloniq\">meloniq</a>, <a href=\"https://profiles.wordpress.org/michelwppi\">Michel - xiligroup dev</a>, <a href=\"https://profiles.wordpress.org/gradyetc\">Mike Burns</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikemanger\">Mike Manger</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikecorkum\">mikecorkum</a>, <a href=\"https://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"https://profiles.wordpress.org/nendeb55\">nendeb55</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nicolealleyinteractivecom\">Nicole Arnold</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal (NikV)</a>, <a href=\"https://profiles.wordpress.org/nivijah\">Nivi Jah</a>, <a href=\"https://profiles.wordpress.org/nunomorgadinho\">Nuno Morgadinho</a>, <a href=\"https://profiles.wordpress.org/olivm\">olivM</a>, <a href=\"https://profiles.wordpress.org/jbkkd\">Omer Korner</a>, <a href=\"https://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"https://profiles.wordpress.org/patricknami\">patricknami</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/djpaul\">Paul Gibbs</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/westi\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"https://profiles.wordpress.org/prettyboymp\">prettyboymp</a>, <a href=\"https://profiles.wordpress.org/raamdev\">Raam Dev</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/mauryaratan\">Ram Ratan Maurya</a>, <a href=\"https://profiles.wordpress.org/ramonchiara\">ramonchiara</a>, <a href=\"https://profiles.wordpress.org/rhyswynne\">Rhys Wynne</a>, <a href=\"https://profiles.wordpress.org/ricardocorreia\">Ricardo Correia</a>, <a href=\"https://profiles.wordpress.org/richard2222\">Richard</a>, <a href=\"https://profiles.wordpress.org/theorboman\">Richard Sweeney</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/robmiller\">robmiller</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/romaimperator\">romaimperator</a>, <a href=\"https://profiles.wordpress.org/roothorick\">roothorick</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sandyr\">Sandeep</a>, <a href=\"https://profiles.wordpress.org/scottlee\">Scott Lee</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sdasse\">sdasse</a>, <a href=\"https://profiles.wordpress.org/bootsz\">Sean Butze</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/nessworthy\">Sean Nessworthy</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/shinichin\">ShinichiN</a>, <a href=\"https://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/siobhyb\">Siobhan Bamber (siobhyb)</a>, <a href=\"https://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"https://profiles.wordpress.org/sonjanyc\">sonjanyc</a>, <a href=\"https://profiles.wordpress.org/spencerfinnell\">Spencer Finnell</a>, <a href=\"https://profiles.wordpress.org/piontkowski\">Spencer Piontkowski</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury</a>, <a href=\"https://profiles.wordpress.org/stephcook22\">stephcook22</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/sbruner\">Steve Bruner</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/tanner-m\">Tanner Moushey</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/tbrams\">tbrams</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"https://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"https://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"https://profiles.wordpress.org/topquarky\">topquarky</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/toru\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/undergroundnetwork\">undergroundnetwork</a>, <a href=\"https://profiles.wordpress.org/varunagw\">VarunAgw</a>, <a href=\"https://profiles.wordpress.org/wawco\">wawco</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wokamoto\">wokamoto</a>, <a href=\"https://profiles.wordpress.org/xsonic\">xsonic</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yurivictor\">Yuri Victor</a>, <a href=\"https://profiles.wordpress.org/zbtirrell\">Zach Tirrell</a>, and <a href=\"https://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>.\n<p>There were 283 contributors to this release, again a new high.</p>\n<p>If you want to help out or follow along, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Thanks for choosing WordPress. Happy holidays and see you next year for version 4.2!</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/news/2014/12/dinah/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:45:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 4.1 Release Candidate 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:69:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-3/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Dec 2014 02:22: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:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3411\";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:429:\"The next release candidate for WordPress 4.1 is now available for testing. Seventy changes have gone in since the first release candidate. With no known issues left, we plan to release 4.1 tomorrow, December 18. To test, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). If you’d like to learn more about […]\";s: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:\"John Blackbourn\";s: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:1465:\"<p>The next release candidate for WordPress 4.1 is now available for testing.</p>\n<p><a href=\"https://core.trac.wordpress.org/log/trunk?rev=30961&stop_rev=30827\">Seventy changes</a> have gone in since the <a href=\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/\">first release candidate</a>. With no known issues left, we plan to release 4.1 tomorrow, December 18.</p>\n<p>To test, 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.1-RC3.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 4.1, visit the updated About screen in your dashboard (<strong><img src=\"https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar) and also check out <a href=\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\">the Beta 1 post</a>.</p>\n<p><strong>Plugin authors:</strong> Remember to test your plugins against 4.1, and if they’re compatible, make sure they are marked as tested up to 4.1. Be sure to follow along the core development blog; we’ve been posting <a href=\"https://make.wordpress.org/core/tag/4-1-dev-notes/\">notes for developers for 4.1</a> as always.</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:45:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.1 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Dec 2014 11:52:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3375\";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 release candidate for WordPress 4.1 is now available. We’ve made a lot of refinements over the last few weeks. 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.1 on Tuesday, December 16, but we need your […]\";s: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:\"John Blackbourn\";s: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:2301:\"<p>The release candidate for WordPress 4.1 is now available.</p>\n<p>We’ve made a lot of refinements over the last few weeks. 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.1 on Tuesday, December 16, but we need your help to get there. If you haven’t tested 4.1 yet, now is the time! (Please though, not on your live site unless you’re adventurous.)</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.1 RC1, 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.1-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 4.1, visit the About screen in your dashboard (<strong><img src=\"https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar) or check out the <a href=\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\">beta announcement</a>.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.1 and update your plugin’s <em>Tested up to</em> version in the readme to 4.1 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we’ll continue to post <a href=\"https://make.wordpress.org/core/tag/4-1-dev-notes/\">notes for developers</a> for 4.1. (For example: if you’ve written a child theme for Twenty Fifteen, some of the new pagination functions have been renamed for clarity.)</p>\n<p><em>Testing four point one</em><br />\n<em>Why are we up at this hour?</em><br />\n<em>Code is poetry</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:45:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.0.1 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/2014/11/wordpress-4-0-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2014/11/wordpress-4-0-1/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Nov 2014 18:55: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: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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3363\";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:345:\"WordPress 4.0.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately. Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If you are still on WordPress 3.9.2, 3.8.4, or 3.7.4, you will be […]\";s: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:\"Andrew Nacin\";s: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:3395:\"<p>WordPress 4.0.1 is now available. This is a <strong>critical security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If you are still on WordPress 3.9.2, 3.8.4, or 3.7.4, you will be updated to 3.9.3, 3.8.5, or 3.7.5 to keep everything secure. (We don’t support older versions, so please update to 4.0.1 for the latest and greatest.)</p>\n<p>WordPress versions 3.9.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. This was reported by <a href=\"http://klikki.fi/\">Jouko Pynnonen</a>. This issue does not affect version 4.0, but version 4.0.1 does address these eight security issues:</p>\n<ul>\n<li>Three cross-site scripting issues that a contributor or author could use to compromise a site. Discovered by <a href=\"http://joncave.co.uk/\">Jon Cave</a>, <a href=\"http://www.miqrogroove.com/\">Robert Chapin</a>, and <a href=\"https://johnblackbourn.com/\">John Blackbourn</a> of the WordPress security team.</li>\n<li>A cross-site request forgery that could be used to trick a user into changing their password.</li>\n<li>An issue that could lead to a denial of service when passwords are checked. Reported by <a href=\"http://www.behindthefirewalls.com/\">Javier Nieto Arevalo</a> and <a href=\"http://www.devconsole.info/\">Andres Rojas Guerrero</a>.</li>\n<li>Additional protections for server-side request forgery attacks when WordPress makes HTTP requests. Reported by Ben Bidner (vortfu).</li>\n<li>An extremely unlikely hash collision could allow a user’s account to be compromised, that also required that they haven’t logged in since 2008 (I wish I were kidding). Reported by <a href=\"http://david.dw-perspective.org.uk\">David Anderson</a>.</li>\n<li>WordPress now invalidates the links in a password reset email if the user remembers their password, logs in, and changes their email address. Reported separately by <a href=\"https://twitter.com/MomenBassel\">Momen Bassel</a>, <a href=\"http://c0dehouse.blogspot.in/\">Tanoy Bose</a>, and <a href=\"https://managewp.com/\">Bojan Slavković of ManageWP</a>.</li>\n</ul>\n<p>Version 4.0.1 also fixes 23 bugs with 4.0, and we’ve made two hardening changes, including better validation of EXIF data we are extracting from uploaded photos. Reported by <a href=\"http://www.securesolutions.no/\">Chris Andrè Dale</a>.</p>\n<p>We appreciated the <a href=\"https://codex.wordpress.org/FAQ_Security\">responsible disclosure</a> of these issues directly to our security team. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.0.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.0?rev=30475&stop_rev=29710\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.0.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now”.</p>\n<p><em>Already testing WordPress 4.1? The second beta is now available (<a href=\"https://wordpress.org/wordpress-4.1-beta2.zip\">zip</a>) and it contains these security fixes. For more on 4.1, see <a href=\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\">the beta 1 announcement post</a>.</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/11/wordpress-4-0-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:48:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.1 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Nov 2014 22:35: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: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:4:\"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:33:\"http://wordpress.org/news/?p=3352\";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:346:\"Welcome, everyone, to WordPress 4.1 Beta 1! 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.1, 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:15:\"John Blackbourn\";s: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:3409:\"<p>Welcome, everyone, to WordPress 4.1 Beta 1!</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.1, 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=\"//wordpress.org/wordpress-4.1-beta1.zip\">download the beta here</a> (zip).</p>\n<p>WordPress 4.1 is due for release next month, so we need your help with testing. Here are some highlights of what to test:</p>\n<ul>\n<li>Our beautiful new default theme, <a href=\"https://make.wordpress.org/core/2014/09/09/twenty-fifteen/\">Twenty Fifteen</a>. It’s a clean, mobile-first, blog-focused theme designed through simplicity.</li>\n<li>A new <a href=\"https://make.wordpress.org/core/2014/11/11/focus-v2-demo-video/\">distraction-free writing mode for the editor</a>. It’s enabled by default for beta, and we’d love feedback on it.</li>\n<li>The ability to automatically install new language packs right from the General Settings screen (available as long as your site’s filesystem is writable).</li>\n<li>A new inline formatting toolbar for images embedded into posts.</li>\n</ul>\n<p>There have been a lot of changes for developers to test as well:</p>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2014/10/20/update-on-query-improvements-in-4-1/\">Improvements to meta, date, comment, and taxonomy queries</a>, including complex (nested, multiple relation) queries; and querying comment types (<a href=\"https://core.trac.wordpress.org/ticket/12668\">#12668</a>).</li>\n<li>A single term shared across multiple taxonomies is now split into two when updated. For more, <a href=\"https://make.wordpress.org/core/2014/11/12/an-update-on-the-taxonomy-roadmap/\">see this post</a>, <a href=\"https://core.trac.wordpress.org/ticket/5809\">#5809</a>, and <a href=\"https://core.trac.wordpress.org/ticket/30335\">#30335</a>.</li>\n<li>A new and better way for <a href=\"https://make.wordpress.org/core/2014/10/29/title-tags-in-4-1/\">themes to handle title tags</a>.</li>\n<li>Several <a href=\"https://make.wordpress.org/core/2014/10/27/toward-a-complete-javascript-api-for-the-customizer/\">improvements to the Customizer API</a>, including contextual panels and sections, and JavaScript templates for controls.</li>\n</ul>\n<p>If you want a more in-depth view of what changes have made it into 4.1, <a href=\"https://make.wordpress.org/core/tag/week-in-core/\">check out the weekly review posts</a> on the main development blog.</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> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.1\">everything we’ve fixed</a> so far.</p>\n<p>Happy testing!</p>\n<p><em>Twenty Fifteen theme</em><br />\n<em> The beautiful face which hides</em><br />\n<em> Many improvements</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:45:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Watch WordCamp San Francisco Livestream\";s:7:\"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/2014/10/wcsf-livestream/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2014/10/wcsf-livestream/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Oct 2014 20:18: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";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:\"WordCamp\";s:7:\"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://wordpress.org/news/?p=3341\";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:\"WordCamp San Francisco is the official annual WordPress conference, gathering the community every year since 2006. This is the time when Matt Mullenweg addresses the community in his annual State of the Word presentation – a recap of the year in WordPress and giving us a glimpse into its future. This year the speaker lineup is stellar. There will be talks by […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nikolay Bachiyski\";s: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:1975:\"<p><a title=\"2014 edition\" href=\"http://2014.sf.wordcamp.org\">WordCamp San Francisco</a> is the official annual WordPress conference, gathering the community every year <a title=\"An old website for a WordPress long time ago\" href=\"http://2006.sf.wordcamp.org\">since 2006</a>. This is the time when Matt Mullenweg addresses the community in his annual <a href=\"http://wordpress.tv/?s=state+of+the+word\">State of the Word</a> presentation – a recap of the year in WordPress and giving us a glimpse into its future.</p>\n<p>This year the speaker lineup is stellar. There will be talks by three of the lead WordPress developers: <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-andrew-nacin\">Andrew Nacin</a>, <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-helen-hou-sandi\">Helen Hou-Sandí</a>, and <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-mark-jaquith\">Mark Jaquith</a>. We’re also looking forward to speakers like <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-jenny-lawson\">Jenny Lawson</a>, also known as The Bloggess, and <a href=\"http://2014.sf.wordcamp.org/speaker/chris-lema/\">Chris Lema</a>. If you’re at all interested in the web, you will appreciate the appearance of <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-jeff-veen\">Jeff Veen</a> – one of the creators of Google Analytics and co-founder of Typekit.</p>\n<p>Even though San Francisco is far far away for most of you, you can still be part of the fun and watch all presentations in real-time via livestream:</p>\n<p><a href=\"http://2014.sf.wordcamp.org/tickets/\">Get a livestream ticket and watch all talks from WordCamp San Francisco live</a></p>\n<p>If you hurry, you can get one of the special livestream tickets, including a WordCamp San Francisco 2104 t-shirt. You can find all the technical details and start times <a href=\"http://2014.sf.wordcamp.org/live-stream/\">at the WordCamp San Francisco website</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/10/wcsf-livestream/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 4.0 “Benny”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2014/09/benny/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/news/2014/09/benny/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Sep 2014 17: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3296\";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:370:\"Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader Benny Goodman, is available for download or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management 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:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:23564:\"<p>Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader <a href=\"http://en.wikipedia.org/wiki/Benny_Goodman\">Benny Goodman</a>, is available <a href=\"https://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management experience we think you’ll enjoy.</p>\n<div id=\"v-bUdzKMro-1\" class=\"video-player\"><embed id=\"v-bUdzKMro-1-video\" src=\"https://v0.wordpress.com/player.swf?v=1.03&guid=bUdzKMro&isDynamicSeeking=true\" type=\"application/x-shockwave-flash\" width=\"692\" height=\"388\" title=\"Introducing WordPress 4.0 "Benny"\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div>\n<hr />\n<h2 style=\"text-align: center\">Manage your media with style</h2>\n<p><img class=\"alignnone size-full wp-image-3316\" src=\"https://wordpress.org/news/files/2014/09/media.jpg\" alt=\"Media Library\" width=\"1000\" height=\"586\" />Explore your uploads in a beautiful, endless grid. A new details preview makes viewing and editing any amount of media in sequence a snap.</p>\n<hr />\n<h2 style=\"text-align: center\">Working with embeds has never been easier</h2>\n<div style=\"width: 632px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3296-1\" width=\"632\" height=\"445\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.0/embed.mp4?_=1\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.0/embed.webm?_=1\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.0/embed.ogv?_=1\" /><a href=\"//s.w.org/images/core/4.0/embed.mp4\">//s.w.org/images/core/4.0/embed.mp4</a></video></div>\n<p>Paste in a YouTube URL on a new line, and watch it magically become an embedded video. Now try it with a tweet. Oh yeah — embedding has become a visual experience. The editor shows a true preview of your embedded content, saving you time and giving you confidence.</p>\n<p>We’ve expanded the services supported by default, too — you can embed videos from CollegeHumor, playlists from YouTube, and talks from TED. <a href=\"https://codex.wordpress.org/Embeds\">Check out all of the embeds</a> that WordPress supports.</p>\n<hr />\n<h2 style=\"text-align: center\">Focus on your content</h2>\n<div style=\"width: 632px; \" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-3296-2\" width=\"632\" height=\"356\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.0/focus.mp4?_=2\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.0/focus.webm?_=2\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.0/focus.ogv?_=2\" /><a href=\"//s.w.org/images/core/4.0/focus.mp4\">//s.w.org/images/core/4.0/focus.mp4</a></video></div>\n<p>Writing and editing is smoother and more immersive with an editor that expands to fit your content as you write, and keeps the formatting tools available at all times.</p>\n<hr />\n<h2 style=\"text-align: center\">Finding the right plugin</h2>\n<p><img class=\"aligncenter size-large wp-image-3309\" src=\"https://wordpress.org/news/files/2014/09/add-plugin1-1024x600.png\" alt=\"Add plugins\" width=\"692\" height=\"405\" /></p>\n<p>There are more than 30,000 free and open source plugins in the WordPress plugin directory. WordPress 4.0 makes it easier to find the right one for your needs, with new metrics, improved search, and a more visual browsing experience.</p>\n<hr />\n<h2 style=\"text-align: center\">The Ensemble</h2>\n<p>This release was led by <a href=\"http://helenhousandi.com\">Helen Hou-Sandí</a>, with the help of these fine individuals. There are 275 contributors with props in this release, a new high. Pull up some Benny Goodman on your music service of choice, as a bandleader or in one of his turns as a classical clarinetist, and check out some of their profiles:</p>\n<p><a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/alexanderrohmann\">Alexander Rohmann</a>, <a href=\"https://profiles.wordpress.org/aliso\">Alison Barrett</a>, <a href=\"https://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"https://profiles.wordpress.org/amit\">Amit Gupta</a>, <a href=\"https://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrezrv\">Andres Villarreal</a>, <a href=\"https://profiles.wordpress.org/zamfeer\">Andrew Mowe</a>, <a href=\"https://profiles.wordpress.org/sumobi\">Andrew Munro (sumobi)</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/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/arnee\">arnee</a>, <a href=\"https://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"https://profiles.wordpress.org/camdensegal\">Camden Segal</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/mackensen\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/chrisl27\">chrisl27</a>, <a href=\"https://profiles.wordpress.org/caxelsson\">Christian Axelsson</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/boda1982\">Christopher Spires</a>, <a href=\"https://profiles.wordpress.org/clifgriffin\">Clifton Griffin</a>, <a href=\"https://profiles.wordpress.org/jupiterwise\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/ghost1227\">Dan Griffiths</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danielhuesken\">Daniel Husken</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/dkotter\">Darin Kotter</a>, <a href=\"https://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dnaber-de\">David Naber</a>, <a href=\"https://profiles.wordpress.org/davidthemachine\">DavidTheMachine</a>, <a href=\"https://profiles.wordpress.org/debaat\">DeBAAT</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donncha\">Donncha O Caoimh</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustyn\">Dustyn Doyle</a>, <a href=\"https://profiles.wordpress.org/eddiemoya\">Eddie Moya</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/edwin-at-studiojoyocom\">Edwin Siebel</a>, <a href=\"https://profiles.wordpress.org/ehg\">ehg</a>, <a href=\"https://profiles.wordpress.org/tmeister\">Enrique Chavez</a>, <a href=\"https://profiles.wordpress.org/erayalakese\">erayalakese</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/ejdanderson\">Evan Anderson</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/fahmiadib\">Fahmi Adib</a>, <a href=\"https://profiles.wordpress.org/feedmeastraycat\">feedmeastraycat</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/garhdez\">garhdez</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/garza\">garza</a>, <a href=\"https://profiles.wordpress.org/gauravmittal1995\">gauravmittal1995</a>, <a href=\"https://profiles.wordpress.org/gavra\">Gavrisimo</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/vancoder\">Grant Mangham</a>, <a href=\"https://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/harrym\">harrym</a>, <a href=\"https://profiles.wordpress.org/hebbet\">hebbet</a>, <a href=\"https://profiles.wordpress.org/hinnerk\">Hinnerk Altenburg</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/iljoja\">iljoja</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/issuu\">issuu</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"https://profiles.wordpress.org/jacobdubail\">Jacob Dubail</a>, <a href=\"https://profiles.wordpress.org/janhenkg\">JanHenkG</a>, <a href=\"https://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/jwenerd\">Jared Wenerd</a>, <a href=\"https://profiles.wordpress.org/jaza613\">Jaza613</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/slimndap\">Jeroen Schmit</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/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jesper800\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jessepollak\">Jesse Pollak</a>, <a href=\"https://profiles.wordpress.org/jgadbois\">jgadbois</a>, <a href=\"https://profiles.wordpress.org/jartes\">Joan Artes</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/jkudish\">Joey Kudish</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/johnzanussi\">John Zanussi</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/softmodeling\">Jordi Cabot</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/tai\">JOTAKI Taisuke</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kapeels\">kapeels</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kworthington\">Kevin Worthington</a>, <a href=\"https://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</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/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/layotte\">Lew Ayotte</a>, <a href=\"https://profiles.wordpress.org/lritter\">lritter</a>, <a href=\"https://profiles.wordpress.org/lukecarbis\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/m_i_n\">m_i_n</a>, <a href=\"https://profiles.wordpress.org/funkatronic\">Manny Fleurmond</a>, <a href=\"https://profiles.wordpress.org/targz-1\">Manuel Schmalstieg</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mdbitz\">Matthew Denton</a>, <a href=\"https://profiles.wordpress.org/mattheweppelsheimer\">Matthew Eppelsheimer</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/meekyhwang\">meekyhwang</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/midxcat\">midxcat</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikemanger\">Mike Manger</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeyarce\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mrmist\">mrmist</a>, <a href=\"https://profiles.wordpress.org/m_uysl\">Mustafa Uysal</a>, <a href=\"https://profiles.wordpress.org/muvimotv\">MuViMoTV</a>, <a href=\"https://profiles.wordpress.org/nabil_kadimi\">nabil_kadimi</a>, <a href=\"https://profiles.wordpress.org/namibia\">Namibia</a>, <a href=\"https://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"https://profiles.wordpress.org/nd987\">nd987</a>, <a href=\"https://profiles.wordpress.org/neil_pie\">Neil Pie</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/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/schoenwaldnils\">Nils Schonwald</a>, <a href=\"https://profiles.wordpress.org/ninos-ego\">Ninos</a>, <a href=\"https://profiles.wordpress.org/nvwd\">Nowell VanHoesen</a>, <a href=\"https://profiles.wordpress.org/compute\">Patrick Hesselberg</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pdclark\">Paul Clark</a>, <a href=\"https://profiles.wordpress.org/paulschreiber\">Paul Schreiber</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/westi\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/philipjohn\">Philip John</a>, <a href=\"https://profiles.wordpress.org/senlin\">Piet Bos</a>, <a href=\"https://profiles.wordpress.org/psoluch\">Piotr Soluch</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/purzlbaum\">purzlbaum</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/rob1n\">rob1n</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"https://profiles.wordpress.org/harmr\">RobertHarm</a>, <a href=\"https://profiles.wordpress.org/rohan013\">Rohan Rawat</a>, <a href=\"https://profiles.wordpress.org/rhurling\">Rouven Hurling</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/sammybeats\">Sam Brodie</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sathishn\">Sathish Nagarajan</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/greglone\">ScreenfeedFr</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/nessworthy\">Sean Nessworthy</a>, <a href=\"https://profiles.wordpress.org/sergejmueller\">Sergej Muller</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shanebp\">shanebp</a>, <a href=\"https://profiles.wordpress.org/sharonaustin\">Sharon Austin</a>, <a href=\"https://profiles.wordpress.org/shaunandrews\">Shaun Andrews</a>, <a href=\"https://profiles.wordpress.org/simonp303\">Simon Pollard</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/slobodanmanic\">Slobodan Manic</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"https://profiles.wordpress.org/sphoid\">sphoid</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stompweb\">Steven Jones</a>, <a href=\"https://profiles.wordpress.org/strangerstudios\">strangerstudios</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/t4k1s\">t4k1s</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/taylorde\">Taylor Dewey</a>, <a href=\"https://profiles.wordpress.org/thomasvanderbeek\">Thomas van der Beek</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till Kruss</a>, <a href=\"https://profiles.wordpress.org/codenameeli\">Tim \'Eli\' Dalbey</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"https://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"https://profiles.wordpress.org/torresga\">torresga</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/treyhunner\">treyhunner</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/vinod-dalvi\">Vinod Dalvi</a>, <a href=\"https://profiles.wordpress.org/vlajos\">vlajos</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/winterdev\">winterDev</a>, <a href=\"https://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/katzwebdesign\">Zack Katz</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, and <a href=\"https://profiles.wordpress.org/zoerooney\">Zoe Rooney</a>. Also thanks to <a href=\"http://michaelpick.wordpress.com/\">Michael Pick</a> for producing the release video, and Helen with <a href=\"http://adriansandi.com\">Adrián Sandí</a> for the music.</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.1!</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/news/2014/09/benny/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:45:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.0 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/2014/08/wordpress-4-0-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Aug 2014 12:20: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:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3287\";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:321:\"The first release candidate for WordPress 4.0 is now available! In RC 1, we’ve made refinements to what we’ve been working on for this release. Check out the Beta 1 announcement post for more details on those features. We hope to ship WordPress 4.0 next week, but we need your help to get there. If you […]\";s: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:2134:\"<p>The first release candidate for WordPress 4.0 is now available!</p>\n<p>In RC 1, we’ve made refinements to what we’ve been working on for this release. Check out the <a href=\"https://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\">Beta 1 announcement post</a> for more details on those features. We hope to ship WordPress 4.0 <em>next week</em>, but we need your help to get there. If you haven’t tested 4.0 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</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 area in the support forums</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.0 RC1, try the <a href=\"https://wordpress.org/extend/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.0-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 4.0, visit the awesome About screen in your dashboard (<strong><img src=\"https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar).</p>\n<p><strong>Developers,</strong> please test your plugins and themes against WordPress 4.0 and update your plugin’s <em>Tested up to</em> version in the readme to 4.0 before next week. If you find compatibility problems, please be sure to post any issues to the support forums so we can figure those out before the final release. You also may want to <a href=\"https://make.wordpress.org/core/2014/08/21/introducing-plugin-icons-in-the-plugin-installer/\">give your plugin an icon</a>, which we launched last week and will appear in the dashboard along with banners.</p>\n<p><em>It is almost time</em><br />\n<em> For the 4.0 release</em><br />\n<em> And its awesomeness</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:45:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.0 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Aug 2014 05:06: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3280\";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:353:\"The fourth and likely final beta for WordPress 4.0 is now available. We’ve made more than 250 changes in the past month, including: Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes. Better handling of small screens in the media library modals. A separate bulk selection mode […]\";s: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:2003:\"<p>The fourth and likely final beta for WordPress 4.0 is now available. We’ve made <a href=\"https://core.trac.wordpress.org/log?rev=29496&stop_rev=29229&limit=300\">more than 250 changes</a> in the past month, including:</p>\n<ul>\n<li>Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes.</li>\n<li>Better handling of small screens in the media library modals.</li>\n<li>A separate bulk selection mode for the media library grid view.</li>\n<li>Improvements to the installation language selector.</li>\n<li>Visual tweaks to plugin details and customizer panels.</li>\n</ul>\n<p><strong>We need your help</strong>. We’re still aiming for a release this month, which means the next week will be critical for identifying and squashing bugs. If you’re just joining us, please see <a href=\"https://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\">the Beta 1 announcement post</a> for what to look out for.</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, where friendly moderators are standing by. <b>Plugin developers</b><strong>,</strong> if you haven’t tested WordPress 4.0 yet, now is the time — and be sure to update the “tested up to” version for your plugins so they’re listed as compatible with 4.0.</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.0, try the <a href=\"https://wordpress.org/extend/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.0-beta4.zip\">download the beta here</a> (zip).</p>\n<p><em>We are working hard</em><br />\n<em>To finish up 4.0<br />\n</em><em>Will you help us too?</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:45:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 3.9.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/2014/08/wordpress-3-9-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2014/08/wordpress-3-9-2/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Aug 2014 19:04: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: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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3269\";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 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately. This release fixes a possible denial of service issue in PHP’s XML processing, reported by Nir Goldshlager of the Salesforce.com Product Security Team. It was fixed by Michael Adams and Andrew Nacin of the 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:\"Andrew Nacin\";s: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:2353:\"<p>WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately.</p>\n<p>This release fixes a possible denial of service issue in PHP’s XML processing, reported by <a href=\"https://twitter.com/nirgoldshlager\">Nir Goldshlager</a> of the Salesforce.com Product Security Team. It was fixed by Michael Adams and Andrew Nacin of the WordPress security team and David Rothstein of the <a href=\"https://www.drupal.org/SA-CORE-2014-004\">Drupal security team</a>. This is the first time our two projects have coordinated joint security releases.</p>\n<p>WordPress 3.9.2 also contains other security changes:</p>\n<ul>\n<li>Fixes a possible but unlikely code execution when processing widgets (WordPress is not affected by default), discovered by <a href=\"http://www.buayacorp.com/\">Alex Concha</a> of the WordPress security team.</li>\n<li>Prevents information disclosure via XML entity attacks in the external GetID3 library, reported by <a href=\"http://onsec.ru/en/\">Ivan Novikov</a> of ONSec.</li>\n<li>Adds protections against brute attacks against CSRF tokens, reported by <a href=\"http://systemoverlord.com/\">David Tomaschik</a> of the Google Security Team.</li>\n<li>Contains some additional security hardening, like preventing cross-site scripting that could be triggered only by administrators.</li>\n</ul>\n<p>We appreciated responsible disclosure of these issues directly to our security team. For more information, see the <a href=\"https://codex.wordpress.org/Version_3.9.2\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/3.9?stop_rev=29383&rev=29411\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 3.9.2</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now”.</p>\n<p>Sites that support automatic background updates will be updated to WordPress 3.9.2 within 12 hours. (If you are still on WordPress 3.8.3 or 3.7.3, you will also be updated to 3.8.4 or 3.7.4. We don’t support older versions, so please update to 3.9.2 for the latest and greatest.)</p>\n<p>Already testing WordPress 4.0? The third beta is <a href=\"https://wordpress.org/wordpress-4.0-beta3.zip\">now available</a> (zip) and it contains these security fixes.</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/08/wordpress-3-9-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s: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:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 30 Jan 2015 03:47:15 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:10:\"x-pingback\";s:37:\"https://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 18 Dec 2014 18:57:51 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(124,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1422632835','no'),(125,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1422589635','no'),(126,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1422632836','no'),(127,'_transient_feed_867bd5c64f85878d03a060509cd2f92c','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:24:\"Matt: Designer’s Creed\";s:7:\"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:21:\"http://ma.tt/?p=44644\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://ma.tt/2015/01/designers-creed/\";s: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:1790:\"<p>You might remember a <a href=\"http://ma.tt/2011/09/automattic-creed/\">few years back I talked about why Automattic has a creed, and shared ours</a>. Here it is again:</p>\n<blockquote><p>I will never stop learning. I won’t just work on things that are assigned to me. I know there’s no such thing as a status quo. I will build our business sustainably through passionate and loyal customers. I will never pass up an opportunity to help out a colleague, and I’ll remember the days before I knew everything. I am more motivated by impact than money, and I know that Open Source is one of the most powerful ideas of our generation. I will communicate as much as possible, because it’s the oxygen of a distributed company. I am in a marathon, not a sprint, and no matter how far away the goal is, the only way to get there is by putting one foot in front of another every day. Given time, there is no problem that’s insurmountable.</p></blockquote>\n<p>One of the parts of <a href=\"http://automattic.com/\">Automattic</a> that has grown the most over the past few years is our design corps, now over two dozen people. This group, led by creative director <a href=\"http://davemart.in/\">Dave Martin</a>, has come up with a supplemental Designer’s Creed for followers of their craft at A8C:</p>\n<blockquote><p>I take pride in my craft. I ensure that everyone — regardless of ability or device — can use my designs. I routinely ask for feedback, even when it’s uncomfortable. I regularly watch people use my designs, because testing leads to clarity. I will never stop at “good enough.”</p></blockquote>\n<p><a href=\"http://davemart.in/2015/01/24/the-automattic-designers-creed/\">You can read more about it on Dave’s blog. »</a></p>\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Jan 2015 01:15: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:51:\"WPTavern: Herbert: A New WordPress Plugin Framework\";s:7:\"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://wptavern.com/?p=38040\";s:7:\"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://wptavern.com/herbert-a-new-wordpress-plugin-framework\";s: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:4069:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/herbert.jpg\" rel=\"prettyphoto[38040]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/herbert.jpg?resize=831%2C405\" alt=\"herbert\" class=\"aligncenter size-full wp-image-38128\" /></a></p>\n<p>WordPress plugin authors have a great deal of liberty when it comes to structuring and organizing their code. There’s no prescribed file structure, so when you look under the hood of a plugin, you often need to poke around a bit to find out how the author is organizing things.</p>\n<p>Jason Agnew found this to be confusing when he went to build his first WordPress plugin. Agnew is the technical director at <a href=\"http://bigbitecreative.com/\" target=\"_blank\">Big Bite Creative</a>, located in Middlesbrough, England. He often collaborates with both front and back end developers on projects, which drove him to find a better way to write plugins that are organized for multiple team members.</p>\n<p>This week Agnew introduced <a href=\"http://getherbert.com/\" target=\"_blank\">Herbert</a>, a new open source framework for building WordPress plugins. “We believe the current approach to building plugins is unorganized and difficult to understand,” Agnew said. “It makes working in teams or taking over from a previous developer time consuming. Its early days for Herbert but our aim is to solve this.”</p>\n<p>Prior to creating Herbert with his team, Agnew did his homework to see if there was an existing tool to solve this problem. He discovered the <a href=\"http://wptavern.com/wordpress-plugin-boilerplate-3-0-released-with-new-community-website\" target=\"_blank\">WordPress Plugin Boilerplate</a> project, but determined that it wouldn’t work for his agency’s needs. “Although WPPB would be a great starting point, it seemed best suited to the quick development of smaller plugins,” Agnew said. “We needed something more suited to scale.”</p>\n<p>He checked out some of the most popular WordPress plugins, hoping to find a common thread among them for a semantic, structured method of plugin creation. “To our surprise, there wasn’t any sense of uniformity or consistency of implementation among them,” he said. At that point, he rallied his team to write their own WordPress plugin framework.</p>\n<p>The open source <a href=\"http://getherbert.com/\" target=\"_blank\">Herbert</a> project was born out of this effort. The framework aims to keep business logic separate from template code, so that back and frontend developers aren’t tripping over each other. “It offers a file structure to keep your code organised, with a solution as simple as all your routes belonging in the plugin/routes.php file,” Agnew said. “It no longer ties you or your development team to the WordPress Database Object ($wpdb), allowing you to use the power and effectiveness of <a href=\"http://laravel.com/docs/4.2/eloquent\" target=\"_blank\">Laravel’s Eloquent ORM</a> to handle your database queries.”</p>\n<p>Herbert utilizes Composer to handle the framework’s dependencies. Template code is stored in <a href=\"http://getherbert.com/dev/views\" target=\"_blank\">views</a>, which uses the <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig</a> PHP templating engine. The framework may not be everyone’s cup of tea. However, if you like separating your code into routes, views, and controllers, then Herbert may save you some time when spinning up new plugins.</p>\n<p>The Big Bite Creative team plans to maintain the framework and will add plugin examples in the future. “We plan to introduce an interface to the WordPress post object for Eloquent, along with tests for your code,” Agnew said. They are also considering adding a WordPress-specific frontend framework to work alongside Herbert. The project is open to contribution, so feel free to fork Herbert on <a href=\"https://github.com/getherbert/herbert/\" target=\"_blank\">GitHub</a> and send code back to the team.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Jan 2015 23:55: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Chris Lema’s Session From PressNomics 3 on Managing Time and Energy\";s:7:\"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://wptavern.com/?p=38135\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/chris-lemas-session-from-pressnomics-3-on-managing-time-and-energy\";s: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:968:\"<p>One of my favorite sessions at <a title=\"http://wptavern.com/envato-stats-tips-for-getting-things-done-and-more-at-pressnomics-3\" href=\"http://wptavern.com/envato-stats-tips-for-getting-things-done-and-more-at-pressnomics-3\">PressNomics 3</a> is now <a title=\"https://www.youtube.com/watch?v=KD9XtifLp9Y\" href=\"https://www.youtube.com/watch?v=KD9XtifLp9Y\">available to watch for free</a> on YouTube. Although sessions weren’t recorded or live streamed, Chris Lema used his own gear to record his presentation. He shares the lessons he’s learned throughout his career on managing time and energy.</p>\n<p>One of my favorite tips is writing down three things you want to get done each day. Each completed task builds confidence and over time, you end up with a lot of accomplishments. So far, the technique is working and as long as I complete two out of three tasks each day, I feel pretty good about myself.</p>\n<p><span class=\"embed-youtube\"></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:\"Thu, 29 Jan 2015 22:23: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: Seville, Spain to Host WordCamp Europe 2015\";s:7:\"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://wptavern.com/?p=38031\";s:7:\"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://wptavern.com/seville-spain-to-host-wordcamp-europe-2015\";s: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:3322:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/seville.jpg\" rel=\"prettyphoto[38031]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/seville.jpg?resize=1025%2C505\" alt=\"seville\" class=\"aligncenter size-full wp-image-38107\" /></a></p>\n<p>The WordCamp Europe organization team <a href=\"http://europe.wordcamp.org/2015/wceu-2015-lets-go/\" target=\"_blank\">announced</a> today that the 2015 event will be held in Seville, Spain from June 26 – 28 at the <a href=\"http://www.hotelbarcelorenacimiento.com/\" target=\"_blank\">Barceló Gran Hotel Renacimiento</a>. Last year’s <a href=\"http://wptavern.com/wordpress-beyond-boundaries-a-recap-of-wordcamp-europe-2014\" target=\"_blank\">WordCamp in Sofia, Bulgaria</a> was a tremendous success with nearly 800 attendees, a world-class speaker lineup, and a strong local community of volunteers.</p>\n<p>Ordinarily, the WCEU organizers select a host city based on applications from various European WordPress communities after an open call. However, this year is an exception. WordCamp Central prevailed upon the team to have the event in late spring or summer in order to accommodate WordCamp US, which is expected to take place in the fall.</p>\n<p>“As we had to move WordCamp Europe to the first half of the year, we were quite limited in time,” organizer Petya Raykovska said. “So instead of publishing an open call for applications, we decided to reach out to some of the best established WordPress communities in Europe that have experienced teams of local organizers and asked them to prepare bids to host WCEU 2015. We received three very good applications from three different teams.”</p>\n<p>The WCEU organization team landed on Seville after considering various factors, such as the local organizers’ preparation of the budget and venue research. “We chose Seville because of the excellent job they did with the application,” Raykovska said. “But also because of the great, experienced local team, because it’s a great location with a very different vibe from Sofia – it’s affordable, well connected with the rest of Europe, and has a very strong local WordPress community.”</p>\n<p>The WordPress community in Seville has held a local <a href=\"https://twitter.com/wcsevilla\" target=\"_blank\">WordCamp</a> for the past several years. The city’s metropolitan area has approximately 1.5 million residents, making it a decent-sized city for hosting an event. Attendees should expect to pack for warm weather, as the Seville’s average high temperatures in the summer often reach above 35 °C.</p>\n<p><a href=\"http://siobhanmckeown.com/\" target=\"_blank\">Siobhan McKeown</a> will be leading a team of 18 <a href=\"http://europe.wordcamp.org/2015/organizers/\" target=\"_blank\">organizers</a> for the 2015 event, including five experienced local organizers and a global team of organizers from all over Europe.</p>\n<p>Tickets will go on sale at the beginning of February, and the organization team will be calling for speakers and sponsors in the next few days. Unlike last year’s event, WordCamp Europe 2015 will include interpretation for the local language. While all sessions will be given in English, a Spanish translation will be offered simultaneously.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Jan 2015 20:37:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:93:\"WPTavern: Why Jetpack Comments is Not A Great Alternative to WordPress’ Native Comment Form\";s:7:\"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://wptavern.com/?p=38091\";s:7:\"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:\"http://wptavern.com/why-jetpack-comments-is-not-a-great-alternative-to-wordpress-native-comment-form\";s: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:7500:\"<p>Jetpack ships with more than <a title=\"http://jetpack.me/\" href=\"http://jetpack.me/\">30 different modules </a>including, <a title=\"http://jetpack.me/support/comments/\" href=\"http://jetpack.me/support/comments/\">Jetpack Comments</a>. One of its primary features is allowing people to login using credentials from their WordPress.com, Twitter, Facebook, or Google+ accounts.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/JetpackCommentForm.png\" rel=\"prettyphoto[38091]\"><img class=\"size-full wp-image-38094\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/JetpackCommentForm.png?resize=499%2C374\" alt=\"Jetpack Comments Form\" /></a>Jetpack Comments Form\n<p>This module has replaced the WordPress native comment form for nearly two years on WP Tavern. It makes it easier for people on social networks to post a comment, but the convenience comes with several drawbacks.</p>\n<h2>Lack of a Graceful Fallback</h2>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/04/JetpackCommentsOutOfFuel.png\" rel=\"prettyphoto[38091]\"><img class=\"size-full wp-image-20439\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/04/JetpackCommentsOutOfFuel.png?resize=646%2C201\" alt=\"Jetpack Comments Temporarily Offline\" /></a>Out Of Fuel\n<p>In early 2014, <a title=\"http://wptavern.com/the-combination-of-jetpack-and-dreamhost-security-settings-lead-to-lost-comments\" href=\"http://wptavern.com/the-combination-of-jetpack-and-dreamhost-security-settings-lead-to-lost-comments\">several Tavern readers experienced</a> <strong>Service Temporarily Unavailable</strong> errors when trying to submit a comment. The error was caused by a security setting with <a title=\"http://www.modsecurity.org/\" href=\"http://www.modsecurity.org/\">mod_security</a> on DreamHost and exposed the lack of a graceful fallback. Instead of displaying an error, the iFrame should have been replaced with the native comment form. I <a title=\"https://github.com/Automattic/jetpack/issues/446\" href=\"https://github.com/Automattic/jetpack/issues/446\">created an issue</a> on Github explaining the problem and although it gained immediate attention, not much has happened since.</p>\n<h2>Annoying Page Refreshes</h2>\n<p>It’s normal for articles on the Tavern to have several comments with multi-threaded conversations. I’ve discovered that Jetpack Comments will sometimes take me to a different part of the page after I reply to a comment instead of taking me to where the comment is published. It doesn’t happen all the time, but when it does, it’s annoying.</p>\n<p>It’s 2015, 10 years after the term <a title=\"http://www.adaptivepath.com/ideas/ajax-new-approach-web-applications/\" href=\"http://www.adaptivepath.com/ideas/ajax-new-approach-web-applications/\">Ajax was coined by Jesse James Garrett</a>. Ajax stands for Asynchronous JavaScript + XML. It’s a collection of technologies that provide near real-time interaction with page elements. For example, if you leave a comment on a site running the <a title=\"http://p2theme.com/\" href=\"http://p2theme.com/\">P2 theme</a>, it will appear on the site without refreshing the page.</p>\n<p>Page refreshes are distracting, annoying, and break the flow of a conversation. I’m <a title=\"http://wordpress.org/support/topic/i-was-expected-some-other-fu?replies=2\" href=\"http://wordpress.org/support/topic/i-was-expected-some-other-fu?replies=2\">not the first one</a> to request Jetpack Comments be Ajaxified. In an <a title=\"https://github.com/Automattic/jetpack/issues/833#issuecomment-67605046\" href=\"https://github.com/Automattic/jetpack/issues/833#issuecomment-67605046\">issue on Jetpack’s Github account</a>, George Stephanis, who is a member of the Jetpack development team explains that, while theoretically possible, it’s not high on the priority list.</p>\n<blockquote><p>It’s theoretically possible passing the event through JS <code>window.postMessage</code> — but to actually render the comment would take some theme integration that we can’t presently assume. If someone wanted to write this I’d be fine accepting a pull request that fires an event and passes some limited data back, like the comment ID and status or something, but it’s not high on the priority list.</p></blockquote>\n<p>The ticket has gained little traction with no signs of Ajax support being added anytime soon. His response is similar to Matt Mullenweg’s in <a title=\"http://wptavern.com/wpweekly-episode-130-catching-up-with-matt-mullenweg\" href=\"http://wptavern.com/wpweekly-episode-130-catching-up-with-matt-mullenweg\">episode 130 of WordPress Weekly</a>, when I asked him <a title=\"http://wptavern.com/what-is-the-future-of-comments-in-wordpress\" href=\"http://wptavern.com/what-is-the-future-of-comments-in-wordpress\">why comments haven’t changed much</a> in WordPress over the years, “It’s very difficult to iterate comments as it’s hard to get those changes to be compatible with every WordPress theme in the world.”</p>\n<h2>It’s Not Highly Extendable</h2>\n<p>One of the biggest problems I have with Jetpack Comments is that it’s not easily extendable using plugins. Since it’s an iFrame hosted on WordPress.com, it’s hard to manipulate and is an <strong>all or nothing </strong>approach.</p>\n<h2>The Old Comment Form</h2>\n<p>In 2011, I used <a title=\"http://wptavern.com/how-to-mimic-the-wptavern-commenting-system\" href=\"http://wptavern.com/how-to-mimic-the-wptavern-commenting-system\">a collection of plugins</a> to add features to the native comment form so it felt more like a reply box on a forum. Readers had the ability to style and preview comments without having to write code. They could also subscribe to the thread and edit their comment afterwards for up to 10 minutes.</p>\n<p>However, my favorite feature was the Reply link next to each comment. When clicked, the name along with a link to the comment id was automatically added to the comment form. For example, <strong>@<a href=”#comment-11784″ rel=”reply”>Name of Awesome Commenter</a> – Comment text here</strong>. Since the theme didn’t support threaded comments at the time, this feature came in handy.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/OldTavernCommentForm.png\" rel=\"prettyphoto[38091]\"><img class=\"size-full wp-image-38095\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/OldTavernCommentForm.png?resize=625%2C657\" alt=\"Comment Form Used on The Tavern in 2011\" /></a>Comment Form Used on The Tavern in 2011\n<p>Although some of the features are replicated in Jetpack Comments, the old form felt like a better experience to me. If you’re a long time commenter on the Tavern, I’m curious if you feel the same way?</p>\n<h2>I Don’t Recommend Jetpack Comments</h2>\n<p>In an era where Twitter, Facebook, etc. provide the ability for real-time communication, Jetpack Comments and the default comment system in WordPress feels like ancient technology. If all you need is an easy way for people to login using their social media accounts to post a comment, Jetpack Comments is a good solution. However, if you need something more robust, look elsewhere.</p>\n<p>Unless the team adds Ajax support for comment submissions and makes the module more extendable, I can’t recommend it as a viable alternative to the native comment form in WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Jan 2015 18:54:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:68:\"WPTavern: Recent Pressable Outages the Result of a Slow Loris Attack\";s:7:\"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://wptavern.com/?p=38064\";s:7:\"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:\"http://wptavern.com/recent-pressable-outages-the-result-of-a-slow-loris-attack\";s: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:3011:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/slow-loris.jpg\" rel=\"prettyphoto[38064]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/slow-loris.jpg?resize=700%2C346\" alt=\"photo credit: BBC Nature\" class=\"size-full wp-image-38071\" /></a>photo credit: <a href=\"http://www.bbc.co.uk/nature/life/Slow_loris\">BBC Nature</a>\n<p>Last week, <a href=\"https://pressable.com/\" target=\"_blank\">Pressable</a> was engaged in a 24/7 struggle to keep its customers’ sites operational. The <a href=\"http://wptavern.com/pressable-struggles-to-retain-customers-following-recent-outages\" target=\"_blank\">recent outages</a> caused some customers 24+ hours of downtime and many closed their accounts in favor of finding an alternative host. Today the company announced that the root cause of the outage customers experienced the week of January 19, 2015, was an intentional attack on Pressable’s systems.</p>\n<p>A <a href=\"https://pressable.com/blog/2015/01/28/root-cause-analysis-outage-week-january-19-2015/\" target=\"_blank\">post</a> on the company’s blog further breaks down the attack: <strong>“Ultimately, the reason for this outage was a well crafted attack on our systems. The attack was a variant of the “<a href=\"http://en.wikipedia.org/wiki/Slowloris_%28software%29\" target=\"_blank\">Slow-Loris</a>” attack discovered in 2009.”</strong></p>\n<p>The attack went undetected because of the insidious manner in which it was executed. Pressable has been working with security professionals to get the attack under control and announced <a href=\"http://status.pressable.com/2015/01/24/all-systems-operational/\" target=\"_blank\">all systems operational</a> on Monday.</p>\n<p>A week ago, after hearing about Pressable’s continued struggle with downtime, I asked CEO Vid Luther if the company was being intentionally sabotaged. At the time, he didn’t think that an attack was a real possibility:</p>\n<blockquote><p>I do not believe that anyone who has an agenda against Pressable is behind these issues. I’m not aware of anyone who has an agenda against Pressable, besides the general competition in the WordPress hosting space, and currently, some of them are acting like vultures. But, I don’t think those guys have the ability to orchestrate something like this. So, unfortunately, no conspiracy theory from our side.</p></blockquote>\n<p>While working to mitigate customer downtime, the Pressable team discovered the coordinated attack on their systems. The attacker’s sophisticated method of sabotaging Pressable went undetected, because it was made to appear that the host’s infrastructure was being overloaded.</p>\n<p>The knowledge of the attack came after multiple apologies from Luther, who originally identified Pressable’s lagging infrastructure as the cause. Luther told the Tavern that he has an idea of who the attackers are but will be digging into it further before calling out any parties publicly.</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, 28 Jan 2015 22:43:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"WPTavern: GenerateWP Introduces WordPress Custom Code Snippets\";s:7:\"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://wptavern.com/?p=37861\";s:7:\"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://wptavern.com/generatewp-introduces-wordpress-custom-code-snippets\";s: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:5357:\"<p><a href=\"http://generatewp.com/\" target=\"_blank\">GenerateWP</a>, the popular WordPress code generator site, is celebrating two years in operation this week. The site, founded by <a href=\"https://profiles.wordpress.org/ramiy\" target=\"_blank\">Rami Yushuvaev</a>, launched with five code generators and now has more than 20. Yushuvaev sees the site as an educational tool that helps WordPress developers learn more about coding best practices.</p>\n<p>Before launching GenerateWP, Yushuvaev created <a href=\"http://www.wp-tricks.co.il/generator/\" target=\"_blank\">three code generators</a> to serve the Israeli WordPress community. The site was an instant success, which prompted him to translate it into English and launch GenerateWP in January 2013.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/generatewp-hebrew.jpg\" rel=\"prettyphoto[37861]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/generatewp-hebrew.jpg?resize=727%2C221\" alt=\"generatewp-hebrew\" class=\"aligncenter size-full wp-image-38035\" /></a></p>\n<p>The first week after launching, Yushuvaev was approached by a major brand that offered to buy the site and a few developers made offers to finance more generators. “I decided that it wasn’t the right time to give up the site, since I had big plans for it and for the WordPress community,” he said.</p>\n<p>The site has 15K+ registered WordPress developers and averages 100,000 visitors per month, most of whom are designers and developers. During the past two years, Yushuvaev worked with contributors Maor Chasen and Ohad Raz to rewrite the entire code base to use object-oriented programming and make it work better with WordPress.</p>\n<p>In celebration of the site’s two year birthday, GenerateWP is introducing custom code snippets, which will allow users to save their own snippets in a public and/or private library. “Front-end designers use <a href=\"http://Codepen.io\" target=\"_blank\">codepen.io</a> to showcase their code, JavaScript developers use <a href=\"http://jsfiddle.net\" target=\"_blank\">jsfiddle.net</a>, Bootstrap developers have <a href=\"http://bootsnipp.com\" target=\"_blank\">bootsnipp.com</a>, and now WordPress developers have <a href=\"http://GenerateWP.com\" target=\"_blank\">GenerateWP.com</a>,” Yushuvaev said.</p>\n<p>The site now includes a collective <a href=\"http://generatewp.com/snippet/\" target=\"_blank\">library of public snippets</a> shared with the community. Users can also browse public snippets by author.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/rami-snippets.jpg\" rel=\"prettyphoto[37861]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/rami-snippets.jpg?resize=963%2C458\" alt=\"rami-snippets\" class=\"aligncenter size-full wp-image-38047\" /></a></p>\n<p>Individual <a href=\"http://generatewp.com/snippet/nvMganl/\" target=\"_blank\">snippets</a> allow users to share, download, or clone the code into their own libraries. Developers can embed snippets on their sites, send them to <a href=\"http://pastebin.com/\" target=\"_blank\">Pastebin</a>, or create a <a href=\"https://gist.github.com/\" target=\"_blank\">GitHub gist</a>.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/generatewp-snippets.jpg\" rel=\"prettyphoto[37861]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/generatewp-snippets.jpg?resize=957%2C483\" alt=\"generatewp-snippets\" class=\"aligncenter size-full wp-image-38049\" /></a></p>\n<h3>Future Plans for Expanding GenerateWP</h3>\n<p>Yushuvaev has plans to monetize the site further down the road but said that the generators and code snippets will always remain free. “The money will come from other services,” he said. “I can’t reveal our plans but you can expect a game changing feature for our premium users.”</p>\n<p>In the meantime, the team plans to create new code generators, including a tool to generate widgets, a meta box generator, and admin menu page generators. In the coming weeks, the site will also provide an oEmbed option to embed snippets using nothing but the URL.</p>\n<p>Currently, the most popular generators on the site are the ones for creating custom post types, shortcodes, and custom taxonomies. Yushuvaev is optimistic that the site will continue to grow as more developers discover how much time they can save with the generators.</p>\n<p>I was writing the same code over and over again (post types and taxonomies) for different clients,” he said. “Creating an automatic generator to save some time was the next logical step.” He found that writing code eats up plenty of time and did not want to utilize free plugins, as they often do not remain in active development.</p>\n<p>GenerateWP is quickly becoming a popular tool for WordPress educators. “The site is used in WordPress classes around the world to teach new developers how to properly code using WordPress coding standards,” Yushuvaev said. “We managed to confirm a class in Thailand, universities and colleges in Israel, United States, Canada, and Germany.</p>\n<p>“We also have received requests to translate our tools to other languages,” he said. The GenerateWP team plans to add translations in the near future to open up the site to more international users.</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, 28 Jan 2015 21:20: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: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:27:\"Matt: Slack Buys Screenhero\";s:7:\"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:21:\"http://ma.tt/?p=44638\";s:7:\"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:43:\"http://ma.tt/2015/01/slack-buys-screenhero/\";s: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:534:\"<p><a href=\"http://techcrunch.com/2015/01/28/slack-buys-screenhero-to-add-screen-sharing-and-voice-chat-to-its-work-messaging-platform/\">Slack Buys Screenhero To Add Screen Sharing And Voice Chat To Its Work Messaging Platform</a>, which I’m very excited about as a daily user of Slack (on 5 teams now) and through <a href=\"http://audrey.co/\">Audrey</a> an investor in <a href=\"https://screenhero.com/\">Screenhero</a> and a big fan of their vision. As the article mentions, Automattic has been a Screenhero customer as well.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Jan 2015 19:47: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:\"WPTavern: Thank a Plugin Author Day 2015\";s:7:\"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://wptavern.com/?p=37980\";s:7:\"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:50:\"http://wptavern.com/thank-a-plugin-author-day-2015\";s: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:2579:\"<p><a title=\"https://wordpress.org/news/2009/01/thank-a-plugin-developer-day/\" href=\"https://wordpress.org/news/2009/01/thank-a-plugin-developer-day/\">Created by Matt Mullenweg in 2009,</a> when the <a title=\"https://wordpress.org/plugins/\" href=\"https://wordpress.org/plugins/\">plugin directory</a> hosted only 4K plugins, Thank a Plugin Author Day (January 28th) motivates users to thank plugin authors.</p>\n<p>There are several ways to celebrate the event, such as visiting the plugin author’s website. The link is usually available via the plugin’s page on WordPress.org. You can also find a link to the author’s website by searching for the plugin in the backend of WordPress. Also, most plugins in the directory have a link to give a monetary donation.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/PluginDonationLink.png\" rel=\"prettyphoto[37980]\"><img class=\"size-full wp-image-38009\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/PluginDonationLink.png?resize=975%2C527\" alt=\"Plugin Donation Link\" /></a>Plugin Donation Link\n<p>Another way to thank plugin authors is to rate and review their plugins. Ratings and reviews are <a title=\"http://wptavern.com/rate-and-review-a-wordpress-plugin-day-set-for-october-17th\" href=\"http://wptavern.com/rate-and-review-a-wordpress-plugin-day-set-for-october-17th\">an easy way to send feedback</a> directly to an author. Make sure to provide actionable feedback instead of one or two-word reviews. A side effect of rating and reviewing plugins, is that it’s one of many ways to contribute back to the WordPress project.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/BillionThanksFeaturedImage.png\" rel=\"prettyphoto[37980]\"><img class=\"size-full wp-image-34331\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/BillionThanksFeaturedImage.png?resize=796%2C267\" alt=\"Billion Thanks Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/opensourceway/7007768456/\">opensourceway</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>Since the holiday’s creation, over 31K plugins have been added to the directory which results in nearly 36K reasons to use WordPress! <strong>Thank you</strong> to anyone who has ever published a WordPress plugin whether it’s on the <a title=\"https://wordpress.org/plugins/\" href=\"https://wordpress.org/plugins/\">official directory</a> or on GitHub. Without so many plugins, I wouldn’t be able to customize WordPress to make it my own.</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, 28 Jan 2015 07:05: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:\"\";}}}}}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:79:\"WPTavern: Envato Stats, Tips For Getting Things Done, and More at PressNomics 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:28:\"http://wptavern.com/?p=37944\";s:7:\"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:87:\"http://wptavern.com/envato-stats-tips-for-getting-things-done-and-more-at-pressnomics-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:10754:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/WelcomeToPressNomicsFeaturedImage.png\" rel=\"prettyphoto[37944]\"><img class=\"size-full wp-image-37971\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/WelcomeToPressNomicsFeaturedImage.png?resize=671%2C288\" alt=\"PressNomics Introduction\" /></a>PressNomics Introduction\n<p>Last week, I attended the third annual <a title=\"http://pressnomics.com/\" href=\"http://pressnomics.com/\">PressNomics conference</a> in Phoenix, AZ. The event focuses on the business side of the WordPress ecosystem and provides opportunities for business owners to learn from those who are blazing a path towards success. On the evening before PressNomics, I joined several business owners for dinner.</p>\n<p>A half hour into the meal, I listened intently to various conversations taking place around the table. Topics of conversation included: market segments, customer satisfaction, and business partnerships. At this point I realized I was definitely at a business conference.</p>\n<h2>The Family Delivers Opening Remarks</h2>\n<p>Joshua and Sally Strebel along with their kids, appeared on stage and delivered the opening remarks. It’s as if the family invited every attendee into their home for a family reunion.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/hashtag/PressNomics?src=hash\">#PressNomics</a> is getting started! <a href=\"http://t.co/DqFGdEidK4\">pic.twitter.com/DqFGdEidK4</a></p>\n<p>— Brian Krogsgard (@Krogsgard) <a href=\"https://twitter.com/Krogsgard/status/558295522725752833\">January 22, 2015</a></p></blockquote>\n<p></p>\n<p>Despite several competing businesses, companies, and products under one roof, I witnessed so many small groups of people discussing strategy as if they’re all friends. I felt a positive energy amongst the crowd and several attendees left the event in high spirits, ready to take their businesses to the next level.</p>\n<h2>Session Highlights</h2>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/30-Medium.jpg\" rel=\"prettyphoto[37944]\"><img class=\"size-full wp-image-37973\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/30-Medium.jpg?resize=1024%2C768\" alt=\"A Room Full of Knowledge Seekers\" /></a>Name the people in this image\n<p>The room was packed with attendees for every session since PressNomics chose not to record or live stream the event. The following is a list of memorable points from the sessions I enjoyed most.</p>\n<p><strong>Joshua Strebel interviews Dre Armeda</strong></p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/35-Medium.jpg\" rel=\"prettyphoto[37944]\"><img class=\"wp-image-37976 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/35-Medium.jpg?resize=1024%2C768\" alt=\"Joshua Strebel Interviews Dre Armeda\" /></a>Joshua Strebel Interviews Dre Armeda\n<p>Joshua Strebel interviewed Dre Armeda on stage with a bottle of scotch. Aremda described how he became involved with WordPress and founded <a title=\"https://sucuri.net/\" href=\"https://sucuri.net/\">Sucuri</a>, where he turned a two-person part-time hobby into a multi-million dollar, 30+ employee company. He also talked about his role as Vice President of Operations for <a title=\"http://webdevstudios.com/\" href=\"http://webdevstudios.com/\">WebDevStudios</a>.</p>\n<p><strong>Ben Chan</strong></p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/40-Medium.jpg\" rel=\"prettyphoto[37944]\"><img class=\"size-full wp-image-37978\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/40-Medium.jpg?resize=1024%2C768\" alt=\"Envato Stats via Ben Chan\" /></a>Envato Stats via Ben Chan\n<p>Ben Chan is the Director of Growth and Revenue at <a title=\"http://market.envato.com/\" href=\"http://market.envato.com/\">Envato</a>. The statistics he shared confirm that Envato is a huge player in various markets such as WordPress themes, audio files, and plugins. His slides are not available online, but I archived a few stats using Twitter. “Note that the earnings are before Envato takes their cut.”</p>\n<ul>\n<li>In the first 30 days, the <a title=\"http://themeforest.net/item/automotive-car-dealership-business-wordpress-theme/9210971\" href=\"http://themeforest.net/item/automotive-car-dealership-business-wordpress-theme/9210971\">Automotive theme</a> on ThemeForest had 300+ sales generating over $15K in sales.</li>\n<li>In less than 10 months, the WPlus theme had over 4K+ sales.</li>\n<li>In 2014, Visual Composer was the best selling plugin on CodeCanyon. The second best product is built on top of it.</li>\n<li>Easy Social Share buttons plugin by Appscreo has over 6K+ sales on CodeCanyon.</li>\n<li>Of the top 50 selling WordPress themes in 2014, 67% are new to the list versus 2013.</li>\n<li>79% of themes describe themselves as responsive, but make up 93% of overall earnings.</li>\n<li>Only 4% of themes in the ThemeForest marketplace have earned less than $1K in their lifetime.</li>\n<li>Envato supports initiatives in the WordPress community. One example is <a title=\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\" href=\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\">funding John James Jacoby</a> to work on GlotPress, bbPress, and BuddyPress full-time for six months.</li>\n</ul>\n<p><strong>Selena Larson</strong></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Helpful tips from <a href=\"https://twitter.com/selenalarson\">@selenalarson</a> on how startups can pitch, including getting known thru good comments <a href=\"https://twitter.com/hashtag/Pressnomics?src=hash\">#Pressnomics</a> <a href=\"http://t.co/c3hufKKspb\">pic.twitter.com/c3hufKKspb</a></p>\n<p>— Danny Sullivan (@dannysullivan) <a href=\"https://twitter.com/dannysullivan/status/558664527303041025\">January 23, 2015</a></p></blockquote>\n<p></p>\n<p><a title=\"http://selenalarson.com/\" href=\"http://selenalarson.com/\">Selena Larson</a> who writes for <a title=\"http://www.dailydot.com/authors/selena-larson/\" href=\"http://www.dailydot.com/authors/selena-larson/\">the Daily Dot</a>, shared tips on how businesses can receive press by improving their pitches. I agreed with pretty much everything she said on the matter and hope those in attendance took notes. Here are a few highlights:</p>\n<ul>\n<li>Stop using jargon to pitch a product because no one talks like that.</li>\n<li>Describe your product, service, or business in two sentences or less.</li>\n<li>Balance your innovation with something that’s familiar. Don’t talk to reporters as if they’re investors because they’re not.</li>\n<li><a title=\"http://www.producthunt.com/\" href=\"http://www.producthunt.com/\">Product Hunt</a> is a good way to test the market or pitch a product without involving the press.</li>\n</ul>\n<p>As bonus material, be sure to read our guide on <a title=\"http://wptavern.com/tips-for-promoting-newly-released-wordpress-plugins\" href=\"http://wptavern.com/tips-for-promoting-newly-released-wordpress-plugins\">how to promote newly released plugins</a>.</p>\n<p><strong>Danny Sullivan</strong></p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/51-Medium.jpg\" rel=\"prettyphoto[37944]\"><img class=\"size-full wp-image-37982\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/51-Medium.jpg?resize=1024%2C768\" alt=\"SEO With Danny Sullivan\" /></a>SEO With Danny Sullivan\n<p>Danny Sullivan, who is a Founding Editor of <a title=\"http://searchengineland.com/author/danny-sullivan\" href=\"http://searchengineland.com/author/danny-sullivan\">Search Engine Land</a>, presented on the topic of SEO. It’s a topic I’ve stayed away from and don’t talk about much, but Sullivan’s presentation was not only entertaining, it was enlightening. He showed a brief history of the Google homepage and described why numerous claims of SEO being dead are false.</p>\n<p>The one thing I took away from his presentation is that SEO will never die, but continue to evolve. Because of Sullivan’s presentation, I’m going to open my mind to SEO instead of writing it off.</p>\n<p><strong>Chris Lema</strong></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Things <a href=\"https://twitter.com/chrislema\">@chrislema</a> does daily <a href=\"https://twitter.com/hashtag/pressnomics?src=hash\">#pressnomics</a> <a href=\"https://twitter.com/hashtag/gtd?src=hash\">#gtd</a> <a href=\"http://t.co/WIBAlTCTkW\">pic.twitter.com/WIBAlTCTkW</a></p>\n<p>— Remkus de Vries (@DeFries) <a href=\"https://twitter.com/DeFries/status/558765203836268546\">January 23, 2015</a></p></blockquote>\n<p></p>\n<p>The CTO and Chief Strategist at <a href=\"http://crowdfavorite.com/\">Crowd Favorite</a>, Chris Lema, is one of my favorite speakers. He knows how to tell a story and keep the audience engaged. For this presentation, Lema shared tips and disciplines for getting things done. My favorite tip from his session is to start the day writing a list of three things you need to get done. Getting 2-3 items finished each day builds confidence and provides a historical record of things that are done.</p>\n<p>His stance on putting family first is an important strategy I need to work on. So far, listing three things to accomplish each day is working. I feel better about myself and it’s helping me figure out when I’ve had a good day.</p>\n<p>The last session featured Joshua Strebel interviewing Matt Mullenweg on stage, but I’m going to dissect that session in a separate post.</p>\n<h2>A Lot of Fun</h2>\n<p>Not only are the Strebels great hosts, they donated over $10K of proceeds from the event to the <a title=\"http://www.curesearch.org/\" href=\"http://www.curesearch.org/\">CureSearch</a> for Children’s Cancer charity. If there’s a PressNomics 4 and you’re involved in the economics of WordPress, I highly encourage you to attend.</p>\n<p>My goal was to be a fly on the wall for as many conversations as possible and I feel like I’ve accomplished that goal. I wouldn’t be surprised if several strategic partnerships are announced in the next few months with PressNomics being the birth place of the conversation.</p>\n<p>If you can’t wait for PressNomics 4, consider attending <a title=\"http://prestigeconf.com/tickets/\" href=\"http://prestigeconf.com/tickets/\">Prestige Las Vegas</a>, NV, February 27-28th. Similar to PressNomics, it’s a conference focused on the business side of WordPress.</p>\n<p>Here are a few other photos from the event.</p>\n<a href=\"http://wptavern.com/envato-stats-tips-for-getting-things-done-and-more-at-pressnomics-3#gallery-37944-1-slideshow\">Click to view slideshow.</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Jan 2015 06:00:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:28:\"Matt: Kitchensink WP 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:21:\"http://ma.tt/?p=44636\";s:7:\"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://ma.tt/2015/01/kitchensink-wp-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:180:\"<p><a href=\"http://kitchensinkwp.com/podcast-e048-interview-with-matt-mullenweg/\">I hopped on a podcast with Kitchensink WP to chat about the latest in the WordPress world</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, 27 Jan 2015 23:35: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:76:\"WPTavern: How Important is Jetpack on WordPress’ Road to 50% Market Share?\";s:7:\"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://wptavern.com/?p=37907\";s:7:\"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:\"http://wptavern.com/how-important-is-jetpack-on-wordpress-road-to-50-market-share\";s: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:10465:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/jetpack-logo.gif\" rel=\"prettyphoto[37907]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/jetpack-logo.gif?resize=700%2C276\" alt=\"jetpack-logo\" class=\"aligncenter size-full wp-image-27470\" /></a></p>\n<p>This past weekend, 250 professionals gathered in Phoenix, Arizona for <a href=\"http://pressnomics.com/\" target=\"_blank\">Pressnomics</a>, a three-day event focused on entrepreneurship in the WordPress economy. During the last day, attendees had the opportunity to watch Pagely CEO <a href=\"http://saint-rebel.com/\" target=\"_blank\">Joshua Strebel</a> interview Matt Mullenweg. Although the session wasn’t recorded, the audience tweeted out the highlights of the interview, and discussion continued on Twitter.</p>\n<p>Strebel pressed Mullenweg on Automattic’s agenda behind <a href=\"http://jetpack.me/\" target=\"_blank\">Jetpack</a>.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>At <a href=\"https://twitter.com/hashtag/pressnomics?src=hash\">#pressnomics</a> <a href=\"https://twitter.com/strebel\">@strebel</a> refers to Jetpack as a Trojan Horse to <a href=\"https://twitter.com/photomatt\">@photomatt</a>, room goes silent</p>\n<p>— Yeti Support (@YetiSupport) <a href=\"https://twitter.com/YetiSupport/status/558772539032219648\">January 23, 2015</a></p></blockquote>\n<p></p>\n<p>This resulted in one of the most controversial statements to come out of the event:</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>“In the absence of <a href=\"https://twitter.com/jetpack\">@Jetpack</a>, I believe <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a> would be declining.” – <a href=\"https://twitter.com/photomatt\">@photomatt</a> <a href=\"https://twitter.com/hashtag/pressnomics?src=hash\">#pressnomics</a></p>\n<p>— Antony McGregor Dey (@antonymd) <a href=\"https://twitter.com/antonymd/status/558772451199299584\">January 23, 2015</a></p></blockquote>\n<p></p>\n<p>Mullenweg further clarified his statement on Twitter, essentially identifying Jetpack as a tool to bolster the platform against competition. Jetpack allows users to gain access to professionally-supported third party integrations without WordPress being forced to dump all of these features into the core software.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/zedejose\">@zedejose</a> <a href=\"https://twitter.com/mkalina\">@mkalina</a> <a href=\"https://twitter.com/jetpack\">@jetpack</a> <a href=\"https://twitter.com/antonymd\">@antonymd</a> Naked WordPress (without plugins) is not competitive to Wix, Weebly, Squarespace, etc.</p>\n<p>— Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/559559918898794496\">January 26, 2015</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/mkalina\">@mkalina</a> <a href=\"https://twitter.com/jetpack\">@jetpack</a> <a href=\"https://twitter.com/antonymd\">@antonymd</a> <a href=\"https://twitter.com/zedejose\">@zedejose</a> You should consider the rest: There\'s secular decline of non-mobile, non-social publishing systems.</p>\n<p>— Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/559532172596359168\">January 26, 2015</a></p></blockquote>\n<p></p>\n<p>Jetpack-enabled blogs have more features available to them on the WordPress mobile apps, which are wholly sponsored by Automattic. Many self-hosted WordPress users don’t appreciate the fact that the mobile apps are packed full of WordPress.com features, but, at the moment, there are no superior alternatives. In our most recent <a href=\"http://wptavern.com/matt-mullenweg-on-ensuring-the-future-of-wordpress\" target=\"_blank\">interview with Mullenweg</a>, he deftly addressed the friction caused by <a href=\"http://wptavern.com/poll-who-uses-reader-in-the-wordpress-mobile-apps\" target=\"_blank\">the preeminence of WordPress.com’s Reader in the app</a>, which he sees as a gateway that simplifies the onboarding process for new users.</p>\n<blockquote><p>I see it as a gateway drug and it gives people more options down the road. If we don’t do anything on mobile, five years from now, when everyone is only using mobile devices, they will all have Squarespace’s or Weebly’s. WordPress is still around but it just doesn’t matter. This allows us to matter five years from now.</p></blockquote>\n<p>With both Jetpack and the mobile apps, Mullenweg sees an opportunity for Automattic to provide functionality that goes beyond the core publishing experience to offer mobile access and connect users with readers and commenters via social networks.</p>\n<h3>The Road to 50% Market Share</h3>\n<p>In a recent <a href=\"http://kitchensinkwp.com/podcast-e048-interview-with-matt-mullenweg/\" target=\"_blank\">interview with Adam Silver on the KitchensinkWP podcast</a>, Mullenweg gave a better overall picture of his next goal for WordPress and how he sees the platform reaching more users in the future. The software is currently used on <a href=\"http://w3techs.com/technologies/overview/content_management/all\" target=\"_blank\">23.3% of websites worldwide</a> and is on track to reaching 25% before the end of the year. Mullenweg hopes to grow that number to 50%:</p>\n<blockquote><p>The next goal is the majority of websites. We want to get to 50%+ and there’s a lot of work between now and then. As the percentage increases, it gets harder and harder to grow the market share, and we have to grow the market share by doing things we haven’t done in the past – really thinking about the onboarding process, really thinking about the integration with social networks, and with how WordPress works on touch devices, which is going to be the predominant computing platform of the future. These things are going to be really important.</p>\n<p>What got us here isn’t going to get us there. Once we get to 50%, we can decide something new we want to do.</p></blockquote>\n<p>With a focus on the onboarding process, integration with social networks, and mobile publishing, Mullenweg is outlining how he sees the mobile apps and Jetpack entering the picture to grow the market share and prevent the decline of the platform.</p>\n<p>For Mullenweg, a 50% market share with a growing international user base isn’t a purely business goal, but rather ties back in with WordPress’ mission to democratize publishing with open source software. In response to Silver’s question on whether or not the recent focus on the mission is connected to an increase in non-English downloads, Mullenweg replied:</p>\n<blockquote><p>The big assumption in what we’re doing is that there’s an inherent goodness to the transparency and the ability for people to publish. Of course people use WordPress to publish things I personally disagree with or might find morally odious. But it’s very important that we provide the people the opportunity to have that voice. </p>\n<p>By giving everyone equal ability and access to reach the web, you’re a click away from several billion people. But you’re not if you don’t have the tools to really reach them. It’s not hunger or clean water or any of the big problems that society has, climate change, but at least for our little part in it, I think we can make a pretty big dent in it.</p></blockquote>\n<p>Mullenweg knew that WordPress had the potential to have an enormous impact on the world of publishing, even when the software was still batting in the minor leagues. WordPress.com was originally created to help users set up blogs while bypassing what used to be a complicated hosting and installation process. Over the years, as WordPress.com adapted more sophisticated ways of supporting the average WordPress user, the idea of Jetpack was born to connect self-hosted blogs with the same features.</p>\n<p>The question is whether or not Jetpack and the mobile apps are the missing link for helping users get connected to billions of people. While Jetpack’s features aren’t necessarily unique, they are professionally-supported and users feel safe banking on the plugin for the foreseeable future.</p>\n<p>Mullenweg’s controversial statement about WordPress being in decline without Jetpack was phrased as conjecture, because there’s no objective way to prove this unless you remove Jetpack from the picture entirely. As he further explained in his Twitter reply, the notion is based on witnessing the decline of other publishing systems that aren’t innovating with social or mobile features.</p>\n<p>Those who disagree with the statement object to the idea of hinging the success of WordPress’ market share on a plugin produced by a commercial entity. This is especially provocative when it comes to mobile, as Automattic’s agenda to promote WordPress.com features goes unrivaled. Nevertheless, WordPress wouldn’t have a mobile publishing platform without the company’s subsidy of the open source apps.</p>\n<p>If WordPress is dependent on Jetpack to continue building its market share to 50%, then the software’s future is inextricably tied to Automattic’s continued success. The company is one of a small few that have the capital to invest in a major plugin like Jetpack along with the ongoing improvement of the mobile apps.</p>\n<p>“Last year, Automattic raised a bit more funding than we have in the past,” Mullenweg told Silver in his interview. “It’s actually bigger than most IPO’s. We raised $160 million and that gives us a lot of capital to invest into the community. We’re able to make bigger bets, longer term bets, and it also solidifies us as an independent entity for many years to come.”</p>\n<p>The WordPress open source project can still be considered a success in terms of its mission, even if it doesn’t achieve a dominant market share. Tying its growth to Jetpack is a bold statement that eclipses some of WordPress’ best qualities, such as its rigid adherence to protecting user freedoms with the GPL, the strong community of contributors, and the massive ecosystem of products and services surrounding it. The availability of Jetpack may be one factor responsible for WordPress’ growing market share, but I don’t think it’s the sole tool saving WordPress from decline.</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, 27 Jan 2015 22:27: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: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:51:\"Post Status: WooCommerce is going after photography\";s:7:\"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:30:\"https://poststatus.com/?p=7728\";s:7:\"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:47:\"https://poststatus.com/woocommerce-photography/\";s: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:7576:\"<p>Photography is a huge — and quite competitive — market. WooThemes has one nice advantage, in that they are quite dominant in the eCommerce space.</p>\n<p>However, catering to actually selling photos is a whole new world. You’re talking about competing with dozens of services, some quite vertically integrated (from website, to photo management, to photo fulfillment), to a very picky audience full of people with unique workflows.</p>\n<p>I am not a photographer. However, last year I did a ton of research on photography product potential in the WordPress space. I was working with <a href=\"http://ran.ge\">Range</a>, and we were exploring creating our own photography product. I interviewed a dozen professional photographers in person, ranging in industry, experience, and company size.</p>\n<p>I learned a lot during that research phase; and one thing I learned is that this is no easy venture.</p>\n<p>The new WooCommerce photography extension does one thing quite nicely: it allows a photographer to create albums where customers can bulk purchase photos, and it allows the photographer to upload the photos for purchase, as well as protect the albums so that only the photography client can view them.</p>\n<p>You can view a marketing video, walkthrough video, and screenshots for <a href=\"http://www.woothemes.com/products/woocommerce-photography/\">WooThemes’ Photography extension</a> on the dedicated product page.</p>\n<h3>Considerations for true professional photo management / sales</h3>\n<p>However, that is one piece of the puzzle. This plugin makes the client-side of ordering relatively painless, but there are other elements to think about:</p>\n<ul>\n<li>Narrowing an album from a lot of photos to fewer photos</li>\n<li>Choosing to make an album visible to a wedding party or others that may want to purchase, in addition to a client</li>\n<li>Creating a more visual gallery of an album, versus a “purchase” view</li>\n<li>Enabling uploads to be synchronous with an editing tool, like Lightroom</li>\n<li>Enabling categorization, automated meta data, and various grouping mechanisms for photos</li>\n<li>The ability to quickly send the same or select photos from a client-viewed album to a new gallery for a blog post about a client event</li>\n<li>Integrating a photo fulfillment service, to actually print and deliver purchased photos</li>\n<li>And much more</li>\n</ul>\n<p>I’m sure WooThemes has done a good bit of research for this product. However, I think they’ve made a feature that’s not yet ready for your every day photographer. Of the photographers I met, most lamented the experience of creating, managing, and selling photos and albums.</p>\n<p>I think that there is a lot of room in the self-hosted photography space, and my reasoning is simple. Right now, selling photos and managing albums, client review, etc., on hosted services is super expensive. Plenty of services charge hundreds or even thousands of dollars per year, and/or charge massive per-purchase fees (like 10%+).</p>\n<p>A self-hosted, WordPress-integrated photography management solution — built for WordPress professionals — could be a million dollar idea on its own. I think WooCommerce creating this add-on is an interesting start, but I believe the concept has major legs that could grow into something huge.</p>\n<h3>Here are some other players in the market</h3>\n<p>Let’s start within the WordPress space:</p>\n<ul>\n<li><a href=\"http://www.photocrati.com/photography-wordpress-themes/\">Photocrati</a> — a theme plus eCommerce, gallery, and other features (these are the folks behind NextGen)</li>\n<li><a href=\"https://graphpaperpress.com/plugins/sell-media/\">Sell Media</a> — Graph Paper Press’s spin on selling media and prints. If I recall correctly, this is a fork of EDD customized for their photo-heavy theme collection</li>\n<li><a href=\"http://www.prophoto.com/explore-features/\">ProPhoto</a> — hideous but one of the more “full service” photography website options, minus selling</li>\n<li><a href=\"https://easydigitaldownloads.com/\">Easy Digital Downloads</a> — Out of the box, EDD could be used for selling photos</li>\n<li><a href=\"https://ithemes.com/exchange/\">Exchange</a> — Out of the box, Exchange could be used for selling photos</li>\n</ul>\n<p>No WordPress product is really providing a full solution though. Plenty of non-WordPress products are trying. Here are some that are interseting to look into:</p>\n<ul>\n<li><a href=\"http://www.smugmug.com/pro\">SmugMug</a> — A compelling, hosted option. Probably the most interesting in the market.</li>\n<li><a href=\"http://www.instaproofs.com/home/how-it-works.html\">InstaProofs</a> — A widely used method for proofing, selling, and fulfilling photo orders. (Requires 8%-15% commissions!)</li>\n<li><a href=\"https://discover.pictage.com/features\">Pictage</a> & <a href=\"https://web.shootq.com/\">ShootQ</a> — The most vertically integrated options: from initial lead to photo fulfillment. These two are quite popular, but are expensive SaaS products.</li>\n<li>There are loads of these, but these are popular ones, and give you an idea of what WordPress-oriented products are up against.</li>\n</ul>\n<h3>I don’t envy professional photographers on the web</h3>\n<p>Professional photographers have a lot to juggle.</p>\n<p>They’ve got to manage leads, their website copy, their contacts and CRM, their galleries and portfolio, their client albums and workflow, their events, their raw copies of photos and backups, the ability for clients to buy from them, and more.</p>\n<p>Managing this entire setup online is possible, but right now a photographer with a WordPress website and a third party system for album reviews, sales, and leads is kind of lame.</p>\n<p><span class=\"pullquote alignright\">I think WordPress can do a better job, and reduce expenses for professional photographers, while enabling them to have a more synchronized web experience for their clients.</span> I think WooCommerce introducing a Photography extension is one piece of the puzzle, but it doesn’t solve the over-arching problem.</p>\n<p>I truly believe someone could create a theme and plugin shop that competes with these third parties. But it needs to have a lot going for it: beautiful display, an easy to use interface (I’m not sure the back-end of WordPress counts as this), help photographers not continuously repeat themselves during photo management, and generally make their life as a professional photographer easier.</p>\n<p>Hosted services are tackling this problem. Those photographers managing their websites on WordPress may have more freedom and lower costs, but right now the experience isn’t easier.</p>\n<p>WooThemes is making a good first step. I’m not sure that they are the right team to really go 100% though. I’d be interested to see another company build something integrated into this product from WooThemes (or another WordPress eCommerce product) and really solve professional photographers’ workflow grievances.</p>\n<p>Like I said, I interviewed about a dozen photographers from different backgrounds. None of those interviewed felt particularly satisfied with their web workflows. There is room in this market. My question is: who will fulfill their needs?</p>\n<p>I think it can be a self-hosted product or hosted product, or both. But I think WordPress should be an excellent tool for photographers, and right now it’s not.</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, 27 Jan 2015 21:30:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:36:\"Matt: SPIEGEL Interviews Dean Baquet\";s:7:\"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:21:\"http://ma.tt/?p=44634\";s:7:\"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://ma.tt/2015/01/spiegel-interviews-dean-baquet/\";s: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:835:\"<blockquote><p>SPIEGEL: One of the reasons Snowden didn’t approach the New York Times was that the paper had refused to publish the initial research about the NSA’s bulk collection in 2004. The story was only published almost a year later. Was it a mistake to have held back on that reporting?</p></blockquote>\n<p> <a href=\"http://www.spiegel.de/international/business/spiegel-interview-with-chief-new-york-times-editor-dean-baquet-a-1014704.html\">This interview with Chief New York Times Editor Dean Baquet is remarkable</a> both for its frank, direct questions and its frank, direct answers. I got to meet with Dean <a href=\"https://matt.wordpress.com/2014/11/19/new-york-times-board-room/\">a few months ago</a> and it really struck me how excellent he and the other editorial and product folks inside of the NYT are.</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, 26 Jan 2015 23:33: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:71:\"WPTavern: Deflame Web App Aims to Improve Discussion on WordPress Blogs\";s:7:\"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://wptavern.com/?p=37875\";s:7:\"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:\"http://wptavern.com/deflame-web-app-aims-to-improve-discussion-on-wordpress-blogs\";s: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:4788:\"<p><span class=\"embed-youtube\"></span></p>\n<p>Life on the internet is full of controversial debates, people with strong opinions, and trolls, occasionally mixed in with intelligent, engaging conversation. You never know what you will encounter when you venture into the comments section on <a href=\"http://wptavern.com/why-comments-still-matter\" target=\"_blank\">blogs with open discussion enabled</a>, but that’s the beauty of free expression.</p>\n<p>The Tavern has always been a place where anyone is welcome to offer opinions in the comments, even if they’re not fully polished. Oftentimes this results in some quality interaction from community leaders. We use Jetpack comments, but the module is lacking in features that add a more interactive discussion experience between commenters.</p>\n<p><a href=\"http://defla.me/\" target=\"_blank\">Deflame</a> is a new web app, created by <a href=\"https://github.com/alexbecker\" target=\"_blank\">Alex Becker</a>, that aims to improve the quality of discourse on the internet. Both the standalone app and the Chrome extension were built to work with WordPress sites, since the platform currently dominates the web. Deflame offers three features that allow users to “ignore asshats,” delineate a side in debate, and share their perceptions of an argument with others via a unique URL.</p>\n<p>I tested the standalone version and the Chrome extension, using a recent WP Tavern <a href=\"http://wptavern.com/heropress-launches-kickstarter-campaign-to-highlight-wordpress-developers\" target=\"_blank\">post regarding HeroPress</a>, which sparked some heated debate. The app adds radio buttons to identify comment authors with whom you agree or disagree. You also have the option to ignore comments.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/deflama-example.png\" rel=\"prettyphoto[37875]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/deflama-example.png?resize=1025%2C1017\" alt=\"deflama-example\" class=\"aligncenter size-full wp-image-37889\" /></a></p>\n<p>It’s unclear why sometimes the comments receive two radio buttons, but it’s likely that the app cannot accurately anticipate the correct placement of the buttons due to differences in comment templates. Once you mark your opinions in the comments, clicking the Chrome extension button will present a summarized table at the top of the page. It includes a unique URL that allows you to share your view of the debate with the flames dampened.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/deflame-summary.jpg\" rel=\"prettyphoto[37875]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/deflame-summary.jpg?resize=755%2C235\" alt=\"deflame-summary\" class=\"aligncenter size-full wp-image-37910\" /></a></p>\n<p>Becker hopes that the app will give users a way to frame their positions and perceptions on debates that happen in the comments. “Too often, debates over important issues devolve into reasonable people on both sides attacking the trolls or madmen they perceive as representing the opposition,” he said. “Deflame aims to give commenters on WordPress-powered blogs the ability to rise above this.”</p>\n<p>Since the app doesn’t actually affect the website on which it’s being used, it offers an independent way of presenting a user-moderated discussion. Users can show an overview of their opinions, even when a site doesn’t offer interactive voting features for comments.</p>\n<p>However, some may not be comfortable with the fact that the app’s share link hides comments that have been ignored. The ability to view all comments is the only way to get the proper context for other comments posted in a debate. If visitors arrive to a site by clicking on a Deflame-generated link, they may not understand that they are only viewing a select group of comments. For this reason, I think an additional button to “show hidden comments” would be useful.</p>\n<p>Overall, <a href=\"http://defla.me/\" target=\"_blank\">Deflame</a> is an interesting idea that might make a useful WordPress plugin, if its code licensing permits. The project is available on <a href=\"https://github.com/alexbecker/deflame\" target=\"_blank\">GitHub</a>. It includes a small <a href=\"https://github.com/alexbecker/deflame/blob/master/supported.md\" target=\"_blank\">list of supported sites</a>, though the extension works reliably on many more that are not included in the list. If you want to test it, check out the <a href=\"http://defla.me/webapp.html\" target=\"_blank\">standalone Deflame app</a> or install the <a href=\"https://chrome.google.com/webstore/detail/deflame/bfaljebllekeebnpajhkoambfhflhjfk\" target=\"_blank\">Chrome extension</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, 26 Jan 2015 20: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WPTavern: WP Chat Hosts AMA with Justin Tadlock\";s:7:\"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://wptavern.com/?p=37863\";s:7:\"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://wptavern.com/wp-chat-hosts-ama-with-justin-tadlock\";s: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:3905:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2013/11/jt.jpeg\" rel=\"prettyphoto[37863]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2013/11/jt.jpeg?resize=150%2C150\" alt=\"jt\" class=\"alignright size-full wp-image-12052\" /></a></p>\n<p>WP Chat is currently hosting an AMA (“Ask Me Anything”) session with Justin Tadlock, founder of <a href=\"http://themehybrid.com/\" target=\"_blank\">Theme Hybrid</a> and co-author of <a href=\"http://www.amazon.com/Professional-WordPress-Plugin-Development-Williams/dp/0470916222/\" target=\"_blank\">Professional WordPress Plugin Development</a>. Tadlock recently <a href=\"http://wptavern.com/justin-tadlock-joins-forces-with-emil-uzelac-to-provide-wordpress-theme-review-as-a-service\" target=\"_blank\">joined forces with fellow WordPress.org Theme Review team member Emil Uzelac</a> to provide theme review as a service.</p>\n<p><a href=\"https://twitter.com/lelandf\" target=\"_blank\">Leland Fiegel</a>, founder of WP Chat, invited Tadlock as the first guest in <a href=\"https://wpchat.com/t/announcing-wpchat-amas-and-our-first-guest/571\" target=\"_blank\">a series of AMAs</a> with WordPress community members. If you’re new to the format, Fiegel recommends that you check out<a href=\"http://www.reddit.com/r/IAmA/comments/1jg781/i_am_matt_mullenweg_cofounder_of_wordpress_18_of/\" target=\"_blank\"> Matt Mullenweg’s AMA</a>, which was hosted on Reddit a year ago. Fiegel has a similar question-and-answer setup running Discourse, which is less ideal to navigate but gets the job done.</p>\n<p>Theme Hybrid is one of the oldest WordPress theme shops in business. As a long-time theme and plugin developer, Tadlock has witnessed WordPress trends over the years and has helped to shape theme development best practices. So far, a couple of the highlights from the AMA include:</p>\n<p><strong>Q: Advice for someone working full-time in an unrelated field trying to break into the WP business? I’ve been waking up at 5am for years to learn and practice WP dev but it sure seems slow going with the full-time job necessary to feed my family.</strong></p>\n<blockquote><p>Start a WordPress-related blog. Write tutorials. Share things that you learn. Learn things by writing about them. That’s how I got to know people in the community. It’s also how I was able to successfully launch Theme Hybrid.</p>\n<p>And, always reply to comments on your blog. You’ve got to interact with your readers. At a certain point, that gets tough, but keep the conversation going.</p></blockquote>\n<p><strong>Q: What is the worst thing about WordPress (the software) in your opinion? How can it be made better?</strong></p>\n<blockquote><p>From a pure user perspective, I’d like to see the admin simplified even more. Get rid of anything that’s not necessary. I’d drop the theme/plugin editors and tools screen for starters. Then, I’d work on figuring out how to simplify the post screen as much as possible.</p></blockquote>\n<p>Ever curious about the future of post formats, I asked Tadlock if he likes them and if he believes they have a future. He replied:</p>\n<blockquote><p>I love post formats. They’ve really been around for as long as I’ve been using WP (anyone remember <a href=\"http://ma.tt/2004/05/asides/\" target=\"_blank\">Matt’s asides</a>?). I think the initial build was put in too soon, so it’s created some problems for theme authors. I feel like I’ve overcome most of those issues with the post formats-related code in Hybrid Core.</p></blockquote>\n<p>If you’re a new or experienced theme developer, this is your chance to <a href=\"https://wpchat.com/t/i-am-justin-tadlock-ask-me-anything/600\" target=\"_blank\">ask Tadlock anything</a>. The WP Chat thread will be open for approximately 24-36 hours, if you have a question for Tadlock and want to join in.</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, 26 Jan 2015 17:55:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:18:\"Matt: Build a CMS?\";s:7:\"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:21:\"http://ma.tt/?p=44627\";s:7:\"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:33:\"http://ma.tt/2015/01/build-a-cms/\";s: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:224:\"<p>Austin Smith at Mediashift talks about <a href=\"http://www.pbs.org/mediashift/2015/01/why-its-risky-business-for-publishers-to-build-their-own-cms/\">Why It’s Risky Business for Publishers to Build Their Own CMS</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, 26 Jan 2015 05:00: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Matt: If Apple Made Milk\";s:7:\"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:21:\"http://ma.tt/?p=44625\";s:7:\"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:\"http://ma.tt/2015/01/if-apple-made-milk/\";s: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:297:\"<p><a href=\"http://www.adweek.com/adfreak/if-apple-made-milk-and-other-super-cool-imaginary-product-packaging-162398\">If Apple Made Milk, and Other Super-Cool Imaginary Product Packaging</a>, cool work by the artist <a href=\"http://www.peddymergui.com/\">Peddy Mergui</a>. (Who uses WordPress.)</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 Jan 2015 19:45:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:76:\"WPTavern: Acknowledge Me Plugin Outputs a GitHub Repository’s Contributors\";s:7:\"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://wptavern.com/?p=37834\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/acknowledge-me-plugin-outputs-a-github-repositorys-contributors\";s: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:3202:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/pods-team.jpg\" rel=\"prettyphoto[37834]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/pods-team.jpg?resize=951%2C474\" alt=\"pods-team\" class=\"aligncenter size-full wp-image-37839\" /></a></p>\n<p>Open source projects often struggle with finding practical ways to recognize contributors. Although most contributors aren’t in it for the recognition, it’s nice for project leaders to have a way to showcase who is behind the work. The relative number of contributors on a project is often a good indicator of how many people are ultimately committed to its success.</p>\n<p><a href=\"https://wordpress.org/plugins/acknowledge-me/\" target=\"_blank\">Acknowledge Me</a> is a new plugin created by the folks behind the <a href=\"http://pods.io/\" target=\"_blank\">Pods Framework</a>. It makes it easy to output contributors for any GitHub repository onto a WordPress post, page, or PHP template.</p>\n<p>The plugin’s shortcode is configurable, so you can set the owner (the user name or organization name for the repo), the repo name, and optionally add a header and limit the number of contributors to display.</p>\n<p><code>[acknowledge_me owner=\"pods-framework\" repo=\"pods\" header_text=\"Pods Is Brought To You By:\" total=\"50\"]</code></p>\n<p>The output will generally look the same, no matter what theme you have activated. However, you may need to tweak some of the CSS in the event that the yellow mousover overlay doesn’t line up. When hovering over individual contributors, the plugin displays the number of contributions and links to the user’s GitHub profile.</p>\n<p>I tested the plugin with a sample repo and found that it works as advertised and also responds nicely to various screen sizes.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/contributors-screenshot.jpg\" rel=\"prettyphoto[37834]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/contributors-screenshot.jpg?resize=1025%2C616\" alt=\"contributors-screenshot\" class=\"aligncenter size-full wp-image-37838\" /></a></p>\n<p>If the layout looks familiar, that’s because the Acknowledge Me plugin is based on the <a href=\"https://github.com/Automattic/underscores.me/\" target=\"_blank\">Underscores.me website</a>, which showcases folks who have contributed to the starter theme. <a href=\"http://underscores.me/\" target=\"_blank\">Underscores.me</a> is essentially a live demo of what this plugin does.</p>\n<p>At the moment, you cannot show contributors for a specific version, as this isn’t something that the GitHub API supports in its responses for <a href=\"https://developer.github.com/v3/repos/#list-contributors\" target=\"_blank\">listing contributors</a>. The default output lists contributors to a specified repository, sorted by the number of commits per contributor in descending order.</p>\n<p>If you have a website dedicated to your project or you simply want to feature contributors in a blog post, the <a href=\"https://wordpress.org/plugins/acknowledge-me/\" target=\"_blank\">Acknowledge Me</a> plugin gives you an easy way to do that. You can install it via WordPress.org.</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, 23 Jan 2015 23:12: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Find Fulfilling Work\";s:7:\"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:21:\"http://ma.tt/?p=44615\";s:7:\"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://ma.tt/2015/01/find-fulfilling-work/\";s: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:406:\"<p><span class=\"embed-youtube\"></span></p>\n<p><a href=\"http://alaindebotton.com/\">Alain de Botton</a> seems to be behind this fun series of videos that tries to apply philosophy to everyday life. This one I think is particularly important for founders, as I’ve seen many unhappy employees at startups because the founder was fundamentally unhappy because they were doing it for the wrong reasons.</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, 23 Jan 2015 21: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:74:\"WPTavern: Pressable Struggles to Retain Customers Following Recent Outages\";s:7:\"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://wptavern.com/?p=37786\";s:7:\"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:\"http://wptavern.com/pressable-struggles-to-retain-customers-following-recent-outages\";s: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:8174:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/pressable.jpg\" rel=\"prettyphoto[37786]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/pressable.jpg?resize=680%2C300\" alt=\"pressable\" class=\"aligncenter size-full wp-image-37814\" /></a></p>\n<p>Customers who have been following the <a href=\"http://status.pressable.com/2015/01/21/current-outage-breakdown-and-full-information/\" target=\"_blank\">Pressable Status blog</a> received no reassurance this week regarding the current outage. The <a href=\"https://pressable.com/about/\" target=\"_blank\">Pressable team</a> is currently working around the clock to resolve the issues causing customer websites to go down. The status blog states: “We do not currently have and will not likely provide an ETA in this situation. The best thing to do is to keep checking the current status at the bottom of this post.”</p>\n<p>The current outage comes on the heels of <a href=\"http://pressable.com/blog/2015/01/12/sorry-downtime/\" target=\"_blank\">last week’s outage</a>, for which CEO Vid Luther apologized on the company’s blog. Some customers reported 24+ hours of downtime. Pressable has been flooded with help desk requests, <a href=\"https://twitter.com/962nadia/status/558374329683935234\" target=\"_blank\">angry</a> <a href=\"https://twitter.com/DetailMyLife/status/558017979607420928\" target=\"_blank\">tweets</a>, and emails. For the past two weeks the company has been <a href=\"https://twitter.com/montidesign/status/558256236341501952\" target=\"_blank\">hemorrhaging</a> <a href=\"https://twitter.com/AlanPerlman/status/557946518809088000\" target=\"_blank\">customers</a> faster than it can repair the servers.</p>\n<h3>What’s Happening at Pressable?</h3>\n<p>Recent communications on the Pressable blog have left customers confused about the root of the incidents. The status <a href=\"http://status.pressable.com/2015/01/21/current-outage-breakdown-and-full-information/\" target=\"_blank\">post</a> cites a litany of compounding problems, i.e. issues with caching servers, internal bandwidth limitations on database servers, limitations on the rates at which servers can be added, an isolated cluster that was causing trouble for the others, etc.</p>\n<p>I spoke with Vid Luther to get a better understanding of what is happening behind the scenes at Pressable. From the outside, it appears that the company has a lack of infrastructure to accommodate the current customer load, but Luther said it’s much more than that:</p>\n<blockquote><p>The answer to this is complicated, it depends on your understanding of technology, business, and the WordPress eco-system. We are not lacking in terms of hardware or network capacity; we are short on the number of employees we have in comparison to the number of customers we have. Our entire team consists of 5 people, most people are usually amazed to learn about what we’ve accomplished as such a small team. But, when you have such a disparity in terms of employee to customer ratio, communication in a time of crisis like this suffers.</p></blockquote>\n<p>Over the past several weeks, the company has had all hands on deck to fix the problems, but customers have commented on the lack of transparency and Luther’s silence during the incidents.</p>\n<p>“I would like to apologize for not having a better communication strategy. Hopefully, others can learn from this, and plan for it accordingly,” Luther told the Tavern.</p>\n<p>“But, having a great communication plan doesn’t work for very long, eventually, you have to fix the problem for good,” he said. “That is what we’ve been working on. Over the past 12 months, we’ve had issues, and we’re tired of apologizing. I thought it would be best for us to deliver the solution instead of saying sorry once again.”</p>\n<h4>A Long-Standing Problem with Infrastructure</h4>\n<p>Customers have pointed out that while their websites have gone down, the Pressable site remains in tact. “This is because our website along with several thousand others, are already in our new infrastructure,” Luther explained.</p>\n<p>“The new infrastructure has much better underpinnings, not just from a raw horse power perspective, but it’s been designed with situations like this in mind. I would say it’s probably one of the more advanced configurations out in the WordPress hosting market.”</p>\n<p>In Luther’s <a href=\"http://pressable.com/blog/2015/01/12/sorry-downtime/\" target=\"_blank\">post</a> to the company blog regarding the previous outage, he mentions that the company anticipated this kind of problem last summer.</p>\n<blockquote><p>Fortunately, this is something that wasn’t completely unanticipated, we had identified this as a potential issue last summer, and had been working on upgrading our systems over the next two months.</p></blockquote>\n<p>What happened to halt the migration to the new infrastructure? Luther attributes it to an error in judgment.</p>\n<blockquote><p>The current situation is one of several scenarios we identified last summer, and then we ranked them in order of impact to customers, and probability of it actually happening. But, as you know Murphy’s law applies to all situations and people, and it applies here. We anticipated an event like this, and we designed a solution to address it, we were so busy building the new solution, we didn’t think about putting some safe guards on the old infrastructure. This was an error in judgement. I am to blame for it.</p>\n<p>The root of the issue here is that our old infrastructure had a very large impact radius, and we didn’t migrate people fast enough after we had identified it. </p></blockquote>\n<p>Luther recognizes that the recent outages have had an impact on the business, as many customers are looking for alternative hosting solutions. He said that the team has ideas to help mitigate the losses once the situation is stable, but they aren’t ready to share those at this time.</p>\n<p>“First we want to make the current system stable again, then we’ll work with the affected customers and do what’s right by them,” he said.</p>\n<p>The five-person Pressable team is currently stretched thin and working overtime. Luther encourages customers to remember that there are human beings working tirelessly behind the servers and technology.</p>\n<blockquote><p>We’re exhausted, we’ve got pregnant wives, parents who’ve suffered multiple strokes, and some of us are still reeling from a divorce, we’re human, we’re juggling too many things at once, and we know we shouldn’t be, but we don’t know how to just stop. The tweets, the comments, and general treatment by customers and competitors has been a brutal reminder of what it is to be a human. Could we have done things diferently? Absolutely.</p></blockquote>\n<p>The hosting business and the technology and infrastructure behind it are complex. Last year, WP Engine, a much larger company that received $15 million in funding in 2014, had to <a href=\"http://wptavern.com/wp-engine-addresses-critics-following-damaging-expose-of-its-customer-support\" target=\"_blank\">address critics following a damaging exposé of its customer support</a>. Eventually, every successful host will encounter the challenge of keeping pace with its own growth. Engineering customer happiness following unreliable service is an equally challenging endeavor.</p>\n<p>Pressable is cooking up strategies for regaining consumer confidence following the recent incidents, but the first order of business is to resolve the issues surrounding the current outage. This morning the company <a href=\"https://twitter.com/pressable/status/558660979517431808\" target=\"_blank\">opened up a room on its Hipchat account</a> to add another line of communication. For now, customers have no choice but to ride out the storm and watch the <a href=\"http://status.pressable.com/2015/01/21/current-outage-breakdown-and-full-information/\" target=\"_blank\">Pressable Status blog</a> for updates.</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, 23 Jan 2015 20:02: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: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:91:\"WPTavern: New French Theme Shop Hexagone Launches with Free and Commercial WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37748\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wptavern.com/new-french-theme-shop-hexagone-launches-with-free-and-commercial-wordpress-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3087:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/hexagone-themes.jpg\" rel=\"prettyphoto[37748]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/hexagone-themes.jpg?resize=1025%2C309\" alt=\"hexagone-themes\" class=\"aligncenter size-full wp-image-37761\" /></a></p>\n<p>Earlier this week, <a href=\"http://wptheming.com/\" target=\"_blank\">WP Theming</a>‘s Devin Price <a href=\"http://wptheming.com/2015/01/announcing-hexagone/\" target=\"_blank\">announced</a> a partnership with French translation specialist <a href=\"https://twitter.com/fxbenard\" target=\"_blank\">Fx Benard</a> on a new theme shop aimed at the French-speaking WordPress community. <a href=\"https://hexagone.io/\" target=\"_blank\">Hexagone</a> is now open for business with four <a href=\"https://hexagone.io/boutique/\" target=\"_blank\">products</a> available – two commercial themes and two free themes.</p>\n<p>The duo plan to expand to offer more “products, support, content, and documentation in the language of Molière.” Price joined forces with Bernard after successfully working with him on translation workflows and French translations for DevPress themes. The shop’s name is derived from “l’Hexagone,” which is often used to describe France’s geographical shape.</p>\n<p>Price and Bernard are aiming to make Hexagone the leading source for WordPress themes and tutorials in French. “There aren’t too many companies in this space yet, and we’re hoping a great company that’s devoted to the ideals of open-source can do well,” he said. <strong>“There’s 75 million native speakers of French and about 338 million total.”</strong></p>\n<p>While the vast majority of theme shops conduct business and support in English, the number of non-English speaking WordPress users is on the rise. Hexagone’s founders believe that the market is ripe for a theme shop that can provide French language-specific products, documentation, articles, and support. “If it takes off, we’d love to hire some writers and developers to work with us full-time,” Price said.</p>\n<p>Hexagone <a href=\"http://wptheming.com/2015/01/selling-products-with-wordpress/\" target=\"_blank\">published</a> a detailed writeup of the technologies used to build the online storefront. The site is powered by Easy Digital Downloads, Stripe, Gravity Forms, and their <a href=\"https://hexagone.io/boutique/reunion/\" target=\"_blank\">Reunion</a> theme. The article offers insight on the different types of plugins and technologies useful for selling digital products with WordPress.</p>\n<p>If Hexagone is successful, it will demonstrate that there is room in the wide world of WordPress themes for more language-niche theme shops. WordPress’ continued international success depends on the ability for non-English speakers to be able to find documentation and support in their own native languages. <a href=\"https://hexagone.io/\" target=\"_blank\">Hexagone</a> is setting out to prove that the French market is ready for it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jan 2015 21:49:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:27:\"Matt: Scaling PAPER for Kim\";s:7:\"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:21:\"http://ma.tt/?p=44619\";s:7:\"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:43:\"http://ma.tt/2015/01/scaling-paper-for-kim/\";s: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:615:\"<p>I always like reading <a href=\"http://www.ftrain.com/\">Paul Ford’s writing</a>, and this one about <a href=\"https://medium.com/message/how-paper-magazines-web-engineers-scaled-kim-kardashians-back-end-sfw-6367f8d37688\">How PAPER Magazine’s web engineers scaled Kim Kardashian’s back-end (SFW)</a> is funny and accessible. I learned that people still use Movable Type. Also if PAPER used <a href=\"http://vip.wordpress.com/\">VIP</a>, the story would be short and boring:</p>\n<ol>\n<li>Wake up, press the publish button.</li>\n<li>Watch the stats go crazy. Sip some bourbon.</li>\n<li>Go to sleep.</li>\n</ol>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jan 2015 21:02: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:83:\"WPTavern: HeroPress Launches Kickstarter Campaign to Highlight WordPress Developers\";s:7:\"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://wptavern.com/?p=37724\";s:7:\"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:\"http://wptavern.com/heropress-launches-kickstarter-campaign-to-highlight-wordpress-developers\";s: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:3349:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/heropress.jpg\" rel=\"prettyphoto[37724]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/heropress.jpg?resize=956%2C423\" alt=\"heropress\" class=\"aligncenter size-full wp-image-37733\" /></a></p>\n<p><a href=\"http://heropress.com/\" target=\"_blank\">HeroPress</a> is a new WordPress community initiative with a <a href=\"https://www.kickstarter.com/projects/heropress/heropress-developing-the-wordpress-heroes-of-the-w\" target=\"_blank\">Kickstarter campaign</a>, created by Topher DeRosia, a developer for XWP. Its mission is to “develop the WordPress heroes of the world by sharing the accumulated wisdom of the community.”</p>\n<p>While looking for a way to give back to the WordPress community, DeRosia spoke with hundreds of people, many of whom live in different time zones around the world.</p>\n<p>“I began to notice a common problem,” he said. “Many of them felt disconnected from the greater WordPress community – the Western WordPress community. For some it was a language issue, for others location, and still others simply not understanding culture.”</p>\n<p>The initiative’s $60K AUD (~$48,000 USD) Kickstarter goal is intended to fund video production, branding, and marketing for DeRosia and his team to film six episodes, spotlighting WordPress developers.</p>\n<p>“These presentations will share the wisdom these WordPress Heroes have acquired through their successes and failures with one goal in mind: to provide information, insight, and inspiration to WordPress developers all around the world that will help them become WordPress Heroes,” DeRosia writes in the campaign description.</p>\n<p>Turning developers into “WordPress heroes” is a rather nebulous goal that may not easily catch on with the general community. However, the fact that international WordPress developers feel disconnected is a real issue that could use more attention.</p>\n<p>Many WordPress professionals who would like to attend some of the larger community events are denied visas or unable to afford the expense. Cultural misunderstandings across borders are quite common in the community, which is growing fastest in the non-English speaking world.</p>\n<p>This initiative recognizes a real problem, but the marketing and approach could use some additional refining. HeroPress has already received sharp criticism from one of WordPress’ lead developers for its male-only speaker lineup and use of the term “hero:”</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/pippinsplugins\">@pippinsplugins</a> unambiguous hero worship in an open source community (and of six males) doesn\'t seem like much of an achievement.</p>\n<p>— Andrew Nacin (@nacin) <a href=\"https://twitter.com/nacin/status/558347928977145856\">January 22, 2015</a></p></blockquote>\n<p></p>\n<p>DeRosia has a passion for mentoring people and hopes to encourage developers around the world by highlighting their work and expertise. It’s not yet clear whether video production to highlight “heroes” will resonate with the WordPress community, but the campaign has already received $8,565 AUD of its $60K goal. DeRosia has 24 days remaining to get HeroPress fully funded.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jan 2015 20:07:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:98:\"WPTavern: High Risk Security Vulnerability Discovered and Patched in Pagelines and Platform Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37702\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://wptavern.com/high-risk-security-vulnerability-discovered-and-patched-in-pagelines-and-platform-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3131:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/pagelines.jpg\" rel=\"prettyphoto[37702]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/pagelines.jpg?resize=1000%2C450\" alt=\"pagelines\" class=\"aligncenter size-full wp-image-37721\" /></a></p>\n<p>The <a href=\"https://wordpress.org/themes/pagelines\" target=\"_blank\">PageLines</a> and <a href=\"https://wordpress.org/themes/platform\" target=\"_blank\">Platform</a> drag-and-drop themes for WordPress have recently been patched for a privilege escalation vulnerability and a remote code execution issue discovered by Sucuri during a routine audit. Sucuri is classifying the vulnerabilities as high risk, with a <a href=\"http://en.wikipedia.org/wiki/DREAD:_Risk_assessment_model\" target=\"_blank\">DREAD</a> score of 9/10, and recommends that users update their copies of the themes as soon as possible.</p>\n<p>The privilege escalation vulnerability is present in both themes, where a WordPress AJAX hook is used to modify a set of options. “Because all wp_ajax_ hooks are usable by any logged-in users (no matter what privileges they have on the target site), a subscribed user could use this hook to overwrite any options located on WordPress options database table,” Sucuri explained in the <a href=\"http://blog.sucuri.net/2015/01/security-advisory-vulnerabilities-in-pagelinesplatform-theme-for-wordpress.html\" target=\"_blank\">advisory</a>.</p>\n<p>This makes it possible for an attacker to grant all new users the administrator role. However, a user’s site must be open for registration in order for this kind of attack to be successful.</p>\n<p>The free versions of these themes have been downloaded from WordPress.org more than half a million times apiece, so there are likely to be thousands of WordPress users who could potentially be affected. Fortunately, a patch is already available. The WordPress Theme Review team worked quickly to fast-track the two patched versions of the themes, so anyone who has them installed will see an update notice in the WordPress admin. Users who purchased the commercial versions will also see an update available.</p>\n<p>If you are currently unable or unwilling to update, a plugin is available that will block exploits for the legacy themes. You can <a href=\"https://gist.github.com/Pross/769de6e9219705041c67\">download it from GitHub</a> and install it like any other plugin if you need a quick fix to buy you time to update.</p>\n<p>“To clarify, this is ONLY in legacy version of these two PageLines products (Framework and Platform),” PageLines founder Andrew Powers commented on the advisory. “Since this was first reported to us three days ago, we’ve immediately patched those files and updated them on WordPress.org, GitHub and anywhere on PageLines servers.”</p>\n<p>So far, Powers has no knowledge of the issue having been exploited. The fact that the danger is limited to sites with open registration should also cut down on the number of vulnerable sites. Now that the security issue is public, it’s imperative that users update immediately.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jan 2015 19:07: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Matt: New Simplenote\";s:7:\"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:21:\"http://ma.tt/?p=44613\";s:7:\"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:36:\"http://ma.tt/2015/01/new-simplenote/\";s: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:425:\"<p><a href=\"http://simplenote.com/2015/01/21/new-simplenote-app-updates-for-ios-android-and-mac/\">New Simplenote App Updates for iOS, Android, and Mac</a>, some nice iterations. <ins datetime=\"2015-01-22T18:30:50+00:00\">Update: Simplenote for Android was <a href=\"http://www.theverge.com/2015/1/22/7871293/best-material-design-android-apps\">just highlighted by The Verge as one of the best Material design apps</a>.</ins></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jan 2015 00:27:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:43:\"WPTavern: Drew Jaynes to Lead WordPress 4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37669\";s:7:\"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://wptavern.com/drew-jaynes-to-lead-wordpress-4-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2490:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/drew-jaynes.jpg\" rel=\"prettyphoto[37669]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/drew-jaynes.jpg?resize=256%2C256\" alt=\"photo credit: 10up\" class=\"size-full wp-image-37692\" /></a>photo credit: <a href=\"http://10up.com/about/#employee-drew-jaynes\">10up</a>\n<p>WordPress 4.2 development officially kicked off today at the regularly scheduled core development meeting. Andrew Nacin announced that 10up engineer <a href=\"http://werdswords.com/\" target=\"_blank\">Drew Jaynes</a> will be leading the release.</p>\n<p>Jaynes, who has contributed to every major release since 3.3, recently led the initiative to create inline documentation for every hook in WordPress. He will be accompanied by Scott Taylor, who will help guide core feature plugin development for the media and image efforts that will be in motion throughout 2015.</p>\n<p>The WordPress core team is planning three releases this year. “At the moment, that looks like one in April, one in August, and one in early December,” Nacin said. He anticipates that the WP REST API will see the light of day in 4.3 or 4.4, due later this year.</p>\n<p>Jaynes opened the meeting with discussion on <a href=\"https://wordpress.slack.com/archives/core/p1421875969001302\" target=\"_blank\">possible candidates for features in 4.2</a>, which are likely to include <a href=\"https://wordpress.org/plugins/press-this/\" target=\"_blank\">Press This</a>, <a href=\"https://wordpress.org/plugins/customizer-theme-switcher/\" target=\"_blank\">Theme Switcher</a>, and <a href=\"https://core.trac.wordpress.org/ticket/29820\" target=\"_blank\">Shiny Updates</a> (smoother installation and updating of plugins and themes). The merge deadline for feature plugins is approximately two weeks away.</p>\n<p>“In addition to feature plugins, I’d like the general focus to be on polishing up some of our existing UIs in terms of mobile and accessibility wherever we can,” Jaynes said. “Seems like there’s tickets hanging out there we could get some wins on.”</p>\n<p>A 4.1.1 maintenance release is on its way this week or possibly early next week. The <a href=\"https://make.wordpress.org/core/version-4-2-project-schedule/\" target=\"_blank\">4.2 project schedule</a> is now updated with tentative dates for the release. The team is targeting April 8th for the official release, with the first beta planned for the week of February 25th.</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, 21 Jan 2015 22:35:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:88:\"WPTavern: How to Set Up a WordPress Development Site with Codio’s Free Cloud-Based IDE\";s:7:\"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://wptavern.com/?p=37626\";s:7:\"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:95:\"http://wptavern.com/how-to-set-up-a-wordpress-development-site-with-codios-free-cloud-based-ide\";s: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:7395:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-new-logo.jpg\" rel=\"prettyphoto[37626]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-new-logo.jpg?resize=1020%2C469\" alt=\"codio-new-logo\" class=\"aligncenter size-full wp-image-37640\" /></a></p>\n<p><a href=\"https://codio.com/\" target=\"_blank\">Codio</a> is a cloud-based IDE that is primarily used in the education sector but is also available to developer professionals. The service provides instant coding environments with support for code editing and a large array of popular programming languages and software components.</p>\n<p>By making the IDE available to users through the browser, Codio eliminates the hassle that educators experience when setting up development environments for students. Projects created in Codio are accessible both in the classroom and at home, which helps students continue their learning outside of the classroom.</p>\n<p>Codio offers a <a href=\"https://codio.com/pricing/\" target=\"_blank\">free account</a> that gives you 256 MB memory per project and 2 GB storage per project. Other pricing tiers cater to teachers, students, schools, universities, and professionals. However, the free account is perfect for creating a quick development site with WordPress, and you can set it up in under five minutes.</p>\n<h2>Step 1: Create a New Project</h2>\n<p>After creating an account with Codio, you’ll be greeted with a prompt to create a new project. Click through to get started with a new project that will contain your development environment.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-projects-screen.png\" rel=\"prettyphoto[37626]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-projects-screen.png?resize=1025%2C812\" alt=\"codio-projects-screen\" class=\"aligncenter size-full wp-image-37632\" /></a></p>\n<p>You’ll now have the opportunity to choose from three different starting points: an empty project, a starter pack, or a GitHub import. Select “a starter pack.”</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-create-project.png\" rel=\"prettyphoto[37626]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-create-project.png?resize=1025%2C724\" alt=\"codio-create-project\" class=\"aligncenter size-full wp-image-37631\" /></a></p>\n<p>This will take you to a page that lists all of Codio’s certified starter packs, which help you easily get started with technologies like Angular, Node + Express, Drupal, Ruby on Rails, and more. There are a dozen starter packs that are certified and supported by the Codio team.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-starter-packs.png\" rel=\"prettyphoto[37626]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-starter-packs.png?resize=1025%2C724\" alt=\"codio-starter-packs\" class=\"aligncenter size-full wp-image-37633\" /></a></p>\n<p>Fortunately, there’s a starter pack for WordPress that will automatically set up MySQL, Apache, and PHP. This makes the setup process quick and hassle-free, and you’ll be using the latest version of WordPress in just a couple minutes.</p>\n<p>After you select the WordPress starter pack, you’ll be returned to the project page. Free accounts are limited to public visibility on projects, so you may need to upgrade to the Pro plan if you require private projects.</p>\n<h2>Step 2: Configure WordPress</h2>\n<p>After you complete the project setup, you’ll be dumped out onto the readme file for your project where you’ll find instructions for configuring and installing WordPress. If you’re bothered by non-capital P’s in WordPress, steady your nerves and remember that someone made this for you to use for free.</p>\n<p>Navigate to “Configure Project” in the top menu and then follow the instructions in the terminal to run the configuration script. When prompted for your password, press Enter. This is the only action you need to take during the process.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-configure-project.png\" rel=\"prettyphoto[37626]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-configure-project.png?resize=1025%2C534\" alt=\"codio-configure-project\" class=\"aligncenter size-full wp-image-37630\" /></a></p>\n<h2>Step 3: Install WordPress</h2>\n<p>Once configuration is complete, navigate to “WordPress Login” in the top menu. This will take you through the normal installation process.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-wordpress-install.png\" rel=\"prettyphoto[37626]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-wordpress-install.png?resize=1025%2C658\" alt=\"codio-wordpress-install\" class=\"aligncenter size-full wp-image-37635\" /></a></p>\n<p>Now you should be able to log in at the following URL:</p>\n<p><code>http://theory-opera.codio.io:3000/wordpress/wp-admin/</code></p>\n<h2>Step 4: Activate the Permalink Fix & Disable Canonical Redirects Pack Plugin</h2>\n<p>Once you’re in, the last required step is to go straight to plugins and activate the <a href=\"https://wordpress.org/plugins/permalink-fix-disable-canonical-redirects-pack/\" target=\"_blank\">Permalink Fix & Disable Canonical Redirects Pack</a> plugin, which you’ll find pre-installed. Visit the front end like you normally would and you’ll see your shiny new WordPress site.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-wordpress-frontend.png\" rel=\"prettyphoto[37626]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/codio-wordpress-frontend.png?resize=1025%2C569\" alt=\"codio-wordpress-frontend\" class=\"aligncenter size-full wp-image-37634\" /></a></p>\n<p>The URL for your site will look something like this:</p>\n<p><code>http://theory-opera.codio.io:3000/wordpress/</code></p>\n<p>Within the Codio interface you can easily edit WordPress core, theme, and plugin files, as well as upload new files. If you have WordPress projects hosted on GitHub, you can easily import those into Codio to make changes and push those changes back to the repository.</p>\n<p>The cloud-based IDE is very similar to using <a href=\"http://wptavern.com/wordpress-in-the-cloud-how-to-set-up-a-development-site-with-koding\" target=\"_blank\">WordPress on Koding</a> in many respects, and I found it equally easy to set up on both services. Both provide a quick way to do some testing, without having to set up a development environment on your local machine. If you decide to experiment and break everything, it’s safe and easy to start over. Codio’s friendly environment provides a great way to get your friends or children started with using WordPress.</p>\n<p>Since Codio was developed with educators in mind, the dashboard has a handful of helpful tutorials for learning about Git, an introduction to HTML and CSS, and an introduction Javascript. If one of your 2015 resolutions is to get started learning some technologies outside of WordPress, such as Ruby, Python, or Angular, <a href=\"https://codio.com\" target=\"_blank\">Codio</a> is a great option for getting development environments up and running so that you can start learning right away.</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, 21 Jan 2015 21:21:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Post Status: Let’s Grow: Introducing the Post Status Membership Club\";s:7:\"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:30:\"https://poststatus.com/?p=7492\";s:7:\"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:33:\"https://poststatus.com/lets-grow/\";s: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:3982:\"<p>I’m overjoyed to share this with you. The <a href=\"https://poststatus.com/club\">Membership Club</a> is open, and on the site’s two-year anniverary to boot.</p>\n<p>I can’t wait to share this journey with you.</p>\n<p>The link above is a complete features page where you can see what you’ll get, as well as choose between a $99 Club Membership or $365 Patron Membership. Both memberships are annual. You pay once, and you get great stuff for a year.</p>\n<p>This wouldn’t be possible without the terrific partners that are supporting me. Each of these twelve companies has invested hard-earned money into Post Status, and I’m so thankful.</p>\n<p>They’ve all committed for a full year. Here they are, in alphabetical order:</p>\n<ul>\n<li><a href=\"https://genesisdesignpro.com/\">Design Palette Pro</a></li>\n<li><a href=\"http://gravityforms.com\">Gravity Forms</a></li>\n<li><a href=\"http://ithemes.com\">iThemes</a></li>\n<li><a href=\"http://optinmonster.com\">OptinMonster</a></li>\n<li><a href=\"http://pippinsplugins.com\">Pippin’s Plugins</a></li>\n<li><a href=\"http://thethemefoundry.com\">The Theme Foundry</a></li>\n<li><a href=\"http://wp101.com\">WP101</a></li>\n<li><a href=\"http://woothemes.com\">WooThemes</a></li>\n<li><a href=\"https://deliciousbrains.com/\">WP Migrate DB Pro</a></li>\n<li><a href=\"http://wpsitecare.com\">WP Site Care</a></li>\n<li><a href=\"http://thewpvalet.com\">WP Valet</a></li>\n<li><a href=\"http://yoast.com\">Yoast</a></li>\n</ul>\n<p>Please check out the <a href=\"https://poststatus.com/partners\">Partners page</a>. Some of them also have their profiles already on the <a href=\"https://poststatus.com/organizations\">Organizations</a> directory as well.</p>\n<p>For those of you that register, you’ll be able to create a <a href=\"https://poststatus.com/profiles\">Profile</a> of your own. Though it might be a couple weeks before the submissions process is totally fleshed out.</p>\n<p>Profiles and organizations will also be linked from future blog posts, making finding great content and information about those within the WordPress ecosystem easier than ever.</p>\n<p>The Post Status Notes newsletter will begin Monday after PressNomics, where I’m headed today. I’ll be publishing there between now and then, but the email starts Monday. Those of you who buy a membership and login can of course see it immediately. The notes I published before today are still visible with direct links as well.</p>\n<p>The resources section is coming soon. I couldn’t squeeze everything I wanted to do into the initial launch, but I am launching on time.</p>\n<p>There’s a job board coming as well.</p>\n<p>Finally, most of the partners have deals that they’re going to share with members. We’ll get those gathered up and in a central spot on the member side of the site real soon.</p>\n<p>For companies that aren’t partners but want to be involved, consider the job board and the Patron memberships your opportunity to show support for the site.</p>\n<p>Thank you, everyone, for your support and for making this site possible. This is definitely an alpha version of what I want Post Status to be, but I’m so proud of what I’ve been able to make live so far, and I’m thrilled that this gets to be what I do every day.</p>\n<p>For those of you on the fence about whether this is a good value: I know what you mean. It’s a newsletter, some resources, and some deals. It’s $99. Not cheap (but not too expensive either).</p>\n<p><strong>I promise you this:</strong> I will work harder than ever to build out the available resources and offer you content and insight you can’t find anywhere else. That’s my pledge.</p>\n<p>I’ve been writing about WordPress for coming on five years, and I am in it for the long haul. I hope you all will join me, so that we can grow together.</p>\n<p>Now, go check out the <a href=\"https://poststatus.com/club\">Club page</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, 21 Jan 2015 20:21: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: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: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:21:\"Matt: Where dreams go\";s:7:\"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:37:\"http://ma.tt/2015/01/where-dreams-go/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://ma.tt/2015/01/where-dreams-go/\";s: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:263:\"<blockquote><p>Within your heart keep one still, secret spot where dreams may go, and sheltered so, may thrive and grow where doubt and fear are not. Oh, keep a place within your heart, for little dreams to go.</p></blockquote>\n<p>— Louise Driscoll</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, 21 Jan 2015 05:46: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:72:\"WPTavern: Archive WordPress Content with the Archived Post Status 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:28:\"http://wptavern.com/?p=37591\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/archive-wordpress-content-with-the-archived-post-status-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:5260:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/archived-post-status.jpg\" rel=\"prettyphoto[37591]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/archived-post-status.jpg?resize=772%2C310\" alt=\"archived-post-status\" class=\"aligncenter size-full wp-image-37597\" /></a></p>\n<p>WordPress plugin developer <a href=\"http://frankiejarrett.com/\" target=\"_blank\">Frankie Jarrett</a> has been on a roll this month, pumping out plugin releases on WordPress.org. Last year, Jarrett <a href=\"http://frankiejarrett.com/parting-ways-churchthemes-net-looking-ahead-toward-brighter-future/\" target=\"_blank\">sold ChurchThemes.net to Lift</a> co-founders Chris Wallace and Brad Miller. Since that time he has been focusing on product development for <a href=\"https://wp-stream.com/\" target=\"_blank\">WP Stream</a>, which has allowed him a few extra minutes to create some free extensions for WordPress.</p>\n<p>At the end of December and in early January, he released five small but highly useful plugins:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/compact-view-mode/\" target=\"_blank\">Compact View Mode</a></li>\n<li><a href=\"https://wordpress.org/plugins/user-session-control/\" target=\"_blank\">User Session Control</a></li>\n<li><a href=\"https://wordpress.org/plugins/prevent-concurrent-logins/\" target=\"_blank\">Prevent Concurrent Logins</a></li>\n<li><a href=\"https://wordpress.org/plugins/json-rest-api-force-ssl/\" target=\"_blank\">JSON REST API Force SSL</a></li>\n<li><a href=\"https://wordpress.org/plugins/archived-post-status/\" target=\"_blank\">Archived Post Status</a></li>\n</ul>\n<p>Several of his latest creations are handy for membership sites and web applications. <a href=\"https://wordpress.org/plugins/archived-post-status/\" target=\"_blank\">Archived Post Status</a> caught my eye, because adds more flexibility for using WordPress as a CMS. The plugin adds a new post status that enables posts and pages to be archived. This effectively allows you to unpublish content without having to send it back to draft status.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/archived-post-status-dropdown.png\" rel=\"prettyphoto[37591]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/archived-post-status-dropdown.png?resize=600%2C400\" alt=\"archived-post-status-dropdown\" class=\"aligncenter size-full wp-image-37611\" /></a></p>\n<p>WordPress’ default <a href=\"http://codex.wordpress.org/Post_Status\" target=\"_blank\">post statuses</a> currently work very much like an on/off switch as far as a finished post is concerned. Of the eight default statuses, Published is the only one that is public, while all the rest remain behind the curtain in various states of unreadiness. None of the statuses, apart from Published, adequately indicate that a post is complete or finished.</p>\n<p>Fortunately, WordPress makes it possible for developers to register their own <a href=\"http://codex.wordpress.org/Post_Status#Custom_Status\" target=\"_blank\">custom post statuses</a>, which is what Jarrett did with this plugin. He created it for sites where content is not always meant to be evergreen. It allows you to archive posts in the same way that you might archive email.</p>\n<p>Archived Post Status is compatible with posts, pages, and custom post types, giving you a wide array of possible use cases:</p>\n<ul>\n<li>Archive pages or posts from a conference or event for editing and re-use next year</li>\n<li>Archive real estate listings for records</li>\n<li>Cycle portfolio content in and out of the site as necessary</li>\n<li>Temporarily remove listings from a site that indexes businesses or organizations</li>\n<li>Archive products to bring back for future use</li>\n</ul>\n<p>While custom post types seem to be one of the most likely uses for this plugin, you may not want to have the archived status available to all post types. Jarrett includes a <a href=\"https://wordpress.org/plugins/archived-post-status/faq/\" target=\"_blank\">filter</a> that allows you to exclude the Archived status from appearing on certain post types.</p>\n<p>Some might be wondering why you wouldn’t use the Draft status, since the Archived post status essentially puts a post in the same state. To use drafts in this way would be to split its purpose into multiple uses, which are not clearly separated when sorting. If you are looking for previously published content that is complete, while hunting through all drafts in progress, you have to be fully knowledgeable of all the content on the site and use your memory to do the sorting. The archived status keeps everything nicely sorted for future use.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/archived-posts-list-screen.png\" rel=\"prettyphoto[37591]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/archived-posts-list-screen.png?resize=600%2C400\" alt=\"archived-posts-list-screen\" class=\"aligncenter size-full wp-image-37614\" /></a></p>\n<p>If you need a non-public archive of completed posts, this simple plugin will do the trick. I tested it and works exactly as advertised. Download <a href=\"https://wordpress.org/plugins/archived-post-status/\" target=\"_blank\">Archived Post Status</a> from WordPress.org.</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, 21 Jan 2015 01:29: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Modern: A Beautiful Free Blog and Portfolio Theme 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37303\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/modern-a-beautiful-free-blog-and-portfolio-theme-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4293:\"<p>In just one week since its release, the new <a href=\"https://wordpress.org/themes/modern\" target=\"_blank\">Modern</a> theme was downloaded nearly 2,700 times from WordPress.org. It was created by <a href=\"http://www.webmandesign.eu/\" target=\"_blank\">WebMan Design</a>, a Slovakia-based company founded by Oliver Juhas. WebMan Design has been selling WordPress themes across multiple marketplaces since 2012 and recently began focusing on producing future-proof themes that meet WordPress.org standards.</p>\n<p>Modern is the company’s second free theme on WordPress.org, following the <a href=\"https://wordpress.org/themes/mustang-lite\" target=\"_blank\">Mustang Lite</a> business theme released last year. It was designed for personal and small business portfolios.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/modern.jpg\" rel=\"prettyphoto[37303]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/modern.jpg?resize=880%2C660\" alt=\"modern\" class=\"aligncenter size-full wp-image-37554\" /></a></p>\n<p>Modern’s bold style incorporates a fullscreen header slideshow that is perfect for showcasing large images with header text. The homepage features your latest blog posts along with an optional sortable portfolio section. The header includes two menu locations for the primary navigation and the social links menu.</p>\n<p>All of the customization options for the theme are built into WordPress’ native customizer, including the following:</p>\n<ul>\n<li>Add your own 1920 × 1080 header image</li>\n<li>Footer widget area</li>\n<li>Color picker to set background color, text color, accent color, and accent text color</li>\n<li>Customize predefined texts on the homepage</li>\n<li>Typography options for setting logo font, heading font, general text font, font subset, basic font size</li>\n</ul>\n<p>Modern offers unique styles for each of WordPress’ default <a href=\"http://codex.wordpress.org/Post_Formats\" target=\"_blank\">post formats</a>. The demo’s <a href=\"http://themedemos.webmandesign.eu/modern/style-guide/\" target=\"_blank\">style guide</a> page shows that the theme author took many of the smaller details into consideration, including code formatting, blockquotes, lists, table styles, highlighted text style, image alignment, Jetpack Mosaic galleries and more.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/post-formats.jpg\" rel=\"prettyphoto[37303]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/post-formats.jpg?resize=1025%2C617\" alt=\"post-formats\" class=\"aligncenter size-full wp-image-37575\" /></a></p>\n<p>The heart icons you see in the single post meta are powered by the free <a href=\"http://www.themezilla.com/plugins/zillalikes\" target=\"_blank\">ZillaLikes plugin</a> from ThemeZilla. Modern includes support for Jetpack to manage the portfolio posts, logo image, and uses its featured content module to power the homepage banner. It also includes support for <a href=\"http://schema.org/\" target=\"_blank\">Schema.org</a> markup and <a href=\"https://github.com/zamoose/themehookalliance\" target=\"_blank\">Theme Hook Alliance</a> action hooks.</p>\n<p>WebMan Design developed the theme with performance in mind and links to <a href=\"http://tools.pingdom.com/fpt/#!/bHfVKJ/http://themedemos.webmandesign.eu/modern/\" target=\"_blank\">Pingdom</a> results of load tests for the demo site. The demo site takes 1.73s to load and gets a 94/100 performance grade.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/theme-demo-performance.jpg\" rel=\"prettyphoto[37303]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/theme-demo-performance.jpg?resize=631%2C235\" alt=\"theme-demo-performance\" class=\"aligncenter size-full wp-image-37567\" /></a></p>\n<p>Check out a <a href=\"http://themedemos.webmandesign.eu/modern/\" target=\"_blank\">live demo</a> of the Modern theme in action. WebMan Design has created extensive <a href=\"http://www.webmandesign.eu/manual/modern/\" target=\"_blank\">documentation</a> for the theme, its various styles, and available third-party plugin integrations. <a href=\"https://wordpress.org/themes/modern\" target=\"_blank\">Modern</a> is available for download from WordPress.org or via your admin themes browser.</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, 20 Jan 2015 21:37:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:55:\"WPTavern: Calling People Out in the WordPress Community\";s:7:\"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://wptavern.com/?p=37545\";s:7:\"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:\"http://wptavern.com/calling-people-out-in-the-wordpress-community\";s: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:3289:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/NameandShameFeaturedImage.png\" rel=\"prettyphoto[37545]\"><img class=\"size-full wp-image-37564\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/NameandShameFeaturedImage.png?resize=638%2C288\" alt=\"Name and Shame Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/66662429@N07/8065770370/\">Adarsh A</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>The founder of <a title=\"http://www.wpsitecare.com/\" href=\"http://www.wpsitecare.com/\">WP Site Care</a>, Ryan Sullivan, <a title=\"http://www.ryandsullivan.com/negative-seo/\" href=\"http://www.ryandsullivan.com/negative-seo/\">explains </a>how a negative SEO campaign nearly took his business offline. Sullivan shares details behind the attack, how it affected the bottom line, and says it was someone in the WordPress community who orchestrated the attack.</p>\n<blockquote><p>Using some sophisticated techniques we were able to trace back to the source of the spam attack and unfortunately found out that the attack was started by someone within the WordPress community.</p>\n<p>They did everything through a third-party, an internet hitman of sorts, to try to cover their tracks, but they weren’t quite careful enough and we were able to uncover where everything started.</p></blockquote>\n<p>Instead of naming the individual, Sullivan left a message aimed specifically at the person responsible, “The only reason I even mention it is so that hopefully, that person reads this, and knows that what they’re doing is impacting the livelihood’s of people and their families.” It’s this message which has me wondering, is it time to name and shame people in the WordPress community?</p>\n<h2>The Good</h2>\n<p>In my experience, the community rarely calls people out, even if they have <a title=\"http://womenofwp.org/2014/01/how-to-report-harassment-at-wordcamps/\" href=\"http://womenofwp.org/2014/01/how-to-report-harassment-at-wordcamps/\">routinely harassed others</a> at a WordCamp. Instead, we usually find out about them through back channels. By calling people out, it warns others and makes everyone aware of the situation.</p>\n<h2>The Bad</h2>\n<p>Naming and shaming creates the potential for libel and defamation lawsuits. The internet has a long memory and if a person changes for the better, it will be hard to forget mistakes made in the past. It could hurt future employment opportunities as employers do background checks using Google. There’s likely a lot of unintended consequences as well.</p>\n<h2>Judge and Jury</h2>\n<p>I doubt the community will start calling people out, as it creates anger, grief, and drama. Besides, who are we to act as judge and jury? However, it bothers me to know that an unnamed person is negatively impacting the livelihood of WordPress businesses and people.</p>\n<p>On one hand, I want to see the individual dealt with in the public sphere and turned into an example. On the other, I feel it’s probably not the best way to go about it. Maybe the system already in place is the best way to handle these types of situations? Write a post, raise awareness, and tell others who to watch out for in the back channel. What do you think?</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, 20 Jan 2015 20:41: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:\"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: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:22:\"Matt: Not the Only One\";s:7:\"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:21:\"http://ma.tt/?p=44610\";s:7:\"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://ma.tt/2015/01/not-the-only-one/\";s: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:139:\"<p>I know I’m like a year late on Sam Smith, but his voice on this is so amazing and haunting, it’s a perfect song.</p>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Jan 2015 06:35: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:59:\"WPTavern: The Philanthropic Side of The WordPress Community\";s:7:\"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://wptavern.com/?p=37461\";s:7:\"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:\"http://wptavern.com/the-philanthropic-side-of-the-wordpress-community\";s: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:14236:\"<p>Whether it’s businesses participating in charity work or individuals who need financial assistance, the WordPress community has repeatedly shown how generous it is. Here’s at look at some WordPress businesses that participate in philanthropy and individuals who experienced the community’s generosity first hand.</p>\n<h2>Matt Mullenweg Co-creator of WordPress</h2>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/CharityWaterImage.png\" rel=\"prettyphoto[37461]\"><img class=\"aligncenter size-full wp-image-37503\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/CharityWaterImage.png?resize=874%2C561\" alt=\"CharityWater Image\" /></a></p>\n<p>Matt Mullenweg is a strong believer in providing easy access to clean drinking water to regions of the world who need it most. He works with several charities and organizations including:</p>\n<ul>\n<li><a href=\"http://archive.org/\">Archive.org</a></li>\n<li><a href=\"http://www.alaskawild.org/\">Alaska Wilderness League</a></li>\n<li><a href=\"http://apache.org/\">Apache Foundation</a></li>\n<li><a href=\"http://thebaylights.org/\">Bay Lights</a></li>\n<li><a href=\"http://charitywater.org/\">charity: water</a></li>\n<li><a href=\"http://eff.org/\">Electronic Frontier Foundation</a></li>\n<li><a href=\"http://grist.org/\">Grist</a> (board member)</li>\n<li><a href=\"http://www.innocenceproject.org/\">Innocence Project</a></li>\n<li><a href=\"http://longnow.org/\">Long Now Foundation</a></li>\n<li><a href=\"http://www.rothkochapel.org/\">Rothko Chapel</a></li>\n<li><a href=\"http://samasource.org\">Samasource</a></li>\n<li><a href=\"http://www.us-irelandalliance.org/\">US-Ireland Alliance</a></li>\n</ul>\n<p>To celebrate his 30th birthday, Mullenweg requested that donations be made to his <a title=\"https://my.charitywater.org/matt-30\" href=\"https://my.charitywater.org/matt-30\">Charity water campaign</a> in lieu of gifts. The goal was $30K, but the campaign raised over $44K.</p>\n<h2>Mitch Canter of Studionashvegas</h2>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/JusticeandMercyImage.png\" rel=\"prettyphoto[37461]\"><img class=\"aligncenter size-full wp-image-37505\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/JusticeandMercyImage.png?resize=374%2C140\" alt=\"Justice and Mercy International\" /></a></p>\n<p>Mitch Canter runs <a title=\"http://www.studionashvegas.com\" href=\"http://www.studionashvegas.com\">Studionashvegas</a>, a full service WordPress development agency. Canter has attended two mission trips with a group called <a title=\"http://justiceandmercy.org/\" href=\"http://justiceandmercy.org/\">Justice and Mercy International</a>. The group’s mission is to <em>make justice personal for the poor, the orphaned, and the forgotten</em>. He’s also <a title=\"https://medium.com/@mitchcanter/ive-left-my-heart-in-moldova-3012799c4c60\" href=\"https://medium.com/@mitchcanter/ive-left-my-heart-in-moldova-3012799c4c60\">traveled to Chisinau, Moldova</a> and Prague, Czech Republic to help assess long-term needs and provide any necessary supplies for the short-term as well as interact with local children.</p>\n<p>Canter and his wife also sponsor Veronica, a Moldovan orphan, through Justice and Mercy International. The couple routinely writes letters to Veronica and plans to see her the next time they visit the country. They also serve in their local church and volunteer with the local food bank, <a title=\"http://www.onegenaway.com/\" href=\"http://www.onegenaway.com/\">One Gen Away</a>, to provide meals to families who are in need.</p>\n<h2>Syed Balkhi of WPBeginner</h2>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/PencilsofPromiseLogo.png\" rel=\"prettyphoto[37461]\"><img class=\"alignright size-full wp-image-37506\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/PencilsofPromiseLogo.png?resize=245%2C72\" alt=\"Pencils of Promise Logo\" /></a>Since 2013, Syed Balkhi and WPBeginner have helped build at least three new schools in Guatemala through the <a title=\"http://pencilsofpromise.org/\" href=\"http://pencilsofpromise.org/\">Pencils of Promise</a> charity. Pencils of Promise is a for-purpose organization that builds schools, trains teachers, and funds scholarships. In 2014, WPBeginner <a title=\"http://wptavern.com/wpbeginner-turns-5-celebrates-with-campaign-to-build-two-new-schools-in-guatemala\" href=\"http://wptavern.com/wpbeginner-turns-5-celebrates-with-campaign-to-build-two-new-schools-in-guatemala\">celebrated its 5th birthday</a> by hosting a huge giveaway and launching a $50K campaign to fund two new schools. The <a title=\"http://wptavern.com/wpbeginner-reaches-funding-goal-to-build-two-new-schools\" href=\"http://wptavern.com/wpbeginner-reaches-funding-goal-to-build-two-new-schools\">campaign was successful</a> and Balkhi says the goal for this year is to build three new schools.</p>\n<h2>PressNomics</h2>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/StJudeChildrensHospital.png\" rel=\"prettyphoto[37461]\"><img class=\"aligncenter size-full wp-image-37507\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/StJudeChildrensHospital.png?resize=784%2C443\" alt=\"St Jude Childrens Hospital\" /></a></p>\n<p>PressNomics is an <a title=\"http://pressnomics.com/\" href=\"http://pressnomics.com/\">annual conference</a> dedicated to the business side of WordPress. Each year, the event donates a portion of its proceeds to <a href=\"http://www.stjude.org\">St. Jude Children’s Research Hospital</a>. Pagely Co-founder, Joshua Strebel, says the decision to donate to St. Jude was made long before he and his wife had kids, “St Jude has been our charity of choice for many years. Even before Sally and I had kids, we were touched by those commercials that showed the kids fighting cancer. I’ve always had a soft spot for kids, coming from a large family. Of all the charities you could give to, St. Jude is a no brainer.”</p>\n<p>Since 2012, the event has donated over $11K to St. Jude Hospital and Strebel says funding from PressNomics 3 this year will allow them to donate over $10K to a <em>charity yet to be named</em>. “After PressNomics 1, we donated a little over $5K and there was an anonymous matching donation. After PressNomics 2, we donated a little over $6K. This year the budget has allowed us to donate just over $10K.”</p>\n<h2>DonorsChoose.org</h2>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/DonorsChooseImage.png\" rel=\"prettyphoto[37461]\"><img class=\"aligncenter size-full wp-image-37501\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/DonorsChooseImage.png?resize=1025%2C527\" alt=\"DonorsChoose\" /></a><br />\nWhen I reached out to the community to figure out who gives to charities, I discovered a number of people who use <a title=\"http://www.donorschoose.org/\" href=\"http://www.donorschoose.org/\">DonorsChoose</a>. DonorsChoose is an organization that makes it easy to help classrooms in need. Public school teachers post classroom project requests, which range from pencils for poetry to microscopes for mitochondria-organization.</p>\n<p><a title=\"https://eamann.com/\" href=\"https://eamann.com/\">Eric Mann</a>, who contributes to the organization, had a lot of friends in college who majored in education and went on to become teachers. He discovered that many of them worked in schools with small budgets and limited supplies. He explains why he uses DonorsChoose.org.</p>\n<blockquote><p>I use DonorsChoose.org to help fund the purchase of books for classroom lessons, field trips to museums and science exhibits, and modern laptop computers for technical education. Many of the teachers I sponsor are working in low-income areas with at-risk youth and don’t have the tools available to make much of a difference without community sponsorship.</p></blockquote>\n<p>Mann believes investing in education is one of the best long-term investments you can make, “It’s easy to spend money on this Kickstarter or that IndieGoGo when you get a tangible (or digital) return on the investment. Spending money to help protect and shepherd the education of today’s youth, though, returns an investment in better educated leaders, educators, and technologists for tomorrow.”</p>\n<h2>WP Site Care</h2>\n<p>WordPress support agency, <a title=\"http://www.wpsitecare.com\" href=\"http://www.wpsitecare.com\">WP Site Care</a>, contributed to <a title=\"http://www.wpsitecare.com/5-minutes-reflection-look-back-2014/\" href=\"http://www.wpsitecare.com/5-minutes-reflection-look-back-2014/\">several different organizations and initiatives</a> throughout 2014. The list is lengthy and includes:</p>\n<ul>\n<li><a href=\"http://www.autismspeaks.org/\" target=\"_blank\">Autism Speaks</a></li>\n<li><a href=\"http://dangilmore.com/blog/2014/12/04/help-my-wife-fight-cancer/\" target=\"_blank\">Dan Gilmore’s St. Baldrick’s Cancer Campaign</a></li>\n<li><a href=\"https://www.indiegogo.com/projects/buddypress-bbpress-glotpress-development\" target=\"_blank\">BuddyPress, bbPress and GlotPress Development</a></li>\n<li><a href=\"http://www.girlswritenow.org/\" target=\"_blank\">Girls Write Now</a></li>\n<li><a href=\"http://www.girldevelopit.com/\" target=\"_blank\">Girl Develop It</a></li>\n<li><a href=\"https://www.charitywater.org/\" target=\"_blank\">Charity Water</a></li>\n<li><a href=\"http://www.alsa.org/\" target=\"_blank\">ALS Association</a></li>\n<li><a href=\"http://www.aidswalk.net/\" target=\"_blank\">AIDS Walk</a></li>\n<li><a href=\"http://www.heartspring.org/\" target=\"_blank\">HeartSpring</a></li>\n<li><a href=\"http://us.movember.com/\" target=\"_blank\">Movember</a></li>\n<li><a href=\"http://www.afsp.org/\" target=\"_blank\">American Foundation for Suicide Prevention</a></li>\n<li><a href=\"http://www.happyjoe.org/\" target=\"_blank\">Happy Joe</a></li>\n</ul>\n<p>I asked WP Site Care founder, Ryan Sullivan, why he chooses to give back to so many charities and what it means to give back.</p>\n<blockquote><p>We support a number of different causes because any charitable contributions that we’re able to make are a direct reflection of the people at our company. We found out about a number of causes from the WordPress community itself. For example, funding treatment for autism is something that has a personal impact on a few of us at WP Site Care.</p>\n<p>We like to make sure that the causes that are important to individuals become important for all of us collectively. It not only goes to help the causes themselves, but helps us get closer as a working family.</p></blockquote>\n<h2>Individuals Who Received Financial Assistance From The WordPress Community</h2>\n<p><strong>Just Tadlock</strong> – Near the end of 2013, Justin Tadlock <a title=\"http://justintadlock.com/archives/2013/12/17/help-me-get-a-house-for-christmas\" href=\"http://justintadlock.com/archives/2013/12/17/help-me-get-a-house-for-christmas\">discovered the perfect house</a>, but he didn’t have the money to cover closing costs, quarterly taxes, and appliances. He requested $5K to cover his costs, but he ended up receiving over $7K. It’s important to note that the campaign took place around Christmas which is a tough time financially for a number of people. However, the community rallied together to give Tadlock the ultimate Christmas gift.</p>\n<p><strong>Dan Griffiths</strong> – Dan Griffiths, who is known on Twitter as <a title=\"https://twitter.com/ghost1227\" href=\"https://twitter.com/ghost1227\">Ghost1227</a> and one of the creators of <a title=\"http://wptally.com/\" href=\"http://wptally.com/\">WP Tally,</a> recently found himself in a financial emergency. He needed $2,500 within 24 hours. He reached out to <a title=\"http://wptavern.com/happy-joe-uses-wordpress-to-train-and-help-veterans-find-careers-in-web-technology\" href=\"http://wptavern.com/happy-joe-uses-wordpress-to-train-and-help-veterans-find-careers-in-web-technology\">Happy Joe</a>, an organization that helps veterans in need. Happy Joe founder, James Dalman, published an all points bulletin on Twitter asking for help from the WordPress community. Within <strong>two hours</strong> of the initial call for help, Griffiths reached his goal.</p>\n<p><strong>Kim Parsell’s Son</strong> – Kim Parsell’s son was about to begin a new job when tragically, his <a title=\"http://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away\" href=\"http://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away\">mother passed away</a>. He wasn’t able to start the job, putting him in a financial bind. He <a title=\"http://www.gofundme.com/wpmom\" href=\"http://www.gofundme.com/wpmom\">created a campaign</a> asking for $1K to help pay bills as he mourned the loss of his mother. Within 42 minutes, 8 people raised $760 of the requested $1,000. When it was all said and done, 33 people raised $2K.</p>\n<p><strong>John James Jacoby</strong> – In late 2014, John James Jacoby <a title=\"http://wptavern.com/john-james-jacoby-launches-indiegogo-campaign-to-fund-buddypress-bbpress-and-glotpress-development\" href=\"http://wptavern.com/john-james-jacoby-launches-indiegogo-campaign-to-fund-buddypress-bbpress-and-glotpress-development\">launched a crowdfunding campaign</a> asking for $50K in order to work on BuddyPress, GlotPress, and bbPress full-time for 6 months. The <a title=\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\" href=\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\">campaign was successful</a> generating nearly $52K.</p>\n<h2>Proud To Be a Member of This Community</h2>\n<p>This is just a sample of the generosity expressed by the WordPress community. Although several businesses contribute to charities, it’s the individuals who receive funding that impress me. If one of us ends up in dire straits, potentially thousands of people are ready to help. It’s just one more reason why I’m proud to be a member of this community.</p>\n<p>I’m certain I missed a few WordPress individuals and businesses that contribute to great causes, if you’re one of them, please use the comments and tell us about it.</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, 19 Jan 2015 23:34: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: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:35:\"WPTavern: Tackling Depression in IT\";s:7:\"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://wptavern.com/?p=37466\";s:7:\"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://wptavern.com/tackling-depression-in-it\";s: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:16947:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/yana-petrova-wceu-2014.jpg\" rel=\"prettyphoto[37466]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/yana-petrova-wceu-2014.jpg?resize=854%2C432\" alt=\"yana-petrova-wceu-2014\" class=\"aligncenter size-full wp-image-37472\" /></a></p>\n<p>One of the most unique sessions I attended at <a href=\"http://wptavern.com/wordpress-beyond-boundaries-a-recap-of-wordcamp-europe-2014\" target=\"_blank\">WordCamp Europe 2014</a> was Yana Petrova’s presentation on <a href=\"http://wordpress.tv/2015/01/06/yana-petrova-why-sometimes-happiness-requires-effort-depression-in-it/\" target=\"_blank\">Depression in IT – Why Sometimes Happiness Requires Effort</a>. Petrova, a marketing expert and long-time food blogger, is a member of both the WordPress community and the larger tech community in Bulgaria. She has also worked as an organizer for many local technical conferences over the years.</p>\n<p>Her motivation to address the widespread problem of depression in IT grew out of personal experiences with friends and co-workers who were struggling with it. This put her on the path to research the disease and find ways to raise awareness on the topic. I had the opportunity to interview Petrova after the event, and it’s easy to see why she is a person to whom people would come for advice. Her warm, empathetic personality is combined with a rare willingness to listen to others.</p>\n<p>Petrova’s experience in food blogging gives her a format for talking about depression in a way that people can understand, which helps to mitigate the stigma that surrounds the issue. We’ll take a look at some of the recipes she shared in her presentation, but first it’s important to have a basic understanding of depression.</p>\n<h2>Understanding Depression</h2>\n<p>Nearly everyone knows someone who is suffering from depression, as it afflicts more than <a href=\"http://www.who.int/mediacentre/factsheets/fs369/en/\" target=\"_blank\">350 million people</a> of all ages worldwide and is the leading cause of disability. In the most extreme cases it can lead to suicide.</p>\n<p>Clinical depression is the most severe form, which is often treated with psychological and pharmacological therapies. However, many more people suffer from milder forms of depression from time to time.</p>\n<p>In his TED talk, titled <a href=\"https://www.youtube.com/watch?v=-eBUcBfkVCo\" target=\"_blank\">Depression, The Secret We Share</a>, writer Andrew Solomon said, <strong>“The opposite of depression is not happiness but vitality.”</strong> He describes his own dark journey of struggling with depression, which he noticed when all the normal activities of life and work began to seem like too much.</p>\n<blockquote><p>One of the things that often gets lost in discussions of depression is that you know it’s ridiculous. You know it’s ridiculous while you’re experiencing it. You know that most people manage to listen to their messages, and eat lunch, and organize themselves to take a shower and go out the front door, and that it’s not a big deal.</p>\n<p>And yet you are in its grip and you are unable to figure out any way around it. And so I began to feel myself doing less and thinking less and feeling less. It was a kind of nullity, and then the anxiety set in.</p></blockquote>\n<p>Solomon notes that people tend to confuse depression, grief, and sadness, but understanding the trajectory and duration of these feelings will help to clarify the situation. While grief is explicitly reactive and related to loss, depression doesn’t always have an easily identifiable cause. Some forms of depression will require professional help for the person to regain a semblance of normal living.</p>\n<h2>Sources or Triggers of Depression in IT</h2>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/04/emergency.jpg\" rel=\"prettyphoto[37466]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/04/emergency.jpg?resize=1024%2C482\" alt=\"photo credit: Code & Martini by Ivana Vasilj - cc license\" class=\"size-full wp-image-21873\" /></a>photo credit: <a href=\"https://flic.kr/p/dLUWMb\">Code & Martini</a> by <a href=\"https://www.flickr.com/photos/ivanavasilj/\">Ivana Vasilj</a> – cc license\n<p>Depression in the IT industry can be more difficult to address, as many tech workers are intelligent, independent, and in high demand. Three years ago, when Yana Petrova and her colleague first proposed a presentation on depression for a local tech conference, she experienced a great deal of resistance.</p>\n<p>“There were a lot of discussions surrounding it and people in the organizations were hesitant to include it,” she said. “They believed that people who are in IT are earning very well, the people who are suffering should just go to the doctor, there’s no need to discuss it at a technical conference.” The presentation was so impactful, however, that some of the top Bulgarian psychologists heard about it and encouraged them to continue raising awareness.</p>\n<p>The IT industry has several unique factors that seem to contribute to depression and anxiety. Many people in the WordPress community, in particular, work alone at home as freelancers or with distributed companies. Unless the individual is motivated, this work environment can severely limit healthy social interactions. Additional pressures can also lead to periods of depression, including:</p>\n<ul>\n<li>Client work and relationships</li>\n<li>Pressure to always be connected</li>\n<li>Interaction with the larger development community</li>\n<li>An industry emphasis on high competency forces workers to continue building skills on top of ever-changing technologies, while also completing daily work</li>\n<li>Not understanding the limits of your body/emotions</li>\n</ul>\n<p>“I think that most of the time they are trying to become really good at what they are doing, which requires most of their attention and most of their time,” Petrova said, commenting on the lifestyle of many developers with whom she is connected.</p>\n<p>“When you are reading code, coding most of your time, and doing things related to coding, then a social part is missing – the part related to relationships, self-esteem, knowing yourself. You’re just not going deeper into that, because you are giving your time and attention to something else, trying to be good at something else. Our brain resources are kind of limited.”</p>\n<p>Client interaction is also a major cause of stress and anxiety for self-employed professionals. When you work from home by yourself without a team, criticism from clients can have a severe impact on your feelings of self-worth. If you don’t have a healthy reservoir of outside interests and hobbies, you can easily become mired in client negativity.</p>\n<p>During Petrova’s presentation at WordCamp Europe, she received questions about how to deal with clients who can damage a developer’s self-confidence. Sometimes clients don’t understand that they are not working with machines but rather real people with families and lives.</p>\n<p>“Because a lot of people are working from home, what the client thinks and what the community thinks about their work can be a source of depression,” she said. “Actually, a lot of people have mentioned that clients are sometimes rude in explaining how incompetent they were.” This can have a devastating impact on a developer who is lacking self-confidence, outside social connections, and restorative hobbies.</p>\n<p>“Questions about clients wasn’t something I expected, but it’s another vertical to explore,” Petrova said. It has inspired her to start working on a talk about relationships, clients, teams, and how to preserve your team.</p>\n<p>Petrova has observed that many people working in IT don’t prioritize knowing themselves and understanding their reactions, although this is not unique to the IT industry. They are often blind to their mental health issues and don’t know when to seek help.</p>\n<h2>Tips for Dealing with Depression and Anxiety</h2>\n<p>Petrova’s presentation centered around ways to prevent depression and successfully cope with work-related stress and anxiety. “Depression is not something that defines you for a lifetime,” she said. “It might be just a problem, and it might be that, at this time, happiness requires more effort for you.”</p>\n<p>She believes that depression is an important mechanism in the human consciousness. “It’s a signal for us that change is necessary – changes about us or changes somewhere around us.”</p>\n<p>Petrova compares cooking recipes to recipes for coping with depression, noting that it’s important to adapt those recipes to work with your preferences and needs. Her presentation highlights five ways that you can discover and create your own recipes for preventing depression from setting in.</p>\n<h4>1. Take deep breaths.</h4>\n<p>Deep breathing practices help you to regain calmness and perspective. “They say that graveyards are full of irreplaceable people,” she said. “Actually, we all are, but it’s more important that we are alive, we are here, and we are happy. We can never control everything in the world, and we should never try to take responsibility for all the things here. We often tend to forget that our bodies have their limits and we are fragile.” Deep breathing reminds us that we are not machines.</p>\n<p>In addition to breathing, Petrova suggests finding other activities outside of work that will help you to gain perspective on life. “Dedicate special time for your recipes,” she said. “Start spending an hour in the morning with your coffee. Spend Sunday afternoon with someone or with friends,” she suggests.</p>\n<p><strong>“But never give away this time. Never give it away for work. Never replace it for something, never sacrifice it. It’s important that you keep this thing and slow down.”</strong></p>\n<h4>2. Make lists.</h4>\n<p>Petrova advises people to make lists of recipes that work for them in preparation for moments when it’s difficult to think clearly. “Think of those lists as emergency plans. When the grey veil of depression comes, your rituals may not seem as important or as life-saving as the day before,” she said. “You might not enjoy them as you did before, so you should have a list of things.” Perhaps it’s a list of movies you wanted watch, or places you wanted to visit, a restaurant or recipe you wanted to try.</p>\n<blockquote><p>At the beginning you won’t be willing to do anything from this list. Those things will look silly and you say no this is not the time to do this. You will be preoccupied with all of your worries right now. Force yourself and just pick a thing and start doing it. Start those lists today and obey them frequently.</p></blockquote>\n<p>Petrova shared a few simple items on her own list – i.e. eating avocados, making herself a chai latte, enjoying a local spicy soup. If you maintain a clear list of things that make you feel better, you have some activities to turn to when things start to become stressful at work.</p>\n<h4>3. Provide small wins.</h4>\n<p>Make goals for yourself that put you on the path to success with frequent, small milestones. This will help to keep you oriented towards fulfillment. “Another recipe of mine was to keep an editorial calendar,” Petrova said. “Even if I am not feeling well, I already had something planned, so I can keep moving in that direction.”</p>\n<h4>4. Think about your thinking.</h4>\n<p>People who excel at solving some of tech’s most complex problems can also be notoriously masterful at avoiding introspection. Petrova approaches the topic of introspection with the idea of “debugging yourself,” a concept with which many in tech are familiar.</p>\n<p>She suggests writing your own user manual to document how you work and what keeps you healthy. “Write your own user manual. Start writing a user manual for yourself and imagine you are giving it to someone else. This will help you think more about how you are thinking,” she said.</p>\n<p>“You can see that there are a lot of small hacks that can help you feel better. Just imagine how empowering it might be to discover more,” she said.</p>\n<p>“This requires a lot of patience and dedication. It usually takes time for reading and time for writing. It takes time to debug your mind.” Petrova suggests writing down all of the things that help your mind work better so that you have that manual for when depression tries to settle in.</p>\n<p>“Debug yourself, but if you can’t do it yourself, then try to talk to someone,” Petrova said. “We cannot resolve anything by ourselves.”</p>\n<h4>5. Learn to listen, learn to share.</h4>\n<p>You can never underestimate the importance of community in maintaining your mental health. The community is stronger when people overcome their irrational inhibitions and learn to share their stories and listen to each other.</p>\n<p>“It’s not really easy to listen the proper way, but you can sometimes save people by listening to them carefully,” Petrova said. “You can empower them by listening to them.</p>\n<p>People need to tell their stories to realize what is happening. Sometimes when you are keeping things only in your head, you are not realizing the power of your situation.”</p>\n<p>When should depression lead you to seek professional help? “In some official resources, they say if you are feeling like this for four weeks then go find some help,” Petrova said.</p>\n<p>“But I think that the more you are getting to know yourself, the more you can feel if you need to meet with someone or talk with someone. The doctor might not be the first person. The first person might be a friend or a relative or someone who is closer to you. Or just someone you see, someone you believe in and decide to tell your story to. I really believe that it’s powerful to tell stories.”</p>\n<h2>Staying Healthy and Preventing Depression</h2>\n<p>Petrova recommends a book called <a href=\"http://www.amazon.com/The-Healthy-Programmer-Pragmatic-Programmers/dp/1937785319\" target=\"_blank\">The Healthy Programmer</a>, which contains the basics of healthy living for people who work most of the time in a seated position. She believes that movement is especially important for those who work from home and set their own schedules.</p>\n<blockquote><p>The first thing is related to moving/movement. Are you moving enough? Are you doing active things, sports? This is really important, because if you are living where you are working, then you can find yourself in a situation where you are staying home, ordering food all the time. You forget all the healthy things you could do to feel better, for your body to feel better and your mind to work well. It’s really related.</p></blockquote>\n<p>If you’re staying active and able to use your normal problem-solving skills to debug yourself, you will greatly lessen the chances of falling into depression. Building up these habits takes time, but you’re also less likely to be crippled by stress and anxiety. In the future, Petrova plans to start a blog called “The Happiness Cookbook” in order to encourage people to share their recipes with the community.</p>\n<p>“Get to know yourself better and your reactions to different situations,” Petrova advises. “You really need a lot of time to know what’s happening to you and to know how to react in a timely way for prevention.</p>\n<p>“We all have our stressful moments. We all have our sad moments. You are certain to have them in your lifetime. But you can learn how to prevent your reactions, what to do when depression happens, and the best way to overcome it. The temporary feelings can be over at some point with the help of simple tips, and then you are not going to get depressed. Otherwise, you are just digging into that.”</p>\n<p>Obviously, there are some forms of depression that will ultimately require professional help. Petrova’s tips for prevention are intended to help folks before they reach a very dark place where they have lost interest in work completely and are struggling to find vitality.</p>\n<p>“Depression means that you need to change something, for yourself, around yourself, about yourself,” she said. “This is the key message. Just research the pain that made you feel like this and start debugging it step by step.”</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, 19 Jan 2015 22:39:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:36:\"Matt: Pope Francis on Climate Change\";s:7:\"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:21:\"http://ma.tt/?p=44598\";s:7:\"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://ma.tt/2015/01/pope-francis-on-climate-change/\";s: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:718:\"<blockquote><p>He has been called the “superman pope”, and it would be hard to deny that Pope Francis has had a good December. Cited by President Barack Obama as a key player in the thawing relations between the US and Cuba, the Argentinian pontiff followed that by lecturing his cardinals on the need to clean up Vatican politics. But can Francis achieve a feat that has so far eluded secular powers and inspire decisive action on climate change?</p></blockquote>\n<p>The Guardian on <a href=\"http://www.theguardian.com/world/2014/dec/27/pope-francis-edict-climate-change-us-rightwing\">Pope Francis’s edict on climate change will anger deniers and US churches</a>. Definitely the coolest pope in my lifetime.</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, 18 Jan 2015 16:30: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:33:\"Matt: No Relief for Air Travelers\";s:7:\"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:21:\"http://ma.tt/?p=44607\";s:7:\"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://ma.tt/2015/01/no-relief-for-air-travelers/\";s: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:420:\"<blockquote><p>Oil prices have fallen by about half since June, making it much cheaper just in time for drivers to fill up their cars for Christmas travel. But the decline in oil prices has had made no perceptible difference on the cost of flying.</p></blockquote>\n<p>New York Times: <a href=\"http://www.nytimes.com/2014/12/16/opinion/no-relief-for-air-travelers.html?_r=2&referrer=\">No Relief for Air Travelers</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:\"Sat, 17 Jan 2015 23:35: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:72:\"WPTavern: Proposed Enhancements to Distraction-free Writing in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37456\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/proposed-enhancements-to-distraction-free-writing-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3711:\"<p>When we <a title=\"http://wptavern.com/whats-your-first-impression-of-distraction-free-writing-in-wordpress-4-1\" href=\"http://wptavern.com/whats-your-first-impression-of-distraction-free-writing-in-wordpress-4-1\">asked readers</a> what they thought of the new Distraction-free writing mode in WordPress 4.1, a majority of readers responded that it was an improvement. However, a number of others stated they preferred the old version. Readers also <a title=\"http://wptavern.com/whats-your-first-impression-of-distraction-free-writing-in-wordpress-4-1#comments\" href=\"http://wptavern.com/whats-your-first-impression-of-distraction-free-writing-in-wordpress-4-1#comments\">took to the comments</a> to describe their first impression of the feature.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/DistractionFreeWriting41.png\" rel=\"prettyphoto[37456]\"><img class=\"size-full wp-image-35707\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/DistractionFreeWriting41.png?resize=1025%2C501\" alt=\"Distraction Free Writing in WordPress 4.1\" /></a>Distraction Free Writing in WordPress 4.1\n<p>Since the release of 4.1, I’ve forced myself to use DFW. When I write content, I often hit the preview button several times to review changes. This results in DFW mode turning on and off multiple times which I find distracting and at times, annoying. I’m not the only one who feels this way as Brian Krogsgard of <a title=\"https://poststatus.com/distraction-free-writing-wordpress/\" href=\"https://poststatus.com/distraction-free-writing-wordpress/\">PostStatus.com explains</a>:</p>\n<blockquote><p>When I write, I tend to save and preview the post live a number of times while I’m writing, especially toward the end of my time spent writing.</p>\n<p>It gets a bit dizzying to be fixing typos and saving and previewing while going in an out of DFW.</p>\n<p>I’d like to see “Save Draft” and “Preview” buttons moved into the editor body, so that I can stay in DFW while finishing up my posts.</p></blockquote>\n<p>I like the idea of moving the Save Draft and Preview buttons to the post editor. It’s one of the reasons why <a title=\"http://wptavern.com/how-to-preview-posts-in-distraction-free-writing-mode-without-seeing-a-transition\" href=\"http://wptavern.com/how-to-preview-posts-in-distraction-free-writing-mode-without-seeing-a-transition\">I reviewed</a> the <a title=\"https://wordpress.org/plugins/fullscreen-preview-button/\" href=\"https://wordpress.org/plugins/fullscreen-preview-button/\">Distraction Free Preview Button</a> plugin by Alex King. Krogsgard also lists several other ideas with screenshots showing the changes in action, including:</p>\n<ul>\n<li>Inverted editor colors</li>\n<li>Centered post editor</li>\n<li>Setting the editor to use the Max-width available</li>\n<li>Full-height editor</li>\n</ul>\n<p>Jen Mylo, who reviewed the feature as a user, <a title=\"http://jenmylo.com/2015/01/17/distraction-free-writing-mode/\" href=\"http://jenmylo.com/2015/01/17/distraction-free-writing-mode/\">suggests</a> similar improvements. One other thing I’d like to see is a full-height editor. It’s annoying when the meta boxes fade away, the editor remains the same size as if the boxes are still in place. That’s because they are, but I think it would be better if DFW mode would go back to being a separate writing experience so meta boxes are a non-issue.</p>\n<p>I believe if the ideas proposed by Krogsgard and Mylo are implemented, DFW would likely become the primary mode in which I write content. Until then, I’m sticking with the default interface. What you do you think of the proposed ideas and are there any you’d add?</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, 17 Jan 2015 22:09: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:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: JavaScript Leads The Pack in RedMonk’s Programming Language Rankings\";s:7:\"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://wptavern.com/?p=37449\";s:7:\"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:87:\"http://wptavern.com/javascript-leads-the-pack-in-redmonks-programming-language-rankings\";s: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:2289:\"<p>Research and analyst firm, <a title=\"http://redmonk.com/\" href=\"http://redmonk.com/\">RedMonk, </a>released its <a title=\"http://redmonk.com/sogrady/2015/01/14/language-rankings-1-15/\" href=\"http://redmonk.com/sogrady/2015/01/14/language-rankings-1-15/\">programming language rankings</a> for January 2015. RedMonk looks at programming language discussions on <a title=\"http://stackoverflow.com/\" href=\"http://stackoverflow.com/\">Stack Overflow</a> and usage on <a title=\"https://github.com/\" href=\"https://github.com/\">GitHub</a> in an effort to extract insights into potential adoption trends.</p>\n<p>The results from the analysis are not clear indications of general usage but rather, an examination of the correlation between two populations RedMonk believes to be predictive of future use.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/RedMonkQ115ProgrammingLanguageRankings.png\" rel=\"prettyphoto[37449]\"><img class=\"size-full wp-image-37451\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/RedMonkQ115ProgrammingLanguageRankings.png?resize=1025%2C687\" alt=\"RedMonk Q115 Programming Language Rankings\" /></a>RedMonk Q115 Programming Language Rankings\n<p>It doesn’t surprise me to see JavaScript and PHP so high on the chart, especially since JavaScript is in the <a title=\"http://ianmarshall.net/articles/140511.php\" href=\"http://ianmarshall.net/articles/140511.php\">middle of a renaissance</a>. The results also mirror the suggestion that in the future, <a title=\"http://wptavern.com/in-the-next-few-years-90-of-wordpress-development-could-be-javascript-based\" href=\"http://wptavern.com/in-the-next-few-years-90-of-wordpress-development-could-be-javascript-based\">90% of WordPress development</a> could be JavaScript based.</p>\n<p>Be sure to read <a title=\"http://redmonk.com/sogrady/2015/01/14/language-rankings-1-15/\" href=\"http://redmonk.com/sogrady/2015/01/14/language-rankings-1-15/\">RedMonk’s interpretation</a> of the data and the trends worth noting. Also worth reading is <a title=\"http://www.wired.com/2015/01/redmonk-swift\" href=\"http://www.wired.com/2015/01/redmonk-swift\">Wired.com’s take</a> on the data and the rising popularity of Apple’s Swift programming language. What do you make of the rankings?</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, 17 Jan 2015 20:53:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:77:\"Post Status: Ideas for small improvements to the new Distraction-Free Writing\";s:7:\"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:30:\"https://poststatus.com/?p=7388\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://poststatus.com/distraction-free-writing-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:9980:\"<p>Distraction-Free Writing has been a bit of a controversial feature in WordPress this release. It changed from a <em>you have to toggle to it every time</em> feature to <em>it’s always on feature</em> in WordPress 4.1.</p>\n<p>With that change, the DFW experience changed to be more like the regular editor, well, because it is the regular editor. It just removes stuff off of the screen that you’re not using.</p>\n<p>Here’s the editor now, with DFW not on:</p>\n<div id=\"attachment_7393\" class=\"wp-caption aligncenter\"><a href=\"https://poststatus.com/wp-content/uploads/2015/01/4-1-post-editor.png\"><img class=\"wp-image-7393 size-large\" src=\"https://poststatus.com/wp-content/uploads/2015/01/4-1-post-editor-752x473.png\" alt=\"4-1-post-editor\" width=\"752\" height=\"473\" /></a><p class=\"wp-caption-text\">The WordPress post editor, as of WordPress 4.1 (with custom admin theme colors)</p></div>\n<p>And here’s the editor now, with DFW on:</p>\n<div id=\"attachment_7390\" class=\"wp-caption aligncenter\"><a href=\"https://poststatus.com/wp-content/uploads/2015/01/dfw-wp-4-1.png\"><img class=\"wp-image-7390 size-large\" src=\"https://poststatus.com/wp-content/uploads/2015/01/dfw-wp-4-1-752x442.png\" alt=\"dfw-wp-4-1\" width=\"752\" height=\"442\" /></a><p class=\"wp-caption-text\">DFW mode as of WordPress 4.1</p></div>\n<p>Jen Mylo wrote a post about how <a href=\"http://jenmylo.com/2015/01/17/distraction-free-writing-mode/\">she doesn’t like the new feature as much as the old one</a>. I’ve seen similar complaints a few times from folks.</p>\n<p>The positive trade-off is that now DFW is much more likely to be used, since the setting (the four-arrow icon in the upper right corner of the editor box) is persistent for a user once enabled. Previously, DFW had to be toggled in each use, and was probably used by a minority of users.</p>\n<p>4.1 was the first go at the feature in its new state, and I think it’s pretty great. I’m now using DFW every post I write, whereas before I almost always forgot to turn it on; plus, it previously felt like a commitment to the blog post.</p>\n<p>Nevertheless, I think Jen’s critique (as well as others’) are noteworthy, so I decided to take some of the complaints I’ve heard and hack around in the browser inspector to see if I could alleviate them.</p>\n<p>One thing Jen brought up was the height of the editor box. You no longer toggle the height from the bottom corner; instead it auto-adjusts with your content, and comes shipped with a default height.</p>\n<h3>Full-height editor box</h3>\n<p>She believes, and I agree, that it would be nice if the editor filled the available height of the window, because right now it feels a bit squished and cramped. Thankfully, we have the viewport height (vh) unit in CSS, and this can be adjusted with pure CSS and a few media queries.</p>\n<div id=\"attachment_7391\" class=\"wp-caption aligncenter\"><a href=\"https://poststatus.com/wp-content/uploads/2015/01/dfw-4-1-full-height.png\"><img class=\"wp-image-7391 size-large\" src=\"https://poststatus.com/wp-content/uploads/2015/01/dfw-4-1-full-height-752x451.png\" alt=\"dfw-4-1-full-height\" width=\"752\" height=\"451\" /></a><p class=\"wp-caption-text\">WordPress DFW mode with full-height content area</p></div>\n<p>I think this is a progressive feature, so I’d be for using the vh CSS unit not using Javascript on this, despite the not-great browser support in IE.</p>\n<p>In fact, I really like this concept, even when not in DFW mode. It really calms me down, not seeing the metaboxes below the post content right out of the gate. We can just keep them right below the editor, just out of sight.</p>\n<div id=\"attachment_7392\" class=\"wp-caption aligncenter\"><a href=\"https://poststatus.com/wp-content/uploads/2015/01/post-editor-full-height.png\"><img class=\"size-large wp-image-7392\" src=\"https://poststatus.com/wp-content/uploads/2015/01/post-editor-full-height-752x451.png\" alt=\"WordPress post editor with full height content area\" width=\"752\" height=\"451\" /></a><p class=\"wp-caption-text\">WordPress post editor with full height content area</p></div>\n<h3>Centered editor in DFW</h3>\n<p>Another note Jen made was that she was bothered the editor isn’t centered in DFW mode. Well, I’ve never noticed that, but <em>now I do, ugh</em>. <img src=\"https://poststatus.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> It’s this way because DFW simply hides the right column and admin columns, which are not the same width, and therefore the editor is left with unequal margins.</p>\n<p>Well, during the transition of those admin columns, theoretically, we could also move the editor box, though I think we should test what kind of UX effect there is of transitioning the editor your cursor is in. It might not be the most elegant solution.</p>\n<p>Nevertheless, here’s what it’d look like once you’re done, including the full-height editor box.</p>\n<div id=\"attachment_7394\" class=\"wp-caption aligncenter\"><a href=\"https://poststatus.com/wp-content/uploads/2015/01/dfw-full-height-and-centered.png\"><img class=\"size-large wp-image-7394\" src=\"https://poststatus.com/wp-content/uploads/2015/01/dfw-full-height-and-centered-752x471.png\" alt=\"DFW full-height editor and centered\" width=\"752\" height=\"471\" /></a><p class=\"wp-caption-text\">DFW full-height editor and centered</p></div>\n<p>I’m iffy on this one. I really don’t like the idea of moving the box you’re actively focusing on. Needs testing.</p>\n<h3>Max-width on the editor box</h3>\n<p>A critique I learned from another user was that the huge width on the DFW editor box bothered them. I agree. I think we should put a max-width on the editor box — probably whether the user is in DFW mode or not.</p>\n<p>Here’s the large version that’s unwieldy, especially in DFW mode:</p>\n<div id=\"attachment_7400\" class=\"wp-caption aligncenter\"><a href=\"https://poststatus.com/wp-content/uploads/2015/01/dfw-max-width.png\"><img class=\"size-large wp-image-7400\" src=\"https://poststatus.com/wp-content/uploads/2015/01/dfw-max-width-752x285.png\" alt=\"We should not let this get so wide. Line length matters!\" width=\"752\" height=\"285\" /></a><p class=\"wp-caption-text\">We should not let this get so wide. Line length matters!</p></div>\n<h3>Inverted editor colors, with centered content box</h3>\n<p>One more idea: what if we inverted the WordPress admin colors, so that the background was white, and metaboxes were gray. And then, we could ditch the “container” of the editor box altogether.</p>\n<p>Here’s a mockup of that.</p>\n<div id=\"attachment_7402\" class=\"wp-caption aligncenter\"><a href=\"https://poststatus.com/wp-content/uploads/2015/01/all-white-admin-background.jpg\"><img class=\"size-large wp-image-7402\" src=\"https://poststatus.com/wp-content/uploads/2015/01/all-white-admin-background-752x431.jpg\" alt=\"All white background, with centered editor\" width=\"752\" height=\"431\" /></a><p class=\"wp-caption-text\">All white background, with centered editor</p></div>\n<p>I think this could look really nice, but it would require a good bit of admin changes.</p>\n<p>And then the Distraction-Free Writing version:</p>\n<p><a href=\"https://poststatus.com/wp-content/uploads/2015/01/dfw-all-white.jpg\"><img class=\"aligncenter size-large wp-image-7404\" src=\"https://poststatus.com/wp-content/uploads/2015/01/dfw-all-white-752x432.jpg\" alt=\"dfw-all-white\" width=\"752\" height=\"432\" /></a></p>\n<h3>Save and Preview inline</h3>\n<p>This one is my own idea, based on drafting posts in this mode every day.</p>\n<p>Distraction-Free Writing toggles on and off pretty rapidly as you focus in and out of the editor. When I write, I tend to save and preview the post live a number of times while I’m writing, especially toward the end of my time spent writing.</p>\n<p>It gets a bit dizzying to be fixing typos and saving and previewing while going in an out of DFW.</p>\n<p>I’d like to see “Save Draft” and “Preview” buttons moved into the editor body, so that I can stay in DFW while finishing up my posts. Here’s what that looks like:</p>\n<div id=\"attachment_7389\" class=\"wp-caption aligncenter\"><a href=\"https://poststatus.com/wp-content/uploads/2015/01/dfw-inline-save-preview.jpg\"><img class=\"size-large wp-image-7389\" src=\"https://poststatus.com/wp-content/uploads/2015/01/dfw-inline-save-preview-752x473.jpg\" alt=\"DFW with Save and Preview inline\" width=\"752\" height=\"473\" /></a><p class=\"wp-caption-text\">DFW with Save and Preview inline</p></div>\n<h3>Iteration is important</h3>\n<p>Iteration in WordPress feature development is important. I’m glad we introduced Distraction-Free Writing in the first place, and I think the changes in 4.1 are worthy. They may need some adjustments, but it’s a process that will continue to improve.</p>\n<p>Constructive feedback is always good. The more we use and figure out how others are using various features of WordPress, the more they can be improved.</p>\n<p>In preparing to write this post, I was able to reach out in <a href=\"https://poststatus.com/category/planet/feed/slack.wordpress.org\">WordPress Slack</a> and find out the best venue to give feedback, and if Jen’s post and this one help start a conversation, the changes can make their way to <a href=\"https://core.trac.wordpress.org/\">Trac tickets</a> and eventual patches to make WordPress better.</p>\n<p>I’ve seen at least a handful of folks say “Bring the old Distraction-Free Writing back!” That’s understandable; lots of folks don’t like change. Every UI-involved feature in WordPress ever has had critics.</p>\n<p>But when you look at WordPress today and WordPress 5 or more years ago, WordPress today is way more beautiful to use. That’s because the experience the core team has built has iterated over time in response to use, feedback, and contributions.</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, 17 Jan 2015 18:01:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:39:\"Jen Mylo: Distraction-free Writing Mode\";s:7:\"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:26:\"http://jenmylo.com/?p=4787\";s:7:\"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://jenmylo.com/2015/01/17/distraction-free-writing-mode/\";s: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:6729:\"<p>Once upon a time in WordPress there was a New Feature called Distraction-free writing mode. You accessed it by clicking the icon in the editor toolbar that means <em>full screen</em> pretty much everywhere on the web.</p>\n<p><img class=\"aligncenter size-full wp-image-4788\" src=\"https://jenmylo.files.wordpress.com/2015/01/dfw-icon-highlight.png?w=520&h=71\" alt=\"post editor toolbar\" width=\"520\" height=\"71\" /></p>\n<p>It would load a new screen tha mostly just consisted of a writing box not surrounded by meta boxes or formatting, and what limited formatting options there were would only appear when you moused out of the writing area. It wasn’t perfect (I would have liked that fading toolbar to have all the same formatting options as the regular editor) but it <em>was</em> pretty non-distracting, and it just felt calm.</p>\n<p><img class=\"aligncenter size-full wp-image-4790\" src=\"https://jenmylo.files.wordpress.com/2015/01/dfw-ui.png?w=520\" alt=\"old distraction-free writing interface\" /></p>\n<p>A while back I noticed some changes in the wp-admin regular editor. All the navigation and meta boxes now faded away while you were writing, and I thought, “Oh, that’s pretty nice, kind of a DFW Lite!” I didn’t pay too much attention, as I was just writing a quick post, but in my head I approved, and thought it was a good improvement. Until this morning.</p>\n<p>Most of my blog-based activity happens on work-related blogs that have front-end posting forms, so it’s been a while since I tried to access DFW mode. But I was going to be writing a long post, and I wanted to go over into that peaceful screen, so I clicked on the full-screen icon. That’s when I discovered that what I thought was DFW Lite was actually the new DFW. There was no more new screen.</p>\n<p>At first I thought,”Hm, that’s a lot more efficient. Good for them!” Then I started writing, and thought, “[Letters-in-a-configuration-to-replicate-my-slightly-alarmed-and-uncomfortable-sound]!” I hated to admit it, but I felt physically uncomfortable. Am I turning into Sheldon (<a title=\"Video from Big Bang Theory\" href=\"https://www.youtube.com/watch?v=ynUfxitGpfU\">skip to 3:34</a>)? Crap! Anyway, here’s why I don’t love the new DFW.</p>\n<p>When wp core switched over to the “toolbar anchors to top of editor no matter how long your post” setup, users lost the ability to grab a corner of the editor and drag it to make it taller. Since it is supposed to automatically resize as you write, most people thought this was a tradeoff with a net benefit, and even though I really didn’t want to lose my little corner resize handle, I agreed that the net benefit was worth it. The thing is, if in your head you’ve already thought out a long post, starting in the small box feels cramped, kind of like when you have to repack a sleeping bag and you’re smooshing it with all your might to get it to fit back into the compact stuff sack.</p>\n<p>Think about opening a New Document in MS Word (or equivalent writing program) , or a writer putting a fresh piece of paper in the typewriter (for those who are too young to remember, <a title=\"Video of someone putting paper into a typewriter\" href=\"https://www.youtube.com/watch?v=FkUXn5bOwzk\">it’s like this</a>). There have been reams written by famous authors in the past about the feeling that action engenders — a feeling of limitless possibilities, a knock on the creative door, an open road ahead. That’s what DFW tried to emulate. Starting in the small box instead of the full height box feels like possibilities with limits, a creative window that won’t open more than 3 inches for safety, a road with one lane closed for construction. Thoughts scrunch down to try to fit into the available space.</p>\n<p>Even when the box expands to be the height of the screen (minus padding against top and bottom of browser), a chunk of space is lost at the top for the toolbar. That fade it used to have really did remove distraction. I wish there had been a way to combine the zen of the fade away (Matt’s original nickname for DFW was zen mode) with the convenience of the always-at-top placement.</p>\n<p>In the old DFW, the writing window really did have that feeling of a fresh New Document or crisp new sheet of paper. Now, even once it’s tall, it’s a bit off-center to the left, because that’s where the editor box is when on a screen containing navigation and metaboxes.</p>\n<p><img class=\"aligncenter size-full wp-image-4798\" src=\"https://jenmylo.files.wordpress.com/2015/01/screen-shot-2015-01-17-at-7-54-33-am.png?w=520&h=313\" alt=\"Screenshot of current distraction-free mode\" width=\"520\" height=\"313\" /></p>\n<p>There was a time (pre-2000) when I didn’t think too much about alignment in UIs. Then I got a lot of design ideas drilled into my head that stuck, especially regarding alignment. I like asymmetry in a lot of things, always have. Hell, in a site we were just working on one of the things we said we wanted was some asymmetry. But for DFW, the symmetry — the centeredness — was a big part of what made that screen so calming. Your brain didn’t have to do any pattern recognition or internal balancing to make it feel right. But now it skews to the left and it’s driving me crazy, Sheldon style. This isn’t zen for me; it’s a misused apostrophe, a lowercase p, a cabinet door left open.</p>\n<p>I thought I’d be a holdout forever against using the new <a title=\"wordpress.com\" href=\"http://wordpress.com\">wordpress.com</a> posting interface (I have a lot of issues with it, surprise), but, well, their DFW has that open and symmetrical feeling (even if it has other problems) that makes for a non-Sheldony writing experience.</p>\n<p><img class=\"aligncenter size-full wp-image-4789\" src=\"https://jenmylo.files.wordpress.com/2015/01/screen-shot-2015-01-17-at-7-27-45-am.png?w=520&h=378\" alt=\"Screenshot of distraction-free writing mode on wordpress.com\" width=\"520\" height=\"378\" /></p>\n<p>So this might be my last post written in wp-admin DFW mode for now. Farewell, old friend!</p>\n<p><em>* * *</em></p>\n<p><em>Standard disclaimer when writing about WordPress: This is my personal opinion. I have not been the UX lead for WordPress core for a couple of years now, so this post on my personal blog should not be seen as representing the WordPress project in any way, it’s just my personal experience with a user interface.</em></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=jenmylo.com&blog=45389656&post=4787&subd=jenmylo&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:\"Sat, 17 Jan 2015 16:08: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:8:\"Jen Mylo\";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:32:\"WPTavern: First Look at SIDEKICK\";s:7:\"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://wptavern.com/?p=37315\";s:7:\"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://wptavern.com/first-look-at-sidekick\";s: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:4144:\"<p>After experiencing a <a title=\"http://wptavern.com/sidekick-delays-the-release-of-composer\" href=\"http://wptavern.com/sidekick-delays-the-release-of-composer\">significant delay</a> in late 2014, the folks over at SIDEKICK <a title=\"http://www.sidekick.pro/blog/launch-welcome-new-sidekick-pro/\" href=\"http://www.sidekick.pro/blog/launch-welcome-new-sidekick-pro/\">have launched</a> a new website along with Composer. <a title=\"http://www.sidekick.pro/plans/create_wp_walkthroughs/\" href=\"http://www.sidekick.pro/plans/create_wp_walkthroughs/\">Composer</a> is a tool that allows you to create visual, guided, walkthroughs. When SIDEKICK Co-founder, Ben Fox, showed off the initial demo last year, I described it as the <a title=\"http://www.techsmith.com/camtasia.html\" href=\"http://www.techsmith.com/camtasia.html\">Camtasia</a> of WordPress.</p>\n<p>SIDEKICK has a <a title=\"http://www.sidekick.pro/plans/create_wp_walkthroughs/\" href=\"http://www.sidekick.pro/plans/create_wp_walkthroughs/\">couple different plans</a> available depending upon how many walkthroughs you want to publish. The free account allows for three <strong>published</strong> walkthroughs, 50 monthly plays or views, 1 active website, and support for WordPress multi-site.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/SideKickActivated.png\" rel=\"prettyphoto[37315]\"><img class=\"size-full wp-image-37429\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/SideKickActivated.png?resize=1025%2C501\" alt=\"SIDEKICK Activated\" /></a>SIDEKICK Activated\n<p>The walkthrough creation interface is similar to Camtasia in that it has a timeline with various steps that can be added. To supply audio, you need to upload a pre-recorded mp3 file for each step. While not as easy as recording the audio within the plugin, it’s easier to fix mishaps without having to redo the entire walkthrough.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/WalkthroughInterface.png\" rel=\"prettyphoto[37315]\"><img class=\"size-full wp-image-37432\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/WalkthroughInterface.png?resize=1025%2C280\" alt=\"Walkthrough Interface\" /></a>Walkthrough Interface\n<h2>It’s Clearly The First Version</h2>\n<p>While testing SIDEKICK, I encountered several things that need to be addressed in future versions. <del>During the initial setup, there is a box that explains how to build your own walkthrough with a link to get Composer. This leads me to believe that it’s a separate product or plugin when in reality, it’s not. Composer is part of SIDEKICK out of the box.</del> <em><strong>Update</strong></em> SIDEKICK has already released an update that fixes the copy.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/getcomposerbox.png\" rel=\"prettyphoto[37315]\"><img class=\"size-full wp-image-37433\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/getcomposerbox.png?resize=610%2C207\" alt=\"Get Composer Information Box\" /></a>Old Get Composer Information Box\n<p>I encountered a few links which point to a 404 page, like their <a title=\"http://www.sidekick.pro/terms-of-use/\" href=\"http://www.sidekick.pro/terms-of-use/\">Terms of Use</a>. With so many steps in the setup process, it would be nice if SIDEKICK had a walkthrough of its own, to guide users on how to configure it. Despite these minor setbacks, they don’t detract from its usefulness. Fox says, the team is already aware of the issues and over the next few weeks, will release several updates.</p>\n<p>It took awhile, but once I understood how it works, I found creating walkthroughs a fairly easy process. With version one out the door, it will be interesting to see how it’s adopted by theme and plugin developers, considering a number of them already use <a title=\"http://theme.fm/2011/09/introducing-pointers-in-wordpress-3-3-2407/\" href=\"http://theme.fm/2011/09/introducing-pointers-in-wordpress-3-3-2407/\">admin pointers</a> that are built into WordPress. However, there’s a distinct difference between a simple pointer and walking people through a task.</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, 17 Jan 2015 03:59:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:13:\"Matt: Fasting\";s:7:\"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:21:\"http://ma.tt/?p=44604\";s:7:\"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:\"http://ma.tt/2015/01/fasting/\";s: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:1053:\"<p>“Fasting for as little as three days can regenerate the entire immune system, even in the elderly, scientists have found in a breakthrough described as ‘remarkable’.” — <a href=\"http://www.telegraph.co.uk/news/uknews/10878625/Fasting-for-three-days-can-regenerate-entire-immune-system-study-finds.html\">Fasting for three days can regenerate entire immune system, study finds</a>.</p>\n<p>Harper’s had a <a href=\"http://harpers.org/archive/2012/03/starving-your-way-to-vigor/\">great article on fasting a few years ago</a> it’s not online at the moment but <a href=\"https://cloudup.com/cgrXJBHXyeo\">here’s a PDF of it</a>. It’s also <a href=\"http://www.yogicwayoflife.com/three-day-water-fast-and-its-benefits/\">common in yoga</a> and <a href=\"http://joshmitteldorf.scienceblog.com/2014/06/12/the-three-day-fast-day-four/\">folks trying to live longer</a>. I haven’t tried it myself yet, but perhaps will at some point this year — I like the idea of doing something by doing nothing.</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, 17 Jan 2015 01:10: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:23:\"Matt: The Right Problem\";s:7:\"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:21:\"http://ma.tt/?p=44601\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2015/01/the-right-problem/\";s: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:385:\"<blockquote><p>Working on the right problem is more important than working hard. — Caterina Fake</p></blockquote>\n<p>Found via <a href=\"http://davemart.in/2015/01/14/84-highlights-from-the-startup-playbook/\">84 highlights from The Startup Playbook</a> by Automattician Dave Martin.</p>\n<p>The hardest thing in the world is spending the most time on the most important things.</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, 16 Jan 2015 22:08: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:38:\"Post Status: A small Medium experiment\";s:7:\"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:30:\"https://poststatus.com/?p=7366\";s:7:\"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:43:\"https://poststatus.com/medium-vs-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:9842:\"<p>I’ve always wanted to write a post on Medium. But I’ve always been too greedy to do so, because I like to own my content, and I’ve never had a topic that I really wanted to write about that didn’t better fit on my personal blog or this one.</p>\n<p>That changed today, so I got to experiment. On hearing that Teehan+Lax shut down, I felt it was a worthy time to try Medium. I had a bone to pick with their exit post, and they helped design Medium’s first version, so it seemed fitting.</p>\n<p>Here’s <a href=\"https://medium.com/@krogsgard/the-story-teehan-lax-isnt-telling-5b58e6109e88\">a link to the finished product</a>. Until today, I had never really done anything to play with their editor beyond look at it and write a few sentences to see the basics of how things worked.</p>\n<h3>First impressions of Medium’s editor</h3>\n<p>Medium’s front-end is beautiful. And the back-end looks quite similar. They try to take pretty much everything out of your way to leave you to your words. I like that.</p>\n<p>The only problem with simplicity is that it can obfuscate how to actually do stuff. In the case of the Medium editor, there are two methods to interact with text.</p>\n<p><img class=\"aligncenter size-large wp-image-7370\" src=\"https://poststatus.com/wp-content/uploads/2015/01/medium-more-options-752x261.jpg\" alt=\"medium-more-options\" width=\"752\" height=\"261\" /></p>\n<p>First, you can click the little plus button, which allows you to insert a pre-formatted block of something.</p>\n<p><img class=\"aligncenter size-large wp-image-7371\" src=\"https://poststatus.com/wp-content/uploads/2015/01/medium-tooltip-752x208.jpg\" alt=\"medium-tooltip\" width=\"752\" height=\"208\" /></p>\n<p> </p>\n<p>Second, you can highlight text and get a tooltip of formatting options.</p>\n<p>Some of these options are confusing. The tooltip one was fine, but the + button was tougher. I didn’t know what to expect by clicking the horizontal line or the play button. I thought the code brackets were odd, as surely not many people are putting code on Medium. It turned out that was an oEmbed button.</p>\n<p>Eventually though, I figured out roughly how to do what, even inserting those big full screen images everyone associates to Medium.</p>\n<p>For most people and most posts, these tools are enough. And all in all the experience was delightful, despite this minor criticism. However, a part of me wanted <em>more</em>.</p>\n<p>I like the persistent editing buttons of WordPress (though I could definitely do with fewer options in TinyMCE). I even felt a little weird about Medium’s previews. It’s basically a front-end preview when you edit, but it’s also not quite teh same. For example, you don’t get the below post items and other elements that affect the overall feel of the page, versus just the article.</p>\n<p>Still, I think the WordPress editing experience could learn from Medium’s efforts, even if we don’t mimic it entirely. And I do think the recent changes to Distraction writing help get us there.</p>\n<h3>Simple but effective stats</h3>\n<p>Medium has stats built-in. With WordPress, most people use WordPress.com’s stats module through Jetpack, or Google Analytics, or both.</p>\n<p>Medium really trims down the stats information. You basically get a few metrics: Views, “Reads”, Read Ratio, and Recommendation counts.</p>\n<p><img class=\"aligncenter size-large wp-image-7372\" src=\"https://poststatus.com/wp-content/uploads/2015/01/medium-stats-752x527.jpg\" alt=\"medium-stats\" width=\"752\" height=\"527\" /></p>\n<p>I <em>love</em> the read ratio stat. Medium’s reliance on reading versus pageviews is <a href=\"https://medium.com/data-lab/mediums-metric-that-matters-total-time-reading-86c4970837d5\">pretty well documented</a>, and I’ve always thought it was great. But what I realized nearly immediately is that this gave me much greater assurance that my post is quality or not, versus metrics I have available to me with WordPress.com stats or even Google analytics.</p>\n<p>I usually determine quality of my posts based on how many tweets, comments, and pageviews I get for an article. This is great, but just because something isn’t shareworthy doesn’t mean it’s not high quality. Also, if I get 200 views but nearly everyone fully reads it, it’s better than getting 1,000 views where only 200 read it.</p>\n<p>In the latter example, I got views but I didn’t impact. My goal is to impact, and Medium’s “reads” stat helps me determine that very quickly.</p>\n<p>Referrals are also nice on Medium. I can quickly see where traffic is coming from, real time, and go see what that referring source said about my post or take part in the conversations.</p>\n<p>Most importantly, regarding referrals, is that <em>I can see them per article</em>. This is a feature I would love to see hit WordPress.com stats.</p>\n<p>Hardcore stats folks won’t be totally satisfied with Medium. And to my knowledge, you can add your own Google Analytics account to your medium account, so you have to live with what you get. For most of us, that is enough.</p>\n<p>I think there is a ton of opportunity for a solid stats plugin for WordPress that either makes great use of Google Analytics within the WordPress Dashboard, or rolls their own (outside of WordPress.com / Jetpack).</p>\n<h3>Medium-sized exposure</h3>\n<p>One element I was pretty curious of was exposure. I know that some articles have done really well on Medium, but I’m not sure what causes that.</p>\n<p>In my case, the article has had a couple thousand pageviews in a matter of an hour or two, so that’s great. However, I think it took off on Twitter and Designer News much more so than from Medium itself, besides recommendations</p>\n<p>For recommendations, it’s like a rolling snowball. I get emails from Medium every day telling me what my Twitter friends recommended on Medium. I imagine that the more people recommend my story, the more email and other distribution the story gets. That’s good, because I’ve always figured recommendation buttons were mostly useless on sites, and really only social proof for other would-be readers that are already on some kind of archive.</p>\n<p>As far as I can tell, Medium doesn’t really have a way to highlight new stories beyond recommendations. And they very much de-emphasize post dates and time-based feeds.</p>\n<h3>Tag, you’re not it</h3>\n<p>One last thing was categorization and tags. Medium no longer allows regular users to put a post in any particular category, as far as I can tell. You have to be some sort of more-certified user or author to put a post in one of their channels or tags or whatever they call them.</p>\n<p>I thought this was a little frustrating. Without some kind of tag, how can I put my story in a feed that others that don’t already follow me can find? I think it has potential to prevent lesser-known writers from ever being exposed to more eyeballs, because there is a much smaller initial audience to read their post.</p>\n<p>Furthermore, if I had 100 or 1,000 posts on Medium someday, it would make it harder for me to filter my own stuff. I often go back to certain categories on Post Status to see what I wrote about a particular topic in the past.</p>\n<h3>Notes and public previews</h3>\n<p>A couple of things that Medium excels at are notes and public previews. I can easily annotate my post in the margins, without putting the notes in the content (which I often do in WordPress). It’s very similar to Google Docs.</p>\n<p><img class=\"aligncenter size-large wp-image-7373\" src=\"https://poststatus.com/wp-content/uploads/2015/01/medium-notes-752x265.jpg\" alt=\"medium-notes\" width=\"752\" height=\"265\" /></p>\n<p>And public previews and draft sharing is exceptional. I have public preview functionality on Post Status, and it works okay; it’s built into Medium, and it has great placement and is easy to use.</p>\n<p>I think WordPress could build these features in. They simply make publishing better. Nearly every site could utilize a tool like this and I think that while there are plugin options for accomplishing these tasks, it’s pretty core to the experience and mission of publishing.</p>\n<h3>Plenty to gleam, but not a silver bullet</h3>\n<p>All in all, I liked publishing on Medium.</p>\n<p>No, I don’t own the content. Though they do have a one-click button for exporting everything you’ve ever written. (<em>edit: reader and former Medium employee Evan Solomon notes I do own the content itself. I guess I mean it more in the sense that I don’t own the platform, and can’t guarantee my content will always be there.</em>)</p>\n<p>I also can’t use my own domain. If I published there long term, that would be a problem.</p>\n<p>It’s unfair to compare Medium directly to WordPress. But from a publishing perspective, I’d say there are definitely elements WordPress could learn from. However, we shouldn’t just jump completely on the simplification bandwagon.</p>\n<p>Now, in terms of who can definitely learn from Medium, it’s WordPress.com. If I were going with a hosted platform, owning my own domain and being able to choose my own theme are pretty much the only reasons I’d choose WordPress.com versus Medium. The overall account (especially) and publishing experiences (marginally) feel more polished on Medium than WordPress.com.</p>\n<p>I don’t know if I’ll publish on Medium again. Probably, when I find a circumstance that this blog or my personal blog aren’t the right place. It was fun to play with a shiny new tool, but I’m still a WordPress guy, and I think we’re doing alright.</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, 16 Jan 2015 17:50:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:91:\"WPTavern: The WordPress Foundation Creates a Traveling Scholarship in Memory of Kim Parsell\";s:7:\"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://wptavern.com/?p=37415\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wptavern.com/the-wordpress-foundation-creates-a-traveling-scholarship-in-memory-of-kim-parsell\";s: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:3126:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/KimParsellDocsTeamMeetup.jpg\" rel=\"prettyphoto[37415]\"><img class=\"size-full wp-image-36621\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/KimParsellDocsTeamMeetup.jpg?resize=750%2C460\" alt=\"Kim Parsell With the Docs Team Meetup in Cincinnati 2013\" /></a>Kim Parsell With the Docs Team Meetup in Cincinnati 2013\n<p><a title=\"http://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away\" href=\"http://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away\">Kim Parsell once told me</a> that attending WordCamp San Francisco 2014 was one of the best experiences of her life. It was her first WordCamp San Francisco and although she was unemployed at the time, she was able to attend thanks to financial assistance received from the <a title=\"http://wordpressfoundation.org/\" href=\"http://wordpressfoundation.org/\">WordPress Foundation</a>. Knowing how much it meant to her to attend the event, the Foundation has launched a <a title=\"https://make.wordpress.org/community/2015/01/15/remembering-kim-parsell/\" href=\"https://make.wordpress.org/community/2015/01/15/remembering-kim-parsell/\">new scholarship program in memory of Kim </a>to provide women in the WordPress community the same opportunity.</p>\n<p>The details of the scholarship are as follows:</p>\n<ul>\n<li>It will be a scholarship for a woman contributor with financial need who has never attended the event before.</li>\n<li>It will be limited to WCSF’s replacement event rather than available for any WordCamp.</li>\n<li>When travel scholarships are announced for the event, this specific memorial scholarship will be mentioned in the post.</li>\n<li>It will cover the ticket cost, flight, and lodging.</li>\n<li>It will be awarded once per year.</li>\n<li>It will be funded by the Foundation.</li>\n<li>It will be awarded by the community team (or whoever within the project is overseeing travel scholarships that year) to the recipient 3 months in advance of the event.</li>\n</ul>\n<p>Jen Mylo, who helped turn the idea into a reality, says the program will likely live inside of a broader scholarship program, “The assumption is that it will live within a broader travel scholarship program that can be worked on this year (SF was a test of the idea, but not intended to be the only WC that would offer assistance in the future if it worked well, which we haven’t yet worked out).”</p>\n<p>By limiting the scholarship to women, the goal is to encourage more women to get involved with the project. Mylo also explained why it’s limited to first time attendees, “As a Kim memorial, we wanted this to be very Kim-specific, and that first-time experience is what we want to provide someone in her memory.”</p>\n<p>Although there <a title=\"https://twitter.com/scottbasgaard/status/551531483056578560\" href=\"https://twitter.com/scottbasgaard/status/551531483056578560\">was talk</a> of possibly naming a WordPress release after Kim, this is a much more fitting memorial as it allows her to contribute to the project for years to come.</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, 16 Jan 2015 01:08: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:\"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: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:59:\"WPTavern: WPWeekly Episode 177 – Hanging Out With GoDaddy\";s:7:\"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:44:\"http://wptavern.com?p=37411&preview_id=37411\";s:7:\"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:\"http://wptavern.com/wpweekly-episode-177-hanging-out-with-godaddy\";s: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:5253:\"<p>Over the years, GoDaddy has become a company <a title=\"http://chrislema.com/turning-around-godaddy/\" href=\"http://chrislema.com/turning-around-godaddy/\">people love to hate</a>. Whether it’s poor server performance or the actions of former CEO, Bob Parsons, the company has garnered a negative reputation. Within the last two years however, GoDaddy has implemented several changes to turn the company around.</p>\n<p>In this episode, <a title=\"http://marcuscouch.com/\" href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by three GoDaddy employees:</p>\n<ul>\n<li><a title=\"https://twitter.com/kingjeff2\" href=\"https://twitter.com/kingjeff2\">Jeff King</a>, General Manager of Hosting and Security</li>\n<li><a title=\"https://twitter.com/ifyouwillit\" href=\"https://twitter.com/ifyouwillit\">Mendel Kurland</a>, WordPress evangelist</li>\n<li><a title=\"https://twitter.com/k_payne\" href=\"https://twitter.com/k_payne\">Kurt Payne</a>, developer of the <a title=\"https://wordpress.org/plugins/p3-profiler/\" href=\"https://wordpress.org/plugins/p3-profiler/\">P3 plugin</a> and GoDaddy’s Managed WordPress platform</li>\n</ul>\n<p>We discuss changes made after Bob Parsons stepped down as CEO and how they’ve helped create a new culture within the company. Kurland describes what it’s like to be the first WordPress evangelist and explains his role in helping to establish relationships with people in the WordPress ecosystem. Payne provides details on GoDaddy’s <a title=\"https://www.godaddy.com/pro/managed-wordpress-hosting\" href=\"https://www.godaddy.com/pro/managed-wordpress-hosting\">managed WordPress hosting</a> platform and what makes it different from competitors.</p>\n<p>Later in the show, we talk about the decision to <a title=\"http://wptavern.com/godaddy-removes-ticketing-and-email-support-in-favor-of-phone-and-live-chat\" href=\"http://wptavern.com/godaddy-removes-ticketing-and-email-support-in-favor-of-phone-and-live-chat\">remove ticketing and email support</a> in favor of phone and live chat support. We find out the lessons the company learned when it <a title=\"http://wptavern.com/without-notifying-customers-godaddy-and-mediatemple-auto-activate-sidekick\" href=\"http://wptavern.com/without-notifying-customers-godaddy-and-mediatemple-auto-activate-sidekick\">auto activated SIDEKICK</a> on customer’s sites without notifying them. Near the end of the interview, King shares details on a new product called <a title=\"https://www.godaddy.com/pro\" href=\"https://www.godaddy.com/pro\">GoDaddy Pro,</a> which will make it a lot easier to manage clients on the GoDaddy platform.</p>\n<p>The biggest takeaway from the interview is that, GoDaddy has made and continues to make radical changes. It’s not the same company of a few years ago. If you’ve written them off in the past, I encourage you to give them a second look.</p>\n<h2>Stories Discussed:</h2>\n<p><a title=\"http://wptavern.com/wordpress-4-2-will-automatically-enable-pretty-permalinks-for-new-sites-on-installation\" href=\"http://wptavern.com/wordpress-4-2-will-automatically-enable-pretty-permalinks-for-new-sites-on-installation\">WordPress 4.2 Will Automatically Enable Pretty Permalinks for New Sites on Installation</a><br />\n<a title=\"http://wptavern.com/buddypress-2-2-beta-1-now-available-for-testing\" href=\"http://wptavern.com/buddypress-2-2-beta-1-now-available-for-testing\">BuddyPress 2.2 Beta 1 Now Available for Testing</a><br />\n<a title=\"http://wptavern.com/preview-the-new-design-for-the-wordpress-themes-directory\" href=\"http://wptavern.com/preview-the-new-design-for-the-wordpress-themes-directory\">Preview the New Design for the WordPress Themes Directory</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a title=\"https://wordpress.org/plugins/wp-email-logs/\" href=\"https://wordpress.org/plugins/wp-email-logs/\">WP Email Logs Plugin</a> stores any email sent by the wp_mail() function in a log file within the database. Details logged include: from and to user ids, from and to email address, mail subject, mail content, component, type, send date, and more.</p>\n<p><a title=\"https://wordpress.org/plugins/internal-notes/\" href=\"https://wordpress.org/plugins/internal-notes/\">Internal Notes</a> adds a simple textarea to the post and page editors where you can add notes regarding a particular post or page.</p>\n<p><a title=\"https://wordpress.org/plugins/facebook-feed/\" href=\"https://wordpress.org/plugins/facebook-feed/\">FaceBook Feed</a> allows you to easily display a customizable feed of your Facebook Page on the frontend of WordPress.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 28th 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=\"http://www.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 #177:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jan 2015 00:44:02 +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:77:\"Post Status: WordPress and the new European Union VAT (Value-Added Tax) rules\";s:7:\"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:30:\"https://poststatus.com/?p=7318\";s:7:\"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/wordpress-vat-eu/\";s: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:16493:\"<p>On January 1st, the EU rolled out some new rules for handling the VAT (Value-Added Tax). Let’s start with the obvious: <strong>I’m not a lawyer or accountant and this post is just me chit chatting and doesn’t constitute any official form of advice or whatever other legal disclaimer you need, consider this it.</strong></p>\n<p>For most non-Europeans, the VAT may be unfamiliar, but it is relatively similar to an American sales tax. Until now, non-European businesses could basically ignore VAT (unless they have a European office), and Europeans were able to utilize the VAT rate of their home office. Now, that’s changing.</p>\n<p>Big companies from outside the EU, of course, found some nice loopholes to avoid high VAT rates even when they have a place of business in Europe; they did so by registering their EU operations in Luxembourg, where the VAT rate is lowest. Then, they only had to pay the Luxembourg rate, no matter who they sold to in the EU. <em>The EU is now changing the rules so that the VAT rate of the consumer’s purchasing location is the rate applied, no matter where the merchant is from</em>.</p>\n<h3>General VAT information</h3>\n<p>Getting easy to read information on VAT is hard. The purpose of this post is to provide that sort of information within the context of WordPress. However, for the best way to read VAT stuff in general, I’d recommend <a href=\"http://www.vatlive.com/eu-vat-rules/2015-digital-services-moss/2015-digital-services-changes/\">VAT Live</a>.</p>\n<h3>Impact on European businesses</h3>\n<p>This, in a nutshell, is the big deal. Previously, European merchants knew their own VAT rate and applied that rate to everyone they needed to apply it to. Now there are something like 28 different rates in the EU and merchants have to apply them based on the purchaser, not themselves.</p>\n<p>For EU merchants, this sucks. Starting two weeks ago, they now have to track a whole lot of stuff and (theoretically) pay taxes to all sorts of entities. The EU has organizations that help with this, and now there are businesses like <a href=\"http://www.taxamo.com/\">Taxamo</a> that are helping handle the calculations and whatnot for these merchants.</p>\n<p>However, it appears actually complying is <a href=\"http://euvataction.org/2015/01/09/eu-vat-how-did-the-first-week-go-its-not-pretty/\">hard for small businesses and large</a> so far. For Europeans, these rules are a complete mess and is truly going to screw up the digital good economy for European merchants.</p>\n<h3>Impact on non-European businesses</h3>\n<p>For non-European businesses, the new VAT rules are a lot fuzzier.</p>\n<p>In short, nothing has changed. There have been European rules in place since 2003 saying that non-European merchants should pay VAT when selling to European consumers — even for digital goods. The thing is: <em>they didn’t enforce this because non-Europeans obviously aren’t under jurisdiction of European authorities</em>.</p>\n<p><span class=\"pullquote alignright\">So, most merchants not in Europe — but selling to Europeans — have ignored existing rules for years, and we still can. But there is a but.</span> According to some places I’m reading, there is the potential that American and other non-European governments could cooperate and even enforce European VAT rules on its citizens.</p>\n<p><strong>Is this likely? </strong>Heck if I know. I honestly can’t decide if companies like Taxamo are just trying to churn up fear to get more customers (which is natural) or if Americans and other non-Europeans should really pay attention to VAT.</p>\n<p>My gut tells me this policy is terrible and won’t last, at least without some kind of revenue floor (like 1 million Euros or the equivalent per year, or something). But that change could be years in the making. What until then?</p>\n<h3>The determining factors and implications</h3>\n<p>In the end, it really depends on how willing you are to roll the dice. In my heart of hearts, I hate the idea of paying a foreign government tax revenue for a digitial good when they have no jurisdiction over me.</p>\n<p>Even “digital good” is hard to define, though the UK attempts to <a href=\"https://www.gov.uk/government/publications/revenue-and-customs-brief-46-2014-vat-rule-change-and-the-vat-mini-one-stop-shop-additional-guidance/revenue-and-customs-brief-46-2014-vat-rule-change-and-the-vat-mini-one-stop-shop-additional-guidance#section-2\">define qualified services in this document</a>.</p>\n<p>I mean, I don’t even have to charge sales tax to other states in the US when Americans buy from me. Ugh. So, I really, really want to just ignore the EU — as an American at least — and tell them to screw off and catch me if they can.</p>\n<p>But.</p>\n<p>There are a few buts this time.</p>\n<p><strong>1)</strong> It is risky. Because it is possible that the IRS will collaborate with EU member states to collect tax revenue from American digital merchants, as companies like Taxamo suggest can/will happen. I don’t want to get hit with some kind of audit or fine from the IRS years down the road.</p>\n<p>A friend did make a good point to me recently, noting that the IRS barely enforces digital goods taxes in the United States, so why would they do so on behalf of a foreign entity?</p>\n<p><strong>2)</strong> Are European buyers breaking the law if I don’t comply as a seller? I don’t know, but a friend of mine that is complying brought that up. I can’t find much documentation on this front, but I wouldn’t want to cause European customers to break their laws by buying from me if I don’t comply.</p>\n<p><strong>3)</strong> It makes my product more expensive to European buyers if I comply, and it hurts my feelings as an American (Boston tea party, man!), but realistically, services will — and already are — come to save the EU with relatively simple ways to comply.</p>\n<h3>Enforcement and methods for complying</h3>\n<p>From what I can tell, each EU member state has to do its own collecting and enforcing. The EU is the regulating body but not the ones that will put feet on pavement to go and enforce these rules and taxes.</p>\n<p><span class=\"pullquote alignright\">The safe bet seems to be to pay up and deal with it.</span> But I have a feeling you could ignore these rules (if you aren’t European) and probably get by just fine.</p>\n<p>Alternatively, non-EU merchants could just ignore the EU and don’t sell to anyone there. Well, I won’t do that. I have a lot of EU-based readers and (potentially) customers. But I am pissed about these rules; <em>the European Union is hurting small businesses</em>, and the worldwide economy.</p>\n<p>I feel even worse for my EU-based friends. They don’t even have the option of ignoring EU member states. Penalties for non-compliance for them are even more frightening. They are being excluded as consumers of internationally distributed digital goods and also being pinned down as merchants by these overly cumbersome and irresponsibly drafted rules.</p>\n<h3>Self hosting eCommerce is even harder now</h3>\n<p>One additional implication of all of this is this: it is now even harder to self-host your eCommerce. If you sell at a marketplace like Etsy or ThemeForest, they can better (at least attempt to) manage the VAT rules and keep you safe. Though, from what I’ve heard, even some big marketplaces are struggling big-time with these new regulations.</p>\n<p>If you sell on your own, you have to figure out new methods on your own or with your software of choice.</p>\n<h3>How to comply with VAT</h3>\n<p>Complying with VAT has turned into a business opportunity, and “solutions” are popping up.</p>\n<p>No matter which solution you use, you’ll need to learn about <a href=\"http://www.vatlive.com/eu-vat-rules/2015-digital-services-moss/mini-one-stop-shop-moss/\">VATMOSS</a>. VATMOSS stands for Value-Added Tax Mini One Stop Shop. Basically, you can register with one EU country and thereafter just deal with that country for quarterly “returns” or payments.</p>\n<p>If you go through the UK, they have <a href=\"https://www.gov.uk/register-and-use-the-vat-mini-one-stop-shop\">information on registering for VATMOSS</a>.</p>\n<p>The EU member countries will divvy up the differences in taxes collected on their own.</p>\n<p>For non-EU providers, <a href=\"http://www.vatlive.com/eu-vat-rules/2015-digital-services-moss/non-eu-providers-vat-e-services-voes/\">VoES</a> (VAT on Electronic Services) is also worth learning about if you’re providing “digital services.”</p>\n<h3>General needs</h3>\n<p>There are some general needs for your store if you’re going to comply with VAT</p>\n<ul>\n<li>Know <a href=\"http://www.vatlive.com/eu-vat-rules/2015-digital-services-moss/2015-digital-services-changes/\">if your style of eCommerce applies</a></li>\n<li>You need to know the country of origin for the buyer</li>\n<li>You need the buyer’s IP address</li>\n<li>You need the country of origin for the buyer’s credit card</li>\n</ul>\n<p>Honestly, some WordPress plugins are playing catchup to make these things possible and / or easier.</p>\n<p>In addition to information collection, information storage is also important. You’re supposed to store this stuff for up to ten years! You are also supposed to have ready-made reports for various authorities.</p>\n<p>Some services are helping with the calculations, others with the whole gambit.</p>\n<h4>Taxamo</h4>\n<p>The number one player I’ve seen in the VAT compliance market is <a href=\"http://www.taxamo.com/\">Taxamo</a>. They are working hard to market their product, which identifies the consumer’s country, applies the appropriate VAT, integrates with your eCommerce application, stores and creates reports of your data, and fills out a quarterly return form on your behalf. They do so for 0.20 Euros per transaction, once you surpass 20 transactions per month.</p>\n<p>Taxamo is trying to handle pretty much every part of the handshake for you, from collecting to reporting. Here’s their flow:</p>\n<p><img class=\"aligncenter size-large wp-image-7350\" src=\"https://poststatus.com/wp-content/uploads/2015/01/taxamo-752x416.jpg\" alt=\"taxamo\" width=\"752\" height=\"416\" /></p>\n<p>Taxamo has a few integrations:</p>\n<p><a href=\"https://wordpress.org/plugins/rcp-taxamo/\">Taxamo for Restrict Content Pro</a></p>\n<p><a href=\"https://easydigitaldownloads.com/extensions/taxamo-integration/\">Taxamo for Easy Digital Downloads</a></p>\n<p><a href=\"http://www.woothemes.com/products/woocommerce-taxamo/\">Taxamo for WooCommerce</a></p>\n<p>EU VAT API</p>\n<p>The <a href=\"https://vatinfo.eu/\">EU VAT API</a> is more hands-on, but probably a nice option for developers looking for a minimilist solution. Developed by Radish Concepts (savvy readers may recognize WordPress community member Coen Jacobs, who works with Radish), the EU VAT API is a simple, but seemingly elegant solution for the calculation of the various EU VAT rates.</p>\n<p>The EU VAT API has WordPress integration plugins for both <a href=\"https://wordpress.org/plugins/woocommerce-vatinfoeu/\">WooCommerce</a> and <a href=\"https://wordpress.org/plugins/edd-vatinfoeu/\">Easy Digital Downloads</a>.</p>\n<p><em>edit: Coen Jacobs tells me that like Taxamo, the EU VAT API also handles more than just rates, but they haven’t fully documented all of the other features yet.</em></p>\n<h4>Other methods</h4>\n<p>The <a href=\"https://vatapi.com/\">VAT API</a> is another simple API that looks good, but I don’t know as much about it.</p>\n<h3>Compliance with specific eCommerce systems</h3>\n<p>The big WordPress eCommerce players pretty much all have VAT compliance methods in place by now:</p>\n<p>WooCommerce – they’re heavily on the Taxamo bandwagon, and have <a href=\"http://www.woothemes.com/products/woocommerce-taxamo/\">this extension</a>. But there’s also the <a href=\"https://github.com/radishconcepts/woocommerce-vatinfoeu\">Radish Concepts one</a> noted earlier.They also have a <a href=\"http://www.woothemes.com/products/eu-vat-number/\">super slim extension</a> where customers can enter an EU VAT number, that uses an API to calculate the cost. There’s a <a href=\"https://wordpress.org/plugins/woocommerce-eu-vat-assistant/\">free plugin on WordPress.org</a> too. Also, <a href=\"http://develop.woothemes.com/woocommerce/2014/11/attention-theme-authors-frontend-changes-ahead-in-woocommerce-2-3/\">WooCommerce 2.3 is beefing up some features</a> that will make it better capable for handling some of the more nuanced VAT rules.</p>\n<p>Easy Digital Downloads – Has a lot of options. Here’s their <a href=\"https://easydigitaldownloads.com/extensions?extension_s=VAT&action=extension_search\">site tag for “VAT” that lists the options</a>.</p>\n<p><a href=\"http://getshopped.org\">WP E-Commerce</a> – Has one coming, but it’s not complete yet.</p>\n<p><a href=\"http://jigoshop.com\">Jigoshop</a> – I can’t find any references to the new VAT rules, but since these guys are based in Europe, surely they either have something or are working on it.</p>\n<p><a href=\"https://ithemes.com/2014/12/30/ithemes-exchange-vat-add-updated-ready-vat-moss/\">iThemes Exchange</a> – Has what appears to be an in-house VAT add-on, up to date for 2015.</p>\n<h3>Who is complying so far?</h3>\n<p>I was interested in who is actually complying with the new VAT rules so far — both Europeans and non-Europeans.</p>\n<p>I’ve received 120 votes from shop owners selling digital goods in my poll. I think that’s a pretty great response. Here are the results:</p>\n<p><strong>Question: Do you have an eCommerce store that sells digital goods? Are you complying with the new EU VAT rules?</strong></p>\n<p><img class=\"aligncenter size-large wp-image-7351\" src=\"https://poststatus.com/wp-content/uploads/2015/01/VAT-poll-compliance-752x322.jpg\" alt=\"VAT-poll-compliance\" width=\"752\" height=\"322\" /></p>\n<table>\n<thead>\n<tr>\n<th>Option</th>\n<th>Count</th>\n<th>%</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>I’m a European merchant and complying with new VAT rules</td>\n<td>27</td>\n<td>22.5%</td>\n</tr>\n<tr>\n<td>I’m a European merchant and not yet complying with new VAT rules</td>\n<td>20</td>\n<td>16.67%</td>\n</tr>\n<tr>\n<td>I’m a non-European merchant and complying with new VAT rules for European customers</td>\n<td>6</td>\n<td>5%</td>\n</tr>\n<tr>\n<td>I’m a non-European merchant and not complying with new VAT rules for European customers</td>\n<td>31</td>\n<td>25.83%</td>\n</tr>\n<tr>\n<td>I’m a non-European merchant and I no longer sell to European customers</td>\n<td>12</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>I don’t know what you’re talking about</td>\n<td>3</td>\n<td>2.5%</td>\n</tr>\n<tr>\n<td>I haven’t decided what to do yet</td>\n<td>11</td>\n<td>9.17%</td>\n</tr>\n<tr>\n<td>Other:</td>\n<td>10</td>\n<td>8.33%</td>\n</tr>\n</tbody>\n</table>\n<p>I guess the numbers aren’t terribly surprising, though I am quite surprised by how many Europeans are not complying.</p>\n<h3>Now what?</h3>\n<p>I think most of us will agree that these rules suck. The most organized thing I’ve seen to protest them is the <a href=\"http://euvataction.org/\">EU VAT Action site</a>. You should go there and see how to petition and participate in the debate if you are upset by these changes.</p>\n<p>Quite personally, I have to figure out what to do. My primary reasoning for doing this research was to decide if I need to comply. I wanted to share what I’ve learned with you.</p>\n<p>In addition to the poll I did, I also asked some friends running businesses. I think you’d be surprised just how many “big” American companies aren’t complying (big in the sense of the WordPress space).</p>\n<p>It does keep coming back to me, what one friend told me about how easy it was to register for VATMOSS and get his shop setup though. I guess I have a few more days to decide.</p>\n<p>If you haven’t figured out what you’re going to do with your shop yet, I hope this has helped. If you plan to sell some digital goods in the future, this should be a decent guide to get the lay of the land in terms of selling digital goods with WordPress and complying with the new European VAT rules.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jan 2015 21:52:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"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: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:32:\"Matt: Venture Capital in the 80s\";s:7:\"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:21:\"http://ma.tt/?p=44595\";s:7:\"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:\"http://ma.tt/2015/01/venture-capital-in-the-80s/\";s: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:198:\"<p>For the best explanation of what’s going on with capital markets now <a href=\"http://reactionwheel.net/2015/01/80s-vc.html\">it might be best to look to Venture Capital in the 1980s</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jan 2015 18:30: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 30 Jan 2015 03:47:15 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"260791\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 30 Jan 2015 03:30:15 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(128,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1422632836','no'),(129,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1422589636','no'),(130,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1422632836','no'),(131,'_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:72:\"\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:39:\"WordPress Plugins » View: Most 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:39:\"WordPress Plugins » View: Most 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:\"Fri, 30 Jan 2015 03:17: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: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:15:{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: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:35:\"2141@https://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: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: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:36:\"29832@https://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:137:\"Wordfence Security is a free enterprise class security and performance plugin that makes your site up to 50 times faster and more secure.\";s: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: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: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:33:\"15@https://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: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: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:34:\"753@https://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:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s: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: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:25:\"Google Analytics by Yoast\";s:7:\"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:35:\"2316@https://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:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error 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: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: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:22:\"WordPress SEO by Yoast\";s:7:\"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:35:\"8321@https://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:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast's WordPress 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: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: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:36:\"23862@https://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:28:\"Your WordPress, Streamlined.\";s: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:\"Tim Moore\";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: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:36:\"21738@https://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:63:\"The easiest, most effective way to secure WordPress in seconds.\";s: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:\"Chris Wiegman\";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:33:\"WooCommerce - excelling eCommerce\";s:7:\"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:36:\"29860@https://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: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: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:36:\"18101@https://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: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: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:34:\"132@https://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:5:\"arnee\";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:91:\"NextGEN Facebook - Advanced Social SEO for Facebook, Google+, Pinterest, Twitter & More\";s:7:\"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/nextgen-facebook/#post-40409\";s: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, 11 Jul 2012 20:13:22 +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:36:\"40409@https://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:\"Display your content in the best possible way on Facebook, Google+, Twitter, Pinterest, etc. - no matter how your webpage is shared!\";s: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:\"JS Morisset\";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: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:35:\"1169@https://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 10 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: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:35:\"2082@https://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:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG 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: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:36:\"12073@https://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:\"\";}}}}}}}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:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 30 Jan 2015 03:47:16 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:7:\"expires\";s:29:\"Fri, 30 Jan 2015 03:52:52 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Fri, 30 Jan 2015 03:17:52 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(132,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1422632836','no'),(133,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1422589636','no'),(134,'_transient_timeout_plugin_slugs','1422676036','no'),(135,'_transient_plugin_slugs','a:2:{i:0;s:19:\"akismet/akismet.php\";i:1;s:9:\"hello.php\";}','no'),(136,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1422632836','no'),(137,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2014/12/dinah/\'>WordPress 4.1 “Dinah”</a> <span class=\"rss-date\">December 18, 2014</span><div class=\"rssSummary\">Version 4.1 of WordPress, named “Dinah” in honor of jazz singer Dinah Washington, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style. Introducing Twenty Fifteen Our newest default theme, Twenty Fifteen, is […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://ma.tt/2015/01/designers-creed/\' title=\'You might remember a few years back I talked about why Automattic has a creed, and shared ours. Here it is again: I will never stop learning. I won’t just work on things that are assigned to me. I know there’s no such thing as a status quo. I will build our business sustainably through passionate and loyal customers. I will never pass up an opportunity to he\'>Matt: Designer’s Creed</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/herbert-a-new-wordpress-plugin-framework\' title=\'WordPress plugin authors have a great deal of liberty when it comes to structuring and organizing their code. There’s no prescribed file structure, so when you look under the hood of a plugin, you often need to poke around a bit to find out how the author is organizing things. Jason Agnew found this to be confusing when he went to build his first WordPress p\'>WPTavern: Herbert: A New WordPress Plugin Framework</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/chris-lemas-session-from-pressnomics-3-on-managing-time-and-energy\' title=\'One of my favorite sessions at PressNomics 3 is now available to watch for free on YouTube. Although sessions weren’t recorded or live streamed, Chris Lema used his own gear to record his presentation. He shares the lessons he’s learned throughout his career on managing time and energy. One of my favorite tips is writing down three things you want to get don\'>WPTavern: Chris Lema’s Session From PressNomics 3 on Managing Time and Energy</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/nextgen-facebook/\' class=\'dashboard-news-plugin-link\'>NextGEN Facebook - Advanced Social SEO for Facebook, Google+, Pinterest, Twitter & More</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=nextgen-facebook&_wpnonce=30a4acb418&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'NextGEN Facebook - Advanced Social SEO for Facebook, Google+, Pinterest, Twitter & More\'>Install</a>)</span></li></ul></div>','no'),(139,'_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'),(148,'cs_font_attribute','a:645:{s:7:\"ABeeZee\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:4:\"Abel\";a:1:{i:0;s:7:\"regular\";}s:13:\"Abril Fatface\";a:1:{i:0;s:7:\"regular\";}s:8:\"Aclonica\";a:1:{i:0;s:7:\"regular\";}s:4:\"Acme\";a:1:{i:0;s:7:\"regular\";}s:5:\"Actor\";a:1:{i:0;s:7:\"regular\";}s:7:\"Adamina\";a:1:{i:0;s:7:\"regular\";}s:10:\"Advent Pro\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:15:\"Aguafina Script\";a:1:{i:0;s:7:\"regular\";}s:7:\"Akronim\";a:1:{i:0;s:7:\"regular\";}s:6:\"Aladin\";a:1:{i:0;s:7:\"regular\";}s:7:\"Aldrich\";a:1:{i:0;s:7:\"regular\";}s:8:\"Alegreya\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:11:\"Alegreya SC\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:10:\"Alex Brush\";a:1:{i:0;s:7:\"regular\";}s:10:\"AlSlab One\";a:1:{i:0;s:7:\"regular\";}s:5:\"Alice\";a:1:{i:0;s:7:\"regular\";}s:5:\"Alike\";a:1:{i:0;s:7:\"regular\";}s:13:\"Alike Angular\";a:1:{i:0;s:7:\"regular\";}s:5:\"Allan\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"Allerta\";a:1:{i:0;s:7:\"regular\";}s:15:\"Allerta Stencil\";a:1:{i:0;s:7:\"regular\";}s:6:\"Allura\";a:1:{i:0;s:7:\"regular\";}s:8:\"Almendra\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:16:\"Almendra Display\";a:1:{i:0;s:7:\"regular\";}s:11:\"Almendra SC\";a:1:{i:0;s:7:\"regular\";}s:8:\"Amarante\";a:1:{i:0;s:7:\"regular\";}s:8:\"Amaranth\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:9:\"Amatic SC\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:9:\"Amethysta\";a:1:{i:0;s:7:\"regular\";}s:7:\"Anaheim\";a:1:{i:0;s:7:\"regular\";}s:6:\"Andada\";a:1:{i:0;s:7:\"regular\";}s:6:\"Andika\";a:1:{i:0;s:7:\"regular\";}s:6:\"Angkor\";a:1:{i:0;s:7:\"regular\";}s:24:\"Annie Use Your Telescope\";a:1:{i:0;s:7:\"regular\";}s:13:\"Anonymous Pro\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:5:\"Antic\";a:1:{i:0;s:7:\"regular\";}s:12:\"Antic Didone\";a:1:{i:0;s:7:\"regular\";}s:10:\"Antic Slab\";a:1:{i:0;s:7:\"regular\";}s:5:\"Anton\";a:1:{i:0;s:7:\"regular\";}s:6:\"Arapey\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"Arbutus\";a:1:{i:0;s:7:\"regular\";}s:12:\"Arbutus Slab\";a:1:{i:0;s:7:\"regular\";}s:19:\"Architects Daughter\";a:1:{i:0;s:7:\"regular\";}s:13:\"Archivo Black\";a:1:{i:0;s:7:\"regular\";}s:14:\"Archivo Narrow\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:5:\"Arimo\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:8:\"Arizonia\";a:1:{i:0;s:7:\"regular\";}s:6:\"Armata\";a:1:{i:0;s:7:\"regular\";}s:8:\"Artifika\";a:1:{i:0;s:7:\"regular\";}s:4:\"Arvo\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:4:\"Asap\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:5:\"Asset\";a:1:{i:0;s:7:\"regular\";}s:7:\"Astloch\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:4:\"Asul\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:10:\"Atomic Age\";a:1:{i:0;s:7:\"regular\";}s:6:\"Aubrey\";a:1:{i:0;s:7:\"regular\";}s:9:\"Audiowide\";a:1:{i:0;s:7:\"regular\";}s:10:\"Autour One\";a:1:{i:0;s:7:\"regular\";}s:7:\"Average\";a:1:{i:0;s:7:\"regular\";}s:12:\"Average Sans\";a:1:{i:0;s:7:\"regular\";}s:19:\"Averia Gruesa Libre\";a:1:{i:0;s:7:\"regular\";}s:12:\"Averia Libre\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:17:\"Averia Sans Libre\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:18:\"Averia Serif Libre\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:10:\"Bad Script\";a:1:{i:0;s:7:\"regular\";}s:9:\"Balthazar\";a:1:{i:0;s:7:\"regular\";}s:7:\"Bangers\";a:1:{i:0;s:7:\"regular\";}s:5:\"Basic\";a:1:{i:0;s:7:\"regular\";}s:10:\"Battambang\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"Baumans\";a:1:{i:0;s:7:\"regular\";}s:5:\"Bayon\";a:1:{i:0;s:7:\"regular\";}s:8:\"Belgrano\";a:1:{i:0;s:7:\"regular\";}s:7:\"Belleza\";a:1:{i:0;s:7:\"regular\";}s:9:\"BenchNine\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"Bentham\";a:1:{i:0;s:7:\"regular\";}s:15:\"Berkshire Swash\";a:1:{i:0;s:7:\"regular\";}s:5:\"Bevan\";a:1:{i:0;s:7:\"regular\";}s:13:\"Bigelow Rules\";a:1:{i:0;s:7:\"regular\";}s:11:\"Bigshot One\";a:1:{i:0;s:7:\"regular\";}s:5:\"Bilbo\";a:1:{i:0;s:7:\"regular\";}s:16:\"Bilbo Swash Caps\";a:1:{i:0;s:7:\"regular\";}s:6:\"Bitter\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:13:\"Black Ops One\";a:1:{i:0;s:7:\"regular\";}s:5:\"Bokor\";a:1:{i:0;s:7:\"regular\";}s:6:\"Bonbon\";a:1:{i:0;s:7:\"regular\";}s:8:\"Boogaloo\";a:1:{i:0;s:7:\"regular\";}s:10:\"Bowlby One\";a:1:{i:0;s:7:\"regular\";}s:13:\"Bowlby One SC\";a:1:{i:0;s:7:\"regular\";}s:7:\"Brawler\";a:1:{i:0;s:7:\"regular\";}s:10:\"Bree Serif\";a:1:{i:0;s:7:\"regular\";}s:14:\"Bubblegum Sans\";a:1:{i:0;s:7:\"regular\";}s:11:\"Bubbler One\";a:1:{i:0;s:7:\"regular\";}s:4:\"Buda\";a:1:{i:0;s:3:\"300\";}s:7:\"Buenard\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:10:\"Butcherman\";a:1:{i:0;s:7:\"regular\";}s:14:\"Butterfly Kids\";a:1:{i:0;s:7:\"regular\";}s:5:\"Cabin\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:15:\"Cabin Condensed\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:12:\"Cabin Sketch\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:15:\"Caesar Dressing\";a:1:{i:0;s:7:\"regular\";}s:10:\"Cagliostro\";a:1:{i:0;s:7:\"regular\";}s:14:\"Calligraffitti\";a:1:{i:0;s:7:\"regular\";}s:5:\"Cambo\";a:1:{i:0;s:7:\"regular\";}s:6:\"Candal\";a:1:{i:0;s:7:\"regular\";}s:9:\"Cantarell\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:11:\"Cantata One\";a:1:{i:0;s:7:\"regular\";}s:11:\"Cantora One\";a:1:{i:0;s:7:\"regular\";}s:8:\"Capriola\";a:1:{i:0;s:7:\"regular\";}s:5:\"Cardo\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:5:\"Carme\";a:1:{i:0;s:7:\"regular\";}s:14:\"Carrois Gothic\";a:1:{i:0;s:7:\"regular\";}s:17:\"Carrois Gothic SC\";a:1:{i:0;s:7:\"regular\";}s:10:\"Carter One\";a:1:{i:0;s:7:\"regular\";}s:6:\"Caudex\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:18:\"Cedarville Cursive\";a:1:{i:0;s:7:\"regular\";}s:11:\"Ceviche One\";a:1:{i:0;s:7:\"regular\";}s:10:\"Changa One\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:6:\"Chango\";a:1:{i:0;s:7:\"regular\";}s:18:\"Chau Philomene One\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:9:\"Chela One\";a:1:{i:0;s:7:\"regular\";}s:14:\"Chelsea Market\";a:1:{i:0;s:7:\"regular\";}s:6:\"Chenla\";a:1:{i:0;s:7:\"regular\";}s:17:\"Cherry Cream Soda\";a:1:{i:0;s:7:\"regular\";}s:12:\"Cherry Swash\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:5:\"Chewy\";a:1:{i:0;s:7:\"regular\";}s:6:\"Chicle\";a:1:{i:0;s:7:\"regular\";}s:5:\"Chivo\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:6:\"Cinzel\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:17:\"Cinzel Decorative\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:14:\"Clicker Script\";a:1:{i:0;s:7:\"regular\";}s:4:\"Coda\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:12:\"Coda Caption\";a:1:{i:0;s:3:\"800\";}s:8:\"Codystar\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:5:\"Combo\";a:1:{i:0;s:7:\"regular\";}s:9:\"Comfortaa\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:11:\"Coming Soon\";a:1:{i:0;s:7:\"regular\";}s:11:\"Concert One\";a:1:{i:0;s:7:\"regular\";}s:9:\"Condiment\";a:1:{i:0;s:7:\"regular\";}s:7:\"Content\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:12:\"Contrail One\";a:1:{i:0;s:7:\"regular\";}s:11:\"Convergence\";a:1:{i:0;s:7:\"regular\";}s:6:\"Cookie\";a:1:{i:0;s:7:\"regular\";}s:5:\"Copse\";a:1:{i:0;s:7:\"regular\";}s:6:\"Corben\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:9:\"Courgette\";a:1:{i:0;s:7:\"regular\";}s:7:\"Cousine\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:8:\"Coustard\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:21:\"Covered By Your Grace\";a:1:{i:0;s:7:\"regular\";}s:12:\"Crafty Girls\";a:1:{i:0;s:7:\"regular\";}s:9:\"Creepster\";a:1:{i:0;s:7:\"regular\";}s:11:\"Crete Round\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:12:\"Crimson Text\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:13:\"Croissant One\";a:1:{i:0;s:7:\"regular\";}s:7:\"Crushed\";a:1:{i:0;s:7:\"regular\";}s:6:\"Cuprum\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:6:\"Cutive\";a:1:{i:0;s:7:\"regular\";}s:11:\"Cutive Mono\";a:1:{i:0;s:7:\"regular\";}s:6:\"Damion\";a:1:{i:0;s:7:\"regular\";}s:14:\"Dancing Script\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"Dangrek\";a:1:{i:0;s:7:\"regular\";}s:20:\"Dawning of a New Day\";a:1:{i:0;s:7:\"regular\";}s:8:\"Days One\";a:1:{i:0;s:7:\"regular\";}s:6:\"Delius\";a:1:{i:0;s:7:\"regular\";}s:17:\"Delius Swash Caps\";a:1:{i:0;s:7:\"regular\";}s:14:\"Delius Unicase\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:13:\"Della Respira\";a:1:{i:0;s:7:\"regular\";}s:8:\"Denk One\";a:1:{i:0;s:7:\"regular\";}s:10:\"Devonshire\";a:1:{i:0;s:7:\"regular\";}s:13:\"Didact Gothic\";a:1:{i:0;s:7:\"regular\";}s:9:\"Diplomata\";a:1:{i:0;s:7:\"regular\";}s:12:\"Diplomata SC\";a:1:{i:0;s:7:\"regular\";}s:6:\"Domine\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:11:\"Donegal One\";a:1:{i:0;s:7:\"regular\";}s:10:\"Doppio One\";a:1:{i:0;s:7:\"regular\";}s:5:\"Dorsa\";a:1:{i:0;s:7:\"regular\";}s:5:\"Dosis\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:11:\"Dr Sugiyama\";a:1:{i:0;s:7:\"regular\";}s:10:\"Droid Sans\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:15:\"Droid Sans Mono\";a:1:{i:0;s:7:\"regular\";}s:11:\"Droid Serif\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:9:\"Duru Sans\";a:1:{i:0;s:7:\"regular\";}s:9:\"Dynalight\";a:1:{i:0;s:7:\"regular\";}s:11:\"EB Garamond\";a:1:{i:0;s:7:\"regular\";}s:10:\"Eagle Lake\";a:1:{i:0;s:7:\"regular\";}s:5:\"Eater\";a:1:{i:0;s:7:\"regular\";}s:9:\"Economica\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:11:\"Electrolize\";a:1:{i:0;s:7:\"regular\";}s:5:\"Elsie\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:16:\"Elsie Swash Caps\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:11:\"Emblema One\";a:1:{i:0;s:7:\"regular\";}s:12:\"Emilys Candy\";a:1:{i:0;s:7:\"regular\";}s:10:\"Engagement\";a:1:{i:0;s:7:\"regular\";}s:9:\"Englebert\";a:1:{i:0;s:7:\"regular\";}s:9:\"Enriqueta\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:9:\"Erica One\";a:1:{i:0;s:7:\"regular\";}s:7:\"Esteban\";a:1:{i:0;s:7:\"regular\";}s:15:\"Euphoria Script\";a:1:{i:0;s:7:\"regular\";}s:5:\"Ewert\";a:1:{i:0;s:7:\"regular\";}s:3:\"Exo\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:13:\"Expletus Sans\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:12:\"Fanwood Text\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:9:\"Fascinate\";a:1:{i:0;s:7:\"regular\";}s:16:\"Fascinate Inline\";a:1:{i:0;s:7:\"regular\";}s:10:\"Faster One\";a:1:{i:0;s:7:\"regular\";}s:8:\"Fasthand\";a:1:{i:0;s:7:\"regular\";}s:8:\"Federant\";a:1:{i:0;s:7:\"regular\";}s:6:\"Federo\";a:1:{i:0;s:7:\"regular\";}s:6:\"Felipa\";a:1:{i:0;s:7:\"regular\";}s:5:\"Fenix\";a:1:{i:0;s:7:\"regular\";}s:12:\"Finger Paint\";a:1:{i:0;s:7:\"regular\";}s:10:\"Fjalla One\";a:1:{i:0;s:7:\"regular\";}s:9:\"Fjord One\";a:1:{i:0;s:7:\"regular\";}s:8:\"Flamenco\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"Flavors\";a:1:{i:0;s:7:\"regular\";}s:10:\"Fondamento\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:16:\"Fontdiner Swanky\";a:1:{i:0;s:7:\"regular\";}s:5:\"Forum\";a:1:{i:0;s:7:\"regular\";}s:12:\"Francois One\";a:1:{i:0;s:7:\"regular\";}s:12:\"Freckle Face\";a:1:{i:0;s:7:\"regular\";}s:20:\"Fredericka the Great\";a:1:{i:0;s:7:\"regular\";}s:11:\"Fredoka One\";a:1:{i:0;s:7:\"regular\";}s:8:\"Freehand\";a:1:{i:0;s:7:\"regular\";}s:6:\"Fresca\";a:1:{i:0;s:7:\"regular\";}s:7:\"Frijole\";a:1:{i:0;s:7:\"regular\";}s:7:\"Fruktur\";a:1:{i:0;s:7:\"regular\";}s:9:\"Fugaz One\";a:1:{i:0;s:7:\"regular\";}s:9:\"GFS Didot\";a:1:{i:0;s:7:\"regular\";}s:15:\"GFS Neohellenic\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:8:\"Gabriela\";a:1:{i:0;s:7:\"regular\";}s:6:\"Gafata\";a:1:{i:0;s:7:\"regular\";}s:8:\"Galdeano\";a:1:{i:0;s:7:\"regular\";}s:7:\"Galindo\";a:1:{i:0;s:7:\"regular\";}s:13:\"Gentium Basic\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:18:\"Gentium Book Basic\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:3:\"Geo\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"Geostar\";a:1:{i:0;s:7:\"regular\";}s:12:\"Geostar Fill\";a:1:{i:0;s:7:\"regular\";}s:12:\"Germania One\";a:1:{i:0;s:7:\"regular\";}s:13:\"Gilda Display\";a:1:{i:0;s:7:\"regular\";}s:14:\"Give You Glory\";a:1:{i:0;s:7:\"regular\";}s:13:\"Glass Antiqua\";a:1:{i:0;s:7:\"regular\";}s:6:\"Glegoo\";a:1:{i:0;s:7:\"regular\";}s:17:\"Gloria Hallelujah\";a:1:{i:0;s:7:\"regular\";}s:10:\"Goblin One\";a:1:{i:0;s:7:\"regular\";}s:10:\"Gochi Hand\";a:1:{i:0;s:7:\"regular\";}s:8:\"Gorditas\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:21:\"Goudy Bookletter 1911\";a:1:{i:0;s:7:\"regular\";}s:8:\"Graduate\";a:1:{i:0;s:7:\"regular\";}s:11:\"Grand Hotel\";a:1:{i:0;s:7:\"regular\";}s:12:\"Gravitas One\";a:1:{i:0;s:7:\"regular\";}s:11:\"Great Vibes\";a:1:{i:0;s:7:\"regular\";}s:6:\"Griffy\";a:1:{i:0;s:7:\"regular\";}s:6:\"Gruppo\";a:1:{i:0;s:7:\"regular\";}s:5:\"Gudea\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:6:\"Habibi\";a:1:{i:0;s:7:\"regular\";}s:15:\"Hammersmith One\";a:1:{i:0;s:7:\"regular\";}s:7:\"Hanalei\";a:1:{i:0;s:7:\"regular\";}s:12:\"Hanalei Fill\";a:1:{i:0;s:7:\"regular\";}s:7:\"Handlee\";a:1:{i:0;s:7:\"regular\";}s:7:\"Hanuman\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:12:\"Happy Monkey\";a:1:{i:0;s:7:\"regular\";}s:12:\"Headland One\";a:1:{i:0;s:7:\"regular\";}s:11:\"Henny Penny\";a:1:{i:0;s:7:\"regular\";}s:20:\"Herr Von Muellerhoff\";a:1:{i:0;s:7:\"regular\";}s:15:\"Holtwood One SC\";a:1:{i:0;s:7:\"regular\";}s:14:\"Homemade Apple\";a:1:{i:0;s:7:\"regular\";}s:8:\"Homenaje\";a:1:{i:0;s:7:\"regular\";}s:15:\"IM Fell DW Pica\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:18:\"IM Fell DW Pica SC\";a:1:{i:0;s:7:\"regular\";}s:19:\"IM Fell Double Pica\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:22:\"IM Fell Double Pica SC\";a:1:{i:0;s:7:\"regular\";}s:15:\"IM Fell English\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:18:\"IM Fell English SC\";a:1:{i:0;s:7:\"regular\";}s:20:\"IM Fell French Canon\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:23:\"IM Fell French Canon SC\";a:1:{i:0;s:7:\"regular\";}s:20:\"IM Fell Great Primer\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:23:\"IM Fell Great Primer SC\";a:1:{i:0;s:7:\"regular\";}s:7:\"Iceberg\";a:1:{i:0;s:7:\"regular\";}s:7:\"Iceland\";a:1:{i:0;s:7:\"regular\";}s:7:\"Imprima\";a:1:{i:0;s:7:\"regular\";}s:11:\"Inconsolata\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:5:\"Inder\";a:1:{i:0;s:7:\"regular\";}s:12:\"Indie Flower\";a:1:{i:0;s:7:\"regular\";}s:5:\"Inika\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:12:\"Irish Grover\";a:1:{i:0;s:7:\"regular\";}s:9:\"Istok Web\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:8:\"Italiana\";a:1:{i:0;s:7:\"regular\";}s:9:\"Italianno\";a:1:{i:0;s:7:\"regular\";}s:16:\"Jacques Francois\";a:1:{i:0;s:7:\"regular\";}s:23:\"Jacques Francois Shadow\";a:1:{i:0;s:7:\"regular\";}s:14:\"Jim Nightshade\";a:1:{i:0;s:7:\"regular\";}s:10:\"Jockey One\";a:1:{i:0;s:7:\"regular\";}s:12:\"Jolly Lodger\";a:1:{i:0;s:7:\"regular\";}s:12:\"Josefin Sans\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:12:\"Josefin Slab\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:8:\"Joti One\";a:1:{i:0;s:7:\"regular\";}s:6:\"Judson\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:5:\"Julee\";a:1:{i:0;s:7:\"regular\";}s:15:\"Julius Sans One\";a:1:{i:0;s:7:\"regular\";}s:5:\"Junge\";a:1:{i:0;s:7:\"regular\";}s:4:\"Jura\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";}s:17:\"Just Another Hand\";a:1:{i:0;s:7:\"regular\";}s:23:\"Just Me Again Down Here\";a:1:{i:0;s:7:\"regular\";}s:7:\"Kameron\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:5:\"Karla\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:14:\"Kaushan Script\";a:1:{i:0;s:7:\"regular\";}s:6:\"Kavoon\";a:1:{i:0;s:7:\"regular\";}s:10:\"Keania One\";a:1:{i:0;s:7:\"regular\";}s:10:\"Kelly Slab\";a:1:{i:0;s:7:\"regular\";}s:5:\"Kenia\";a:1:{i:0;s:7:\"regular\";}s:5:\"Khmer\";a:1:{i:0;s:7:\"regular\";}s:8:\"Kite One\";a:1:{i:0;s:7:\"regular\";}s:7:\"Knewave\";a:1:{i:0;s:7:\"regular\";}s:9:\"Kotta One\";a:1:{i:0;s:7:\"regular\";}s:6:\"Koulen\";a:1:{i:0;s:7:\"regular\";}s:6:\"Kranky\";a:1:{i:0;s:7:\"regular\";}s:5:\"Kreon\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:6:\"Kristi\";a:1:{i:0;s:7:\"regular\";}s:9:\"Krona One\";a:1:{i:0;s:7:\"regular\";}s:15:\"La Belle Aurore\";a:1:{i:0;s:7:\"regular\";}s:8:\"Lancelot\";a:1:{i:0;s:7:\"regular\";}s:4:\"Lato\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:13:\"League Script\";a:1:{i:0;s:7:\"regular\";}s:12:\"Leckerli One\";a:1:{i:0;s:7:\"regular\";}s:6:\"Ledger\";a:1:{i:0;s:7:\"regular\";}s:6:\"Lekton\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:5:\"Lemon\";a:1:{i:0;s:7:\"regular\";}s:17:\"Libre Baskerville\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:11:\"Life Savers\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:10:\"Lilita One\";a:1:{i:0;s:7:\"regular\";}s:9:\"Limelight\";a:1:{i:0;s:7:\"regular\";}s:11:\"Linden Hill\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"Lobster\";a:1:{i:0;s:7:\"regular\";}s:11:\"Lobster Two\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:16:\"Londrina Outline\";a:1:{i:0;s:7:\"regular\";}s:15:\"Londrina Shadow\";a:1:{i:0;s:7:\"regular\";}s:15:\"Londrina Sketch\";a:1:{i:0;s:7:\"regular\";}s:14:\"Londrina Solid\";a:1:{i:0;s:7:\"regular\";}s:4:\"Lora\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:21:\"Love Ya Like A Sister\";a:1:{i:0;s:7:\"regular\";}s:17:\"Loved by the King\";a:1:{i:0;s:7:\"regular\";}s:14:\"Lovers Quarrel\";a:1:{i:0;s:7:\"regular\";}s:12:\"Luckiest Guy\";a:1:{i:0;s:7:\"regular\";}s:8:\"Lusitana\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"Lustria\";a:1:{i:0;s:7:\"regular\";}s:7:\"Macondo\";a:1:{i:0;s:7:\"regular\";}s:18:\"Macondo Swash Caps\";a:1:{i:0;s:7:\"regular\";}s:5:\"Magra\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:13:\"Maiden Orange\";a:1:{i:0;s:7:\"regular\";}s:4:\"Mako\";a:1:{i:0;s:7:\"regular\";}s:9:\"Marcellus\";a:1:{i:0;s:7:\"regular\";}s:12:\"Marcellus SC\";a:1:{i:0;s:7:\"regular\";}s:12:\"Marck Script\";a:1:{i:0;s:7:\"regular\";}s:9:\"Margarine\";a:1:{i:0;s:7:\"regular\";}s:9:\"Marko One\";a:1:{i:0;s:7:\"regular\";}s:8:\"Marmelad\";a:1:{i:0;s:7:\"regular\";}s:6:\"Marvel\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:4:\"Mate\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"Mate SC\";a:1:{i:0;s:7:\"regular\";}s:9:\"Maven Pro\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"McLaren\";a:1:{i:0;s:7:\"regular\";}s:6:\"Meddon\";a:1:{i:0;s:7:\"regular\";}s:13:\"MedievalSharp\";a:1:{i:0;s:7:\"regular\";}s:10:\"Medula One\";a:1:{i:0;s:7:\"regular\";}s:6:\"Megrim\";a:1:{i:0;s:7:\"regular\";}s:11:\"Meie Script\";a:1:{i:0;s:7:\"regular\";}s:8:\"Merienda\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:12:\"Merienda One\";a:1:{i:0;s:7:\"regular\";}s:12:\"Merriweather\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:17:\"Merriweather Sans\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"800\";}s:5:\"Metal\";a:1:{i:0;s:7:\"regular\";}s:11:\"Metal Mania\";a:1:{i:0;s:7:\"regular\";}s:12:\"Metamorphous\";a:1:{i:0;s:7:\"regular\";}s:11:\"Metrophobic\";a:1:{i:0;s:7:\"regular\";}s:8:\"Michroma\";a:1:{i:0;s:7:\"regular\";}s:7:\"Milonga\";a:1:{i:0;s:7:\"regular\";}s:9:\"Miltonian\";a:1:{i:0;s:7:\"regular\";}s:16:\"Miltonian Tattoo\";a:1:{i:0;s:7:\"regular\";}s:7:\"Miniver\";a:1:{i:0;s:7:\"regular\";}s:14:\"Miss Fajardose\";a:1:{i:0;s:7:\"regular\";}s:14:\"Modern Antiqua\";a:1:{i:0;s:7:\"regular\";}s:7:\"Molengo\";a:1:{i:0;s:7:\"regular\";}s:5:\"Molle\";a:1:{i:0;s:6:\"italic\";}s:5:\"Monda\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:8:\"Monofett\";a:1:{i:0;s:7:\"regular\";}s:7:\"Monoton\";a:1:{i:0;s:7:\"regular\";}s:20:\"Monsieur La Doulaise\";a:1:{i:0;s:7:\"regular\";}s:7:\"Montaga\";a:1:{i:0;s:7:\"regular\";}s:6:\"Montez\";a:1:{i:0;s:7:\"regular\";}s:10:\"Montserrat\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:21:\"Montserrat Alternates\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:20:\"Montserrat Subrayada\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:4:\"Moul\";a:1:{i:0;s:7:\"regular\";}s:8:\"Moulpali\";a:1:{i:0;s:7:\"regular\";}s:22:\"Mountains of Christmas\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:13:\"Mouse Memoirs\";a:1:{i:0;s:7:\"regular\";}s:10:\"Mr Bedfort\";a:1:{i:0;s:7:\"regular\";}s:8:\"Mr Dafoe\";a:1:{i:0;s:7:\"regular\";}s:14:\"Mr De Haviland\";a:1:{i:0;s:7:\"regular\";}s:19:\"Mrs Saint Delafield\";a:1:{i:0;s:7:\"regular\";}s:13:\"Mrs Sheppards\";a:1:{i:0;s:7:\"regular\";}s:4:\"Muli\";a:4:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";}s:13:\"Mystery Quest\";a:1:{i:0;s:7:\"regular\";}s:6:\"Neucha\";a:1:{i:0;s:7:\"regular\";}s:6:\"Neuton\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:10:\"New Rocker\";a:1:{i:0;s:7:\"regular\";}s:10:\"News Cycle\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"Niconne\";a:1:{i:0;s:7:\"regular\";}s:9:\"Nixie One\";a:1:{i:0;s:7:\"regular\";}s:6:\"Nobile\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:6:\"Nokora\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"Norican\";a:1:{i:0;s:7:\"regular\";}s:7:\"Nosifer\";a:1:{i:0;s:7:\"regular\";}s:20:\"Nothing You Could Do\";a:1:{i:0;s:7:\"regular\";}s:12:\"Noticia Text\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:8:\"Nova Cut\";a:1:{i:0;s:7:\"regular\";}s:9:\"Nova Flat\";a:1:{i:0;s:7:\"regular\";}s:9:\"Nova Mono\";a:1:{i:0;s:7:\"regular\";}s:9:\"Nova Oval\";a:1:{i:0;s:7:\"regular\";}s:10:\"Nova Round\";a:1:{i:0;s:7:\"regular\";}s:11:\"Nova Script\";a:1:{i:0;s:7:\"regular\";}s:9:\"Nova Slim\";a:1:{i:0;s:7:\"regular\";}s:11:\"Nova Square\";a:1:{i:0;s:7:\"regular\";}s:6:\"Numans\";a:1:{i:0;s:7:\"regular\";}s:6:\"Nunito\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:14:\"Odor Mean Chey\";a:1:{i:0;s:7:\"regular\";}s:7:\"Offside\";a:1:{i:0;s:7:\"regular\";}s:15:\"Old Standard TT\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:9:\"Oldenburg\";a:1:{i:0;s:7:\"regular\";}s:11:\"Oleo Script\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:22:\"Oleo Script Swash Caps\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:9:\"Open Sans\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:19:\"Open Sans Condensed\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:11:\"Oranienbaum\";a:1:{i:0;s:7:\"regular\";}s:8:\"Orbitron\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"Oregano\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"Orienta\";a:1:{i:0;s:7:\"regular\";}s:15:\"Original Surfer\";a:1:{i:0;s:7:\"regular\";}s:6:\"Oswald\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:16:\"Over the Rainbow\";a:1:{i:0;s:7:\"regular\";}s:8:\"Overlock\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:11:\"Overlock SC\";a:1:{i:0;s:7:\"regular\";}s:3:\"Ovo\";a:1:{i:0;s:7:\"regular\";}s:6:\"Oxygen\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:11:\"Oxygen Mono\";a:1:{i:0;s:7:\"regular\";}s:7:\"PT Mono\";a:1:{i:0;s:7:\"regular\";}s:7:\"PT Sans\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:15:\"PT Sans Caption\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:14:\"PT Sans Narrow\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:8:\"PT Serif\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:16:\"PT Serif Caption\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:8:\"Pacifico\";a:1:{i:0;s:7:\"regular\";}s:7:\"Paprika\";a:1:{i:0;s:7:\"regular\";}s:10:\"Parisienne\";a:1:{i:0;s:7:\"regular\";}s:11:\"Passero One\";a:1:{i:0;s:7:\"regular\";}s:11:\"Passion One\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:12:\"Patrick Hand\";a:1:{i:0;s:7:\"regular\";}s:15:\"Patrick Hand SC\";a:1:{i:0;s:7:\"regular\";}s:9:\"Patua One\";a:1:{i:0;s:7:\"regular\";}s:11:\"Paytone One\";a:1:{i:0;s:7:\"regular\";}s:7:\"Peralta\";a:1:{i:0;s:7:\"regular\";}s:16:\"Permanent Marker\";a:1:{i:0;s:7:\"regular\";}s:19:\"Petit Formal Script\";a:1:{i:0;s:7:\"regular\";}s:7:\"Petrona\";a:1:{i:0;s:7:\"regular\";}s:11:\"Philosopher\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:6:\"Piedra\";a:1:{i:0;s:7:\"regular\";}s:13:\"Pinyon Script\";a:1:{i:0;s:7:\"regular\";}s:10:\"Pirata One\";a:1:{i:0;s:7:\"regular\";}s:7:\"Plaster\";a:1:{i:0;s:7:\"regular\";}s:4:\"Play\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:8:\"Playball\";a:1:{i:0;s:7:\"regular\";}s:16:\"Playfair Display\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:19:\"Playfair Display SC\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"Podkova\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:10:\"Poiret One\";a:1:{i:0;s:7:\"regular\";}s:10:\"Poller One\";a:1:{i:0;s:7:\"regular\";}s:4:\"Poly\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:8:\"Pompiere\";a:1:{i:0;s:7:\"regular\";}s:12:\"Pontano Sans\";a:1:{i:0;s:7:\"regular\";}s:16:\"Port Lligat Sans\";a:1:{i:0;s:7:\"regular\";}s:16:\"Port Lligat Slab\";a:1:{i:0;s:7:\"regular\";}s:5:\"Prata\";a:1:{i:0;s:7:\"regular\";}s:11:\"Preahvihear\";a:1:{i:0;s:7:\"regular\";}s:14:\"Press Start 2P\";a:1:{i:0;s:7:\"regular\";}s:14:\"Princess Sofia\";a:1:{i:0;s:7:\"regular\";}s:8:\"Prociono\";a:1:{i:0;s:7:\"regular\";}s:10:\"Prosto One\";a:1:{i:0;s:7:\"regular\";}s:7:\"Puritan\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:12:\"Purple Purse\";a:1:{i:0;s:7:\"regular\";}s:6:\"Quando\";a:1:{i:0;s:7:\"regular\";}s:8:\"Quantico\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:12:\"Quattrocento\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:17:\"Quattrocento Sans\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:9:\"Questrial\";a:1:{i:0;s:7:\"regular\";}s:9:\"Quicksand\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:14:\"Quintessential\";a:1:{i:0;s:7:\"regular\";}s:7:\"Qwigley\";a:1:{i:0;s:7:\"regular\";}s:15:\"Racing Sans One\";a:1:{i:0;s:7:\"regular\";}s:6:\"Radley\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"Raleway\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:12:\"Raleway Dots\";a:1:{i:0;s:7:\"regular\";}s:6:\"Rambla\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:12:\"Rammetto One\";a:1:{i:0;s:7:\"regular\";}s:8:\"Ranchers\";a:1:{i:0;s:7:\"regular\";}s:6:\"Rancho\";a:1:{i:0;s:7:\"regular\";}s:9:\"Rationale\";a:1:{i:0;s:7:\"regular\";}s:9:\"Redressed\";a:1:{i:0;s:7:\"regular\";}s:13:\"Reenie Beanie\";a:1:{i:0;s:7:\"regular\";}s:7:\"Revalia\";a:1:{i:0;s:7:\"regular\";}s:6:\"Ribeye\";a:1:{i:0;s:7:\"regular\";}s:13:\"Ribeye Marrow\";a:1:{i:0;s:7:\"regular\";}s:9:\"Righteous\";a:1:{i:0;s:7:\"regular\";}s:6:\"Risque\";a:1:{i:0;s:7:\"regular\";}s:6:\"Roboto\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:16:\"Roboto Condensed\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:9:\"Rochester\";a:1:{i:0;s:7:\"regular\";}s:9:\"Rock Salt\";a:1:{i:0;s:7:\"regular\";}s:7:\"Rokkitt\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:9:\"Romanesco\";a:1:{i:0;s:7:\"regular\";}s:9:\"Ropa Sans\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"Rosario\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:8:\"Rosarivo\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:12:\"Rouge Script\";a:1:{i:0;s:7:\"regular\";}s:4:\"Ruda\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:6:\"Rufina\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:11:\"Ruge Boogie\";a:1:{i:0;s:7:\"regular\";}s:6:\"Ruluko\";a:1:{i:0;s:7:\"regular\";}s:10:\"Rum Raisin\";a:1:{i:0;s:7:\"regular\";}s:14:\"Ruslan Display\";a:1:{i:0;s:7:\"regular\";}s:9:\"Russo One\";a:1:{i:0;s:7:\"regular\";}s:6:\"Ruthie\";a:1:{i:0;s:7:\"regular\";}s:3:\"Rye\";a:1:{i:0;s:7:\"regular\";}s:10:\"Sacramento\";a:1:{i:0;s:7:\"regular\";}s:4:\"Sail\";a:1:{i:0;s:7:\"regular\";}s:5:\"Salsa\";a:1:{i:0;s:7:\"regular\";}s:7:\"Sanchez\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:8:\"Sancreek\";a:1:{i:0;s:7:\"regular\";}s:11:\"Sansita One\";a:1:{i:0;s:7:\"regular\";}s:6:\"Sarina\";a:1:{i:0;s:7:\"regular\";}s:7:\"Satisfy\";a:1:{i:0;s:7:\"regular\";}s:5:\"Scada\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:10:\"Schoolbell\";a:1:{i:0;s:7:\"regular\";}s:14:\"Seaweed Script\";a:1:{i:0;s:7:\"regular\";}s:9:\"Sevillana\";a:1:{i:0;s:7:\"regular\";}s:11:\"Seymour One\";a:1:{i:0;s:7:\"regular\";}s:18:\"Shadows Into Light\";a:1:{i:0;s:7:\"regular\";}s:22:\"Shadows Into Light Two\";a:1:{i:0;s:7:\"regular\";}s:6:\"Shanti\";a:1:{i:0;s:7:\"regular\";}s:5:\"Share\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:10:\"Share Tech\";a:1:{i:0;s:7:\"regular\";}s:15:\"Share Tech Mono\";a:1:{i:0;s:7:\"regular\";}s:9:\"Shojumaru\";a:1:{i:0;s:7:\"regular\";}s:11:\"Short Stack\";a:1:{i:0;s:7:\"regular\";}s:8:\"Siemreap\";a:1:{i:0;s:7:\"regular\";}s:10:\"Sigmar One\";a:1:{i:0;s:7:\"regular\";}s:7:\"Signika\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:16:\"Signika Negative\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:9:\"Simonetta\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:7:\"Sintony\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:13:\"Sirin Stencil\";a:1:{i:0;s:7:\"regular\";}s:8:\"Six Caps\";a:1:{i:0;s:7:\"regular\";}s:7:\"Skranji\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"Slackey\";a:1:{i:0;s:7:\"regular\";}s:6:\"Smokum\";a:1:{i:0;s:7:\"regular\";}s:6:\"Smythe\";a:1:{i:0;s:7:\"regular\";}s:7:\"Sniglet\";a:1:{i:0;s:3:\"800\";}s:7:\"Snippet\";a:1:{i:0;s:7:\"regular\";}s:13:\"Snowburst One\";a:1:{i:0;s:7:\"regular\";}s:10:\"Sofadi One\";a:1:{i:0;s:7:\"regular\";}s:5:\"Sofia\";a:1:{i:0;s:7:\"regular\";}s:10:\"Sonsie One\";a:1:{i:0;s:7:\"regular\";}s:16:\"Sorts Mill Goudy\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:15:\"Source Code Pro\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:15:\"Source Sans Pro\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:13:\"Special Elite\";a:1:{i:0;s:7:\"regular\";}s:10:\"Spicy Rice\";a:1:{i:0;s:7:\"regular\";}s:9:\"Spinnaker\";a:1:{i:0;s:7:\"regular\";}s:6:\"Spirax\";a:1:{i:0;s:7:\"regular\";}s:10:\"Squada One\";a:1:{i:0;s:7:\"regular\";}s:9:\"Stalemate\";a:1:{i:0;s:7:\"regular\";}s:13:\"Stalinist One\";a:1:{i:0;s:7:\"regular\";}s:15:\"Stardos Stencil\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:21:\"Stint Ultra Condensed\";a:1:{i:0;s:7:\"regular\";}s:20:\"Stint Ultra Expanded\";a:1:{i:0;s:7:\"regular\";}s:5:\"Stoke\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:6:\"Strait\";a:1:{i:0;s:7:\"regular\";}s:19:\"Sue Ellen Francisco\";a:1:{i:0;s:7:\"regular\";}s:9:\"Sunshiney\";a:1:{i:0;s:7:\"regular\";}s:16:\"Supermercado One\";a:1:{i:0;s:7:\"regular\";}s:11:\"Suwannaphum\";a:1:{i:0;s:7:\"regular\";}s:18:\"Swanky and Moo Moo\";a:1:{i:0;s:7:\"regular\";}s:9:\"Syncopate\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:9:\"Tangerine\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"Taprom\";a:1:{i:0;s:7:\"regular\";}s:5:\"Tauri\";a:1:{i:0;s:7:\"regular\";}s:5:\"Telex\";a:1:{i:0;s:7:\"regular\";}s:10:\"Tenor Sans\";a:1:{i:0;s:7:\"regular\";}s:11:\"Text Me One\";a:1:{i:0;s:7:\"regular\";}s:18:\"The Girl Next Door\";a:1:{i:0;s:7:\"regular\";}s:6:\"Tienne\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:5:\"Tinos\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:9:\"Titan One\";a:1:{i:0;s:7:\"regular\";}s:13:\"Titillium Web\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}s:11:\"Trade Winds\";a:1:{i:0;s:7:\"regular\";}s:7:\"Trocchi\";a:1:{i:0;s:7:\"regular\";}s:7:\"Trochut\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"Trykker\";a:1:{i:0;s:7:\"regular\";}s:10:\"Tulpen One\";a:1:{i:0;s:7:\"regular\";}s:6:\"Ubuntu\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:16:\"Ubuntu Condensed\";a:1:{i:0;s:7:\"regular\";}s:11:\"Ubuntu Mono\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:5:\"Ultra\";a:1:{i:0;s:7:\"regular\";}s:14:\"Uncial Antiqua\";a:1:{i:0;s:7:\"regular\";}s:8:\"Underdog\";a:1:{i:0;s:7:\"regular\";}s:9:\"Unica One\";a:1:{i:0;s:7:\"regular\";}s:14:\"UnifrakturCook\";a:1:{i:0;s:3:\"700\";}s:18:\"UnifrakturMaguntia\";a:1:{i:0;s:7:\"regular\";}s:7:\"Unkempt\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:6:\"Unlock\";a:1:{i:0;s:7:\"regular\";}s:4:\"Unna\";a:1:{i:0;s:7:\"regular\";}s:5:\"VT323\";a:1:{i:0;s:7:\"regular\";}s:11:\"Vampiro One\";a:1:{i:0;s:7:\"regular\";}s:6:\"Varela\";a:1:{i:0;s:7:\"regular\";}s:12:\"Varela Round\";a:1:{i:0;s:7:\"regular\";}s:11:\"Vast Shadow\";a:1:{i:0;s:7:\"regular\";}s:5:\"Vibur\";a:1:{i:0;s:7:\"regular\";}s:8:\"Vidaloka\";a:1:{i:0;s:7:\"regular\";}s:4:\"Viga\";a:1:{i:0;s:7:\"regular\";}s:5:\"Voces\";a:1:{i:0;s:7:\"regular\";}s:7:\"Volkhov\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:8:\"Vollkorn\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:8:\"Voltaire\";a:1:{i:0;s:7:\"regular\";}s:23:\"Waiting for the Sunrise\";a:1:{i:0;s:7:\"regular\";}s:8:\"Wallpoet\";a:1:{i:0;s:7:\"regular\";}s:15:\"Walter Turncoat\";a:1:{i:0;s:7:\"regular\";}s:6:\"Warnes\";a:1:{i:0;s:7:\"regular\";}s:9:\"Wellfleet\";a:1:{i:0;s:7:\"regular\";}s:9:\"Wendy One\";a:1:{i:0;s:7:\"regular\";}s:8:\"Wire One\";a:1:{i:0;s:7:\"regular\";}s:17:\"Yanone Kaffeesatz\";a:4:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";}s:10:\"Yellowtail\";a:1:{i:0;s:7:\"regular\";}s:10:\"Yeseva One\";a:1:{i:0;s:7:\"regular\";}s:10:\"Yesteryear\";a:1:{i:0;s:7:\"regular\";}s:6:\"Zeyada\";a:1:{i:0;s:7:\"regular\";}}','yes'),(149,'cs_theme_data','a:188:{i:0;a:4:{s:4:\"name\";s:7:\"General\";s:11:\"fontawesome\";s:9:\"icon-gear\";s:4:\"type\";s:7:\"heading\";s:7:\"options\";a:7:{s:18:\"tab-global-setting\";s:6:\"global\";s:18:\"tab-header-options\";s:6:\"Header\";s:22:\"tab-sub-header-options\";s:10:\"Sub Header\";s:18:\"tab-footer-options\";s:6:\"Footer\";s:18:\"tab-social-setting\";s:12:\"social icons\";s:18:\"tab-social-network\";s:14:\"social sharing\";s:15:\"tab-custom-code\";s:11:\"custom code\";}}i:1;a:5:{s:4:\"name\";s:5:\"color\";s:11:\"fontawesome\";s:10:\"icon-magic\";s:9:\"hint_text\";s:0:\"\";s:4:\"type\";s:7:\"heading\";s:7:\"options\";a:4:{s:17:\"tab-general-color\";s:7:\"general\";s:16:\"tab-header-color\";s:6:\"Header\";s:16:\"tab-footer-color\";s:6:\"Footer\";s:17:\"tab-heading-color\";s:8:\"headings\";}}i:2;a:6:{s:4:\"name\";s:18:\"typography / fonts\";s:11:\"fontawesome\";s:9:\"icon-font\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:4:\"type\";s:7:\"heading\";s:7:\"options\";a:3:{s:15:\"tab-custom-font\";s:11:\"Custom Font\";s:15:\"tab-font-family\";s:11:\"font family\";s:13:\"tab-font-size\";s:9:\"font size\";}}i:3;a:6:{s:4:\"name\";s:7:\"sidebar\";s:11:\"fontawesome\";s:12:\"icon-columns\";s:2:\"id\";s:11:\"tab-sidebar\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:12:\"main-heading\";s:7:\"options\";s:0:\"\";}i:4;a:6:{s:4:\"name\";s:3:\"SEO\";s:11:\"fontawesome\";s:11:\"icon-globe6\";s:2:\"id\";s:7:\"tab-seo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:12:\"main-heading\";s:7:\"options\";s:0:\"\";}i:5;a:3:{s:4:\"name\";s:6:\"global\";s:2:\"id\";s:18:\"tab-global-setting\";s:4:\"type\";s:11:\"sub-heading\";}i:6;a:7:{s:4:\"name\";s:6:\"Layout\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:11:\"Layout type\";s:2:\"id\";s:9:\"cs_layout\";s:3:\"std\";s:10:\"full_width\";s:7:\"options\";a:2:{s:5:\"boxed\";s:5:\"boxed\";s:10:\"full_width\";s:10:\"full width\";}s:4:\"type\";s:6:\"layout\";}i:7;a:6:{s:4:\"name\";s:0:\"\";s:2:\"id\";s:17:\"cs_horizontal_tab\";s:5:\"class\";s:14:\"horizontal_tab\";s:4:\"type\";s:14:\"horizontal_tab\";s:3:\"std\";s:0:\"\";s:7:\"options\";a:3:{s:10:\"Background\";s:14:\"background_tab\";s:7:\"Pattern\";s:11:\"pattern_tab\";s:12:\"Custom Image\";s:16:\"custom_image_tab\";}}i:8;a:11:{s:4:\"name\";s:16:\"Background image\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:41:\"Choose from Predefined Background images.\";s:2:\"id\";s:11:\"cs_bg_image\";s:5:\"class\";s:14:\"cs_background_\";s:4:\"path\";s:10:\"background\";s:3:\"tab\";s:14:\"background_tab\";s:3:\"std\";s:3:\"bg1\";s:4:\"type\";s:11:\"layout_body\";s:7:\"display\";s:5:\"block\";s:7:\"options\";a:11:{s:7:\"option0\";s:3:\"bg0\";s:7:\"option1\";s:3:\"bg1\";s:7:\"option2\";s:3:\"bg2\";s:7:\"option3\";s:3:\"bg3\";s:7:\"option4\";s:3:\"bg4\";s:7:\"option5\";s:3:\"bg5\";s:7:\"option6\";s:3:\"bg6\";s:7:\"option7\";s:3:\"bg7\";s:7:\"option8\";s:3:\"bg8\";s:7:\"option9\";s:3:\"bg9\";s:8:\"option10\";s:4:\"bg10\";}}i:9;a:11:{s:4:\"name\";s:18:\"Background pattern\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:38:\"Choose from Predefined Pattern images.\";s:2:\"id\";s:11:\"cs_bg_image\";s:5:\"class\";s:14:\"cs_background_\";s:4:\"path\";s:8:\"patterns\";s:3:\"tab\";s:11:\"pattern_tab\";s:3:\"std\";s:3:\"bg1\";s:4:\"type\";s:11:\"layout_body\";s:7:\"display\";s:4:\"none\";s:7:\"options\";a:28:{s:7:\"option0\";s:8:\"pattern0\";s:7:\"option1\";s:8:\"pattern1\";s:7:\"option2\";s:8:\"pattern2\";s:7:\"option3\";s:8:\"pattern3\";s:7:\"option4\";s:8:\"pattern4\";s:7:\"option5\";s:8:\"pattern5\";s:7:\"option6\";s:8:\"pattern6\";s:7:\"option7\";s:8:\"pattern7\";s:7:\"option8\";s:8:\"pattern8\";s:7:\"option9\";s:8:\"pattern9\";s:8:\"option10\";s:9:\"pattern10\";s:8:\"option11\";s:9:\"pattern11\";s:8:\"option12\";s:9:\"pattern12\";s:8:\"option13\";s:9:\"pattern13\";s:8:\"option14\";s:9:\"pattern14\";s:8:\"option15\";s:9:\"pattern15\";s:8:\"option16\";s:9:\"pattern16\";s:8:\"option17\";s:9:\"pattern17\";s:8:\"option18\";s:9:\"pattern18\";s:8:\"option19\";s:9:\"pattern19\";s:8:\"option20\";s:9:\"pattern20\";s:8:\"option21\";s:9:\"pattern21\";s:8:\"option22\";s:9:\"pattern22\";s:8:\"option23\";s:9:\"pattern23\";s:8:\"option24\";s:9:\"pattern24\";s:8:\"option25\";s:9:\"pattern25\";s:8:\"option26\";s:9:\"pattern26\";s:8:\"option27\";s:9:\"pattern27\";}}i:10;a:8:{s:4:\"name\";s:12:\"Custom image\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:47:\"This option can be used only with Boxed Layout.\";s:2:\"id\";s:17:\"cs_custom_bgimage\";s:3:\"std\";s:0:\"\";s:3:\"tab\";s:16:\"custom_image_tab\";s:7:\"display\";s:4:\"none\";s:4:\"type\";s:11:\"upload logo\";}i:11;a:7:{s:4:\"name\";s:25:\"Background image position\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:41:\"Choose image position for body background\";s:2:\"id\";s:19:\"cs_bgimage_position\";s:3:\"std\";s:13:\"Center Repeat\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:8:{s:7:\"option1\";s:20:\"no-repeat center top\";s:7:\"option2\";s:17:\"repeat center top\";s:7:\"option3\";s:16:\"no-repeat center\";s:7:\"option4\";s:13:\"Repeat Center\";s:7:\"option5\";s:18:\"no-repeat left top\";s:7:\"option6\";s:15:\"repeat left top\";s:7:\"option7\";s:22:\"no-repeat fixed center\";s:7:\"option8\";s:30:\"no-repeat fixed center / cover\";}}i:12;a:6:{s:4:\"name\";s:14:\"Custom favicon\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:29:\"Custom favicon for your site.\";s:2:\"id\";s:17:\"cs_custom_favicon\";s:3:\"std\";s:77:\"http://lcgraylaw.com/wp-content/themes/lawyer-theme/assets/images/favicon.png\";s:4:\"type\";s:11:\"upload logo\";}i:13;a:7:{s:4:\"name\";s:13:\"Smooth Scroll\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:47:\"Lightweight Script for Page Scrolling animation\";s:2:\"id\";s:16:\"cs_smooth_scroll\";s:3:\"std\";s:3:\"off\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";a:2:{s:4:\"show\";s:2:\"on\";s:4:\"hide\";s:3:\"off\";}}i:14;a:7:{s:4:\"name\";s:3:\"RTL\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:65:\"Turn RTL ON/OFF here for Right to Left languages like Arabic etc.\";s:2:\"id\";s:12:\"cs_style_rtl\";s:3:\"std\";s:3:\"off\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";a:2:{s:4:\"show\";s:2:\"on\";s:4:\"hide\";s:3:\"off\";}}i:15;a:7:{s:4:\"name\";s:10:\"Responsive\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:59:\"Set responsive design layout for mobile devices ON/OFF here\";s:2:\"id\";s:13:\"cs_responsive\";s:3:\"std\";s:3:\"off\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";a:2:{s:4:\"show\";s:2:\"on\";s:4:\"hide\";s:3:\"off\";}}i:16;a:3:{s:4:\"name\";s:6:\"header\";s:2:\"id\";s:18:\"tab-header-options\";s:4:\"type\";s:11:\"sub-heading\";}i:17;a:4:{s:4:\"name\";s:30:\"Attention for Header Position!\";s:2:\"id\";s:24:\"header_postion_attention\";s:3:\"std\";s:281:\" <strong>Relative Position:</strong> The element is positioned relative to its normal position. The header is positioned above the content. <br> <strong>Absolute Position:</strong> The element is positioned relative to its first positioned. The header is positioned on the content.\";s:4:\"type\";s:12:\"announcement\";}i:18;a:6:{s:4:\"name\";s:4:\"Logo\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:55:\"Upload your custom logo in .png .jpg .gif formats only.\";s:2:\"id\";s:14:\"cs_custom_logo\";s:3:\"std\";s:74:\"http://lcgraylaw.com/wp-content/themes/lawyer-theme/assets/images/logo.png\";s:4:\"type\";s:11:\"upload logo\";}i:19;a:8:{s:4:\"name\";s:11:\"Logo Height\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:63:\"Set exact logo height otherwise logo will not display normally.\";s:2:\"id\";s:14:\"cs_logo_height\";s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"150\";s:3:\"std\";s:2:\"54\";s:4:\"type\";s:5:\"range\";}i:20;a:8:{s:4:\"name\";s:10:\"logo width\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:62:\"Set exact logo width otherwise logo will not display normally.\";s:2:\"id\";s:13:\"cs_logo_width\";s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"250\";s:3:\"std\";s:3:\"200\";s:4:\"type\";s:5:\"range\";}i:21;a:8:{s:4:\"name\";s:26:\"Logo margin top and bottom\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:40:\"Logo spacing/margin from top and bottom.\";s:2:\"id\";s:16:\"cs_logo_margintb\";s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"200\";s:3:\"std\";s:1:\"0\";s:4:\"type\";s:5:\"range\";}i:22;a:8:{s:4:\"name\";s:26:\"Logo margin left and right\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:40:\"Logo spacing/margin from left and right.\";s:2:\"id\";s:16:\"cs_logo_marginlr\";s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"200\";s:3:\"std\";s:1:\"0\";s:4:\"type\";s:5:\"range\";}i:23;a:8:{s:4:\"name\";s:13:\"Header Styles\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:42:\"Choose header style from the given options\";s:2:\"id\";s:17:\"cs_header_options\";s:5:\"class\";s:3:\"cs_\";s:3:\"std\";s:8:\"header_2\";s:4:\"type\";s:7:\"layout1\";s:7:\"options\";a:2:{s:8:\"header_1\";s:8:\"header_1\";s:8:\"header_2\";s:8:\"header_2\";}}i:24;a:5:{s:4:\"name\";s:15:\"Header Elements\";s:2:\"id\";s:18:\"tab-header-options\";s:3:\"std\";s:15:\"Header Elements\";s:4:\"type\";s:7:\"section\";s:7:\"options\";s:0:\"\";}i:25;a:7:{s:4:\"name\";s:11:\"Main Search\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:60:\"Set header search On/Off. Allow user to search site content.\";s:2:\"id\";s:9:\"cs_search\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";a:2:{s:4:\"show\";s:2:\"on\";s:4:\"hide\";s:3:\"off\";}}i:26;a:7:{s:4:\"name\";s:4:\"WPML\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:54:\"Set WordPress Multi Language switcher ON/OFF in header\";s:2:\"id\";s:14:\"cs_wpml_switch\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:4:\"wpml\";s:7:\"options\";a:2:{s:4:\"show\";s:2:\"on\";s:4:\"hide\";s:3:\"off\";}}i:27;a:7:{s:4:\"name\";s:20:\"Sticky Header On/Off\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:23:\"cs_sitcky_header_switch\";s:9:\"hint_text\";s:79:\"If you enable this option , header will be fixed on top of your browser window.\";s:3:\"std\";s:3:\"off\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";a:2:{s:4:\"show\";s:2:\"on\";s:4:\"hide\";s:3:\"off\";}}i:28;a:5:{s:4:\"name\";s:24:\"Header Position Settings\";s:2:\"id\";s:18:\"tab-header-options\";s:3:\"std\";s:24:\"Header Position Settings\";s:4:\"type\";s:7:\"section\";s:7:\"options\";s:0:\"\";}i:29;a:7:{s:4:\"name\";s:22:\"Select Header Position\";s:4:\"desc\";s:49:\"Make header position fixed as Absolute or move it\";s:9:\"hint_text\";s:46:\"Select header position as Absolute OR Relative\";s:2:\"id\";s:18:\"cs_header_position\";s:3:\"std\";s:8:\"relative\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:2:{s:8:\"absolute\";s:8:\"absolute\";s:8:\"relative\";s:8:\"relative\";}}i:30;a:7:{s:4:\"name\";s:17:\"Header Background\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:63:\"Header settings made here will be implemented on default pages.\";s:2:\"id\";s:19:\"cs_headerbg_options\";s:3:\"std\";s:25:\"Default Header Background\";s:4:\"type\";s:25:\"default header background\";s:7:\"options\";a:3:{s:4:\"none\";s:4:\"None\";s:13:\"cs_rev_slider\";s:17:\"Revolution Slider\";s:17:\"cs_bg_image_color\";s:19:\"Bg Image / bg Color\";}}i:31;a:7:{s:4:\"name\";s:17:\"Revolution Slider\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:179:\"<p>Please select Revolution Slider if already included in package. Otherwise buy Sliders from <a href=\'http://codecanyon.net/\' target=\'_blank\'>Codecanyon</a>. But its optional</p>\";s:2:\"id\";s:18:\"cs_headerbg_slider\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:15:\"headerbg slider\";s:7:\"options\";s:0:\"\";}i:32;a:6:{s:4:\"name\";s:16:\"Background Image\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:67:\"Upload your custom background image in .png .jpg .gif formats only.\";s:2:\"id\";s:17:\"cs_headerbg_image\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:33;a:6:{s:4:\"name\";s:16:\"Background Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:28:\"set header background color.\";s:2:\"id\";s:17:\"cs_headerbg_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:34;a:5:{s:4:\"name\";s:16:\"Header Top Strip\";s:2:\"id\";s:18:\"tab-header-options\";s:3:\"std\";s:16:\"Header Top Strip\";s:4:\"type\";s:7:\"section\";s:7:\"options\";s:0:\"\";}i:35;a:7:{s:4:\"name\";s:12:\"Header Strip\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:32:\"Enable/Disable header top strip.\";s:2:\"id\";s:19:\"cs_header_top_strip\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";a:2:{s:4:\"show\";s:2:\"on\";s:4:\"hide\";s:3:\"off\";}}i:36;a:7:{s:4:\"name\";s:11:\"Social Icon\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:64:\"Enable/Disable social icon. Add icons from General > social icon\";s:2:\"id\";s:21:\"cs_socail_icon_switch\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";a:2:{s:4:\"show\";s:2:\"on\";s:4:\"hide\";s:3:\"off\";}}i:37;a:7:{s:4:\"name\";s:8:\"Top Menu\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:72:\"Menu location can be set from Appearance > Menu > Manage Menu Locations.\";s:2:\"id\";s:18:\"cs_top_menu_switch\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";a:2:{s:4:\"show\";s:2:\"on\";s:4:\"hide\";s:3:\"off\";}}i:38;a:6:{s:4:\"name\";s:10:\"Short Text\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:53:\"Write phone no, email or address for Header top strip\";s:2:\"id\";s:28:\"cs_header_strip_tagline_text\";s:3:\"std\";s:202:\"<p><i class=\"icon-briefcase\"></i> Alee 167c, 10435 Berlin, Germany</p>\r\n <p><i class=\"icon-phone4\"></i> +0044 123 456 789</p>\r\n <p><i class=\"icon-envelope3\"></i> <a>info@wplawyer.com</a></p>\";s:4:\"type\";s:8:\"textarea\";}i:39;a:6:{s:4:\"name\";s:15:\"Header addsense\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:32:\"Embed Image/Google addsense Code\";s:2:\"id\";s:25:\"cs_header_banner_addsense\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:40;a:3:{s:4:\"name\";s:10:\"sub header\";s:2:\"id\";s:22:\"tab-sub-header-options\";s:4:\"type\";s:11:\"sub-heading\";}i:41;a:4:{s:4:\"name\";s:13:\"Announcement!\";s:2:\"id\";s:23:\"sub_header_announcement\";s:3:\"std\";s:182:\"Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.\";s:4:\"type\";s:12:\"announcement\";}i:42;a:7:{s:4:\"name\";s:7:\"Default\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:63:\"Sub Header settings made here will be implemented on all pages.\";s:2:\"id\";s:17:\"cs_default_header\";s:3:\"std\";s:22:\"Breadcrumbs Sub Header\";s:4:\"type\";s:14:\"default header\";s:7:\"options\";a:3:{s:22:\"breadcrumbs_sub_header\";s:22:\"Breadcrumbs Sub Header\";s:6:\"slider\";s:17:\"Revolution Slider\";s:9:\"no_header\";s:13:\"No sub Header\";}}i:43;a:7:{s:4:\"name\";s:15:\"Content Padding\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:56:\"Choose default or custom padding for sub header content.\";s:2:\"id\";s:24:\"subheader_padding_switch\";s:3:\"std\";s:7:\"Default\";s:4:\"type\";s:15:\"default padding\";s:7:\"options\";a:2:{s:7:\"Default\";s:7:\"default\";s:6:\"Custom\";s:6:\"custom\";}}i:44;a:6:{s:4:\"name\";s:19:\"Header Border Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:22:\"cs_header_border_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:45;a:7:{s:4:\"name\";s:17:\"Revolution Slider\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:179:\"<p>Please select Revolution Slider if already included in package. Otherwise buy Sliders from <a href=\'http://codecanyon.net/\' target=\'_blank\'>Codecanyon</a>. But its optional</p>\";s:2:\"id\";s:16:\"cs_custom_slider\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"slider code\";s:7:\"options\";s:0:\"\";}i:46;a:8:{s:4:\"name\";s:11:\"Padding Top\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:51:\"Set custom padding for sub header content top area.\";s:2:\"id\";s:16:\"cs_sh_paddingtop\";s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"200\";s:3:\"std\";s:2:\"45\";s:4:\"type\";s:5:\"range\";}i:47;a:8:{s:4:\"name\";s:14:\"Padding Bottom\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:54:\"Set custom padding for sub header content bottom area.\";s:2:\"id\";s:19:\"cs_sh_paddingbottom\";s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"200\";s:3:\"std\";s:2:\"45\";s:4:\"type\";s:5:\"range\";}i:48;a:7:{s:4:\"name\";s:18:\"Content Text Align\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:49:\"select the text Alignment for sub header content.\";s:2:\"id\";s:14:\"cs_title_align\";s:3:\"std\";s:4:\"left\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:3:{s:4:\"left\";s:4:\"left\";s:6:\"center\";s:6:\"center\";s:5:\"right\";s:5:\"right\";}}i:49;a:6:{s:4:\"name\";s:10:\"Page Title\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:35:\"Set page title ON/OFF in sub header\";s:2:\"id\";s:15:\"cs_title_switch\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:50;a:6:{s:4:\"name\";s:11:\"Breadcrumbs\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:21:\"cs_breadcrumbs_switch\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:51;a:6:{s:4:\"name\";s:16:\"Background Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:22:\"cs_sub_header_bg_color\";s:3:\"std\";s:7:\"#f5f5f5\";s:4:\"type\";s:5:\"color\";}i:52;a:6:{s:4:\"name\";s:10:\"Text Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:24:\"cs_sub_header_text_color\";s:3:\"std\";s:7:\"#333333\";s:4:\"type\";s:5:\"color\";}i:53;a:6:{s:4:\"name\";s:12:\"Border Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:26:\"cs_sub_header_border_color\";s:3:\"std\";s:7:\"#dddddd\";s:4:\"type\";s:5:\"color\";}i:54;a:6:{s:4:\"name\";s:10:\"Background\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:16:\"Background Image\";s:2:\"id\";s:17:\"cs_background_img\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"upload logo\";}i:55;a:6:{s:4:\"name\";s:8:\"Parallax\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:21:\"cs_parallax_bg_switch\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:56;a:3:{s:4:\"name\";s:14:\"footer options\";s:2:\"id\";s:18:\"tab-footer-options\";s:4:\"type\";s:11:\"sub-heading\";}i:57;a:6:{s:4:\"name\";s:14:\"Footer section\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:26:\"enable/disable footer area\";s:2:\"id\";s:16:\"cs_footer_switch\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:58;a:6:{s:4:\"name\";s:14:\"Footer Widgets\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:33:\"enable/disable footer widget area\";s:2:\"id\";s:16:\"cs_footer_widget\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:59;a:6:{s:4:\"name\";s:12:\"Social Icons\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:27:\"enable/disable Social Icons\";s:2:\"id\";s:26:\"cs_sub_footer_social_icons\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:60;a:6:{s:4:\"name\";s:11:\"Footer Menu\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:26:\"enable/disable Footer Menu\";s:2:\"id\";s:18:\"cs_sub_footer_menu\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:61;a:6:{s:4:\"name\";s:17:\"NewsLetter Signup\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:37:\"enable/disable NewsLetter Signup area\";s:2:\"id\";s:20:\"cs_footer_newsletter\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:62;a:6:{s:4:\"name\";s:11:\"footer logo\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:22:\"set custom footer logo\";s:2:\"id\";s:14:\"cs_footer_logo\";s:3:\"std\";s:81:\"http://lcgraylaw.com/wp-content/themes/lawyer-theme/assets/images/footer-logo.png\";s:4:\"type\";s:11:\"upload logo\";}i:63;a:6:{s:4:\"name\";s:23:\"Footer Background Image\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:34:\"Set custom Footer Background Image\";s:2:\"id\";s:26:\"cs_footer_background_image\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"upload logo\";}i:64;a:6:{s:4:\"name\";s:14:\"copyright text\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:29:\"write your own copyright text\";s:2:\"id\";s:13:\"cs_copy_right\";s:3:\"std\";s:56:\"© 2014 Theme Options Wordpress All rights reserved.\";s:4:\"type\";s:8:\"textarea\";}i:65;a:5:{s:4:\"name\";s:22:\"Footer Twitter Options\";s:2:\"id\";s:26:\"tab-footer-twitter-options\";s:3:\"std\";s:22:\"Footer Twitter Options\";s:4:\"type\";s:7:\"section\";s:7:\"options\";s:0:\"\";}i:66;a:6:{s:4:\"name\";s:31:\"Footer Twitter Background Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:35:\"Set Footer Twitter Background Color\";s:2:\"id\";s:23:\"cs_footer_tweet_bgcolor\";s:3:\"std\";s:7:\"#1dcaff\";s:4:\"type\";s:5:\"color\";}i:67;a:6:{s:4:\"name\";s:14:\"footer twitter\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:25:\"set footer twitter on/off\";s:2:\"id\";s:17:\"cs_footer_twitter\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:68;a:6:{s:4:\"name\";s:16:\"twitter username\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:27:\"set footer twitter username\";s:2:\"id\";s:26:\"cs_footer_twitter_username\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:69;a:6:{s:4:\"name\";s:21:\"twitter no. of tweets\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:30:\"set number of tweets such as 5\";s:2:\"id\";s:28:\"cs_footer_twitter_num_tweets\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:70;a:3:{s:4:\"name\";s:14:\"general colors\";s:2:\"id\";s:17:\"tab-general-color\";s:4:\"type\";s:11:\"sub-heading\";}i:71;a:6:{s:4:\"name\";s:11:\"Theme Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:23:\"Choose theme skin color\";s:2:\"id\";s:14:\"cs_theme_color\";s:3:\"std\";s:7:\"#4b3854\";s:4:\"type\";s:5:\"color\";}i:72;a:6:{s:4:\"name\";s:16:\"Background Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:28:\"Choose Body Background Color\";s:2:\"id\";s:11:\"cs_bg_color\";s:3:\"std\";s:7:\"#eff2f5\";s:4:\"type\";s:5:\"color\";}i:73;a:6:{s:4:\"name\";s:15:\"Body Text Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:17:\"Choose text color\";s:2:\"id\";s:13:\"cs_text_color\";s:3:\"std\";s:4:\"#999\";s:4:\"type\";s:5:\"color\";}i:74;a:3:{s:4:\"name\";s:13:\"header colors\";s:2:\"id\";s:16:\"tab-header-color\";s:4:\"type\";s:11:\"sub-heading\";}i:75;a:5:{s:4:\"name\";s:16:\"top strip colors\";s:2:\"id\";s:19:\"tab-top-strip-color\";s:3:\"std\";s:9:\"Top Strip\";s:4:\"type\";s:7:\"section\";s:7:\"options\";s:0:\"\";}i:76;a:6:{s:4:\"name\";s:16:\"Background Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:33:\"Change Top Strip background color\";s:2:\"id\";s:19:\"cs_topstrip_bgcolor\";s:3:\"std\";s:7:\"#262626\";s:4:\"type\";s:5:\"color\";}i:77;a:6:{s:4:\"name\";s:10:\"Text Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:27:\"Change Top Strip text color\";s:2:\"id\";s:22:\"cs_topstrip_text_color\";s:3:\"std\";s:7:\"#999999\";s:4:\"type\";s:5:\"color\";}i:78;a:6:{s:4:\"name\";s:10:\"Link Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:27:\"Change Top Strip link color\";s:2:\"id\";s:22:\"cs_topstrip_link_color\";s:3:\"std\";s:7:\"#999999\";s:4:\"type\";s:5:\"color\";}i:79;a:5:{s:4:\"name\";s:13:\"Header Colors\";s:2:\"id\";s:16:\"tab-header-color\";s:3:\"std\";s:13:\"Header Colors\";s:4:\"type\";s:7:\"section\";s:7:\"options\";s:0:\"\";}i:80;a:6:{s:4:\"name\";s:16:\"Background Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:30:\"Change Header background color\";s:2:\"id\";s:17:\"cs_header_bgcolor\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:81;a:6:{s:4:\"name\";s:27:\"Navigation Background Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:41:\"Change Header Navigation Background color\";s:2:\"id\";s:14:\"cs_nav_bgcolor\";s:3:\"std\";s:7:\"#ffffff\";s:4:\"type\";s:5:\"color\";}i:82;a:6:{s:4:\"name\";s:15:\"Menu Link color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:29:\"Change Header Menu Link color\";s:2:\"id\";s:13:\"cs_menu_color\";s:3:\"std\";s:7:\"#999999\";s:4:\"type\";s:5:\"color\";}i:83;a:6:{s:4:\"name\";s:22:\"Menu Active Link color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:36:\"Change Header Menu Active Link color\";s:2:\"id\";s:20:\"cs_menu_active_color\";s:3:\"std\";s:7:\"#4b3854\";s:4:\"type\";s:5:\"color\";}i:84;a:6:{s:4:\"name\";s:18:\"Submenu Background\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:31:\"Change Submenu Background color\";s:2:\"id\";s:18:\"cs_submenu_bgcolor\";s:3:\"std\";s:7:\"#262626\";s:4:\"type\";s:5:\"color\";}i:85;a:6:{s:4:\"name\";s:19:\"Submenu Link Color \";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:25:\"Change Submenu Link color\";s:2:\"id\";s:16:\"cs_submenu_color\";s:3:\"std\";s:4:\"#fff\";s:4:\"type\";s:5:\"color\";}i:86;a:6:{s:4:\"name\";s:24:\"Submenu Hover Link Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:31:\"Change Submenu Hover Link color\";s:2:\"id\";s:22:\"cs_submenu_hover_color\";s:3:\"std\";s:4:\"#fff\";s:4:\"type\";s:5:\"color\";}i:87;a:3:{s:4:\"name\";s:13:\"footer colors\";s:2:\"id\";s:16:\"tab-footer-color\";s:4:\"type\";s:11:\"sub-heading\";}i:88;a:6:{s:4:\"name\";s:23:\"Footer Background Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:17:\"cs_footerbg_color\";s:3:\"std\";s:7:\"#0c0d14\";s:4:\"type\";s:5:\"color\";}i:89;a:6:{s:4:\"name\";s:18:\"Footer Title Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:14:\"cs_title_color\";s:3:\"std\";s:4:\"#fff\";s:4:\"type\";s:5:\"color\";}i:90;a:6:{s:4:\"name\";s:17:\"Footer Text Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:20:\"cs_footer_text_color\";s:3:\"std\";s:4:\"#fff\";s:4:\"type\";s:5:\"color\";}i:91;a:6:{s:4:\"name\";s:17:\"Footer Link Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:13:\"cs_link_color\";s:3:\"std\";s:4:\"#fff\";s:4:\"type\";s:5:\"color\";}i:92;a:6:{s:4:\"name\";s:30:\"Footer Widget Background Color\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:21:\"cs_sub_footerbg_color\";s:3:\"std\";s:7:\"#171a24\";s:4:\"type\";s:5:\"color\";}i:93;a:6:{s:4:\"name\";s:14:\"Copyright Text\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:23:\"cs_copyright_text_color\";s:3:\"std\";s:4:\"#fff\";s:4:\"type\";s:5:\"color\";}i:94;a:3:{s:4:\"name\";s:14:\"heading colors\";s:2:\"id\";s:17:\"tab-heading-color\";s:4:\"type\";s:11:\"sub-heading\";}i:95;a:6:{s:4:\"name\";s:10:\"heading h1\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:19:\"cs_heading_h1_color\";s:3:\"std\";s:7:\"#262626\";s:4:\"type\";s:5:\"color\";}i:96;a:6:{s:4:\"name\";s:10:\"heading h2\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:19:\"cs_heading_h2_color\";s:3:\"std\";s:7:\"#262626\";s:4:\"type\";s:5:\"color\";}i:97;a:6:{s:4:\"name\";s:10:\"heading h3\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:19:\"cs_heading_h3_color\";s:3:\"std\";s:7:\"#262626\";s:4:\"type\";s:5:\"color\";}i:98;a:6:{s:4:\"name\";s:10:\"heading h4\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:19:\"cs_heading_h4_color\";s:3:\"std\";s:7:\"#262626\";s:4:\"type\";s:5:\"color\";}i:99;a:6:{s:4:\"name\";s:10:\"heading h5\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:19:\"cs_heading_h5_color\";s:3:\"std\";s:7:\"#262626\";s:4:\"type\";s:5:\"color\";}i:100;a:6:{s:4:\"name\";s:10:\"heading h6\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:19:\"cs_heading_h6_color\";s:3:\"std\";s:7:\"#262626\";s:4:\"type\";s:5:\"color\";}i:101;a:3:{s:4:\"name\";s:12:\"Custom Fonts\";s:2:\"id\";s:15:\"tab-custom-font\";s:4:\"type\";s:11:\"sub-heading\";}i:102;a:6:{s:4:\"name\";s:17:\"Custom Font .woff\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:51:\"Custom font for your site upload .woff format file.\";s:2:\"id\";s:19:\"cs_custom_font_woff\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"upload font\";}i:103;a:6:{s:4:\"name\";s:16:\"Custom Font .ttf\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:50:\"Custom font for your site upload .ttf format file.\";s:2:\"id\";s:18:\"cs_custom_font_ttf\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"upload font\";}i:104;a:6:{s:4:\"name\";s:16:\"Custom Font .svg\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:50:\"Custom font for your site upload .svg format file.\";s:2:\"id\";s:18:\"cs_custom_font_svg\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"upload font\";}i:105;a:6:{s:4:\"name\";s:16:\"Custom Font .eot\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:50:\"Custom font for your site upload .eot format file.\";s:2:\"id\";s:18:\"cs_custom_font_eot\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"upload font\";}i:106;a:3:{s:4:\"name\";s:11:\"font family\";s:2:\"id\";s:15:\"tab-font-family\";s:4:\"type\";s:11:\"sub-heading\";}i:107;a:7:{s:4:\"name\";s:12:\"Content Font\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:23:\"Set fonts for Body text\";s:2:\"id\";s:15:\"cs_content_font\";s:3:\"std\";s:15:\"Source Sans Pro\";s:4:\"type\";s:12:\"gfont_select\";s:7:\"options\";a:0:{}}i:108;a:7:{s:4:\"name\";s:22:\"Content Font Attribute\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:18:\"Set Font Attribute\";s:2:\"id\";s:19:\"cs_content_font_att\";s:3:\"std\";s:7:\"Regular\";s:4:\"type\";s:16:\"gfont_att_select\";s:7:\"options\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:109;a:7:{s:4:\"name\";s:14:\"Main Menu Font\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:62:\"Set font for main Menu. It will be applied to sub menu as well\";s:2:\"id\";s:16:\"cs_mainmenu_font\";s:3:\"std\";s:15:\"Source Sans Pro\";s:4:\"type\";s:12:\"gfont_select\";s:7:\"options\";a:0:{}}i:110;a:7:{s:4:\"name\";s:24:\"Main Menu Font Attribute\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:18:\"Set Font Attribute\";s:2:\"id\";s:20:\"cs_mainmenu_font_att\";s:3:\"std\";s:7:\"Regular\";s:4:\"type\";s:16:\"gfont_att_select\";s:7:\"options\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:111;a:7:{s:4:\"name\";s:13:\"Headings Font\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:71:\"Select font for Headings. It will apply on all posts and pages headings\";s:2:\"id\";s:15:\"cs_heading_font\";s:3:\"std\";s:8:\"Vidaloka\";s:4:\"type\";s:12:\"gfont_select\";s:7:\"options\";a:0:{}}i:112;a:7:{s:4:\"name\";s:23:\"Headings Font Attribute\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:18:\"Set Font Attribute\";s:2:\"id\";s:19:\"cs_heading_font_att\";s:3:\"std\";s:7:\"Regular\";s:4:\"type\";s:16:\"gfont_att_select\";s:7:\"options\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:113;a:7:{s:4:\"name\";s:20:\"Widget Headings Font\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:28:\"Set font for Widget Headings\";s:2:\"id\";s:22:\"cs_widget_heading_font\";s:3:\"std\";s:8:\"Vidaloka\";s:4:\"type\";s:12:\"gfont_select\";s:7:\"options\";a:0:{}}i:114;a:7:{s:4:\"name\";s:30:\"Widget Headings Font Attribute\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:18:\"Set Font Attribute\";s:2:\"id\";s:26:\"cs_widget_heading_font_att\";s:3:\"std\";s:7:\"Regular\";s:4:\"type\";s:16:\"gfont_att_select\";s:7:\"options\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:115;a:3:{s:4:\"name\";s:9:\"Font size\";s:2:\"id\";s:13:\"tab-font-size\";s:4:\"type\";s:11:\"sub-heading\";}i:116;a:8:{s:4:\"name\";s:7:\"Content\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:15:\"cs_content_size\";s:3:\"min\";s:1:\"6\";s:3:\"max\";s:2:\"50\";s:3:\"std\";s:2:\"14\";s:4:\"type\";s:5:\"range\";}i:117;a:8:{s:4:\"name\";s:9:\"Main Menu\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:16:\"cs_mainmenu_size\";s:3:\"min\";s:1:\"6\";s:3:\"max\";s:2:\"50\";s:3:\"std\";s:2:\"12\";s:4:\"type\";s:5:\"range\";}i:118;a:8:{s:4:\"name\";s:13:\"Section Title\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:21:\"cs_section_title_size\";s:3:\"min\";s:1:\"6\";s:3:\"max\";s:2:\"50\";s:3:\"std\";s:2:\"24\";s:4:\"type\";s:5:\"range\";}i:119;a:8:{s:4:\"name\";s:9:\"Heading 1\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:17:\"cs_heading_1_size\";s:3:\"min\";s:1:\"6\";s:3:\"max\";s:2:\"50\";s:3:\"std\";s:2:\"32\";s:4:\"type\";s:5:\"range\";}i:120;a:8:{s:4:\"name\";s:9:\"Heading 2\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:17:\"cs_heading_2_size\";s:3:\"min\";s:1:\"6\";s:3:\"max\";s:2:\"50\";s:3:\"std\";s:2:\"20\";s:4:\"type\";s:5:\"range\";}i:121;a:8:{s:4:\"name\";s:9:\"Heading 3\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:17:\"cs_heading_3_size\";s:3:\"min\";s:1:\"6\";s:3:\"max\";s:2:\"50\";s:3:\"std\";s:2:\"18\";s:4:\"type\";s:5:\"range\";}i:122;a:8:{s:4:\"name\";s:9:\"Heading 4\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:17:\"cs_heading_4_size\";s:3:\"min\";s:1:\"6\";s:3:\"max\";s:2:\"50\";s:3:\"std\";s:2:\"16\";s:4:\"type\";s:5:\"range\";}i:123;a:8:{s:4:\"name\";s:9:\"Heading 5\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:17:\"cs_heading_5_size\";s:3:\"min\";s:1:\"6\";s:3:\"max\";s:2:\"50\";s:3:\"std\";s:2:\"14\";s:4:\"type\";s:5:\"range\";}i:124;a:8:{s:4:\"name\";s:9:\"Heading 6\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:17:\"cs_heading_6_size\";s:3:\"min\";s:1:\"6\";s:3:\"max\";s:2:\"50\";s:3:\"std\";s:2:\"12\";s:4:\"type\";s:5:\"range\";}i:125;a:8:{s:4:\"name\";s:14:\"Widget Heading\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:22:\"cs_widget_heading_size\";s:3:\"min\";s:1:\"6\";s:3:\"max\";s:2:\"50\";s:3:\"std\";s:2:\"15\";s:4:\"type\";s:5:\"range\";}i:126;a:3:{s:4:\"name\";s:12:\"social icons\";s:2:\"id\";s:18:\"tab-social-setting\";s:4:\"type\";s:11:\"sub-heading\";}i:127;a:7:{s:4:\"name\";s:14:\"Social Network\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:17:\"cs_social_network\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"networks\";s:7:\"options\";a:5:{s:20:\"social_net_icon_path\";a:6:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";}s:18:\"social_net_awesome\";a:6:{i:0;s:11:\"fa-facebook\";i:1;s:10:\"fa-twitter\";i:2;s:14:\"fa-google-plus\";i:3;s:8:\"fa-skype\";i:4;s:12:\"fa-pinterest\";i:5;s:13:\"fa-envelope-o\";}s:14:\"social_net_url\";a:6:{i:0;s:25:\"https://www.facebook.com/\";i:1;s:24:\"https://www.twitter.com/\";i:2;s:24:\"https://plus.google.com/\";i:3;s:22:\"https://www.skype.com/\";i:4;s:25:\"https://www.pintrest.com/\";i:5;s:21:\"https://www.mail.com/\";}s:18:\"social_net_tooltip\";a:6:{i:0;s:8:\"Facebook\";i:1;s:7:\"Twitter\";i:2;s:11:\"Google Plus\";i:3;s:5:\"Skype\";i:4;s:8:\"Pintrest\";i:5;s:4:\"Mail\";}s:25:\"social_font_awesome_color\";a:6:{i:0;s:7:\"#2d5faa\";i:1;s:7:\"#3ba3f3\";i:2;s:7:\"#f33b3b\";i:3;s:7:\"#22b6f4\";i:4;s:7:\"#a82626\";i:5;s:7:\"#f4ca22\";}}}i:128;a:3:{s:4:\"name\";s:14:\"social Sharing\";s:2:\"id\";s:18:\"tab-social-network\";s:4:\"type\";s:11:\"sub-heading\";}i:129;a:6:{s:4:\"name\";s:8:\"Facebook\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:17:\"cs_facebook_share\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:130;a:6:{s:4:\"name\";s:7:\"Twitter\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:16:\"cs_twitter_share\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:131;a:6:{s:4:\"name\";s:11:\"Google Plus\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:20:\"cs_google_plus_share\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:132;a:6:{s:4:\"name\";s:9:\"Pinterest\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:17:\"cs_pintrest_share\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:133;a:6:{s:4:\"name\";s:6:\"Tumblr\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:15:\"cs_tumblr_share\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:134;a:6:{s:4:\"name\";s:8:\"Dribbble\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:17:\"cs_dribbble_share\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:135;a:6:{s:4:\"name\";s:9:\"Instagram\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:18:\"cs_instagram_share\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:136;a:6:{s:4:\"name\";s:11:\"StumbleUpon\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:20:\"cs_stumbleupon_share\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:137;a:6:{s:4:\"name\";s:7:\"youtube\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:16:\"cs_youtube_share\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:138;a:6:{s:4:\"name\";s:10:\"share more\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:14:\"cs_share_share\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:139;a:3:{s:4:\"name\";s:11:\"custom code\";s:2:\"id\";s:15:\"tab-custom-code\";s:4:\"type\";s:11:\"sub-heading\";}i:140;a:6:{s:4:\"name\";s:10:\"Custom Css\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:38:\"write you custom css without style tag\";s:2:\"id\";s:13:\"cs_custom_css\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:141;a:6:{s:4:\"name\";s:17:\"Custom JavaScript\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:38:\"write you custom js without script tag\";s:2:\"id\";s:12:\"cs_custom_js\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:142;a:3:{s:4:\"name\";s:7:\"sidebar\";s:2:\"id\";s:11:\"tab-sidebar\";s:4:\"type\";s:11:\"sub-heading\";}i:143;a:7:{s:4:\"name\";s:7:\"Sidebar\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:80:\"Select a sidebar from the list already given. (Nine pre-made sidebars are given)\";s:2:\"id\";s:10:\"cs_sidebar\";s:3:\"std\";a:1:{s:7:\"sidebar\";a:4:{s:13:\"default_pages\";s:13:\"Default Pages\";s:13:\"blogs_sidebar\";s:13:\"Blogs Sidebar\";s:13:\"pages_sidebar\";s:13:\"Pages Sidebar\";s:7:\"contact\";s:7:\"Contact\";}}s:4:\"type\";s:7:\"sidebar\";s:7:\"options\";a:1:{s:7:\"sidebar\";a:4:{s:13:\"default_pages\";s:13:\"Default Pages\";s:13:\"blogs_sidebar\";s:13:\"Blogs Sidebar\";s:13:\"pages_sidebar\";s:13:\"Pages Sidebar\";s:7:\"contact\";s:7:\"Contact\";}}}i:144;a:5:{s:4:\"name\";s:11:\"post layout\";s:2:\"id\";s:22:\"cs_non_metapost_layout\";s:3:\"std\";s:18:\"single post layout\";s:4:\"type\";s:7:\"section\";s:7:\"options\";s:0:\"\";}i:145;a:7:{s:4:\"name\";s:18:\"Single Post Layout\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:70:\"Use this option to set default layout. It will be applied to all posts\";s:2:\"id\";s:21:\"cs_single_post_layout\";s:3:\"std\";s:13:\"sidebar_right\";s:4:\"type\";s:6:\"layout\";s:7:\"options\";a:3:{s:10:\"no_sidebar\";s:10:\"full width\";s:12:\"sidebar_left\";s:12:\"sidebar left\";s:13:\"sidebar_right\";s:13:\"sidebar right\";}}i:146;a:7:{s:4:\"name\";s:21:\"Single Layout Sidebar\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:103:\"Select Single Post Layout of your choice for sidebar layout. You cannot select it for full width layout\";s:2:\"id\";s:24:\"cs_single_layout_sidebar\";s:3:\"std\";s:13:\"Blogs Sidebar\";s:4:\"type\";s:14:\"select_sidebar\";s:7:\"options\";a:1:{s:7:\"sidebar\";a:4:{s:13:\"default_pages\";s:13:\"Default Pages\";s:13:\"blogs_sidebar\";s:13:\"Blogs Sidebar\";s:13:\"pages_sidebar\";s:13:\"Pages Sidebar\";s:7:\"contact\";s:7:\"Contact\";}}}i:147;a:5:{s:4:\"name\";s:13:\"default pages\";s:2:\"id\";s:13:\"default_pages\";s:3:\"std\";s:13:\"default pages\";s:4:\"type\";s:7:\"section\";s:7:\"options\";s:0:\"\";}i:148;a:7:{s:4:\"name\";s:20:\"Default Pages Layout\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:75:\"Set Sidebar for all pages like Search, Author Archive, Category Archive etc\";s:2:\"id\";s:22:\"cs_default_page_layout\";s:3:\"std\";s:13:\"sidebar_right\";s:4:\"type\";s:6:\"layout\";s:7:\"options\";a:3:{s:10:\"no_sidebar\";s:10:\"full width\";s:12:\"sidebar_left\";s:12:\"sidebar left\";s:13:\"sidebar_right\";s:13:\"sidebar right\";}}i:149;a:7:{s:4:\"name\";s:7:\"Sidebar\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:100:\"Select pre-made sidebars for default pages on sidebar layout. Full width layout cannot have sidebars\";s:2:\"id\";s:25:\"cs_default_layout_sidebar\";s:3:\"std\";s:13:\"Blogs Sidebar\";s:4:\"type\";s:14:\"select_sidebar\";s:7:\"options\";a:1:{s:7:\"sidebar\";a:4:{s:13:\"default_pages\";s:13:\"Default Pages\";s:13:\"blogs_sidebar\";s:13:\"Blogs Sidebar\";s:13:\"pages_sidebar\";s:13:\"Pages Sidebar\";s:7:\"contact\";s:7:\"Contact\";}}}i:150;a:6:{s:4:\"name\";s:7:\"Excerpt\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:77:\"Set excerpt length/limit from here. It controls text limit for post\'s content\";s:2:\"id\";s:17:\"cs_excerpt_length\";s:3:\"std\";s:3:\"255\";s:4:\"type\";s:4:\"text\";}i:151;a:3:{s:4:\"name\";s:3:\"SEO\";s:2:\"id\";s:7:\"tab-seo\";s:4:\"type\";s:11:\"sub-heading\";}i:152;a:4:{s:4:\"name\";s:42:\"<b>Attention for External SEO Plugins!</b>\";s:2:\"id\";s:24:\"header_postion_attention\";s:3:\"std\";s:85:\" <strong> If you are using any external SEO plugin, Turn OFF these options. </strong>\";s:4:\"type\";s:12:\"announcement\";}i:153;a:6:{s:4:\"name\";s:19:\"Built-in SEO fields\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:23:\"Turn SEO options ON/OFF\";s:2:\"id\";s:21:\"cs_builtin_seo_fields\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:154;a:6:{s:4:\"name\";s:16:\"Meta Description\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:125:\"HTML attributes that explain the contents of web pages commonly used on search engine result pages (SERPs) for pages snippets\";s:2:\"id\";s:19:\"cs_meta_description\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:155;a:6:{s:4:\"name\";s:13:\"Meta Keywords\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:128:\"Attributes of meta tags, a list of comma-separated words included in the HTML of a Web page that describe the topic of that page\";s:2:\"id\";s:16:\"cs_meta_keywords\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:156;a:6:{s:4:\"name\";s:16:\"Google Analytics\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:191:\"Google Analytics is a service offered by Google that generates detailed statistics about a website\'s traffic, traffic sources, measures conversions and sales. Paste Google Analytics code here\";s:2:\"id\";s:19:\"cs_google_analytics\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:157;a:6:{s:4:\"name\";s:16:\"Maintenance Mode\";s:11:\"fontawesome\";s:10:\"icon-tasks\";s:2:\"id\";s:19:\"tab-maintenace-mode\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:12:\"main-heading\";s:7:\"options\";s:0:\"\";}i:158;a:3:{s:4:\"name\";s:16:\"Maintenance Mode\";s:2:\"id\";s:19:\"tab-maintenace-mode\";s:4:\"type\";s:11:\"sub-heading\";}i:159;a:6:{s:4:\"name\";s:15:\"Maintenace Page\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:71:\"Users will see Maintenance page & logged in Admin will see normal site.\";s:2:\"id\";s:26:\"cs_maintenance_page_switch\";s:3:\"std\";s:3:\"off\";s:4:\"type\";s:8:\"checkbox\";}i:160;a:6:{s:4:\"name\";s:9:\"Show Logo\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:94:\"Show/Hide logo on Maintenance. Logo can be uploaded from General > Header in CS Theme options.\";s:2:\"id\";s:26:\"cs_maintenance_logo_switch\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:8:\"checkbox\";}i:161;a:6:{s:4:\"name\";s:16:\"Maintenance Text\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:73:\"Text for Maintenance page. Insert some basic HTML or use shortcodes here.\";s:2:\"id\";s:19:\"cs_maintenance_text\";s:3:\"std\";s:125:\"<h1>Sorry, We are down for maintenance </h1><p>We\'re currently under maintenance, if all goas as planned we\'ll be back in</p>\";s:4:\"type\";s:8:\"textarea\";}i:162;a:6:{s:4:\"name\";s:11:\"Launch Date\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:58:\"Estimated date for completion of site on Maintenance page.\";s:2:\"id\";s:14:\"cs_launch_date\";s:3:\"std\";s:14:\"3030/0101/1515\";s:4:\"type\";s:4:\"text\";}i:163;a:6:{s:4:\"name\";s:12:\"api settings\";s:11:\"fontawesome\";s:10:\"icon-chain\";s:2:\"id\";s:15:\"tab-api-options\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:12:\"main-heading\";s:7:\"options\";s:0:\"\";}i:164;a:3:{s:4:\"name\";s:16:\"all api settings\";s:2:\"id\";s:15:\"tab-api-options\";s:4:\"type\";s:11:\"sub-heading\";}i:165;a:5:{s:4:\"name\";s:7:\"Twitter\";s:2:\"id\";s:7:\"Twitter\";s:3:\"std\";s:7:\"Twitter\";s:4:\"type\";s:7:\"section\";s:7:\"options\";s:0:\"\";}i:166;a:4:{s:4:\"name\";s:27:\"Attention for API Settings!\";s:2:\"id\";s:24:\"header_postion_attention\";s:3:\"std\";s:189:\"API Settings allows admin of the site to show their activity on site semi-automatically. Set your social account API once, it will be update your social activity automatically on your site.\";s:4:\"type\";s:12:\"announcement\";}i:167;a:6:{s:4:\"name\";s:12:\"Show Twitter\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:26:\"Turn Twitter option ON/OFF\";s:2:\"id\";s:21:\"cs_twitter_api_switch\";s:3:\"std\";s:3:\"off\";s:4:\"type\";s:8:\"checkbox\";}i:168;a:6:{s:4:\"name\";s:12:\"Consumer Key\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:15:\"cs_consumer_key\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:169;a:6:{s:4:\"name\";s:15:\"Consumer Secret\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:112:\"Insert consumer key. To get your account key, <a href=\'https://dev.twitter.com/\' target=\'_blank\'>Click Here </a>\";s:2:\"id\";s:18:\"cs_consumer_secret\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:170;a:6:{s:4:\"name\";s:12:\"Access Token\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:97:\"Insert Twitter Access Token for permissions. When you create your Twitter App, you get this Token\";s:2:\"id\";s:15:\"cs_access_token\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:171;a:6:{s:4:\"name\";s:19:\"Access Token Secret\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:93:\"Insert Twitter Access Token Secret here. When you create your Twitter App, you get this Token\";s:2:\"id\";s:22:\"cs_access_token_secret\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:172;a:5:{s:4:\"name\";s:6:\"Google\";s:2:\"id\";s:6:\"Google\";s:3:\"std\";s:7:\"Google+\";s:4:\"type\";s:7:\"section\";s:7:\"options\";s:0:\"\";}i:173;a:7:{s:4:\"name\";s:20:\"Google+ Login On/Off\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:25:\"Turn Google+ Login ON/OFF\";s:2:\"id\";s:22:\"cs_google_login_switch\";s:3:\"std\";s:3:\"off\";s:4:\"type\";s:8:\"checkbox\";s:7:\"options\";a:2:{s:4:\"show\";s:2:\"on\";s:4:\"hide\";s:3:\"off\";}}i:174;a:6:{s:4:\"name\";s:17:\"Google+ Client ID\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:39:\"Type your Google Login information here\";s:2:\"id\";s:19:\"cs_google_client_id\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:175;a:6:{s:4:\"name\";s:21:\"Google+ Client Secret\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:23:\"cs_google_client_secret\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:176;a:6:{s:4:\"name\";s:15:\"Google+ API key\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:17:\"cs_google_api_key\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:177;a:6:{s:4:\"name\";s:28:\"Fixed redirect url for login\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:28:\"cs_google_login_redirect_url\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:178;a:5:{s:4:\"name\";s:9:\"MailChimp\";s:2:\"id\";s:9:\"mailchimp\";s:3:\"std\";s:9:\"MailChimp\";s:4:\"type\";s:7:\"section\";s:7:\"options\";s:0:\"\";}i:179;a:6:{s:4:\"name\";s:13:\"MailChimp Key\";s:4:\"desc\";s:255:\"Enter a valid MailChimp API key here to get started. Once you\'ve done that, you can use the MailChimp Widget from the Widgets menu. You will need to have at least MailChimp list set up before the using the widget. You can get your mailchimp activation key\";s:9:\"hint_text\";s:99:\"Get your mailchimp key by <a href=\'https://login.mailchimp.com/\' target=\'_blank\'>Clicking Here </a>\";s:2:\"id\";s:16:\"cs_mailchimp_key\";s:3:\"std\";s:36:\"90f86a57314446ddbe87c57acc930ce8-us2\";s:4:\"type\";s:4:\"text\";}i:180;a:7:{s:4:\"name\";s:14:\"MailChimp List\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:17:\"cs_mailchimp_list\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:9:\"mailchimp\";s:7:\"options\";a:3:{i:0;s:0:\"\";s:10:\"7455d82af4\";s:4:\"Tes`\";s:10:\"62698115f0\";s:17:\"Chimpdesigns List\";}}i:181;a:5:{s:4:\"name\";s:18:\"Flickr API Setting\";s:2:\"id\";s:18:\"flickr_api_setting\";s:3:\"std\";s:18:\"Flickr API Setting\";s:4:\"type\";s:7:\"section\";s:7:\"options\";s:0:\"\";}i:182;a:6:{s:4:\"name\";s:10:\"Flickr key\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:10:\"flickr_key\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:183;a:6:{s:4:\"name\";s:13:\"Flickr secret\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:0:\"\";s:2:\"id\";s:13:\"flickr_secret\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:184;a:6:{s:4:\"name\";s:15:\"import & export\";s:11:\"fontawesome\";s:13:\"icon-database\";s:2:\"id\";s:25:\"tab-import-export-options\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:12:\"main-heading\";s:7:\"options\";s:0:\"\";}i:185;a:3:{s:4:\"name\";s:15:\"import & export\";s:2:\"id\";s:25:\"tab-import-export-options\";s:4:\"type\";s:11:\"sub-heading\";}i:186;a:6:{s:4:\"name\";s:6:\"Export\";s:4:\"desc\";s:0:\"\";s:9:\"hint_text\";s:206:\"If you want to make changes in your site or want to preserve your current settings, Export them code by saving this code with you. You can restore your settings by pasting this code in Import section below \";s:2:\"id\";s:23:\"cs_export_theme_options\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"export\";}i:187;a:6:{s:4:\"name\";s:6:\"Import\";s:4:\"desc\";s:20:\"Import theme options\";s:9:\"hint_text\";s:88:\"To Import your settings, paste the code that you got in above area and saved it with you\";s:2:\"id\";s:23:\"cs_import_theme_options\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"import\";}}','yes'),(158,'cs_import_demo','success','yes'),(172,'category_children','a:0:{}','yes'),(174,'casestudy-category_children','a:0:{}','yes'),(173,'team-category_children','a:0:{}','yes'),(175,'practice-category_children','a:0:{}','yes'),(177,'_transient_timeout_settings_errors','1422594042','no'),(178,'_transient_settings_errors','a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:15:\"Settings saved.\";s:4:\"type\";s:7:\"updated\";}}','no'),(150,'cs_theme_options','a:160:{s:9:\"cs_layout\";s:10:\"full_width\";s:17:\"cs_horizontal_tab\";s:0:\"\";s:11:\"cs_bg_image\";s:3:\"bg1\";s:17:\"cs_custom_bgimage\";s:0:\"\";s:19:\"cs_bgimage_position\";s:13:\"Center Repeat\";s:17:\"cs_custom_favicon\";s:88:\"http://lcgraylaw.com/wordpress2/wp-content/themes/lawyer-theme/assets/images/favicon.png\";s:16:\"cs_smooth_scroll\";s:3:\"off\";s:12:\"cs_style_rtl\";s:3:\"off\";s:13:\"cs_responsive\";s:3:\"off\";s:24:\"header_postion_attention\";s:189:\"API Settings allows admin of the site to show their activity on site semi-automatically. Set your social account API once, it will be update your social activity automatically on your site.\";s:14:\"cs_custom_logo\";s:85:\"http://lcgraylaw.com/wordpress2/wp-content/themes/lawyer-theme/assets/images/logo.png\";s:14:\"cs_logo_height\";s:2:\"54\";s:13:\"cs_logo_width\";s:3:\"200\";s:16:\"cs_logo_margintb\";s:1:\"0\";s:16:\"cs_logo_marginlr\";s:1:\"0\";s:17:\"cs_header_options\";s:8:\"header_2\";s:18:\"tab-header-options\";s:16:\"Header Top Strip\";s:9:\"cs_search\";s:2:\"on\";s:14:\"cs_wpml_switch\";s:2:\"on\";s:23:\"cs_sitcky_header_switch\";s:3:\"off\";s:18:\"cs_header_position\";s:8:\"relative\";s:19:\"cs_headerbg_options\";s:25:\"Default Header Background\";s:18:\"cs_headerbg_slider\";s:0:\"\";s:17:\"cs_headerbg_image\";s:0:\"\";s:17:\"cs_headerbg_color\";s:0:\"\";s:19:\"cs_header_top_strip\";s:2:\"on\";s:21:\"cs_socail_icon_switch\";s:2:\"on\";s:18:\"cs_top_menu_switch\";s:2:\"on\";s:28:\"cs_header_strip_tagline_text\";s:202:\"<p><i class=\"icon-briefcase\"></i> Alee 167c, 10435 Berlin, Germany</p>\r\n <p><i class=\"icon-phone4\"></i> +0044 123 456 789</p>\r\n <p><i class=\"icon-envelope3\"></i> <a>info@wplawyer.com</a></p>\";s:25:\"cs_header_banner_addsense\";s:0:\"\";s:23:\"sub_header_announcement\";s:182:\"Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.\";s:17:\"cs_default_header\";s:22:\"Breadcrumbs Sub Header\";s:24:\"subheader_padding_switch\";s:7:\"Default\";s:22:\"cs_header_border_color\";s:0:\"\";s:16:\"cs_custom_slider\";s:0:\"\";s:16:\"cs_sh_paddingtop\";s:2:\"45\";s:19:\"cs_sh_paddingbottom\";s:2:\"45\";s:14:\"cs_title_align\";s:4:\"left\";s:15:\"cs_title_switch\";s:2:\"on\";s:21:\"cs_breadcrumbs_switch\";s:2:\"on\";s:22:\"cs_sub_header_bg_color\";s:7:\"#f5f5f5\";s:24:\"cs_sub_header_text_color\";s:7:\"#333333\";s:26:\"cs_sub_header_border_color\";s:7:\"#dddddd\";s:17:\"cs_background_img\";s:0:\"\";s:21:\"cs_parallax_bg_switch\";s:2:\"on\";s:16:\"cs_footer_switch\";s:2:\"on\";s:16:\"cs_footer_widget\";s:2:\"on\";s:26:\"cs_sub_footer_social_icons\";s:2:\"on\";s:18:\"cs_sub_footer_menu\";s:2:\"on\";s:20:\"cs_footer_newsletter\";s:2:\"on\";s:14:\"cs_footer_logo\";s:92:\"http://lcgraylaw.com/wordpress2/wp-content/themes/lawyer-theme/assets/images/footer-logo.png\";s:26:\"cs_footer_background_image\";s:0:\"\";s:13:\"cs_copy_right\";s:56:\"© 2014 Theme Options Wordpress All rights reserved.\";s:26:\"tab-footer-twitter-options\";s:22:\"Footer Twitter Options\";s:23:\"cs_footer_tweet_bgcolor\";s:7:\"#1dcaff\";s:17:\"cs_footer_twitter\";s:2:\"on\";s:26:\"cs_footer_twitter_username\";s:0:\"\";s:28:\"cs_footer_twitter_num_tweets\";s:0:\"\";s:14:\"cs_theme_color\";s:7:\"#4b3854\";s:11:\"cs_bg_color\";s:7:\"#eff2f5\";s:13:\"cs_text_color\";s:4:\"#999\";s:19:\"tab-top-strip-color\";s:9:\"Top Strip\";s:19:\"cs_topstrip_bgcolor\";s:7:\"#262626\";s:22:\"cs_topstrip_text_color\";s:7:\"#999999\";s:22:\"cs_topstrip_link_color\";s:7:\"#999999\";s:16:\"tab-header-color\";s:13:\"Header Colors\";s:17:\"cs_header_bgcolor\";s:0:\"\";s:14:\"cs_nav_bgcolor\";s:7:\"#ffffff\";s:13:\"cs_menu_color\";s:7:\"#999999\";s:20:\"cs_menu_active_color\";s:7:\"#4b3854\";s:18:\"cs_submenu_bgcolor\";s:7:\"#262626\";s:16:\"cs_submenu_color\";s:4:\"#fff\";s:22:\"cs_submenu_hover_color\";s:4:\"#fff\";s:17:\"cs_footerbg_color\";s:7:\"#0c0d14\";s:14:\"cs_title_color\";s:4:\"#fff\";s:20:\"cs_footer_text_color\";s:4:\"#fff\";s:13:\"cs_link_color\";s:4:\"#fff\";s:21:\"cs_sub_footerbg_color\";s:7:\"#171a24\";s:23:\"cs_copyright_text_color\";s:4:\"#fff\";s:19:\"cs_heading_h1_color\";s:7:\"#262626\";s:19:\"cs_heading_h2_color\";s:7:\"#262626\";s:19:\"cs_heading_h3_color\";s:7:\"#262626\";s:19:\"cs_heading_h4_color\";s:7:\"#262626\";s:19:\"cs_heading_h5_color\";s:7:\"#262626\";s:19:\"cs_heading_h6_color\";s:7:\"#262626\";s:19:\"cs_custom_font_woff\";s:0:\"\";s:18:\"cs_custom_font_ttf\";s:0:\"\";s:18:\"cs_custom_font_svg\";s:0:\"\";s:18:\"cs_custom_font_eot\";s:0:\"\";s:15:\"cs_content_font\";s:15:\"Source Sans Pro\";s:19:\"cs_content_font_att\";s:7:\"Regular\";s:16:\"cs_mainmenu_font\";s:15:\"Source Sans Pro\";s:20:\"cs_mainmenu_font_att\";s:7:\"Regular\";s:15:\"cs_heading_font\";s:8:\"Vidaloka\";s:19:\"cs_heading_font_att\";s:7:\"Regular\";s:22:\"cs_widget_heading_font\";s:8:\"Vidaloka\";s:26:\"cs_widget_heading_font_att\";s:7:\"Regular\";s:15:\"cs_content_size\";s:2:\"14\";s:16:\"cs_mainmenu_size\";s:2:\"12\";s:21:\"cs_section_title_size\";s:2:\"24\";s:17:\"cs_heading_1_size\";s:2:\"32\";s:17:\"cs_heading_2_size\";s:2:\"20\";s:17:\"cs_heading_3_size\";s:2:\"18\";s:17:\"cs_heading_4_size\";s:2:\"16\";s:17:\"cs_heading_5_size\";s:2:\"14\";s:17:\"cs_heading_6_size\";s:2:\"12\";s:22:\"cs_widget_heading_size\";s:2:\"15\";s:20:\"social_net_icon_path\";a:6:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";}s:18:\"social_net_awesome\";a:6:{i:0;s:11:\"fa-facebook\";i:1;s:10:\"fa-twitter\";i:2;s:14:\"fa-google-plus\";i:3;s:8:\"fa-skype\";i:4;s:12:\"fa-pinterest\";i:5;s:13:\"fa-envelope-o\";}s:14:\"social_net_url\";a:6:{i:0;s:25:\"https://www.facebook.com/\";i:1;s:24:\"https://www.twitter.com/\";i:2;s:24:\"https://plus.google.com/\";i:3;s:22:\"https://www.skype.com/\";i:4;s:25:\"https://www.pintrest.com/\";i:5;s:21:\"https://www.mail.com/\";}s:18:\"social_net_tooltip\";a:6:{i:0;s:8:\"Facebook\";i:1;s:7:\"Twitter\";i:2;s:11:\"Google Plus\";i:3;s:5:\"Skype\";i:4;s:8:\"Pintrest\";i:5;s:4:\"Mail\";}s:25:\"social_font_awesome_color\";a:6:{i:0;s:7:\"#2d5faa\";i:1;s:7:\"#3ba3f3\";i:2;s:7:\"#f33b3b\";i:3;s:7:\"#22b6f4\";i:4;s:7:\"#a82626\";i:5;s:7:\"#f4ca22\";}s:17:\"cs_facebook_share\";s:2:\"on\";s:16:\"cs_twitter_share\";s:2:\"on\";s:20:\"cs_google_plus_share\";s:2:\"on\";s:17:\"cs_pintrest_share\";s:2:\"on\";s:15:\"cs_tumblr_share\";s:2:\"on\";s:17:\"cs_dribbble_share\";s:2:\"on\";s:18:\"cs_instagram_share\";s:2:\"on\";s:20:\"cs_stumbleupon_share\";s:2:\"on\";s:16:\"cs_youtube_share\";s:2:\"on\";s:14:\"cs_share_share\";s:2:\"on\";s:13:\"cs_custom_css\";s:0:\"\";s:12:\"cs_custom_js\";s:0:\"\";s:7:\"sidebar\";a:4:{s:13:\"default_pages\";s:13:\"Default Pages\";s:13:\"blogs_sidebar\";s:13:\"Blogs Sidebar\";s:13:\"pages_sidebar\";s:13:\"Pages Sidebar\";s:7:\"contact\";s:7:\"Contact\";}s:22:\"cs_non_metapost_layout\";s:18:\"single post layout\";s:21:\"cs_single_post_layout\";s:13:\"sidebar_right\";s:24:\"cs_single_layout_sidebar\";s:13:\"Blogs Sidebar\";s:13:\"default_pages\";s:13:\"default pages\";s:22:\"cs_default_page_layout\";s:13:\"sidebar_right\";s:25:\"cs_default_layout_sidebar\";s:13:\"Blogs Sidebar\";s:17:\"cs_excerpt_length\";s:3:\"255\";s:21:\"cs_builtin_seo_fields\";s:2:\"on\";s:19:\"cs_meta_description\";s:0:\"\";s:16:\"cs_meta_keywords\";s:0:\"\";s:19:\"cs_google_analytics\";s:0:\"\";s:26:\"cs_maintenance_page_switch\";s:3:\"off\";s:26:\"cs_maintenance_logo_switch\";s:2:\"on\";s:19:\"cs_maintenance_text\";s:125:\"<h1>Sorry, We are down for maintenance </h1><p>We\'re currently under maintenance, if all goas as planned we\'ll be back in</p>\";s:14:\"cs_launch_date\";s:14:\"3030/0101/1515\";s:7:\"Twitter\";s:7:\"Twitter\";s:21:\"cs_twitter_api_switch\";s:3:\"off\";s:15:\"cs_consumer_key\";s:0:\"\";s:18:\"cs_consumer_secret\";s:0:\"\";s:15:\"cs_access_token\";s:0:\"\";s:22:\"cs_access_token_secret\";s:0:\"\";s:6:\"Google\";s:7:\"Google+\";s:22:\"cs_google_login_switch\";s:3:\"off\";s:19:\"cs_google_client_id\";s:0:\"\";s:23:\"cs_google_client_secret\";s:0:\"\";s:17:\"cs_google_api_key\";s:0:\"\";s:28:\"cs_google_login_redirect_url\";s:0:\"\";s:9:\"mailchimp\";s:9:\"MailChimp\";s:16:\"cs_mailchimp_key\";s:36:\"90f86a57314446ddbe87c57acc930ce8-us2\";s:17:\"cs_mailchimp_list\";s:2:\"on\";s:18:\"flickr_api_setting\";s:18:\"Flickr API Setting\";s:10:\"flickr_key\";s:0:\"\";s:13:\"flickr_secret\";s:0:\"\";s:23:\"cs_export_theme_options\";s:0:\"\";s:23:\"cs_import_theme_options\";s:0:\"\";}','yes'),(151,'widget_contactinfo','a:2:{i:1;a:5:{s:9:\"image_url\";s:92:\"http://lcgraylaw.com/wordpress2/wp-content/themes/lawyer-theme/assets/images/logo-footer.png\";s:7:\"address\";s:90:\"Awaken Chrch<br>2345 Setwant natrer, 1234,<br>Washington. United States.<br>(401) 1234 567\";s:5:\"phone\";s:55:\"Phone: <a href=\"tel:+44 1234 5678\">(0044) 1234 5678</a>\";s:3:\"fax\";s:53:\"Fax: <a href=\"tel:+44 1234 5678\">(0044) 1234 5678</a>\";s:5:\"email\";s:61:\"Email: <a href=\"mailto:hello@awaken.com\">hello@awaken.com</a>\";}s:12:\"_multiwidget\";s:1:\"1\";}','yes'),(152,'widget_recentposts','a:4:{i:1;a:4:{s:5:\"title\";s:11:\"Latest Blog\";s:15:\"select_category\";s:0:\"\";s:9:\"showcount\";s:1:\"3\";s:5:\"thumb\";b:1;}s:12:\"_multiwidget\";s:1:\"1\";i:2;a:4:{s:5:\"title\";s:11:\"Latest News\";s:15:\"select_category\";s:5:\"blogs\";s:9:\"showcount\";s:1:\"4\";s:5:\"thumb\";b:1;}i:4;a:4:{s:5:\"title\";s:12:\"Latest Posts\";s:15:\"select_category\";s:4:\"news\";s:9:\"showcount\";s:1:\"5\";s:5:\"thumb\";b:1;}}','yes'),(153,'widget_cs_flickr','a:2:{i:1;a:3:{s:5:\"title\";s:14:\"Flickr Gallery\";s:8:\"username\";s:4:\"dspn\";s:12:\"no_of_photos\";s:2:\"12\";}s:12:\"_multiwidget\";s:1:\"1\";}','yes'),(154,'widget_cs_contact_msg','a:2:{i:1;a:3:{s:5:\"title\";s:18:\"Leave us a Message\";s:13:\"contact_email\";s:18:\"lisa@lcgraylaw.com\";s:16:\"contact_succ_msg\";s:26:\"Message Sent Successfully.\";}s:12:\"_multiwidget\";s:1:\"1\";}','yes'),(155,'widget_facebook_module','a:2:{i:1;a:6:{s:5:\"title\";s:8:\"Facebook\";s:7:\"pageurl\";s:31:\"https://www.facebook.com/envato\";s:9:\"showfaces\";s:2:\"on\";s:10:\"showstream\";s:0:\"\";s:14:\"likebox_height\";s:3:\"265\";s:11:\"fb_bg_color\";s:7:\"#ffffff\";}s:12:\"_multiwidget\";s:1:\"1\";}','yes'),(156,'widget_cs_twitter_widget','a:2:{i:2;a:3:{s:5:\"title\";s:13:\"RECENT TWEETS\";s:8:\"username\";s:6:\"envato\";s:11:\"numoftweets\";s:1:\"2\";}s:12:\"_multiwidget\";s:1:\"1\";}','yes'),(157,'widget_tag_cloud','a:2:{i:1;a:2:{s:5:\"title\";s:9:\"TAG CLOUD\";s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";s:1:\"1\";}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; 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) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=1860 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(4,2087,'_wp_attached_file','2014/12/logo-header-1.jpg'),(5,2087,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:126;s:4:\"file\";s:25:\"2014/12/logo-header-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-header-1-150x126.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6,2096,'_wp_attached_file','2014/12/breadcrum-default.jpg'),(7,2096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:306;s:4:\"file\";s:29:\"2014/12/breadcrum-default.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"breadcrum-default-150x150.jpg\";s:5:\"width\";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:\"breadcrum-default-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"breadcrum-default-1024x163.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:29:\"breadcrum-default-820x306.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:29:\"breadcrum-default-460x306.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:29:\"breadcrum-default-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:29:\"breadcrum-default-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:29:\"breadcrum-default-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:29:\"breadcrum-default-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:29:\"breadcrum-default-263x306.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8,2104,'_wp_attached_file','2014/12/Lawyer-blogs-19.jpg'),(9,2104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:27:\"2014/12/Lawyer-blogs-19.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-19-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-19-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-19-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-19-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-19-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-19-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-19-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-19-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10,2105,'_wp_attached_file','2014/12/Lawyer-blogs-01.jpg'),(11,2105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:27:\"2014/12/Lawyer-blogs-01.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-01-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-01-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-01-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-01-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-01-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-01-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-01-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-01-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12,2106,'_wp_attached_file','2014/12/Lawyer-blogs-02.jpg'),(13,2106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:27:\"2014/12/Lawyer-blogs-02.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-02-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-02-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-02-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-02-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-02-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-02-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-02-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-02-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14,2107,'_wp_attached_file','2014/12/Lawyer-blogs-03.jpg'),(15,2107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:27:\"2014/12/Lawyer-blogs-03.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-03-150x150.jpg\";s:5:\"width\";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:\"Lawyer-blogs-03-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-03-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-03-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-03-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-03-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-03-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-03-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-03-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(16,2108,'_wp_attached_file','2014/12/Lawyer-blogs-04.jpg'),(17,2108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:27:\"2014/12/Lawyer-blogs-04.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-04-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-04-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-04-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-04-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-04-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-04-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-04-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-04-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(18,2109,'_wp_attached_file','2014/12/Lawyer-blogs-05.jpg'),(19,2109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:27:\"2014/12/Lawyer-blogs-05.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-05-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-05-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-05-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-05-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-05-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-05-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-05-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-05-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(20,2110,'_wp_attached_file','2014/12/Lawyer-blogs-06.jpg'),(21,2110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:27:\"2014/12/Lawyer-blogs-06.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-06-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-06-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-06-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-06-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-06-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-06-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-06-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-06-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(22,2111,'_wp_attached_file','2014/12/Lawyer-blogs-07.jpg'),(23,2111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:27:\"2014/12/Lawyer-blogs-07.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-07-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-07-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-07-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-07-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-07-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-07-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-07-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-07-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(24,2112,'_wp_attached_file','2014/12/Lawyer-blogs-08.jpg'),(25,2112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:27:\"2014/12/Lawyer-blogs-08.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-08-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-08-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-08-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-08-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-08-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-08-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-08-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-08-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(26,2113,'_wp_attached_file','2014/12/Lawyer-blogs-09.jpg'),(27,2113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:27:\"2014/12/Lawyer-blogs-09.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-09-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-09-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-09-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-09-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-09-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-09-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-09-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-09-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-09-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(28,2114,'_wp_attached_file','2014/12/Lawyer-blogs-10.jpg'),(29,2114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:27:\"2014/12/Lawyer-blogs-10.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-10-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-10-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-10-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-10-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-10-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-10-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-10-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-10-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(30,2115,'_wp_attached_file','2014/12/Lawyer-blogs-11.jpg'),(31,2115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:27:\"2014/12/Lawyer-blogs-11.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-11-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-11-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-11-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-11-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-11-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-11-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-11-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-11-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(32,2116,'_wp_attached_file','2014/12/Lawyer-blogs-12.jpg'),(33,2116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:27:\"2014/12/Lawyer-blogs-12.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-12-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-12-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-12-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-12-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-12-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-12-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-12-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-12-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(34,2116,'cs_count_views','0'),(35,2117,'_wp_attached_file','2014/12/Lawyer-blogs-13.jpg'),(36,2117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:27:\"2014/12/Lawyer-blogs-13.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-13-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-13-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-13-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-13-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-13-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-13-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-13-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-13-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(37,2117,'cs_count_views','1'),(38,2118,'_wp_attached_file','2014/12/Lawyer-blogs-14.jpg'),(39,2118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:27:\"2014/12/Lawyer-blogs-14.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-14-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-14-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-14-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-14-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-14-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-14-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-14-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-14-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(40,2119,'_wp_attached_file','2014/12/Lawyer-blogs-15.jpg'),(41,2119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:27:\"2014/12/Lawyer-blogs-15.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-15-150x150.jpg\";s:5:\"width\";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:\"Lawyer-blogs-15-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-15-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-15-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-15-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-15-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-15-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-15-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-15-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(42,2119,'cs_count_views','1'),(43,2120,'_wp_attached_file','2014/12/Lawyer-blogs-16.jpg'),(44,2120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:27:\"2014/12/Lawyer-blogs-16.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-16-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-16-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-16-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-16-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-16-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-16-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-16-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-16-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(45,2121,'_wp_attached_file','2014/12/Lawyer-blogs-17.jpg'),(46,2121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:27:\"2014/12/Lawyer-blogs-17.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-17-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-17-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-17-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-17-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-17-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-17-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-17-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-17-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(47,2122,'_wp_attached_file','2014/12/Lawyer-blogs-18.jpg'),(48,2122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:27:\"2014/12/Lawyer-blogs-18.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-18-150x150.jpg\";s:5:\"width\";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:\"Lawyer-blogs-18-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-18-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-18-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-18-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-18-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-18-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-18-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Lawyer-blogs-18-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(49,2133,'_wp_attached_file','2014/12/footer-bg.jpg'),(50,2133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:481;s:4:\"file\";s:21:\"2014/12/footer-bg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"footer-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"footer-bg-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"footer-bg-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:21:\"footer-bg-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:21:\"footer-bg-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:21:\"footer-bg-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:21:\"footer-bg-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:21:\"footer-bg-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:21:\"footer-bg-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:21:\"footer-bg-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(51,2135,'_wp_attached_file','2014/12/footer-logo.png'),(52,2135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:53;s:6:\"height\";i:44;s:4:\"file\";s:23:\"2014/12/footer-logo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(53,2179,'_wp_attached_file','2014/12/case-practice-lawer-01.jpg'),(54,2179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:34:\"2014/12/case-practice-lawer-01.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-01-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-01-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-01-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-01-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-01-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-01-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-01-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-01-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(55,2180,'_wp_attached_file','2014/12/case-practice-lawer-02.jpg'),(56,2180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:34:\"2014/12/case-practice-lawer-02.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-02-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-02-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-02-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-02-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-02-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-02-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-02-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-02-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(57,2181,'_wp_attached_file','2014/12/case-practice-lawer-03.jpg'),(58,2181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:34:\"2014/12/case-practice-lawer-03.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-03-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-03-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-03-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-03-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-03-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-03-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-03-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-03-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(59,2181,'cs_count_views','2'),(60,2182,'_wp_attached_file','2014/12/case-practice-lawer-04.jpg'),(61,2182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:34:\"2014/12/case-practice-lawer-04.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-04-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-04-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-04-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-04-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-04-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-04-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-04-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-04-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(62,2182,'cs_count_views','4'),(63,2183,'_wp_attached_file','2014/12/case-practice-lawer-05.jpg'),(64,2183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:34:\"2014/12/case-practice-lawer-05.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-05-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-05-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-05-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-05-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-05-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-05-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-05-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-05-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(65,2184,'_wp_attached_file','2014/12/case-practice-lawer-06.jpg'),(66,2184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:34:\"2014/12/case-practice-lawer-06.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-06-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-06-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-06-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-06-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-06-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-06-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-06-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-06-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(67,2184,'cs_count_views','1'),(68,2185,'_wp_attached_file','2014/12/case-practice-lawer-07.jpg'),(69,2185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:34:\"2014/12/case-practice-lawer-07.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-07-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-07-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-07-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-07-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-07-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-07-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-07-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-07-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(70,2186,'_wp_attached_file','2014/12/case-practice-lawer-08.jpg'),(71,2186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:34:\"2014/12/case-practice-lawer-08.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-08-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-08-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-08-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-08-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-08-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-08-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-08-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-08-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(72,2187,'_wp_attached_file','2014/12/case-practice-lawer-09.jpg'),(73,2187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:34:\"2014/12/case-practice-lawer-09.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-09-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-09-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-09-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-09-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-09-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-09-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-09-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-09-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-09-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(74,2188,'_wp_attached_file','2014/12/case-practice-lawer-10.jpg'),(75,2188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:34:\"2014/12/case-practice-lawer-10.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-10-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-10-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-10-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-10-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-10-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-10-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-10-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-10-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(76,2188,'cs_count_views','1'),(77,2189,'_wp_attached_file','2014/12/case-practice-lawer-11.jpg'),(78,2189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:34:\"2014/12/case-practice-lawer-11.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-11-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-11-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-11-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-11-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-11-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-11-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-11-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-11-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(79,2189,'cs_count_views','1'),(80,2190,'_wp_attached_file','2014/12/case-practice-lawer-12.jpg'),(81,2190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:34:\"2014/12/case-practice-lawer-12.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-12-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-12-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-12-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-12-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-12-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-12-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-12-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-12-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(82,2191,'_wp_attached_file','2014/12/case-practice-lawer-13.jpg'),(83,2191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:34:\"2014/12/case-practice-lawer-13.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-13-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-13-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-13-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-13-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-13-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-13-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-13-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-13-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(84,2192,'_wp_attached_file','2014/12/case-practice-lawer-14.jpg'),(85,2192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:842;s:6:\"height\";i:474;s:4:\"file\";s:34:\"2014/12/case-practice-lawer-14.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-14-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-14-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-14-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-14-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-14-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-14-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-14-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:34:\"case-practice-lawer-14-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(86,2206,'_wp_attached_file','2014/12/logo-header-1.png'),(87,2206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:54;s:4:\"file\";s:25:\"2014/12/logo-header-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"logo-header-1-150x54.png\";s:5:\"width\";i:150;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(88,2273,'_wp_attached_file','2014/12/breadcrumb-detail.jpg'),(89,2273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:247;s:4:\"file\";s:29:\"2014/12/breadcrumb-detail.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"breadcrumb-detail-150x150.jpg\";s:5:\"width\";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:\"breadcrumb-detail-300x38.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"breadcrumb-detail-1024x131.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:29:\"breadcrumb-detail-820x247.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:29:\"breadcrumb-detail-460x247.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:29:\"breadcrumb-detail-360x247.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:29:\"breadcrumb-detail-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:29:\"breadcrumb-detail-274x247.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:29:\"breadcrumb-detail-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:29:\"breadcrumb-detail-263x247.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(90,2302,'_wp_attached_file','2014/12/Lawyer-Team-junior-1.jpg'),(91,2302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:470;s:6:\"height\";i:470;s:4:\"file\";s:32:\"2014/12/Lawyer-Team-junior-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-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:32:\"Lawyer-Team-junior-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-1-470x462.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-1-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-1-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-1-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-1-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-1-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-1-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(92,2303,'_wp_attached_file','2014/12/Lawyer-Team-junior-2.jpg'),(93,2303,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:470;s:6:\"height\";i:470;s:4:\"file\";s:32:\"2014/12/Lawyer-Team-junior-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-2-470x462.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-2-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-2-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-2-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-2-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-2-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-2-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(94,2304,'_wp_attached_file','2014/12/Lawyer-Team-junior-3.jpg'),(95,2304,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:470;s:6:\"height\";i:470;s:4:\"file\";s:32:\"2014/12/Lawyer-Team-junior-3.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-3-470x462.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-3-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-3-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-3-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-3-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-3-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-3-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(96,2305,'_wp_attached_file','2014/12/Lawyer-Team-junior-4.jpg'),(97,2305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:470;s:6:\"height\";i:470;s:4:\"file\";s:32:\"2014/12/Lawyer-Team-junior-4.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-4-470x462.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-4-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-4-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-4-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-4-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-4-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-4-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(98,2306,'_wp_attached_file','2014/12/Lawyer-Team-junior-5.jpg'),(99,2306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:470;s:6:\"height\";i:470;s:4:\"file\";s:32:\"2014/12/Lawyer-Team-junior-5.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-5-470x462.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-5-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-5-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-5-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-5-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-5-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-5-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(100,2307,'_wp_attached_file','2014/12/Lawyer-Team-junior-6.jpg'),(101,2307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:470;s:6:\"height\";i:470;s:4:\"file\";s:32:\"2014/12/Lawyer-Team-junior-6.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-6-470x462.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-6-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-6-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-6-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-6-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-6-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-junior-6-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(102,2309,'_wp_attached_file','2014/12/Lawyer-Team-Senior-1.jpg'),(103,2309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:470;s:6:\"height\";i:452;s:4:\"file\";s:32:\"2014/12/Lawyer-Team-Senior-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-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:32:\"Lawyer-Team-Senior-1-300x288.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-1-460x452.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-1-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-1-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-1-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-1-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-1-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(104,2310,'_wp_attached_file','2014/12/Lawyer-Team-Senior-2.jpg'),(105,2310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:470;s:6:\"height\";i:452;s:4:\"file\";s:32:\"2014/12/Lawyer-Team-Senior-2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-2-300x288.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-2-460x452.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-2-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-2-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-2-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-2-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-2-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(106,2311,'_wp_attached_file','2014/12/Lawyer-Team-Senior-3.jpg'),(107,2311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:470;s:6:\"height\";i:452;s:4:\"file\";s:32:\"2014/12/Lawyer-Team-Senior-3.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-3-300x288.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-3-460x452.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-3-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-3-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-3-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-3-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-3-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(108,2312,'_wp_attached_file','2014/12/Lawyer-Team-Senior-4.jpg'),(109,2312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:470;s:6:\"height\";i:452;s:4:\"file\";s:32:\"2014/12/Lawyer-Team-Senior-4.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-4-300x288.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-4-460x452.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-4-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-4-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-4-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-4-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:32:\"Lawyer-Team-Senior-4-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(110,2319,'_wp_attached_file','2014/12/services-Ser-icon-01.png'),(111,2319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:103;s:6:\"height\";i:103;s:4:\"file\";s:32:\"2014/12/services-Ser-icon-01.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(112,2320,'_wp_attached_file','2014/12/Subheader-About-Us.jpg'),(113,2320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:578;s:4:\"file\";s:30:\"2014/12/Subheader-About-Us.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Subheader-About-Us-150x150.jpg\";s:5:\"width\";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:\"Subheader-About-Us-300x90.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Subheader-About-Us-1024x308.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:30:\"Subheader-About-Us-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:30:\"Subheader-About-Us-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:30:\"Subheader-About-Us-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:30:\"Subheader-About-Us-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:30:\"Subheader-About-Us-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:30:\"Subheader-About-Us-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:30:\"Subheader-About-Us-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(114,2321,'_wp_attached_file','2014/12/services-Service-Bg.jpg'),(115,2321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1158;s:4:\"file\";s:31:\"2014/12/services-Service-Bg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"services-Service-Bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"services-Service-Bg-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"services-Service-Bg-1024x617.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:31:\"services-Service-Bg-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:31:\"services-Service-Bg-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:31:\"services-Service-Bg-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:31:\"services-Service-Bg-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:31:\"services-Service-Bg-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:31:\"services-Service-Bg-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:31:\"services-Service-Bg-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(116,2322,'_wp_attached_file','2014/12/Abouts-Us-Icon.png'),(117,2322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:103;s:6:\"height\";i:103;s:4:\"file\";s:26:\"2014/12/Abouts-Us-Icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(118,2323,'_wp_attached_file','2014/12/services-Ser-icon-02.png'),(119,2323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:103;s:6:\"height\";i:103;s:4:\"file\";s:32:\"2014/12/services-Ser-icon-02.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(120,2324,'_wp_attached_file','2014/12/services-Ser-icon-03.png'),(121,2324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:103;s:6:\"height\";i:103;s:4:\"file\";s:32:\"2014/12/services-Ser-icon-03.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(122,2325,'_wp_attached_file','2014/12/services-Ser-icon-04.png'),(123,2325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:103;s:6:\"height\";i:103;s:4:\"file\";s:32:\"2014/12/services-Ser-icon-04.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(124,2326,'_wp_attached_file','2014/12/services-Ser-icon-05.png'),(125,2326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:103;s:6:\"height\";i:103;s:4:\"file\";s:32:\"2014/12/services-Ser-icon-05.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(126,2327,'_wp_attached_file','2014/12/services-Ser-icon-06.png'),(127,2327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:103;s:6:\"height\";i:103;s:4:\"file\";s:32:\"2014/12/services-Ser-icon-06.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(128,2328,'_wp_attached_file','2014/12/services-Ser-icon-07.png'),(129,2328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:103;s:6:\"height\";i:103;s:4:\"file\";s:32:\"2014/12/services-Ser-icon-07.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(130,2329,'_wp_attached_file','2014/12/services-Ser-icon-08.png'),(131,2329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:103;s:6:\"height\";i:103;s:4:\"file\";s:32:\"2014/12/services-Ser-icon-08.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(132,2330,'_wp_attached_file','2014/12/services-Family-Law-Bg.jpg'),(133,2330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:584;s:4:\"file\";s:34:\"2014/12/services-Family-Law-Bg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"services-Family-Law-Bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"services-Family-Law-Bg-300x91.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"services-Family-Law-Bg-1024x311.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:34:\"services-Family-Law-Bg-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:34:\"services-Family-Law-Bg-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:34:\"services-Family-Law-Bg-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:34:\"services-Family-Law-Bg-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:34:\"services-Family-Law-Bg-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:34:\"services-Family-Law-Bg-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:34:\"services-Family-Law-Bg-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(134,2331,'_wp_attached_file','2014/12/services-Cases-Bg.jpg'),(135,2331,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:707;s:4:\"file\";s:29:\"2014/12/services-Cases-Bg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"services-Cases-Bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"services-Cases-Bg-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"services-Cases-Bg-1024x377.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:29:\"services-Cases-Bg-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:29:\"services-Cases-Bg-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:29:\"services-Cases-Bg-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:29:\"services-Cases-Bg-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:29:\"services-Cases-Bg-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:29:\"services-Cases-Bg-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:29:\"services-Cases-Bg-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(136,2332,'_wp_attached_file','2014/12/services-Form-Bg.jpg'),(137,2332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:795;s:4:\"file\";s:28:\"2014/12/services-Form-Bg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"services-Form-Bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"services-Form-Bg-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"services-Form-Bg-1024x424.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:28:\"services-Form-Bg-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:28:\"services-Form-Bg-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:28:\"services-Form-Bg-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:28:\"services-Form-Bg-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:28:\"services-Form-Bg-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:28:\"services-Form-Bg-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:28:\"services-Form-Bg-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(138,2335,'_wp_attached_file','2014/12/About-Bg.jpg'),(139,2335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:760;s:4:\"file\";s:20:\"2014/12/About-Bg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"About-Bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"About-Bg-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"About-Bg-1024x405.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:20:\"About-Bg-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:20:\"About-Bg-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:20:\"About-Bg-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:20:\"About-Bg-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:20:\"About-Bg-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:20:\"About-Bg-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:20:\"About-Bg-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(140,2336,'_wp_attached_file','2014/12/Service-Bg.jpg'),(141,2336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:843;s:4:\"file\";s:22:\"2014/12/Service-Bg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Service-Bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Service-Bg-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Service-Bg-1024x449.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:22:\"Service-Bg-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:22:\"Service-Bg-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:22:\"Service-Bg-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:22:\"Service-Bg-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:22:\"Service-Bg-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:22:\"Service-Bg-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:22:\"Service-Bg-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(142,2337,'_wp_attached_file','2014/12/Expert-Bg.jpg'),(143,2337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:614;s:4:\"file\";s:21:\"2014/12/Expert-Bg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Expert-Bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Expert-Bg-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Expert-Bg-1024x327.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:21:\"Expert-Bg-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:21:\"Expert-Bg-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:21:\"Expert-Bg-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:21:\"Expert-Bg-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:21:\"Expert-Bg-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:21:\"Expert-Bg-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:21:\"Expert-Bg-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(144,2338,'_wp_attached_file','2014/12/Testimonials-Bg.jpg'),(145,2338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:549;s:4:\"file\";s:27:\"2014/12/Testimonials-Bg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Testimonials-Bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Testimonials-Bg-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Testimonials-Bg-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:27:\"Testimonials-Bg-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:27:\"Testimonials-Bg-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:27:\"Testimonials-Bg-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:27:\"Testimonials-Bg-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:27:\"Testimonials-Bg-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:27:\"Testimonials-Bg-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:27:\"Testimonials-Bg-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(146,2339,'_wp_attached_file','2014/12/team-detail-widget.jpg'),(147,2339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:262;s:6:\"height\";i:326;s:4:\"file\";s:30:\"2014/12/team-detail-widget.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"team-detail-widget-150x150.jpg\";s:5:\"width\";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:\"team-detail-widget-241x300.jpg\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:30:\"team-detail-widget-262x270.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:30:\"team-detail-widget-262x202.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:30:\"team-detail-widget-262x274.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:30:\"team-detail-widget-262x198.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(148,2342,'_wp_attached_file','2014/12/Service-Icon.png'),(149,2342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:144;s:6:\"height\";i:122;s:4:\"file\";s:24:\"2014/12/Service-Icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(150,2358,'_wp_attached_file','2014/12/Form-Bg-contactus.jpg'),(151,2358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:795;s:4:\"file\";s:29:\"2014/12/Form-Bg-contactus.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Form-Bg-contactus-150x150.jpg\";s:5:\"width\";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:\"Form-Bg-contactus-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Form-Bg-contactus-1024x424.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:29:\"Form-Bg-contactus-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:29:\"Form-Bg-contactus-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:29:\"Form-Bg-contactus-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:29:\"Form-Bg-contactus-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:29:\"Form-Bg-contactus-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:29:\"Form-Bg-contactus-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:29:\"Form-Bg-contactus-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(152,2370,'_wp_attached_file','2014/12/Map-Tip.png'),(153,2370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:68;s:6:\"height\";i:68;s:4:\"file\";s:19:\"2014/12/Map-Tip.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(154,2372,'_wp_attached_file','2014/12/faqs-Parallax-bg.jpg'),(155,2372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:288;s:4:\"file\";s:28:\"2014/12/faqs-Parallax-bg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"faqs-Parallax-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"faqs-Parallax-bg-300x45.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"faqs-Parallax-bg-1024x153.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:28:\"faqs-Parallax-bg-820x288.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:28:\"faqs-Parallax-bg-460x288.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:28:\"faqs-Parallax-bg-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:28:\"faqs-Parallax-bg-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:28:\"faqs-Parallax-bg-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:28:\"faqs-Parallax-bg-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:28:\"faqs-Parallax-bg-263x288.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(156,2374,'_wp_attached_file','2014/12/faqs-Form-Bg.jpg'),(157,2374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:795;s:4:\"file\";s:24:\"2014/12/faqs-Form-Bg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"faqs-Form-Bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"faqs-Form-Bg-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"faqs-Form-Bg-1024x424.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:24:\"faqs-Form-Bg-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:24:\"faqs-Form-Bg-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:24:\"faqs-Form-Bg-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:24:\"faqs-Form-Bg-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:24:\"faqs-Form-Bg-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:24:\"faqs-Form-Bg-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:24:\"faqs-Form-Bg-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(158,2381,'_wp_attached_file','2014/12/home-who-we-are-bg.jpg'),(159,2381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:609;s:4:\"file\";s:30:\"2014/12/home-who-we-are-bg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"home-who-we-are-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"home-who-we-are-bg-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"home-who-we-are-bg-1024x324.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:30:\"home-who-we-are-bg-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:30:\"home-who-we-are-bg-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:30:\"home-who-we-are-bg-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:30:\"home-who-we-are-bg-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:30:\"home-who-we-are-bg-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:30:\"home-who-we-are-bg-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:30:\"home-who-we-are-bg-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(160,2382,'_wp_attached_file','2014/12/home-Timeline-bg.jpg'),(161,2382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:451;s:4:\"file\";s:28:\"2014/12/home-Timeline-bg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"home-Timeline-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"home-Timeline-bg-300x70.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"home-Timeline-bg-1024x240.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:28:\"home-Timeline-bg-820x451.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:28:\"home-Timeline-bg-460x451.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:28:\"home-Timeline-bg-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:28:\"home-Timeline-bg-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:28:\"home-Timeline-bg-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:28:\"home-Timeline-bg-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:28:\"home-Timeline-bg-263x451.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(162,2386,'_wp_attached_file','2014/12/home-Facts-Bg.jpg'),(163,2386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:923;s:4:\"file\";s:25:\"2014/12/home-Facts-Bg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"home-Facts-Bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"home-Facts-Bg-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"home-Facts-Bg-1024x492.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:25:\"home-Facts-Bg-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:25:\"home-Facts-Bg-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:25:\"home-Facts-Bg-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:25:\"home-Facts-Bg-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:25:\"home-Facts-Bg-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:25:\"home-Facts-Bg-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:25:\"home-Facts-Bg-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(164,2388,'_wp_attached_file','2014/12/Happy-Clients-Bg.jpg'),(165,2388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:550;s:4:\"file\";s:28:\"2014/12/Happy-Clients-Bg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Happy-Clients-Bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Happy-Clients-Bg-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Happy-Clients-Bg-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:28:\"Happy-Clients-Bg-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:28:\"Happy-Clients-Bg-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:28:\"Happy-Clients-Bg-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:28:\"Happy-Clients-Bg-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:28:\"Happy-Clients-Bg-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:28:\"Happy-Clients-Bg-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:28:\"Happy-Clients-Bg-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(166,2395,'_wp_attached_file','2014/12/home-Blog-Bg.jpg'),(167,2395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:571;s:4:\"file\";s:24:\"2014/12/home-Blog-Bg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"home-Blog-Bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"home-Blog-Bg-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"home-Blog-Bg-1024x304.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:24:\"home-Blog-Bg-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:24:\"home-Blog-Bg-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:24:\"home-Blog-Bg-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:24:\"home-Blog-Bg-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:24:\"home-Blog-Bg-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:24:\"home-Blog-Bg-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:24:\"home-Blog-Bg-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(168,2396,'_wp_attached_file','2014/12/homeslider1-Bg.jpg'),(169,2396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:537;s:4:\"file\";s:26:\"2014/12/homeslider1-Bg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"homeslider1-Bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"homeslider1-Bg-300x83.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"homeslider1-Bg-1024x286.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:26:\"homeslider1-Bg-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:26:\"homeslider1-Bg-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:26:\"homeslider1-Bg-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:26:\"homeslider1-Bg-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:26:\"homeslider1-Bg-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:26:\"homeslider1-Bg-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:26:\"homeslider1-Bg-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(170,2397,'_wp_attached_file','2014/12/homeslider1-User.png'),(171,2397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1026;s:6:\"height\";i:584;s:4:\"file\";s:28:\"2014/12/homeslider1-User.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"homeslider1-User-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"homeslider1-User-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"homeslider1-User-1024x582.png\";s:5:\"width\";i:1024;s:6:\"height\";i:582;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:28:\"homeslider1-User-820x462.png\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:28:\"homeslider1-User-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:28:\"homeslider1-User-360x270.png\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:28:\"homeslider1-User-358x202.png\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:28:\"homeslider1-User-274x274.png\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:28:\"homeslider1-User-264x198.png\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:28:\"homeslider1-User-263x452.png\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(172,2398,'_wp_attached_file','2014/12/homeslider1-Info-01.png'),(173,2398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:582;s:6:\"height\";i:161;s:4:\"file\";s:31:\"2014/12/homeslider1-Info-01.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"homeslider1-Info-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"homeslider1-Info-01-300x82.png\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:31:\"homeslider1-Info-01-460x161.png\";s:5:\"width\";i:460;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:31:\"homeslider1-Info-01-360x161.png\";s:5:\"width\";i:360;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:31:\"homeslider1-Info-01-358x161.png\";s:5:\"width\";i:358;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:31:\"homeslider1-Info-01-274x161.png\";s:5:\"width\";i:274;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:31:\"homeslider1-Info-01-264x161.png\";s:5:\"width\";i:264;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:31:\"homeslider1-Info-01-263x161.png\";s:5:\"width\";i:263;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(174,2399,'_wp_attached_file','2014/12/home-Info.jpg'),(175,2399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:507;s:4:\"file\";s:21:\"2014/12/home-Info.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"home-Info-150x150.jpg\";s:5:\"width\";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:\"home-Info-300x79.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"home-Info-1024x270.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:21:\"home-Info-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:21:\"home-Info-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:21:\"home-Info-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:21:\"home-Info-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:21:\"home-Info-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:21:\"home-Info-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:21:\"home-Info-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(176,2412,'_wp_attached_file','2014/12/homeslider2-Bg-01.jpg'),(177,2412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:537;s:4:\"file\";s:29:\"2014/12/homeslider2-Bg-01.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"homeslider2-Bg-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"homeslider2-Bg-01-300x83.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"homeslider2-Bg-01-1024x286.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:29:\"homeslider2-Bg-01-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:29:\"homeslider2-Bg-01-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:29:\"homeslider2-Bg-01-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:29:\"homeslider2-Bg-01-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:29:\"homeslider2-Bg-01-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:29:\"homeslider2-Bg-01-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:29:\"homeslider2-Bg-01-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(178,2413,'_wp_attached_file','2014/12/homeslider2-Scales.png'),(179,2413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:837;s:6:\"height\";i:585;s:4:\"file\";s:30:\"2014/12/homeslider2-Scales.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"homeslider2-Scales-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"homeslider2-Scales-300x209.png\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:30:\"homeslider2-Scales-820x462.png\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:30:\"homeslider2-Scales-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:30:\"homeslider2-Scales-360x270.png\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:30:\"homeslider2-Scales-358x202.png\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:30:\"homeslider2-Scales-274x274.png\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:30:\"homeslider2-Scales-264x198.png\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:30:\"homeslider2-Scales-263x452.png\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(180,2414,'_wp_attached_file','2014/12/homeslider2-Info-02.png'),(181,2414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:582;s:6:\"height\";i:161;s:4:\"file\";s:31:\"2014/12/homeslider2-Info-02.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"homeslider2-Info-02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"homeslider2-Info-02-300x82.png\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:31:\"homeslider2-Info-02-460x161.png\";s:5:\"width\";i:460;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:31:\"homeslider2-Info-02-360x161.png\";s:5:\"width\";i:360;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:31:\"homeslider2-Info-02-358x161.png\";s:5:\"width\";i:358;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:31:\"homeslider2-Info-02-274x161.png\";s:5:\"width\";i:274;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:31:\"homeslider2-Info-02-264x161.png\";s:5:\"width\";i:264;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:31:\"homeslider2-Info-02-263x161.png\";s:5:\"width\";i:263;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(182,2418,'_wp_attached_file','2014/12/homeslider3-Bg-02.jpg'),(183,2418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:537;s:4:\"file\";s:29:\"2014/12/homeslider3-Bg-02.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"homeslider3-Bg-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"homeslider3-Bg-02-300x83.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"homeslider3-Bg-02-1024x286.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:29:\"homeslider3-Bg-02-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:29:\"homeslider3-Bg-02-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:29:\"homeslider3-Bg-02-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:29:\"homeslider3-Bg-02-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:29:\"homeslider3-Bg-02-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:29:\"homeslider3-Bg-02-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:29:\"homeslider3-Bg-02-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(184,2419,'_wp_attached_file','2014/12/homeslider3-Book.png'),(185,2419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:851;s:6:\"height\";i:660;s:4:\"file\";s:28:\"2014/12/homeslider3-Book.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"homeslider3-Book-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"homeslider3-Book-300x232.png\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:28:\"homeslider3-Book-820x462.png\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:28:\"homeslider3-Book-460x460.png\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:28:\"homeslider3-Book-360x270.png\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:28:\"homeslider3-Book-358x202.png\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:28:\"homeslider3-Book-274x274.png\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:28:\"homeslider3-Book-264x198.png\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:28:\"homeslider3-Book-263x452.png\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(186,2420,'_wp_attached_file','2014/12/homeslider3-Info-03.png'),(187,2420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:582;s:6:\"height\";i:161;s:4:\"file\";s:31:\"2014/12/homeslider3-Info-03.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"homeslider3-Info-03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"homeslider3-Info-03-300x82.png\";s:5:\"width\";i:300;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:31:\"homeslider3-Info-03-460x161.png\";s:5:\"width\";i:460;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:31:\"homeslider3-Info-03-360x161.png\";s:5:\"width\";i:360;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:31:\"homeslider3-Info-03-358x161.png\";s:5:\"width\";i:358;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:31:\"homeslider3-Info-03-274x161.png\";s:5:\"width\";i:274;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:31:\"homeslider3-Info-03-264x161.png\";s:5:\"width\";i:264;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:31:\"homeslider3-Info-03-263x161.png\";s:5:\"width\";i:263;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(188,2422,'_wp_attached_file','2014/12/homeslider4-Bg-03.jpg'),(189,2422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:537;s:4:\"file\";s:29:\"2014/12/homeslider4-Bg-03.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"homeslider4-Bg-03-150x150.jpg\";s:5:\"width\";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:\"homeslider4-Bg-03-300x83.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"homeslider4-Bg-03-1024x286.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:29:\"homeslider4-Bg-03-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:29:\"homeslider4-Bg-03-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:29:\"homeslider4-Bg-03-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:29:\"homeslider4-Bg-03-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:29:\"homeslider4-Bg-03-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:29:\"homeslider4-Bg-03-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:29:\"homeslider4-Bg-03-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(190,2423,'_wp_attached_file','2014/12/homeslider4-Icons.png'),(191,2423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:357;s:6:\"height\";i:94;s:4:\"file\";s:29:\"2014/12/homeslider4-Icons.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"homeslider4-Icons-150x94.png\";s:5:\"width\";i:150;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"homeslider4-Icons-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:28:\"homeslider4-Icons-274x94.png\";s:5:\"width\";i:274;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:28:\"homeslider4-Icons-264x94.png\";s:5:\"width\";i:264;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:28:\"homeslider4-Icons-263x94.png\";s:5:\"width\";i:263;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(192,2424,'_wp_attached_file','2014/12/homeslider4-Info-04.png'),(193,2424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:551;s:6:\"height\";i:161;s:4:\"file\";s:31:\"2014/12/homeslider4-Info-04.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"homeslider4-Info-04-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"homeslider4-Info-04-300x87.png\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:31:\"homeslider4-Info-04-460x161.png\";s:5:\"width\";i:460;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:31:\"homeslider4-Info-04-360x161.png\";s:5:\"width\";i:360;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:31:\"homeslider4-Info-04-358x161.png\";s:5:\"width\";i:358;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:31:\"homeslider4-Info-04-274x161.png\";s:5:\"width\";i:274;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:31:\"homeslider4-Info-04-264x161.png\";s:5:\"width\";i:264;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:31:\"homeslider4-Info-04-263x161.png\";s:5:\"width\";i:263;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(194,2438,'_wp_attached_file','2014/12/home-tabs.jpg'),(195,2438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:496;s:6:\"height\";i:279;s:4:\"file\";s:21:\"2014/12/home-tabs.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"home-tabs-150x150.jpg\";s:5:\"width\";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:\"home-tabs-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:21:\"home-tabs-460x279.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:21:\"home-tabs-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:21:\"home-tabs-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:21:\"home-tabs-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:21:\"home-tabs-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:21:\"home-tabs-263x279.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(196,2441,'_wp_attached_file','2014/12/client.png'),(197,2441,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2014/12/client.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"client-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(198,2448,'_wp_attached_file','2014/12/home-bar-association.png'),(199,2448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:32:\"2014/12/home-bar-association.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"home-bar-association-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(200,2449,'_wp_attached_file','2014/12/home-Flag-of-United-States-Justice.png'),(201,2449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:46:\"2014/12/home-Flag-of-United-States-Justice.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"home-Flag-of-United-States-Justice-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(202,2450,'_wp_attached_file','2014/12/home-Govt-of-somewhere.png'),(203,2450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:34:\"2014/12/home-Govt-of-somewhere.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"home-Govt-of-somewhere-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(204,2451,'_wp_attached_file','2014/12/home-Justice-Australia.png'),(205,2451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:34:\"2014/12/home-Justice-Australia.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"home-Justice-Australia-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(206,2452,'_wp_attached_file','2014/12/home-Key-Person.png'),(207,2452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:27:\"2014/12/home-Key-Person.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"home-Key-Person-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(208,2453,'_wp_attached_file','2014/12/home-Land-for-justice.png'),(209,2453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:33:\"2014/12/home-Land-for-justice.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"home-Land-for-justice-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(210,2454,'_wp_attached_file','2014/12/home-Lawyer.png'),(211,2454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:23:\"2014/12/home-Lawyer.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"home-Lawyer-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(212,2455,'_wp_attached_file','2014/12/home-Owl-Land.png'),(213,2455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:25:\"2014/12/home-Owl-Land.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"home-Owl-Land-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(214,2465,'_wp_attached_file','2014/12/Contact-Bg.jpg'),(215,2465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:567;s:4:\"file\";s:22:\"2014/12/Contact-Bg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Contact-Bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Contact-Bg-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Contact-Bg-1024x302.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:22:\"Contact-Bg-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:22:\"Contact-Bg-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:22:\"Contact-Bg-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:22:\"Contact-Bg-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:22:\"Contact-Bg-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:22:\"Contact-Bg-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:22:\"Contact-Bg-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(216,2484,'_wp_attached_file','2014/12/blog-masonry-lawer-07.jpg'),(217,2484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:890;s:6:\"height\";i:670;s:4:\"file\";s:33:\"2014/12/blog-masonry-lawer-07.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-07-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-07-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-07-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-07-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-07-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-07-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-07-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-07-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(218,2486,'_wp_attached_file','2014/12/blog-masonry-lawer-15.jpg'),(219,2486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:980;s:4:\"file\";s:33:\"2014/12/blog-masonry-lawer-15.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-15-150x150.jpg\";s:5:\"width\";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:\"blog-masonry-lawer-15-275x300.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-15-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-15-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-15-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-15-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-15-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-15-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-15-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(220,2487,'_wp_attached_file','2014/12/blog-masonry-lawer-01.jpg'),(221,2487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:33:\"2014/12/blog-masonry-lawer-01.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-01-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"blog-masonry-lawer-01-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-01-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-01-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-01-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-01-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-01-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-01-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-01-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(222,2488,'_wp_attached_file','2014/12/blog-masonry-lawer-16.jpg'),(223,2488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:980;s:4:\"file\";s:33:\"2014/12/blog-masonry-lawer-16.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-16-275x300.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-16-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-16-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-16-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-16-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-16-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-16-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-16-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(224,2489,'_wp_attached_file','2014/12/blog-masonry-lawer-02.jpg'),(225,2489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:33:\"2014/12/blog-masonry-lawer-02.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-02-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"blog-masonry-lawer-02-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-02-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-02-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-02-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-02-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-02-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-02-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-02-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(226,2490,'_wp_attached_file','2014/12/blog-masonry-lawer-08.jpg'),(227,2490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:890;s:6:\"height\";i:670;s:4:\"file\";s:33:\"2014/12/blog-masonry-lawer-08.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-08-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-08-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-08-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-08-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-08-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-08-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-08-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-08-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(228,2491,'_wp_attached_file','2014/12/blog-masonry-lawer-17.jpg'),(229,2491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:980;s:4:\"file\";s:33:\"2014/12/blog-masonry-lawer-17.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-17-275x300.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-17-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-17-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-17-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-17-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-17-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-17-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-17-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(230,2493,'_wp_attached_file','2014/12/blog-masonry-lawer-03.jpg'),(231,2493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:33:\"2014/12/blog-masonry-lawer-03.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-03-150x150.jpg\";s:5:\"width\";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:\"blog-masonry-lawer-03-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"blog-masonry-lawer-03-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-03-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-03-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-03-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-03-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-03-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-03-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-03-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(232,2494,'_wp_attached_file','2014/12/blog-masonry-lawer-09.jpg'),(233,2494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:890;s:6:\"height\";i:670;s:4:\"file\";s:33:\"2014/12/blog-masonry-lawer-09.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-09-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-09-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-09-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-09-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-09-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-09-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-09-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-09-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-09-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(234,2495,'_wp_attached_file','2014/12/blog-masonry-lawer-18.jpg'),(235,2495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:980;s:4:\"file\";s:33:\"2014/12/blog-masonry-lawer-18.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-18-150x150.jpg\";s:5:\"width\";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:\"blog-masonry-lawer-18-275x300.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-18-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-18-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-18-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-18-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-18-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-18-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-18-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(236,2497,'_wp_attached_file','2014/12/blog-masonry-lawer-04.jpg'),(237,2497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:33:\"2014/12/blog-masonry-lawer-04.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-04-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"blog-masonry-lawer-04-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-04-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-04-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-04-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-04-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-04-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-04-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-04-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(238,2498,'_wp_attached_file','2014/12/blog-masonry-lawer-10.jpg'),(239,2498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:890;s:6:\"height\";i:670;s:4:\"file\";s:33:\"2014/12/blog-masonry-lawer-10.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-10-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-10-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-10-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-10-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-10-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-10-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-10-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-10-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(240,2499,'_wp_attached_file','2014/12/blog-masonry-lawer-19.jpg'),(241,2499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:980;s:4:\"file\";s:33:\"2014/12/blog-masonry-lawer-19.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-19-275x300.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-19-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-19-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-19-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-19-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-19-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-19-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-19-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(242,2501,'_wp_attached_file','2014/12/blog-masonry-lawer-05.jpg'),(243,2501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:33:\"2014/12/blog-masonry-lawer-05.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-05-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"blog-masonry-lawer-05-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-05-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-05-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-05-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-05-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-05-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-05-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-05-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(244,2502,'_wp_attached_file','2014/12/blog-masonry-lawer-11.jpg'),(245,2502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:890;s:6:\"height\";i:670;s:4:\"file\";s:33:\"2014/12/blog-masonry-lawer-11.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-11-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-11-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-11-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-11-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-11-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-11-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-11-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-11-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(246,2510,'_wp_attached_file','2014/12/blog-masonry-lawer-14.jpg'),(247,2510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:890;s:6:\"height\";i:670;s:4:\"file\";s:33:\"2014/12/blog-masonry-lawer-14.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-14-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-14-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-14-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-14-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-14-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-14-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-14-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-14-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(248,2511,'_wp_attached_file','2014/12/blog-masonry-lawer-06.jpg'),(249,2511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:33:\"2014/12/blog-masonry-lawer-06.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-06-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"blog-masonry-lawer-06-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-06-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-06-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-06-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-06-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-06-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-06-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-06-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(250,2513,'_wp_attached_file','2014/12/blog-masonry-lawer-12.jpg'),(251,2513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:890;s:6:\"height\";i:670;s:4:\"file\";s:33:\"2014/12/blog-masonry-lawer-12.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-12-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-12-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-12-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-12-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-12-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-12-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-12-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-12-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(252,2221,'casestudy','<?xml version=\"1.0\"?>\n<casestudy><cs_casestudy_case_charge>Dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh.</cs_casestudy_case_charge><cs_casestudy_verdict>$20.2 JURY VERDICT awarded to the family of a 62 year old school teacher who suffered injuries when his car was struck from behind by a truck. The driver of the truck worked two jobs, resulting in a severe lack of sleep. The defendant company violated transportation regulations by failing to ask their employee about second jobs which would impede his performance. This is the largest verdict in the history of Clayton County, Georgia and the largest verdict in a wrongful death case with a female and an African American as lead attorneys.</cs_casestudy_verdict><cs_casestudy_team>2132,2131,2129</cs_casestudy_team><cs_casestudy_case_charge_title>Case Charge</cs_casestudy_case_charge_title><cs_casestudy_verdict_title>The Verdict</cs_casestudy_verdict_title><cs_casestudy_team_title>Our Team</cs_casestudy_team_title><cs_casestudy_rich_editor_title>The Case Berief</cs_casestudy_rich_editor_title><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></casestudy>\n'),(253,2221,'slide_template','default'),(254,2221,'_thumbnail_id','2192'),(255,2221,'cs_count_views','1'),(256,2223,'slide_template','default'),(257,2223,'casestudy','<?xml version=\"1.0\"?>\n<casestudy><cs_casestudy_case_charge>Dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh.</cs_casestudy_case_charge><cs_casestudy_verdict>$20.2 JURY VERDICT awarded to the family of a 62 year old school teacher who suffered injuries when his car was struck from behind by a truck. The driver of the truck worked two jobs, resulting in a severe lack of sleep. The defendant company violated transportation regulations by failing to ask their employee about second jobs which would impede his performance. This is the largest verdict in the history of Clayton County, Georgia and the largest verdict in a wrongful death case with a female and an African American as lead attorneys.</cs_casestudy_verdict><cs_casestudy_team>2132,2131,2129</cs_casestudy_team><cs_casestudy_case_charge_title>Case Charge</cs_casestudy_case_charge_title><cs_casestudy_verdict_title>The Verdict</cs_casestudy_verdict_title><cs_casestudy_team_title>Our Team</cs_casestudy_team_title><cs_casestudy_rich_editor_title>The Case Berief</cs_casestudy_rich_editor_title><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></casestudy>\n'),(258,2223,'cs_count_views','0'),(259,2223,'_thumbnail_id','2180'),(260,2223,'_wp_old_slug','child-support-and-alimony-2'),(261,2224,'slide_template','default'),(262,2224,'casestudy','<?xml version=\"1.0\"?>\n<casestudy><cs_casestudy_case_charge>Dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh.</cs_casestudy_case_charge><cs_casestudy_verdict>$20.2 JURY VERDICT awarded to the family of a 62 year old school teacher who suffered injuries when his car was struck from behind by a truck. The driver of the truck worked two jobs, resulting in a severe lack of sleep. The defendant company violated transportation regulations by failing to ask their employee about second jobs which would impede his performance. This is the largest verdict in the history of Clayton County, Georgia and the largest verdict in a wrongful death case with a female and an African American as lead attorneys.</cs_casestudy_verdict><cs_casestudy_team>2132,2131,2129</cs_casestudy_team><cs_casestudy_case_charge_title>Case Charge</cs_casestudy_case_charge_title><cs_casestudy_verdict_title>The Verdict</cs_casestudy_verdict_title><cs_casestudy_team_title>Our Team</cs_casestudy_team_title><cs_casestudy_rich_editor_title>The Case Berief</cs_casestudy_rich_editor_title><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></casestudy>\n'),(263,2224,'cs_count_views','0'),(264,2224,'_wp_old_slug','child-support-and-alimony-3'),(265,2224,'_thumbnail_id','2181'),(266,2225,'slide_template','default'),(267,2225,'casestudy','<?xml version=\"1.0\"?>\n<casestudy><cs_casestudy_case_charge>Dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh.</cs_casestudy_case_charge><cs_casestudy_verdict>$20.2 JURY VERDICT awarded to the family of a 62 year old school teacher who suffered injuries when his car was struck from behind by a truck. The driver of the truck worked two jobs, resulting in a severe lack of sleep. The defendant company violated transportation regulations by failing to ask their employee about second jobs which would impede his performance. This is the largest verdict in the history of Clayton County, Georgia and the largest verdict in a wrongful death case with a female and an African American as lead attorneys.</cs_casestudy_verdict><cs_casestudy_team>2132,2131,2129</cs_casestudy_team><cs_casestudy_case_charge_title>Case Charge</cs_casestudy_case_charge_title><cs_casestudy_verdict_title>The Verdict</cs_casestudy_verdict_title><cs_casestudy_team_title>Our Team</cs_casestudy_team_title><cs_casestudy_rich_editor_title>The Case Berief</cs_casestudy_rich_editor_title><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></casestudy>\n'),(268,2225,'cs_count_views','1'),(269,2225,'_wp_old_slug','child-support-and-alimony-4'),(270,2225,'_thumbnail_id','2182'),(271,2226,'slide_template','default'),(272,2226,'casestudy','<?xml version=\"1.0\"?>\n<casestudy><cs_casestudy_case_charge>Dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh.</cs_casestudy_case_charge><cs_casestudy_verdict>$20.2 JURY VERDICT awarded to the family of a 62 year old school teacher who suffered injuries when his car was struck from behind by a truck. The driver of the truck worked two jobs, resulting in a severe lack of sleep. The defendant company violated transportation regulations by failing to ask their employee about second jobs which would impede his performance. This is the largest verdict in the history of Clayton County, Georgia and the largest verdict in a wrongful death case with a female and an African American as lead attorneys.</cs_casestudy_verdict><cs_casestudy_team>2132,2131,2129</cs_casestudy_team><cs_casestudy_case_charge_title>Case Charge</cs_casestudy_case_charge_title><cs_casestudy_verdict_title>The Verdict</cs_casestudy_verdict_title><cs_casestudy_team_title>Our Team</cs_casestudy_team_title><cs_casestudy_rich_editor_title>The Case Berief</cs_casestudy_rich_editor_title><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></casestudy>\n'),(273,2226,'cs_count_views','0'),(274,2226,'_wp_old_slug','child-support-and-alimony-5'),(275,2226,'_thumbnail_id','2183'),(276,2227,'slide_template','default'),(277,2227,'casestudy','<?xml version=\"1.0\"?>\n<casestudy><cs_casestudy_case_charge>Dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh.</cs_casestudy_case_charge><cs_casestudy_verdict>$20.2 JURY VERDICT awarded to the family of a 62 year old school teacher who suffered injuries when his car was struck from behind by a truck. The driver of the truck worked two jobs, resulting in a severe lack of sleep. The defendant company violated transportation regulations by failing to ask their employee about second jobs which would impede his performance. This is the largest verdict in the history of Clayton County, Georgia and the largest verdict in a wrongful death case with a female and an African American as lead attorneys.</cs_casestudy_verdict><cs_casestudy_team>2132,2131,2129</cs_casestudy_team><cs_casestudy_case_charge_title>Case Charge</cs_casestudy_case_charge_title><cs_casestudy_verdict_title>The Verdict</cs_casestudy_verdict_title><cs_casestudy_team_title>Our Team</cs_casestudy_team_title><cs_casestudy_rich_editor_title>The Case Berief</cs_casestudy_rich_editor_title><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></casestudy>\n'),(278,2227,'cs_count_views','0'),(279,2227,'_wp_old_slug','child-support-and-alimony-6'),(280,2227,'_thumbnail_id','2184'),(281,2228,'slide_template','default'),(282,2228,'casestudy','<?xml version=\"1.0\"?>\n<casestudy><cs_casestudy_case_charge>Dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh.</cs_casestudy_case_charge><cs_casestudy_verdict>$20.2 JURY VERDICT awarded to the family of a 62 year old school teacher who suffered injuries when his car was struck from behind by a truck. The driver of the truck worked two jobs, resulting in a severe lack of sleep. The defendant company violated transportation regulations by failing to ask their employee about second jobs which would impede his performance. This is the largest verdict in the history of Clayton County, Georgia and the largest verdict in a wrongful death case with a female and an African American as lead attorneys.</cs_casestudy_verdict><cs_casestudy_team>2132,2131,2129</cs_casestudy_team><cs_casestudy_case_charge_title>Case Charge</cs_casestudy_case_charge_title><cs_casestudy_verdict_title>The Verdict</cs_casestudy_verdict_title><cs_casestudy_team_title>Our Team</cs_casestudy_team_title><cs_casestudy_rich_editor_title>The Case Berief</cs_casestudy_rich_editor_title><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></casestudy>\n'),(283,2228,'cs_count_views','0'),(284,2228,'_wp_old_slug','child-support-and-alimony-7'),(285,2228,'_thumbnail_id','2185'),(286,2229,'slide_template','default'),(287,2229,'casestudy','<?xml version=\"1.0\"?>\n<casestudy><cs_casestudy_case_charge>Dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh.</cs_casestudy_case_charge><cs_casestudy_verdict>$20.2 JURY VERDICT awarded to the family of a 62 year old school teacher who suffered injuries when his car was struck from behind by a truck. The driver of the truck worked two jobs, resulting in a severe lack of sleep. The defendant company violated transportation regulations by failing to ask their employee about second jobs which would impede his performance. This is the largest verdict in the history of Clayton County, Georgia and the largest verdict in a wrongful death case with a female and an African American as lead attorneys.</cs_casestudy_verdict><cs_casestudy_team>2132,2131,2129</cs_casestudy_team><cs_casestudy_case_charge_title>Case Charge</cs_casestudy_case_charge_title><cs_casestudy_verdict_title>The Verdict</cs_casestudy_verdict_title><cs_casestudy_team_title>Our Team</cs_casestudy_team_title><cs_casestudy_rich_editor_title>The Case Berief</cs_casestudy_rich_editor_title><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></casestudy>\n'),(288,2229,'cs_count_views','0'),(289,2229,'_wp_old_slug','child-support-and-alimony-8'),(290,2229,'_thumbnail_id','2186'),(291,2230,'slide_template','default'),(292,2230,'casestudy','<?xml version=\"1.0\"?>\n<casestudy><cs_casestudy_case_charge>Dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh.</cs_casestudy_case_charge><cs_casestudy_verdict>$20.2 JURY VERDICT awarded to the family of a 62 year old school teacher who suffered injuries when his car was struck from behind by a truck. The driver of the truck worked two jobs, resulting in a severe lack of sleep. The defendant company violated transportation regulations by failing to ask their employee about second jobs which would impede his performance. This is the largest verdict in the history of Clayton County, Georgia and the largest verdict in a wrongful death case with a female and an African American as lead attorneys.</cs_casestudy_verdict><cs_casestudy_team>2132,2131,2129</cs_casestudy_team><cs_casestudy_case_charge_title>Case Charge</cs_casestudy_case_charge_title><cs_casestudy_verdict_title>The Verdict</cs_casestudy_verdict_title><cs_casestudy_team_title>Our Team</cs_casestudy_team_title><cs_casestudy_rich_editor_title>The Case Berief</cs_casestudy_rich_editor_title><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></casestudy>\n'),(293,2230,'cs_count_views','0'),(294,2230,'_wp_old_slug','child-support-and-alimony-9'),(295,2230,'_thumbnail_id','2187'),(296,2231,'slide_template','default'),(297,2231,'casestudy','<?xml version=\"1.0\"?>\n<casestudy><cs_casestudy_case_charge>Dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh.</cs_casestudy_case_charge><cs_casestudy_verdict>$20.2 JURY VERDICT awarded to the family of a 62 year old school teacher who suffered injuries when his car was struck from behind by a truck. The driver of the truck worked two jobs, resulting in a severe lack of sleep. The defendant company violated transportation regulations by failing to ask their employee about second jobs which would impede his performance. This is the largest verdict in the history of Clayton County, Georgia and the largest verdict in a wrongful death case with a female and an African American as lead attorneys.</cs_casestudy_verdict><cs_casestudy_team>2132,2131,2129</cs_casestudy_team><cs_casestudy_case_charge_title>Case Charge</cs_casestudy_case_charge_title><cs_casestudy_verdict_title>The Verdict</cs_casestudy_verdict_title><cs_casestudy_team_title>Our Team</cs_casestudy_team_title><cs_casestudy_rich_editor_title>The Case Berief</cs_casestudy_rich_editor_title><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></casestudy>\n'),(298,2231,'cs_count_views','0'),(299,2231,'_wp_old_slug','child-support-and-alimony-10'),(300,2231,'_thumbnail_id','2188'),(301,2232,'slide_template','default'),(302,2232,'casestudy','<?xml version=\"1.0\"?>\n<casestudy><cs_casestudy_case_charge>Dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh.</cs_casestudy_case_charge><cs_casestudy_verdict>$20.2 JURY VERDICT awarded to the family of a 62 year old school teacher who suffered injuries when his car was struck from behind by a truck. The driver of the truck worked two jobs, resulting in a severe lack of sleep. The defendant company violated transportation regulations by failing to ask their employee about second jobs which would impede his performance. This is the largest verdict in the history of Clayton County, Georgia and the largest verdict in a wrongful death case with a female and an African American as lead attorneys.</cs_casestudy_verdict><cs_casestudy_team>2132,2131,2129</cs_casestudy_team><cs_casestudy_case_charge_title>Case Charge</cs_casestudy_case_charge_title><cs_casestudy_verdict_title>The Verdict</cs_casestudy_verdict_title><cs_casestudy_team_title>Our Team</cs_casestudy_team_title><cs_casestudy_rich_editor_title>The Case Berief</cs_casestudy_rich_editor_title><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></casestudy>\n'),(303,2232,'cs_count_views','0'),(304,2232,'_wp_old_slug','child-support-and-alimony-11'),(305,2232,'_thumbnail_id','2189'),(306,2514,'_wp_attached_file','2014/12/blog-masonry-lawer-13.jpg'),(307,2514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:890;s:6:\"height\";i:670;s:4:\"file\";s:33:\"2014/12/blog-masonry-lawer-13.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-13-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-13-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-13-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-13-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-13-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-13-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-13-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:33:\"blog-masonry-lawer-13-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(308,2551,'_wp_attached_file','2014/12/FAQ-header.jpg'),(309,2551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1928;s:6:\"height\";i:578;s:4:\"file\";s:22:\"2014/12/FAQ-header.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"FAQ-header-150x150.jpg\";s:5:\"width\";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:\"FAQ-header-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"FAQ-header-1024x306.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_1\";a:4:{s:4:\"file\";s:22:\"FAQ-header-820x462.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:22:\"FAQ-header-460x460.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:22:\"FAQ-header-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:22:\"FAQ-header-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:22:\"FAQ-header-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:22:\"FAQ-header-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:22:\"FAQ-header-263x452.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(310,2552,'_wp_attached_file','2014/12/FAQ-Icon.png'),(311,2552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:74;s:6:\"height\";i:74;s:4:\"file\";s:20:\"2014/12/FAQ-Icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(312,2599,'_wp_attached_file','2014/12/audio-lawyer.mp3'),(313,2599,'_wp_attachment_metadata','a:14:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:22050;s:7:\"bitrate\";i:8000;s:11:\"channelmode\";s:12:\"joint stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:4:\"CBR8\";s:17:\"compression_ratio\";d:0.011337868480725623;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:2414497;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2415;s:16:\"length_formatted\";s:5:\"40:14\";}'),(314,2608,'_wp_attached_file','2014/12/home-section-logo.png'),(315,2608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:68;s:6:\"height\";i:68;s:4:\"file\";s:29:\"2014/12/home-section-logo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(316,2625,'_wp_attached_file','2014/12/home-tabs1.jpg'),(317,2625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:496;s:6:\"height\";i:279;s:4:\"file\";s:22:\"2014/12/home-tabs1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"home-tabs1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"home-tabs1-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:22:\"home-tabs1-460x279.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:22:\"home-tabs1-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:22:\"home-tabs1-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:22:\"home-tabs1-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:22:\"home-tabs1-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:22:\"home-tabs1-263x279.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(318,2626,'_wp_attached_file','2014/12/home-tabs-2.jpg'),(319,2626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:496;s:6:\"height\";i:279;s:4:\"file\";s:23:\"2014/12/home-tabs-2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"home-tabs-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"home-tabs-2-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:23:\"home-tabs-2-460x279.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:23:\"home-tabs-2-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:23:\"home-tabs-2-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:23:\"home-tabs-2-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:23:\"home-tabs-2-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:23:\"home-tabs-2-263x279.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(320,2627,'_wp_attached_file','2014/12/home-tabs-3.jpg'),(321,2627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:496;s:6:\"height\";i:279;s:4:\"file\";s:23:\"2014/12/home-tabs-3.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"home-tabs-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"home-tabs-3-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:23:\"home-tabs-3-460x279.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:23:\"home-tabs-3-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:23:\"home-tabs-3-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:23:\"home-tabs-3-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:23:\"home-tabs-3-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:23:\"home-tabs-3-263x279.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(322,2628,'_wp_attached_file','2014/12/home-tabs-4.jpg'),(323,2628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:496;s:6:\"height\";i:279;s:4:\"file\";s:23:\"2014/12/home-tabs-4.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"home-tabs-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"home-tabs-4-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_2\";a:4:{s:4:\"file\";s:23:\"home-tabs-4-460x279.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_3\";a:4:{s:4:\"file\";s:23:\"home-tabs-4-360x270.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_4\";a:4:{s:4:\"file\";s:23:\"home-tabs-4-358x202.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_5\";a:4:{s:4:\"file\";s:23:\"home-tabs-4-274x274.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_6\";a:4:{s:4:\"file\";s:23:\"home-tabs-4-264x198.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"cs_media_7\";a:4:{s:4:\"file\";s:23:\"home-tabs-4-263x279.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(324,2629,'_menu_item_type','custom'),(325,2629,'_menu_item_menu_item_parent','2632'),(326,2629,'_menu_item_object_id','2629'),(327,2629,'_menu_item_object','custom'),(328,2629,'_menu_item_target',''),(329,2629,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(330,2629,'_menu_item_xfn',''),(331,2629,'_menu_item_url','http://lawyers.chimpgroup.com/404'),(332,2629,'_menu_item_megamenu','off'),(333,2629,'_menu_item_text','off'),(334,2629,'_menu_item_link','off'),(335,2630,'_menu_item_type','custom'),(336,2630,'_menu_item_menu_item_parent','2632'),(337,2630,'_menu_item_object_id','2630'),(338,2630,'_menu_item_object','custom'),(339,2630,'_menu_item_target',''),(340,2630,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(341,2630,'_menu_item_xfn',''),(342,2630,'_menu_item_url','http://lawyers.chimpgroup.com/?s=no+search+result&submit='),(343,2630,'_menu_item_megamenu','off'),(344,2630,'_menu_item_text','off'),(345,2630,'_menu_item_link','off'),(346,2631,'_menu_item_type','custom'),(347,2631,'_menu_item_menu_item_parent','2632'),(348,2631,'_menu_item_object_id','2631'),(349,2631,'_menu_item_object','custom'),(350,2631,'_menu_item_target',''),(351,2631,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(352,2631,'_menu_item_xfn',''),(353,2631,'_menu_item_url','http://lawyers.chimpgroup.com/pf-under-construction/'),(354,2631,'_menu_item_megamenu','off'),(355,2631,'_menu_item_text','off'),(356,2631,'_menu_item_link','off'),(357,2632,'_menu_item_type','custom'),(358,2632,'_menu_item_menu_item_parent','0'),(359,2632,'_menu_item_object_id','2632'),(360,2632,'_menu_item_object','custom'),(361,2632,'_menu_item_target',''),(362,2632,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(363,2632,'_menu_item_xfn',''),(364,2632,'_menu_item_url','#'),(365,2632,'_menu_item_megamenu','off'),(366,2632,'_menu_item_text','off'),(367,2632,'_menu_item_link','off'),(368,2633,'_menu_item_type','custom'),(369,2633,'_menu_item_menu_item_parent','0'),(370,2633,'_menu_item_object_id','2633'),(371,2633,'_menu_item_object','custom'),(372,2633,'_menu_item_target',''),(373,2633,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(374,2633,'_menu_item_xfn',''),(375,2633,'_menu_item_url','#'),(376,2633,'_menu_item_megamenu','off'),(377,2633,'_menu_item_text','off'),(378,2633,'_menu_item_link','off'),(379,2233,'slide_template','default'),(380,2233,'casestudy','<?xml version=\"1.0\"?>\n<casestudy><cs_casestudy_case_charge>Dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh.</cs_casestudy_case_charge><cs_casestudy_verdict>$20.2 JURY VERDICT awarded to the family of a 62 year old school teacher who suffered injuries when his car was struck from behind by a truck. The driver of the truck worked two jobs, resulting in a severe lack of sleep. The defendant company violated transportation regulations by failing to ask their employee about second jobs which would impede his performance. This is the largest verdict in the history of Clayton County, Georgia and the largest verdict in a wrongful death case with a female and an African American as lead attorneys.</cs_casestudy_verdict><cs_casestudy_team>2132,2131,2129</cs_casestudy_team><cs_casestudy_case_charge_title>Case Charge</cs_casestudy_case_charge_title><cs_casestudy_verdict_title>The Verdict</cs_casestudy_verdict_title><cs_casestudy_team_title>Our Team</cs_casestudy_team_title><cs_casestudy_rich_editor_title>The Case Berief</cs_casestudy_rich_editor_title><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></casestudy>\n'),(381,2233,'cs_count_views','1'),(382,2233,'_wp_old_slug','child-support-and-alimony-12'),(383,2233,'_thumbnail_id','2190'),(384,2234,'slide_template','default'),(385,2234,'casestudy','<?xml version=\"1.0\"?>\n<casestudy><cs_casestudy_case_charge>Dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh.</cs_casestudy_case_charge><cs_casestudy_verdict>$20.2 JURY VERDICT awarded to the family of a 62 year old school teacher who suffered injuries when his car was struck from behind by a truck. The driver of the truck worked two jobs, resulting in a severe lack of sleep. The defendant company violated transportation regulations by failing to ask their employee about second jobs which would impede his performance. This is the largest verdict in the history of Clayton County, Georgia and the largest verdict in a wrongful death case with a female and an African American as lead attorneys.</cs_casestudy_verdict><cs_casestudy_team>2132,2131,2129</cs_casestudy_team><cs_casestudy_case_charge_title>Case Charge</cs_casestudy_case_charge_title><cs_casestudy_verdict_title>The Verdict</cs_casestudy_verdict_title><cs_casestudy_team_title>Our Team</cs_casestudy_team_title><cs_casestudy_rich_editor_title>The Case Berief</cs_casestudy_rich_editor_title><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></casestudy>\n'),(386,2234,'cs_count_views','2'),(387,2234,'_wp_old_slug','child-support-and-alimony-13'),(388,2234,'_thumbnail_id','2191'),(389,2235,'slide_template','default'),(390,2235,'casestudy','<?xml version=\"1.0\"?>\n<casestudy><cs_casestudy_case_charge>Dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh.</cs_casestudy_case_charge><cs_casestudy_verdict>$20.2 JURY VERDICT awarded to the family of a 62 year old school teacher who suffered injuries when his car was struck from behind by a truck. The driver of the truck worked two jobs, resulting in a severe lack of sleep. The defendant company violated transportation regulations by failing to ask their employee about second jobs which would impede his performance. This is the largest verdict in the history of Clayton County, Georgia and the largest verdict in a wrongful death case with a female and an African American as lead attorneys.</cs_casestudy_verdict><cs_casestudy_team>2132,2131,2129</cs_casestudy_team><cs_casestudy_case_charge_title>Case Charge</cs_casestudy_case_charge_title><cs_casestudy_verdict_title>The Verdict</cs_casestudy_verdict_title><cs_casestudy_team_title>Our Team</cs_casestudy_team_title><cs_casestudy_rich_editor_title>The Case Berief</cs_casestudy_rich_editor_title><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></casestudy>\n'),(391,2235,'cs_count_views','10'),(392,2235,'_thumbnail_id','2179'),(393,2235,'_wp_old_slug','child-support-and-alimony-14'),(394,2634,'_menu_item_type','custom'),(395,2634,'_menu_item_menu_item_parent','0'),(396,2634,'_menu_item_object_id','2634'),(397,2634,'_menu_item_object','custom'),(398,2634,'_menu_item_target',''),(399,2634,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(400,2634,'_menu_item_xfn',''),(401,2634,'_menu_item_url','#'),(402,2634,'_menu_item_megamenu','off'),(403,2634,'_menu_item_text','off'),(404,2634,'_menu_item_link','off'),(405,2635,'_menu_item_type','custom'),(406,2635,'_menu_item_menu_item_parent','0'),(407,2635,'_menu_item_object_id','2635'),(408,2635,'_menu_item_object','custom'),(409,2635,'_menu_item_target',''),(410,2635,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(411,2635,'_menu_item_xfn',''),(412,2635,'_menu_item_url','#'),(413,2635,'_menu_item_megamenu','off'),(414,2635,'_menu_item_text','off'),(415,2635,'_menu_item_link','off'),(416,2636,'_menu_item_type','custom'),(417,2636,'_menu_item_menu_item_parent','0'),(418,2636,'_menu_item_object_id','2636'),(419,2636,'_menu_item_object','custom'),(420,2636,'_menu_item_target',''),(421,2636,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(422,2636,'_menu_item_xfn',''),(423,2636,'_menu_item_url','#'),(424,2636,'_menu_item_megamenu','off'),(425,2636,'_menu_item_text','off'),(426,2636,'_menu_item_link','off'),(427,2637,'_menu_item_type','custom'),(428,2637,'_menu_item_menu_item_parent','0'),(429,2637,'_menu_item_object_id','2637'),(430,2637,'_menu_item_object','custom'),(431,2637,'_menu_item_target',''),(432,2637,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(433,2637,'_menu_item_xfn',''),(434,2637,'_menu_item_url','#'),(435,2637,'_menu_item_megamenu','off'),(436,2637,'_menu_item_text','off'),(437,2637,'_menu_item_link','off'),(438,2638,'_menu_item_type','custom'),(439,2638,'_menu_item_menu_item_parent','0'),(440,2638,'_menu_item_object_id','2638'),(441,2638,'_menu_item_object','custom'),(442,2638,'_menu_item_target',''),(443,2638,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(444,2638,'_menu_item_xfn',''),(445,2638,'_menu_item_url','#'),(446,2638,'_menu_item_megamenu','off'),(447,2638,'_menu_item_text','off'),(448,2638,'_menu_item_link','off'),(449,2639,'_menu_item_type','custom'),(450,2639,'_menu_item_menu_item_parent','2638'),(451,2639,'_menu_item_object_id','2639'),(452,2639,'_menu_item_object','custom'),(453,2639,'_menu_item_target',''),(454,2639,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(455,2639,'_menu_item_xfn',''),(456,2639,'_menu_item_url','http://lawyers.chimpgroup.com/404'),(457,2639,'_menu_item_megamenu','off'),(458,2639,'_menu_item_text','off'),(459,2639,'_menu_item_link','off'),(460,2640,'_menu_item_type','custom'),(461,2640,'_menu_item_menu_item_parent','2638'),(462,2640,'_menu_item_object_id','2640'),(463,2640,'_menu_item_object','custom'),(464,2640,'_menu_item_target',''),(465,2640,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(466,2640,'_menu_item_xfn',''),(467,2640,'_menu_item_url','http://lawyers.chimpgroup.com/?s=no+search+result&submit='),(468,2640,'_menu_item_megamenu','off'),(469,2640,'_menu_item_text','off'),(470,2640,'_menu_item_link','off'),(471,2641,'_menu_item_type','custom'),(472,2641,'_menu_item_menu_item_parent','2638'),(473,2641,'_menu_item_object_id','2641'),(474,2641,'_menu_item_object','custom'),(475,2641,'_menu_item_target',''),(476,2641,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(477,2641,'_menu_item_xfn',''),(478,2641,'_menu_item_url','http://lawyers.chimpgroup.com/pf-under-construction/'),(479,2641,'_menu_item_megamenu','off'),(480,2641,'_menu_item_text','off'),(481,2641,'_menu_item_link','off'),(482,2642,'_menu_item_type','custom'),(483,2642,'_menu_item_menu_item_parent','0'),(484,2642,'_menu_item_object_id','2642'),(485,2642,'_menu_item_object','custom'),(486,2642,'_menu_item_target',''),(487,2642,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(488,2642,'_menu_item_xfn',''),(489,2642,'_menu_item_url','#'),(490,2642,'_menu_item_megamenu','off'),(491,2642,'_menu_item_text','off'),(492,2642,'_menu_item_link','off'),(493,2643,'_menu_item_type','custom'),(494,2643,'_menu_item_menu_item_parent','0'),(495,2643,'_menu_item_object_id','2643'),(496,2643,'_menu_item_object','custom'),(497,2643,'_menu_item_target',''),(498,2643,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(499,2643,'_menu_item_xfn',''),(500,2643,'_menu_item_url','#'),(501,2643,'_menu_item_megamenu','off'),(502,2643,'_menu_item_text','off'),(503,2643,'_menu_item_link','off'),(504,2644,'_menu_item_type','custom'),(505,2644,'_menu_item_menu_item_parent','0'),(506,2644,'_menu_item_object_id','2644'),(507,2644,'_menu_item_object','custom'),(508,2644,'_menu_item_target',''),(509,2644,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(510,2644,'_menu_item_xfn',''),(511,2644,'_menu_item_url','#'),(512,2644,'_menu_item_megamenu','off'),(513,2644,'_menu_item_text','off'),(514,2644,'_menu_item_link','off'),(515,2645,'_menu_item_type','custom'),(516,2645,'_menu_item_menu_item_parent','0'),(517,2645,'_menu_item_object_id','2645'),(518,2645,'_menu_item_object','custom'),(519,2645,'_menu_item_target',''),(520,2645,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(521,2645,'_menu_item_xfn',''),(522,2645,'_menu_item_url','#'),(523,2645,'_menu_item_megamenu','off'),(524,2645,'_menu_item_text','off'),(525,2645,'_menu_item_link','off'),(526,2646,'_menu_item_type','custom'),(527,2646,'_menu_item_menu_item_parent','0'),(528,2646,'_menu_item_object_id','2646'),(529,2646,'_menu_item_object','custom'),(530,2646,'_menu_item_target',''),(531,2646,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(532,2646,'_menu_item_xfn',''),(533,2646,'_menu_item_url','#'),(534,2646,'_menu_item_megamenu','off'),(535,2646,'_menu_item_text','off'),(536,2646,'_menu_item_link','off'),(537,164,'_wp_page_template','default'),(538,164,'slide_template','default'),(539,164,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"0\" cs_blog_view=\"blog-small\" cs_blog_excerpt=\"330\" cs_blog_num_post=\"10\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(540,164,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"0\" cs_blog_view=\"blog-small\" cs_blog_excerpt=\"330\" cs_blog_num_post=\"10\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(541,164,'slide_template','default'),(542,164,'_wp_page_template','default'),(543,164,'_wp_page_template','default'),(544,164,'slide_template','default'),(545,164,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"0\" cs_blog_view=\"blog-small\" cs_blog_excerpt=\"330\" cs_blog_num_post=\"10\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(546,164,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"0\" cs_blog_view=\"blog-small\" cs_blog_excerpt=\"330\" cs_blog_num_post=\"10\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(547,164,'slide_template','default'),(548,164,'_wp_page_template','default'),(549,168,'_wp_page_template','default'),(550,168,'_wp_page_template','default'),(551,168,'slide_template','default'),(552,168,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"0\" cs_blog_view=\"blog-medium\" cs_blog_excerpt=\"380\" cs_blog_num_post=\"6\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(553,168,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"0\" cs_blog_view=\"blog-medium\" cs_blog_excerpt=\"380\" cs_blog_num_post=\"6\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(554,168,'slide_template','default'),(555,168,'_wp_page_template','default'),(556,168,'_wp_page_template','default'),(557,168,'_wp_page_template','default'),(558,168,'_wp_page_template','default'),(559,168,'slide_template','default'),(560,168,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"0\" cs_blog_view=\"blog-medium\" cs_blog_excerpt=\"380\" cs_blog_num_post=\"6\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(561,168,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"0\" cs_blog_view=\"blog-medium\" cs_blog_excerpt=\"380\" cs_blog_num_post=\"6\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(562,168,'slide_template','default'),(563,168,'_wp_page_template','default'),(564,168,'_wp_page_template','default'),(565,169,'_wp_page_template','default'),(566,169,'_wp_page_template','default'),(567,169,'slide_template','default'),(568,169,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#ffffff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"0\" cs_blog_view=\"blog-lrg\" cs_blog_excerpt=\"460\" cs_blog_num_post=\"10\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(569,169,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#ffffff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"0\" cs_blog_view=\"blog-lrg\" cs_blog_excerpt=\"460\" cs_blog_num_post=\"10\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(570,169,'slide_template','default'),(571,169,'_wp_page_template','default'),(572,169,'_wp_page_template','default'),(573,169,'_wp_page_template','default'),(574,169,'_wp_page_template','default'),(575,169,'slide_template','default'),(576,169,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#ffffff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"0\" cs_blog_view=\"blog-lrg\" cs_blog_excerpt=\"460\" cs_blog_num_post=\"10\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(577,169,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#ffffff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"0\" cs_blog_view=\"blog-lrg\" cs_blog_excerpt=\"460\" cs_blog_num_post=\"10\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(578,169,'slide_template','default'),(579,169,'_wp_page_template','default'),(580,169,'_wp_page_template','default'),(581,172,'_wp_page_template','default'),(582,172,'_wp_page_template','default'),(583,172,'slide_template','default'),(584,172,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>none</cs_page_layout></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"masonry\" cs_blog_view=\"blog-masonry\" cs_blog_excerpt=\"255\" cs_blog_num_post=\"12\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(585,172,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>none</cs_page_layout></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"masonry\" cs_blog_view=\"blog-masonry\" cs_blog_excerpt=\"255\" cs_blog_num_post=\"12\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(586,172,'slide_template','default'),(587,172,'_wp_page_template','default'),(588,172,'_wp_page_template','default'),(589,172,'_wp_page_template','default'),(590,172,'_wp_page_template','default'),(591,172,'slide_template','default'),(592,172,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>none</cs_page_layout></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"masonry\" cs_blog_view=\"blog-masonry\" cs_blog_excerpt=\"255\" cs_blog_num_post=\"12\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(593,172,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>none</cs_page_layout></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"masonry\" cs_blog_view=\"blog-masonry\" cs_blog_excerpt=\"255\" cs_blog_num_post=\"12\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(594,172,'slide_template','default'),(595,172,'_wp_page_template','default'),(596,172,'_wp_page_template','default'),(597,173,'_wp_page_template','default'),(598,173,'_wp_page_template','default'),(599,173,'slide_template','default'),(600,173,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#ffffff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>none</cs_page_layout></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"0\" cs_blog_view=\"blog-grid\" cs_blog_excerpt=\"150\" cs_blog_num_post=\"12\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(601,173,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#ffffff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>none</cs_page_layout></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"0\" cs_blog_view=\"blog-grid\" cs_blog_excerpt=\"150\" cs_blog_num_post=\"12\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(602,173,'slide_template','default'),(603,173,'_wp_page_template','default'),(604,173,'_wp_page_template','default'),(605,173,'_wp_page_template','default'),(606,173,'_wp_page_template','default'),(607,173,'slide_template','default'),(608,173,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#ffffff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>none</cs_page_layout></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"0\" cs_blog_view=\"blog-grid\" cs_blog_excerpt=\"150\" cs_blog_num_post=\"12\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(609,173,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#ffffff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>none</cs_page_layout></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><blog><page_element_size>100</page_element_size><blog_element_size>100</blog_element_size><cs_shortcode>[cs_blog cs_blog_description=\"yes\" cs_blog_cat=\"0\" cs_blog_view=\"blog-grid\" cs_blog_excerpt=\"150\" cs_blog_num_post=\"12\" cs_blog_orderby=\"ASC\" blog_pagination=\"Show Pagination\" cs_blog_filterable=\"no\" ]</cs_shortcode></blog></column></column_container></pagebuilder>\n'),(610,173,'slide_template','default'),(611,173,'_wp_page_template','default'),(612,173,'_wp_page_template','default'),(613,422,'_wp_page_template','default'),(614,422,'slide_template','default'),(615,422,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one <br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"40\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"BASIC TYPOGRAPHY\" heading_style=\"1\" heading_size=\"24\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ][cs_column column_size=\"1/1\"]<p style=\"text-align: center;\">The hysteric shark adoringly <span style=\"color: #333333;\">because walrus one some some unfitting far connected</span> kiwi abjectly woodchuck gosh rude changed where inconspicuous chose busily below this much compatible and much <span style=\"text-decoration: underline; color: #ec2c3b;\">one much unkind oh humorous this austerely hence fired robin timid</span> bewitchingly austere after anagogic some hence dazedly horse remotely equitably yet the more a heard rattlesnake a the sure wow notwithstanding that wherever dolphin positive unjustifiably fitted</p><p style=\"text-align: center;\">Therefore regardless sang wow <span style=\"color: #ec2c3b;\"><del datetime=\"2014-11-25T08:00:11+00:00\">bucolically from much.The hysteric shark</del></span>adoringly because walrus one some some unfitting far connected kiwi abjectly woodchuck gosh rude changed where inconspicuous. The hysteric shark adoringly because walrus one some some unfitting far connected kiwi abjectly woodchuck gosh rude changed where inconspicuous chose busily below this much compatible</p>[/cs_column][/cs_heading]</cs_shortcode></heading><dropcap><page_element_size>50</page_element_size><dropcap_element_size>50</dropcap_element_size><cs_shortcode>[cs_dropcap dropcap_style=\"box\" dropcap_size=\"30\" cs_dropcap_section_title=\"Drop Cap \" dropcap_color=\"#ec2c3b\" cs_dropcap_class=\"cs-dropcap\" ]MThe hysteric shark adoringly because walrus one some some unfitting far connected kiwi abjectly woodchuck gosh rude changed where inconspicuous chose busily below this much compatible. The hysteric shark adoringly because walrus one some some unfitting far connected kiwi abjectly woodchuck gosh rude changed where inconspicuous.[/cs_dropcap]</cs_shortcode></dropcap><dropcap><page_element_size>50</page_element_size><dropcap_element_size>50</dropcap_element_size><cs_shortcode>[cs_dropcap dropcap_style=\"plain\" dropcap_size=\"80\" cs_dropcap_section_title=\"Drop Cap\" dropcap_color=\"#ec2c3b\" dropcap_bg_color=\"#ffffff\" cs_dropcap_class=\"3D-dropcap\" ]BThe hysteric shark adoringly because walrus one some some unfitting far connected kiwi abjectly woodchuck gosh rude changed where inconspicuous chose busily below this much compatible. The hysteric shark adoringly because walrus one some some unfitting far connected kiwi abjectly woodchuck gosh rude changed where inconspicuous.[/cs_dropcap]</cs_shortcode></dropcap><flex_column><page_element_size>100</page_element_size><flex_column_element_size>100</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;Text Highlight&quot; cs_column_class=&quot;cs-highlight&quot; ]&lt;p&gt;Scratched stank crud the before that much far jeepers far contrite far beyond in that enviable amidst shuddered ravingly jeez fractiously insect ahead a the especial alas babbled but abusively some up aboard assisted a zebra far the yet did gosh as oversaw during wildebeest some[cs_highlight highlight_color=&quot;#ffffff&quot; highlight_bg_color=&quot;#21cdec&quot; cs_custom_animation=&quot;fadeInUp&quot;]mmeasurably salient much against stupidly[/cs_highlight] guffawed [cs_highlight highlight_color=&quot;#ffffff&quot; highlight_bg_color=&quot;#ec2121&quot; cs_custom_animation=&quot;fadeInUp&quot;]mmeasurably salient much against stupidly[/cs_highlight]hugely deceivingly falcon stank up sheep among agilely rode a contrite far beyond in that enviable amidst shuddered ravingly jeepers far contrite far beyond in that enviable amidst shuddered ravingly&lt;/p&gt; [/cs_column]</cs_shortcode></flex_column><quote><page_element_size>100</page_element_size><quote_element_size>100</quote_element_size><cs_shortcode>[cs_quote quote_cite=\"Rick Masinday\" quote_cite_url=\"http://www.google.com\" quote_text_color=\"#000000\" quote_align=\"left\" cs_quote_section_title=\"Block Qoute\" cs_quote_class=\"cs-qoute\" ]Be Notably yikes far or copied by lorikeet besides much tiger opposite excursively unsafely opposite by the artfully lovingly be awakened the Wek ofbarked grabbed the leered cobra as otter rott oriole hey dwelled oh llama some brusquely. [/cs_quote]</cs_shortcode></quote><contactus><page_element_size>50</page_element_size><contactus_element_size>50</contactus_element_size><cs_shortcode>[cs_contactus cs_contactus_section_title=\"Form Style Plain\" cs_contactus_label=\"on\" cs_contactus_view=\"fancy\" cs_contactus_send=\"info@demoforwptheem.com\" cs_success=\"Message Sent Sucessfully\" cs_error=\"Filed is not valid\" ]</cs_shortcode></contactus><contactus><page_element_size>50</page_element_size><contactus_element_size>50</contactus_element_size><cs_shortcode>[cs_contactus cs_contactus_section_title=\"Form Style Classic\" cs_contactus_label=\"off\" cs_contactus_view=\"plain\" cs_contactus_send=\"info@demoforwptheem.com\" cs_success=\"Message Sent Sucessfully\" cs_error=\"Filed is not valid\" ]</cs_shortcode></contactus></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"#f0f0f0\" cs_section_padding_top=\"120\" cs_section_padding_bottom=\"90\" cs_section_border_bottom=\"1\" cs_section_border_top=\"1\" cs_section_border_color=\"#dfdfdf\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><tooltip><page_element_size>25</page_element_size><tooltip_element_size>25</tooltip_element_size><cs_shortcode>[cs_tooltip tooltip_hover_title=\"Top Tooltip\" tooltip_data_placement=\"top\" ]<h2>More less far favorably</h2>
\nMore less far favorably the because more jeepers customarily and eel giraffe versus when much far far learned since considering thus much opposite that where ashamed sorrowful upon nimble.[/cs_tooltip]</cs_shortcode></tooltip><tooltip><page_element_size>25</page_element_size><tooltip_element_size>25</tooltip_element_size><cs_shortcode>[cs_tooltip tooltip_hover_title=\"Bottom Tooltip\" tooltip_data_placement=\"bottom\" ]<h2>More less far favorably</h2>
\nMore less far favorably the because more jeepers customarily and eel giraffe versus when much far far learned since considering thus much opposite that where ashamed sorrowful upon nimble.[/cs_tooltip]</cs_shortcode></tooltip><tooltip><page_element_size>25</page_element_size><tooltip_element_size>25</tooltip_element_size><cs_shortcode>[cs_tooltip tooltip_hover_title=\"Left Tooltip\" tooltip_data_placement=\"left\" ]<h2>More less far favorably</h2>
\nMore less far favorably the because more jeepers customarily and eel giraffe versus when much far far learned since considering thus much opposite that where ashamed sorrowful upon nimble.[/cs_tooltip]</cs_shortcode></tooltip><tooltip><page_element_size>25</page_element_size><tooltip_element_size>25</tooltip_element_size><cs_shortcode>[cs_tooltip tooltip_hover_title=\"Right Tooltip\" tooltip_data_placement=\"right\" ]<h2>More less far favorably</h2>
\nMore less far favorably the because more jeepers customarily and eel giraffe versus when much far far learned since considering thus much opposite that where ashamed sorrowful upon nimble.[/cs_tooltip]</cs_shortcode></tooltip></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"40\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><flex_column><page_element_size>100</page_element_size><flex_column_element_size>100</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=\"1/1 Text\" cs_column_class=\"cs-column\" ]More less far favorably the because more jeepers customarily and eel giraffe versus when much far far learned since considering thus much opposite that where ashamed sorrowful upon nimble tore and hare but slattern after unlike walrus.jeepers customarily and eel giraffe versus when much far far learned since considering thus much opposite that where ashamed versus when much far far learned since considering thus much opposite that where ashamed sorrowful upon nimble tore and hare but slattern after unlike walrus.jeepers customarily [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>50</page_element_size><flex_column_element_size>50</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=\"1/2 Text\" ]Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering Be More less far favorably the because more jeepers thus much opposite that where ashamed sorrowful upon.the because more jeepers customarily and eel giraffe be versus when much far far learned since considering favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since consideBe More less far [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>50</page_element_size><flex_column_element_size>50</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=\"1/2 Text\" ]Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since consideBe More less far favorably the because more jeepers ring thus much opposite that where ashamed sorrowful upon.favorably the because more jeepers customarily and eel giraffe. Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since consideBe More less far favorably the because. [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>33</page_element_size><flex_column_element_size>33</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=\"1/3 One Third\" ]Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering thus much opposite that where ashamed sorrowful upon.Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned. [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>33</page_element_size><flex_column_element_size>33</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=\"1/3 One Third\" ]Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering thus much opposite that where ashamed sorrowful upon.Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned. [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>33</page_element_size><flex_column_element_size>33</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=\"1/3 One Third\" ]Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering thus much opposite. Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering thus much opposite. [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>67</page_element_size><flex_column_element_size>67</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=\"1/2 Text\" cs_column_class=\"cs-heading\" ]Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering Be More less far favorably the because more jeepers thus much opposite that where ashamed sorrowful upon.the because more jeepers customarily and eel giraffe be versus when much far far learned since considering favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since consideBe More less far [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>33</page_element_size><flex_column_element_size>33</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=\"1/3 text\" ]Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering thus much opposite that where. [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=\"1/4 One Fourth\" ]Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering thus much opposite. [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=\"1/4 One Fourth\" ]Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering thus much opposite. [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=\"1/4 One Fourth\" ]Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering thus much opposite. [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=\"1/4 One Fourth\" ]Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering thus much opposite. [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>75</page_element_size><flex_column_element_size>75</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=\"3/4 three fourth\" ]Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering thus much opposite that where ashamed sorrowful upon. giraffe be versus when much far far learned since considering thus much opposite that where ashamed sorrowful upon. when much far far learned since considering thus much opposite that where ashamed sorrowful upon.when much far far learned since considering thus much opposite that where ashamed sorrowful upon. [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=\"1/4 One. Fourth\" ]Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering thus much opposite. [/cs_column]</cs_shortcode></flex_column></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"40\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><divider><page_element_size>100</page_element_size><divider_element_size>100</divider_element_size><cs_shortcode>[cs_divider divider_style=\"crossy\" divider_backtotop=\"no\" divider_margin_top=\"0\" divider_margin_bottom=\"50\" divider_height=\"1\" ]</cs_shortcode></divider><flex_column><page_element_size>100</page_element_size><flex_column_element_size>100</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;Separators&quot; cs_column_class=&quot;cs-dividers&quot; ]&lt;p&gt;Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering thus much opposite.Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering thus much opposite.&lt;/p&gt; [/cs_column]</cs_shortcode></flex_column><divider><page_element_size>100</page_element_size><divider_element_size>100</divider_element_size><cs_shortcode>[cs_divider divider_style=\"plain\" divider_backtotop=\"no\" divider_margin_top=\"0\" divider_margin_bottom=\"50\" divider_height=\"1\" ]</cs_shortcode></divider><flex_column><page_element_size>100</page_element_size><flex_column_element_size>100</flex_column_element_size><cs_shortcode>[cs_column ]&lt;p&gt;Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering thus much opposite.Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering thus much opposite.&lt;/p&gt; [/cs_column]</cs_shortcode></flex_column><divider><page_element_size>100</page_element_size><divider_element_size>100</divider_element_size><cs_shortcode>[cs_divider divider_style=\"zigzag\" divider_backtotop=\"no\" divider_margin_top=\"0\" divider_margin_bottom=\"50\" divider_height=\"1\" ]</cs_shortcode></divider><flex_column><page_element_size>100</page_element_size><flex_column_element_size>100</flex_column_element_size><cs_shortcode>[cs_column ]&lt;p&gt;Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering thus much opposite.Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering thus much opposite.&lt;/p&gt; [/cs_column]</cs_shortcode></flex_column><divider><page_element_size>100</page_element_size><divider_element_size>100</divider_element_size><cs_shortcode>[cs_divider divider_style=\"small-zigzag\" divider_backtotop=\"no\" divider_margin_top=\"0\" divider_margin_bottom=\"50\" divider_height=\"1\" ]</cs_shortcode></divider><flex_column><page_element_size>100</page_element_size><flex_column_element_size>100</flex_column_element_size><cs_shortcode>[cs_column ]&lt;p&gt;Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering thus much opposite.Be More less far favorably the because more jeepers customarily and eel giraffe be versus when much far far learned since considering thus much opposite.&lt;/p&gt; [/cs_column]</cs_shortcode></flex_column><divider><page_element_size>100</page_element_size><divider_element_size>100</divider_element_size><cs_shortcode>[cs_divider divider_style=\"3box\" divider_backtotop=\"no\" divider_margin_top=\"0\" divider_margin_bottom=\"50\" divider_height=\"1\" ]</cs_shortcode></divider></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"40\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><list><page_element_size>33</page_element_size><list_element_size>33</list_element_size><cs_shortcode>[cs_list column_size=\"1/1\" cs_list_type=\"icon\" cs_border=\"no\" cs_list_section_title=\"List Style\" cs_list_class=\"cs-list\" ][list_item cs_list_icon=\"icon-dot\" ]This revealed more facetious darn[/list_item][list_item cs_list_icon=\"icon-dot\" ]Alas capybara goldfish tireless[/list_item][list_item cs_list_icon=\"icon-dot\" ]This revealed more facetious darn[/list_item][list_item cs_list_icon=\"icon-dot\" ]Alas capybara goldfish tireless[/list_item][list_item cs_list_icon=\"icon-dot\" ]This revealed more facetious darn[/list_item][list_item cs_list_icon=\"icon-dot\" ]Hurriedly editorially more because[/list_item][/cs_list]</cs_shortcode></list><list><page_element_size>33</page_element_size><list_element_size>33</list_element_size><cs_shortcode>[cs_list column_size=\"1/1\" cs_list_type=\"none\" cs_border=\"no\" cs_list_section_title=\"Simple\" cs_list_class=\"cs-simple-list\" ][list_item cs_list_icon=\"fa-circle-thin\" ]Regardless less savage reminantly[/list_item][list_item cs_list_icon=\"fa-circle-thin\" ]This revealed more facetious darn[/list_item][list_item cs_list_icon=\"fa-circle-thin\" ]Regardless less savage reminantly[/list_item][list_item cs_list_icon=\"fa-circle-thin\" ]This revealed more facetious darn[/list_item][list_item cs_list_icon=\"fa-circle-thin\" ]Regardless less savage reminantly[/list_item][list_item cs_list_icon=\"fa-circle-thin\" ]This revealed more facetious darn[/list_item][/cs_list]</cs_shortcode></list><list><page_element_size>33</page_element_size><list_element_size>33</list_element_size><cs_shortcode>[cs_list column_size=\"1/1\" cs_list_type=\"decimal\" cs_border=\"no\" cs_list_section_title=\"Order List\" cs_list_class=\"cs-order-list\" ][list_item cs_list_icon=\"fa-circle-o\" ]Regardless less savage reminantly[/list_item][list_item cs_list_icon=\"fa-circle-o\" ]This revealed more facetious darn[/list_item][list_item cs_list_icon=\"fa-circle-o\" ]Regardless less savage reminantly[/list_item][list_item cs_list_icon=\"fa-circle-o\" ]This revealed more facetious darn[/list_item][list_item cs_list_icon=\"fa-circle-o\" ]This revealed more facetious darn[/list_item][list_item cs_list_icon=\"fa-circle-o\" ]Alas capybara goldfish tireless[/list_item][/cs_list]</cs_shortcode></list><list><page_element_size>33</page_element_size><list_element_size>33</list_element_size><cs_shortcode>[cs_list column_size=\"1/1\" cs_list_type=\"icon\" cs_border=\"yes\" cs_list_section_title=\"Check Style\" cs_list_class=\"cs-check-list\" ][list_item cs_list_icon=\"icon-check\" ]Hurriedly editorially more because[/list_item][list_item cs_list_icon=\"icon-check\" ]Hurriedly editorially more because[/list_item][list_item cs_list_icon=\"icon-check\" ]Regardless less savage reminantly[/list_item][list_item cs_list_icon=\"icon-check\" ]This revealed more facetious darn[/list_item][list_item cs_list_icon=\"icon-check\" ]Alas capybara goldfish tireless[/list_item][list_item cs_list_icon=\"icon-check\" ]Hence chaste during owl the proved[/list_item][/cs_list]</cs_shortcode></list><list><page_element_size>33</page_element_size><list_element_size>33</list_element_size><cs_shortcode>[cs_list column_size=\"1/1\" cs_list_type=\"icon\" cs_border=\"yes\" cs_list_section_title=\"Multiple Style\" cs_list_class=\"cs-multiple-list\" ][list_item cs_list_icon=\"icon-arrow-circle-right\" ]Hence chaste during owl the proved[/list_item][list_item cs_list_icon=\"icon-android2\" ]Hurriedly editorially more because[/list_item][list_item cs_list_icon=\"icon-bitbucket-square\" ]Regardless less savage reminantly iguana[/list_item][list_item cs_list_icon=\"icon-bell\" ]This revealed more facetious darn broadcast[/list_item][list_item cs_list_icon=\"icon-automobile\" ]Alas capybara goldfish tireless inaudible one[/list_item][list_item cs_list_icon=\"icon-align-justify\" ]Hence chaste during owl the proved[/list_item][/cs_list]</cs_shortcode></list><list><page_element_size>33</page_element_size><list_element_size>33</list_element_size><cs_shortcode>[cs_list column_size=\"1/1\" cs_list_type=\"icon\" cs_border=\"yes\" cs_list_section_title=\"Dotted Style\" ][list_item cs_list_icon=\"icon-ellipsis\" ]Regardless less savage reminantly[/list_item][list_item cs_list_icon=\"icon-ellipsis\" ]Hence chaste during owl the proved[/list_item][list_item cs_list_icon=\"icon-ellipsis\" ]Unsuccessful llama unicorn much[/list_item][list_item cs_list_icon=\"icon-ellipsis\" ]Hurriedly editorially more because[/list_item][list_item cs_list_icon=\"icon-ellipsis\" ]Alas capybara goldfish tireless[/list_item][list_item cs_list_icon=\"icon-ellipsis\" ]This revealed more facetious darn[/list_item][/cs_list]</cs_shortcode></list></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"40\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><mesage><page_element_size>50</page_element_size><message_element_size>50</message_element_size><cs_shortcode>[cs_message cs_message_title=\"Error\" cs_text_color=\"#ffffff\" cs_background_color=\"#dd3e3b\" cs_icon_color=\"#ffffff\" cs_message_icon=\"icon-warning2\" cs_message_type=\"alert\" cs_style_type=\"fancy\" cs_message_close=\"yes\" cs_alert_style=\"threed_messagebox\" cs_msg_section_title=\"Message Box Alert\" ]Your shopping cart is empty! Browse our products here[/cs_message]</cs_shortcode></mesage><mesage><page_element_size>50</page_element_size><message_element_size>50</message_element_size><cs_shortcode>[cs_message cs_message_title=\"Information\" cs_text_color=\"#ffffff\" cs_background_color=\"#4a83b7\" cs_icon_color=\"#ffffff\" cs_message_icon=\"icon-info-circle\" cs_message_type=\"alert\" cs_style_type=\"fancy\" cs_message_close=\"yes\" cs_alert_style=\"threed_messagebox\" cs_msg_section_title=\"Message Alert Information\" ]There are 15 items in your cart. Checkout here[/cs_message]</cs_shortcode></mesage><mesage><page_element_size>50</page_element_size><message_element_size>50</message_element_size><cs_shortcode>[cs_message cs_message_title=\"Sucessfull\" cs_text_color=\"#ffffff\" cs_background_color=\"#9aab1b\" cs_icon_color=\"#ffffff\" cs_message_icon=\"icon-warning2\" cs_message_type=\"alert\" cs_style_type=\"fancy\" cs_message_close=\"yes\" cs_alert_style=\"threed_messagebox\" ]Item has been added to your cart! Checkout here[/cs_message]</cs_shortcode></mesage><mesage><page_element_size>50</page_element_size><message_element_size>50</message_element_size><cs_shortcode>[cs_message cs_message_title=\"Warning\" cs_text_color=\"#ffffff\" cs_background_color=\"#e89f1f\" cs_icon_color=\"#ffffff\" cs_message_icon=\"icon-warning2\" cs_message_type=\"alert\" cs_style_type=\"fancy\" cs_message_close=\"yes\" cs_alert_style=\"threed_messagebox\" ]Save 25% when you use the code SAVE123 at the checkout![/cs_message]</cs_shortcode></mesage><divider><page_element_size>100</page_element_size><divider_element_size>100</divider_element_size><cs_shortcode>[cs_divider ]</cs_shortcode></divider><testimonials><page_element_size>100</page_element_size><testimonials_element_size>100</testimonials_element_size><cs_shortcode>[cs_testimonials testimonial_style=\"slider\" 
\n testimonial_text_color=\"#ffffff\"
\n cs_testimonial_text_align=\"center\"
\n cs_testimonial_class=\"slide-testimonial\"
\n cs_testimonial_animation=\"\"
\n ][testimonial_item testimonial_company=\"Google Inc\" testimonial_author=\"Jake Watson \" ]More tapir near tolerant some redid save a that parrot flexed artificial fumeddously powerless a diligent smartly well hare constructive chromatically cassowary less blanched far at jeez shrugged this less.[/testimonial_item][testimonial_item testimonial_company=\"Google Inc\" testimonial_author=\"Julia Andrason\" ]More tapir near tolerant some redid save a that parrot flexed artificial fumeddously powerless a diligent smartly well hare constructive chromatically cassowary less blanched far at jeez shrugged this less.[/testimonial_item][testimonial_item testimonial_company=\"Amazon\" testimonial_author=\"Alex Droid\" ]More tapir near tolerant some redid save a that parrot flexed artificial fumeddously powerless a diligent smartly well hare constructive chromatically cassowary less blanched far at jeez shrugged this less.[/testimonial_item][testimonial_item testimonial_company=\"Chimp Design\" testimonial_author=\"Jhony\" ]More tapir near tolerant some redid save a that parrot flexed artificial fumeddously powerless a diligent smartly well hare constructive chromatically cassowary less blanched far at jeez shrugged this less.[/testimonial_item][/cs_testimonials]</cs_shortcode></testimonials></column></column_container></pagebuilder>\n'),(616,428,'_wp_page_template','default'),(617,428,'slide_template','default'),(618,428,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one <br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><accordion><page_element_size>100</page_element_size><accordion_element_size>100</accordion_element_size><cs_shortcode>[cs_accordian accordian_style=\"default\" cs_accordian_section_title=\"ACCORDIAN\" ][accordian_item accordion_title=\"Cordial mawkishly sourly picked squirrel much\" accordion_active=\"no\" ]Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook.[/accordian_item][accordian_item accordion_title=\"Very first Richardson Community Health Screening\" accordion_active=\"yes\" ]Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook.[/accordian_item][accordian_item accordion_title=\"First Richardson Community Health Screening\" accordion_active=\"no\" ]Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook.[/accordian_item][accordian_item accordion_title=\"First Richardson Community Health Screening\" accordion_active=\"yes\" ]Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook.[/accordian_item][/cs_accordian]</cs_shortcode></accordion><faq><page_element_size>100</page_element_size><faq_element_size>100</faq_element_size><cs_shortcode>[cs_faq cs_faq_section_title=\"FREQUENTLY ASKED QUESTIONS\" ][faq_item faq_title=\"Very First Richardson Community Health Screening\" faq_active=\"no\" cs_faq_icon=\"fa-question-circle\" ]Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook.Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook.[/faq_item][faq_item faq_title=\"Richardson Community Health Screening\" faq_active=\"yes\" cs_faq_icon=\"fa-question-circle\" ]Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook.Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook.[/faq_item][faq_item faq_title=\"First Richardson Community Health Screening\" faq_active=\"no\" cs_faq_icon=\"fa-question-circle\" ]Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook.Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook.[/faq_item][faq_item faq_title=\"Community Health Screening Very First Screening\" faq_active=\"no\" cs_faq_icon=\"fa-question-circle\" ]Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook.Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook.[/faq_item][/cs_faq]</cs_shortcode></faq><tabs><page_element_size>100</page_element_size><tabs_element_size>100</tabs_element_size><cs_shortcode>[cs_tabs cs_tabs_section_title=\"DEFUALT TABS\" cs_tab_style=\"default\" cs_tabs_class=\"\" cs_tabs_animation=\"\"][tab_item tab_title=\"EDUCATIONS\" tab_active=\"yes\" ]Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook until more so one instead hey well much execrably wherever partook because far up mongoose severe more the and more ouch beauteously shivered static tiger one inept jeez.ewrote returned reined dear unnecessary laggardly hawk cautious curtsied.[/tab_item][tab_item tab_title=\"BUILDING\" tab_active=\"no\" ]Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook until more so one instead hey well much execrably wherever partook because far up mongoose severe more the and more ouch beauteously shivered static tiger one inept jeez.ewrote returned reined dear unnecessary laggardly hawk cautious curtsied.[/tab_item][tab_item tab_title=\"POEPLE\" tab_active=\"no\" ]Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook until more so one instead hey well much execrably wherever partook because far up mongoose severe more the and more ouch beauteously shivered static tiger one inept jeez.ewrote returned reined dear unnecessary laggardly hawk cautious curtsied.[/tab_item][tab_item tab_title=\"WORSHIP\" tab_active=\"no\" ]Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook until more so one instead hey well much execrably wherever partook because far up mongoose severe more the and more ouch beauteously shivered static tiger one inept jeez.ewrote returned reined dear unnecessary laggardly hawk cautious curtsied.[/tab_item][/cs_tabs]</cs_shortcode></tabs><tabs><page_element_size>100</page_element_size><tabs_element_size>100</tabs_element_size><cs_shortcode>[cs_tabs cs_tabs_section_title=\"EMPTY TABS\" cs_tab_style=\"vertical\" cs_tabs_class=\"cs-vertical-tabs\" cs_tabs_animation=\"\"][tab_item tab_title=\"EDUCATIONS\" tab_active=\"yes\" ]<h6>OPPOSITE GOLDFISH INVOKED INTO THE ANONYMOUS ON DUBIOUS GLOWERE</h6>
\n<p>2.2 JTS \'S\' limited edition 500 Full Alfa Romeo service history, serviced every year regardless and has just been serviced. In the past month it has had new brake pads and discs all round, air conditioning serviced, full alfa romeo.</p> [cs_list cs_list_type=\"icon\" cs_border=\"no\"][list_item cs_list_icon=\"fa-circle-thin\" icon=\"Choose Icon\"] Regardless less savage reminantly iguana [/list_item][list_item cs_list_icon=\"fa-circle-thin\" icon=\"Choose Icon\"] Hence chaste during owl the proved [/list_item][list_item cs_list_icon=\"fa-circle-thin\" icon=\"Choose Icon\"] Unsuccessful llama unicorn much conservatively less [/list_item][list_item cs_list_icon=\"fa-circle-thin\" icon=\"Choose Icon\"] Less savage reminantly iguana [/list_item] [/cs_list][/tab_item][tab_item tab_title=\"POEPLE\" tab_active=\"no\" ]<h6>OPPOSITE GOLDFISH INVOKED INTO THE ANONYMOUS ON DUBIOUS GLOWERE</h6>
\n<p>2.2 JTS \'S\' limited edition 500 Full Alfa Romeo service history, serviced every year regardless and has just been serviced. In the past month it has had new brake pads and discs all round, air conditioning serviced, full alfa romeo.</p> [cs_list cs_list_type=\"icon\" cs_border=\"no\"][list_item cs_list_icon=\"fa-circle-thin\" icon=\"Choose Icon\"] Regardless less savage reminantly iguana [/list_item][list_item cs_list_icon=\"fa-circle-thin\" icon=\"Choose Icon\"] Hence chaste during owl the proved [/list_item][list_item cs_list_icon=\"fa-circle-thin\" icon=\"Choose Icon\"] Unsuccessful llama unicorn much conservatively less [/list_item][list_item cs_list_icon=\"fa-circle-thin\" icon=\"Choose Icon\"] Less savage reminantly iguana [/list_item] [/cs_list][/tab_item][tab_item tab_title=\"WORSHIP\" tab_active=\"no\" ]<h6>OPPOSITE GOLDFISH INVOKED INTO THE ANONYMOUS ON DUBIOUS GLOWERE</h6>
\n<p>2.2 JTS \'S\' limited edition 500 Full Alfa Romeo service history, serviced every year regardless and has just been serviced. In the past month it has had new brake pads and discs all round, air conditioning serviced, full alfa romeo.</p> [cs_list cs_list_type=\"icon\" cs_border=\"no\"][list_item cs_list_icon=\"fa-circle-thin\" icon=\"Choose Icon\"] Regardless less savage reminantly iguana [/list_item][list_item cs_list_icon=\"fa-circle-thin\" icon=\"Choose Icon\"] Hence chaste during owl the proved [/list_item][list_item cs_list_icon=\"fa-circle-thin\" icon=\"Choose Icon\"] Unsuccessful llama unicorn much conservatively less [/list_item][list_item cs_list_icon=\"fa-circle-thin\" icon=\"Choose Icon\"] Less savage reminantly iguana [/list_item] [/cs_list][/tab_item][tab_item tab_title=\"BUILDING\" tab_active=\"no\" ]<h6>OPPOSITE GOLDFISH INVOKED INTO THE ANONYMOUS ON DUBIOUS GLOWERE</h6>
\n<p>2.2 JTS \'S\' limited edition 500 Full Alfa Romeo service history, serviced every year regardless and has just been serviced. In the past month it has had new brake pads and discs all round, air conditioning serviced, full alfa romeo.</p> [cs_list cs_list_type=\"icon\" cs_border=\"no\"][list_item cs_list_icon=\"fa-circle-thin\" icon=\"Choose Icon\"] Regardless less savage reminantly iguana [/list_item][list_item cs_list_icon=\"fa-circle-thin\" icon=\"Choose Icon\"] Hence chaste during owl the proved [/list_item][list_item cs_list_icon=\"fa-circle-thin\" icon=\"Choose Icon\"] Unsuccessful llama unicorn much conservatively less [/list_item][list_item cs_list_icon=\"fa-circle-thin\" icon=\"Choose Icon\"] Less savage reminantly iguana [/list_item] [/cs_list][/tab_item][/cs_tabs]</cs_shortcode></tabs><services><page_element_size>25</page_element_size><services_element_size>25</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"icon\" cs_service_icon=\"icon-toolbox\" cs_service_icon_color=\"#4b3854\" service_icon_size=\"fa-5x\" cs_service_postion_modern=\"top-left\" cs_service_postion_classic=\"left\" cs_service_link_text=\"READ MORE\" cs_service_link_color=\"#4b3854\" cs_service_url=\"#\" ]In some heron oyster right or emptied frog contrary gosh pill reciprocating ladybug eel grasshopper. In some heron oyster right In some heron oyster right or emptied frog contrary gosh pill reciprocating ladybug eel grasshopper. In some heron oyster.[/cs_services]</cs_shortcode></services><services><page_element_size>25</page_element_size><services_element_size>25</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"icon\" cs_service_icon=\"icon-basket2\" cs_service_icon_color=\"#4b3854\" service_icon_size=\"fa-5x\" cs_service_postion_modern=\"top-left\" cs_service_postion_classic=\"left\" cs_service_link_text=\"READ MORE\" cs_service_link_color=\"#4b3854\" cs_service_url=\"#\" ]In some heron oyster right or emptied frog contrary gosh pill reciprocating ladybug eel grasshopper. In some heron oyster right In some heron oyster right or emptied frog contrary gosh pill reciprocating ladybug eel grasshopper. In some heron oyster.[/cs_services]</cs_shortcode></services><services><page_element_size>25</page_element_size><services_element_size>25</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"icon\" cs_service_icon=\"icon-megaphone3\" cs_service_icon_color=\"#4b3854\" service_icon_size=\"fa-5x\" cs_service_postion_modern=\"top-left\" cs_service_postion_classic=\"left\" cs_service_link_text=\"READ MORE\" cs_service_link_color=\"#4b3854\" cs_service_url=\"#\" ]In some heron oyster right or emptied frog contrary gosh pill reciprocating ladybug eel grasshopper. In some heron oyster right In some heron oyster right or emptied frog contrary gosh pill reciprocating ladybug eel grasshopper. In some heron oyster.[/cs_services]</cs_shortcode></services><services><page_element_size>25</page_element_size><services_element_size>25</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"icon\" cs_service_icon=\"icon-gift\" cs_service_icon_color=\"#4b3854\" service_icon_size=\"fa-5x\" cs_service_postion_modern=\"top-left\" cs_service_postion_classic=\"left\" cs_service_link_text=\"READ MORE\" cs_service_link_color=\"#4b3854\" cs_service_url=\"#\" ]In some heron oyster right or emptied frog contrary gosh pill reciprocating ladybug eel grasshopper. In some heron oyster right In some heron oyster right or emptied frog contrary gosh pill reciprocating ladybug eel grasshopper. In some heron oyster.[/cs_services]</cs_shortcode></services></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"-35\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><flex_column><page_element_size>50</page_element_size><flex_column_element_size>50</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;DEFAULT BUTTON&quot; ][cs_button button_size=&quot;btn-xlg&quot; button_title=&quot;X-LARGE BUTTON&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#dd5b57&quot; button_bg_color=&quot;#dd5b57&quot; button_color=&quot;#ffffff&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;btn-lg&quot; button_title=&quot;LARGE BUTTON&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#dd5b57&quot; button_bg_color=&quot;#dd5b57&quot; button_color=&quot;#ffffff&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;defualt small-btn&quot; button_title=&quot;MEDIUM&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#dd5b57&quot; button_bg_color=&quot;#dd5b57&quot; button_color=&quot;#ffffff&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;btn-sml&quot; button_title=&quot;SMALL&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#dd5b57&quot; button_bg_color=&quot;#dd5b57&quot; button_color=&quot;#ffffff&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>50</page_element_size><flex_column_element_size>50</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;DEFAULT WITH ICON&quot; ][cs_button button_size=&quot;btn-sml&quot; button_title=&quot;SMALL&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#dd5b57&quot; button_bg_color=&quot;#dd5b57&quot; button_color=&quot;#ffffff&quot; button_icon=&quot;icon-money&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;defualt small-btn&quot; button_title=&quot;MEDIUM&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#dd5b57&quot; button_bg_color=&quot;#dd5b57&quot; button_color=&quot;#ffffff&quot; button_icon=&quot;icon-money&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;btn-lg&quot; button_title=&quot;LARGE&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#dd5b57&quot; button_bg_color=&quot;#dd5b57&quot; button_color=&quot;#ffffff&quot; button_icon=&quot;icon-money&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;btn-xlg&quot; button_title=&quot;X-LARGE BUTTON&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#dd5b57&quot; button_bg_color=&quot;#dd5b57&quot; button_color=&quot;#ffffff&quot; button_icon=&quot;icon-money&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>50</page_element_size><flex_column_element_size>50</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;FLAT BUTTON&quot; ][cs_button button_size=&quot;btn-xlg&quot; button_title=&quot;X-LARGE BUTTON&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#1a80b6&quot; button_bg_color=&quot;#1a80b6&quot; button_color=&quot;#ffffff&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;btn-lg&quot; button_title=&quot;LARGE BUTTON&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#1a80b6&quot; button_bg_color=&quot;#1a80b6&quot; button_color=&quot;#ffffff&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;defualt small-btn&quot; button_title=&quot;MEDIUM&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#1a80b6&quot; button_bg_color=&quot;#1a80b6&quot; button_color=&quot;#ffffff&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;btn-sml&quot; button_title=&quot;SMALL&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#1a80b6&quot; button_bg_color=&quot;#1a80b6&quot; button_color=&quot;#ffffff&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>50</page_element_size><flex_column_element_size>50</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;FLAT BUTTON WITH ICON&quot; ][cs_button button_size=&quot;btn-sml&quot; button_title=&quot;SMALL&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#9db668&quot; button_bg_color=&quot;#9db668&quot; button_color=&quot;#ffffff&quot; button_icon=&quot;icon-money&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;defualt small-btn&quot; button_title=&quot;MEDIUM&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#9db668&quot; button_bg_color=&quot;#9db668&quot; button_color=&quot;#ffffff&quot; button_icon=&quot;icon-money&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;btn-lg&quot; button_title=&quot;LARGE&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#9db668&quot; button_bg_color=&quot;#9db668&quot; button_color=&quot;#ffffff&quot; button_icon=&quot;icon-money&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;btn-xlg&quot; button_title=&quot;X-LARGE BUTTON&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#9db668&quot; button_bg_color=&quot;#9db668&quot; button_color=&quot;#ffffff&quot; button_icon=&quot;icon-money&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>50</page_element_size><flex_column_element_size>50</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;STROKE BUTTONS&quot; ][cs_button button_size=&quot;btn-xlg&quot; button_title=&quot;X-LARGE BUTTON&quot; button_link=&quot;#&quot; button_border=&quot;yes&quot; border_button_color=&quot;#d44945&quot; button_bg_color=&quot;#ffffff&quot; button_color=&quot;#d44945&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;btn-lg&quot; button_title=&quot;LARGE BUTTON&quot; button_link=&quot;#&quot; button_border=&quot;yes&quot; border_button_color=&quot;#d44945&quot; button_bg_color=&quot;#ffffff&quot; button_color=&quot;#d44945&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;defualt small-btn&quot; button_title=&quot;MEDIUM&quot; button_link=&quot;#&quot; button_border=&quot;yes&quot; border_button_color=&quot;#d44945&quot; button_bg_color=&quot;#ffffff&quot; button_color=&quot;#d44945&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;btn-sml&quot; button_title=&quot;SMALL&quot; button_link=&quot;#&quot; button_border=&quot;yes&quot; border_button_color=&quot;#d44945&quot; button_bg_color=&quot;#ffffff&quot; button_color=&quot;#d44945&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>50</page_element_size><flex_column_element_size>50</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;STROKE BUTTONS WITH ICONS&quot; ][cs_button button_size=&quot;btn-sml&quot; button_title=&quot;SMALL&quot; button_link=&quot;#&quot; button_border=&quot;yes&quot; border_button_color=&quot;#d44945&quot; button_bg_color=&quot;#ffffff&quot; button_color=&quot;#d44945&quot; button_icon=&quot;icon-money&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;defualt small-btn&quot; button_title=&quot;MEDIUM&quot; button_link=&quot;#&quot; button_border=&quot;yes&quot; border_button_color=&quot;#d44945&quot; button_bg_color=&quot;#ffffff&quot; button_color=&quot;#d44945&quot; button_icon=&quot;icon-money&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;btn-lg&quot; button_title=&quot;LARGE&quot; button_link=&quot;#&quot; button_border=&quot;yes&quot; border_button_color=&quot;#d44945&quot; button_bg_color=&quot;#ffffff&quot; button_color=&quot;#d44945&quot; button_icon=&quot;icon-money&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;btn-xlg&quot; button_title=&quot;X-LARGE BUTTON&quot; button_link=&quot;#&quot; button_border=&quot;yes&quot; border_button_color=&quot;#d44945&quot; button_bg_color=&quot;#ffffff&quot; button_color=&quot;#d44945&quot; button_icon=&quot;icon-money&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>50</page_element_size><flex_column_element_size>50</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;3D BUTTONS&quot; ][cs_button button_size=&quot;btn-xlg&quot; button_title=&quot;X-LARGE BUTTON&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#dd5b57&quot; button_bg_color=&quot;#ec2b3a&quot; button_color=&quot;#ffffff&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;three-d&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;btn-lg&quot; button_title=&quot;LARGE BUTTON&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#dd5b57&quot; button_bg_color=&quot;#ec2b3a&quot; button_color=&quot;#ffffff&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;three-d&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;defualt small-btn&quot; button_title=&quot;MEDIUM&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#dd5b57&quot; button_bg_color=&quot;#ec2b3a&quot; button_color=&quot;#ffffff&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;three-d&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;btn-sml&quot; button_title=&quot;SMALL&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#dd5b57&quot; button_bg_color=&quot;#ec2b3a&quot; button_color=&quot;#ffffff&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;three-d&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>50</page_element_size><flex_column_element_size>50</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;3D BUTTON WITH ICON&quot; ][cs_button button_size=&quot;btn-sml&quot; button_title=&quot;SMALL&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#dd5b57&quot; button_bg_color=&quot;#ec2b3a&quot; button_color=&quot;#ffffff&quot; button_icon=&quot;icon-money&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;three-d&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;defualt small-btn&quot; button_title=&quot;MEDIUM&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#dd5b57&quot; button_bg_color=&quot;#ec2b3a&quot; button_color=&quot;#ffffff&quot; button_icon=&quot;icon-money&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;three-d&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;btn-lg&quot; button_title=&quot;LARGE&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#dd5b57&quot; button_bg_color=&quot;#ec2b3a&quot; button_color=&quot;#ffffff&quot; button_icon=&quot;icon-money&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;three-d&quot; button_target=&quot;_self&quot;][cs_button button_size=&quot;btn-xlg&quot; button_title=&quot;X-LARGE BUTTON&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#dd5b57&quot; button_bg_color=&quot;#ec2b3a&quot; button_color=&quot;#ffffff&quot; button_icon=&quot;icon-money&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;three-d&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"30\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>25</page_element_size><heading_element_size>25</heading_element_size><cs_shortcode>[cs_heading heading_title=\"FECTS CONTERS\" heading_style=\"1\" heading_size=\"28\" heading_align=\"left\" heading_font_style=\"normal\" heading_divider=\"off\" heading_color=\"#333333\" ]<p>In some heron oyster right or emptied frog contrary gosh pill reciprocating ladybug eel grasshopper.</p>
\n [cs_button button_size=\"defualt small-btn\" button_title=\"READ MORE\" button_link=\"#\" button_border=\"no\" border_button_color=\"#dd5b57\" button_bg_color=\"#ec2d3c\" button_color=\"#ffffff\" icon=\"Choose Icon\" button_icon_position=\"left\" button_type=\"rectangle\" button_target=\"_self\"][/cs_heading]</cs_shortcode></heading><counter><counter_element_size>25</counter_element_size><page_element_size>25</page_element_size><cs_shortcode>[cs_counter counter_style=\"classic\" counter_title=\"Registerd Instrectors\" counter_icon_type=\"icon\" counter_icon=\"icon-key2\" counter_icon_align=\"left\" counter_icon_color=\"#4b3854\" counter_numbers=\"895\" counter_number_color=\"#4b3854\" counter_text_color=\"#999999\" counter_border=\"on\" ][/cs_counter]</cs_shortcode></counter><counter><counter_element_size>25</counter_element_size><page_element_size>25</page_element_size><cs_shortcode>[cs_counter counter_style=\"classic\" counter_title=\"Registerd Instrectors\" counter_icon_type=\"icon\" counter_icon=\"icon-strategy\" counter_icon_align=\"left\" counter_icon_color=\"#4b3854\" counter_numbers=\"7789\" counter_number_color=\"#4b3854\" counter_text_color=\"#999999\" counter_border=\"on\" ][/cs_counter]</cs_shortcode></counter><counter><counter_element_size>25</counter_element_size><page_element_size>25</page_element_size><cs_shortcode>[cs_counter counter_style=\"classic\" counter_title=\"Registerd Instrectors\" counter_icon_type=\"icon\" counter_icon=\"icon-tools2\" counter_icon_align=\"left\" counter_icon_color=\"#4b3854\" counter_numbers=\"139\" counter_number_color=\"#4b3854\" counter_text_color=\"#999999\" counter_border=\"on\" ][/cs_counter]</cs_shortcode></counter></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><progressbars><progressbars_element_size>100</progressbars_element_size><page_element_size>100</page_element_size><cs_shortcode>[cs_progressbars cs_progressbars_style=\"plain-progressbar\" ][progressbar_item progressbars_title=\"PHOTOSHOP\" progressbars_percentage=\"98\" progressbars_color=\"#1fc0dd\" ][progressbar_item progressbars_title=\"FLASH\" progressbars_percentage=\"75\" progressbars_color=\"#ec2d3c\" ][progressbar_item progressbars_title=\"JAVA SCRIPT\" progressbars_percentage=\"65\" progressbars_color=\"#6ac72c\" ][progressbar_item progressbars_title=\"WORDPRESS\" progressbars_percentage=\"45\" progressbars_color=\"#505050\" ][progressbar_item progressbars_title=\"PHP\" progressbars_percentage=\"65\" progressbars_color=\"#ecba21\" ][/cs_progressbars]</cs_shortcode></progressbars><progressbars><progressbars_element_size>50</progressbars_element_size><page_element_size>50</page_element_size><cs_shortcode>[cs_progressbars cs_progressbars_style=\"strip-progressbar\" ][progressbar_item progressbars_title=\"PHOTOSHOP\" progressbars_percentage=\"99\" progressbars_color=\"#706b76\" ][progressbar_item progressbars_title=\"FLASH\" progressbars_percentage=\"65\" progressbars_color=\"#706b76\" ][progressbar_item progressbars_title=\"JAVA SCRIPT\" progressbars_percentage=\"70\" progressbars_color=\"#706b76\" ][progressbar_item progressbars_title=\"PHP\" progressbars_percentage=\"45\" progressbars_color=\"#706b76\" ][progressbar_item progressbars_title=\"WORDPRESS\" progressbars_percentage=\"80\" progressbars_color=\"#706b76\" ][/cs_progressbars]</cs_shortcode></progressbars><progressbars><progressbars_element_size>50</progressbars_element_size><page_element_size>50</page_element_size><cs_shortcode>[cs_progressbars cs_progressbars_style=\"round-strip-progressbar\" ][progressbar_item progressbars_title=\"PHOTOSHOP\" progressbars_percentage=\"65\" progressbars_color=\"#a7a7a7\" ][progressbar_item progressbars_title=\"FLASH\" progressbars_percentage=\"45\" progressbars_color=\"#a7a7a7\" ][progressbar_item progressbars_title=\"JAVA SCRIPT\" progressbars_percentage=\"65\" progressbars_color=\"#a7a7a7\" ][progressbar_item progressbars_title=\"PHP\" progressbars_percentage=\"75\" progressbars_color=\"#a7a7a7\" ][progressbar_item progressbars_title=\"WORDPRESS\" progressbars_percentage=\"98\" progressbars_color=\"#a7a7a7\" ][/cs_progressbars]</cs_shortcode></progressbars></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><pricetable><page_element_size>25</page_element_size><pricetable_element_size>25</pricetable_element_size><cs_shortcode>[cs_pricetable pricetable_style=\"simple\" pricetable_title=\"PERSONAL\" pricetable_title_bgcolor=\"#2a313a\" pricetable_price=\"$50\" pricetable_period=\"/MO\" pricetable_bgcolor=\"#eff2f5\" btn_text=\"FIND OUT MORE\" btn_bg_color=\"#e2e2e2\" pricetable_featured=\"No\" ][pricing_item pricing_feature=\"First Amazing Feature\" ][/pricing_item][pricing_item pricing_feature=\"Second Amazing Feature\" ][/pricing_item][pricing_item pricing_feature=\"Third Amazing Feature\" ][/pricing_item][pricing_item pricing_feature=\"Fourth Amazing Feature\" ][/pricing_item][pricing_item pricing_feature=\"Fifth Amazing Feature\" ][/pricing_item][/cs_pricetable]</cs_shortcode></pricetable><pricetable><page_element_size>25</page_element_size><pricetable_element_size>25</pricetable_element_size><cs_shortcode>[cs_pricetable pricetable_style=\"simple\" pricetable_title=\"TOP CLASS\" pricetable_title_bgcolor=\"#2a313a\" pricetable_price=\"$150\" pricetable_period=\"/MO\" pricetable_bgcolor=\"#eff2f5\" btn_text=\"FIND OUT MORE\" btn_bg_color=\"#e2e2e2\" pricetable_featured=\"No\" ][pricing_item pricing_feature=\"First Amazing Feature\" ][/pricing_item][pricing_item pricing_feature=\"Second Amazing Feature\" ][/pricing_item][pricing_item pricing_feature=\"Third Amazing Feature\" ][/pricing_item][pricing_item pricing_feature=\"Fourth Amazing Feature\" ][/pricing_item][pricing_item pricing_feature=\"Fifth Amazing Feature\" ][/pricing_item][/cs_pricetable]</cs_shortcode></pricetable><pricetable><page_element_size>25</page_element_size><pricetable_element_size>25</pricetable_element_size><cs_shortcode>[cs_pricetable pricetable_style=\"simple\" pricetable_title=\"YEARLY PACKAGE\" pricetable_title_bgcolor=\"#2a313a\" pricetable_price=\"$500\" pricetable_period=\"/MO\" pricetable_bgcolor=\"#eff2f5\" btn_text=\"FIND OUT MORE\" btn_bg_color=\"#e2e2e2\" pricetable_featured=\"No\" ][pricing_item pricing_feature=\"First Amazing Feature\" ][/pricing_item][pricing_item pricing_feature=\"Second Amazing Feature\" ][/pricing_item][pricing_item pricing_feature=\"Third Amazing Feature\" ][/pricing_item][pricing_item pricing_feature=\"Fourth Amazing Feature\" ][/pricing_item][pricing_item pricing_feature=\"Fifth Amazing Feature\" ][/pricing_item][/cs_pricetable]</cs_shortcode></pricetable><pricetable><page_element_size>25</page_element_size><pricetable_element_size>25</pricetable_element_size><cs_shortcode>[cs_pricetable pricetable_style=\"simple\" pricetable_title=\"STANDARD\" pricetable_title_bgcolor=\"#2a313a\" pricetable_price=\"$999\" pricetable_period=\"/MO\" pricetable_bgcolor=\"#eff2f5\" btn_text=\"FIND OUT MORE\" btn_bg_color=\"#e2e2e2\" pricetable_featured=\"No\" ][pricing_item pricing_feature=\"First Amazing Feature\" ][/pricing_item][pricing_item pricing_feature=\"Second Amazing Feature\" ][/pricing_item][pricing_item pricing_feature=\"Third Amazing Feature\" ][/pricing_item][pricing_item pricing_feature=\"Fourth Amazing Feature \" ][/pricing_item][pricing_item pricing_feature=\"Fith Amazing Feature\" ][/pricing_item][/cs_pricetable]</cs_shortcode></pricetable></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"#4b3854\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><call_to_action><page_element_size>100</page_element_size><call_to_action_element_size>100</call_to_action_element_size><cs_shortcode>[call_to_action cs_content_type=&quot;normal&quot; cs_call_action_title=&quot;FULL WIDTH CALL TO ACTION WITH BG COLOR&quot; cs_contents_color=&quot;#ffffff&quot; cs_contents_color=&quot;#ffffff&quot; cs_call_action_icon=&quot;icon-play6&quot; cs_icon_color=&quot;#ffffff&quot; cs_call_to_action_icon_background_color=&quot;#4b3854&quot; cs_call_to_action_button_link=&quot;#&quot; ]You can setup any youtube or vimeo videos to play. Instead of videos you 
\ncan also open other things.[/call_to_action]</cs_shortcode></call_to_action></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><table><table_element_size>100</table_element_size><page_element_size>100</page_element_size><cs_shortcode>[cs_table cs_table_section_title=\"CLASSIC TABLE STYLE\" table_style=\"classic\" ][table]
\n [thead]
\n [tr]
\n [th]QUICK FACTS[/th]
\n [th]NET PRICE[/th]
\n [th]DISCOUNT[/th]
\n [th]PRICE[/th]
\n [/tr]
\n [/thead]
\n [tbody]
\n [tr]
\n [td]Barebones Kit with 3.4GHz AMD[/td]
\n [td]$192.00[/td]
\n [td]$8.00[/td]
\n [td]$192.00[/td]
\n [/tr]
\n [tr]
\n [td]Barebones Kit with 3.4GHz AMD[/td]
\n [td]$192.00[/td]
\n [td]$8.00[/td]
\n [td]$192.00[/td]
\n [/tr]
\n [tr]
\n [td]Barebones Kit with 3.4GHz AMD[/td]
\n [td]$192.00[/td]
\n [td]$8.00[/td]
\n [td]$192.00[/td]
\n [/tr]
\n [tr]
\n [td]Barebones Kit with 3.4GHz AMD[/td]
\n [td]$192.00[/td]
\n [td]$8.00[/td]
\n [td]$192.00[/td]
\n [/tr]
\n [tr]
\n [td]Barebones Kit with 3.4GHz AMD[/td]
\n [td]$192.00[/td]
\n [td]$8.00[/td]
\n [td]$192.00[/td]
\n [/tr]
\n [tr]
\n [td]Barebones Kit with 3.4GHz AMD[/td]
\n [td]$192.00[/td]
\n [td]$8.00[/td]
\n [td]$192.00[/td]
\n [/tr]
\n [/tbody]
\n [/table][/cs_table]</cs_shortcode></table></column></column_container></pagebuilder>\n'),(619,726,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>default_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title/><header_banner_image/><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><custom_slider_id>1</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image/><cs_page_options/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout></pagebuilder>\n'),(620,726,'slide_template',''),(621,726,'_wp_page_template','default'),(622,776,'_wp_page_template','default'),(623,776,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>no-header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title/><header_banner_image/><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"-40\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"wide\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><map><page_element_size>100</page_element_size><cs_shortcode>[cs_map map_height=\"460\" map_lat=\"51.507351\" map_lon=\"-0.127758\" map_zoom=\"15\" map_type=\"ROADMAP\" map_info=\"229 Nayers Road London United Kingdom\" map_info_width=\"200\" map_info_height=\"200\" map_marker_icon=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Map-Tip.png\" map_show_marker=\"true\" map_controls=\"true\" map_draggable=\"false\" map_scrollwheel=\"false\" map_border=\"yes\" map_border_color=\"#ffffff\" map_border=\"yes\" ]</cs_shortcode></map></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"WE ARE BASED IN NEWYORK\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]Please be patient while waiting for response. (24/7 Support!) Phone General Inquiries: 1-888-123-4567-8900[/cs_heading]</cs_shortcode></heading><spacer><page_element_size>100</page_element_size><cs_shortcode>[cs_spacer cs_spacer_height=\"25\" ]</cs_shortcode></spacer><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;NEWYORK OFFICE&quot; ]WP Lawyers
\nSchönhauser Allee 167c
\n12345 Crickvilla
\nNewyork
\n[cs_list cs_list_type=&quot;icon&quot; cs_border=&quot;no&quot;][list_item =&quot;pho&quot; =&quot;null&quot; cs_list_icon=&quot;icon-phone4&quot;] Telephone: +49 30 47373795 [/list_item][list_item =&quot;prin&quot; =&quot;null&quot; cs_list_icon=&quot;icon-printer2&quot;] Fax: +49 30 47373795 [/list_item][list_item =&quot;env&quot; =&quot;null&quot; cs_list_icon=&quot;icon-envelope3&quot;] E-mail: info@wplawyers.com [/list_item] [/cs_list]
\n[cs_button button_size=&quot;btn-lg&quot; button_title=&quot;GET DIRECTIONS ON THE MAP&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#2a313a&quot; button_bg_color=&quot;#2a313a&quot; button_color=&quot;#ffffff&quot; =&quot;null&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;PARIS OFFICE&quot; ]2901 Marmora Road,
\nGlassgow, Seattle,
\nWA 98122
\n-1090
\n[cs_list cs_list_type=&quot;icon&quot; cs_border=&quot;no&quot;][list_item =&quot;pho&quot; =&quot;null&quot; cs_list_icon=&quot;icon-phone4&quot;] Telephone: +49 30 47373795 [/list_item][list_item =&quot;prin&quot; =&quot;null&quot; cs_list_icon=&quot;icon-printer2&quot;] Fax: +49 30 47373795 [/list_item][list_item =&quot;env&quot; =&quot;null&quot; cs_list_icon=&quot;icon-envelope3&quot;] E-mail: info@wplawyers.com [/list_item] [/cs_list]
\n[cs_button button_size=&quot;btn-lg&quot; button_title=&quot;GET DIRECTIONS ON THE MAP&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#2a313a&quot; button_bg_color=&quot;#2a313a&quot; button_color=&quot;#ffffff&quot; =&quot;null&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;LONDON OFFICE&quot; ]WP Lawyers
\nSchönhauser Allee 167c
\n12345 Crickvilla
\nLondon
\n[cs_list cs_list_type=&quot;icon&quot; cs_border=&quot;no&quot;][list_item =&quot;pho&quot; =&quot;null&quot; cs_list_icon=&quot;icon-phone4&quot;] Telephone: +49 30 47373795 [/list_item][list_item =&quot;prin&quot; =&quot;null&quot; cs_list_icon=&quot;icon-printer2&quot;] Fax: +49 30 47373795 [/list_item][list_item =&quot;env&quot; =&quot;null&quot; cs_list_icon=&quot;icon-envelope3&quot;] E-mail: info@wplawyers.com [/list_item] [/cs_list]
\n[cs_button button_size=&quot;btn-lg&quot; button_title=&quot;GET DIRECTIONS ON THE MAP&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#2a313a&quot; button_bg_color=&quot;#2a313a&quot; button_color=&quot;#ffffff&quot; =&quot;null&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;OFFICE TIMING&quot; ][cs_list cs_list_type=&quot;icon&quot; cs_border=&quot;no&quot;][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Monday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Tuesday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Wednesday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Thursday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Friday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Saturday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Sunday : 0900-1700hrs [/list_item] [/cs_list] [/cs_column]</cs_shortcode></flex_column></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Form-Bg-contactus.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"70\" cs_section_padding_bottom=\"50\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"FREE CASE EVALUATION\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]And untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted.[/cs_heading]</cs_shortcode></heading><contactus><page_element_size>100</page_element_size><contactus_element_size>100</contactus_element_size><cs_shortcode>[cs_contactus cs_contactus_label=\"on\" cs_contactus_view=\"fancy\" cs_contactus_send=\"demo@chimpgroup.com\" cs_success=\"Email Sent Successfull\" cs_error=\" Error...\" ]</cs_shortcode></contactus></column></column_container></pagebuilder>\n'),(624,776,'slide_template','default'),(625,776,'_wp_page_template','default'),(626,776,'slide_template','default'),(627,776,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>no-header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title/><header_banner_image/><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"-40\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"wide\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><map><page_element_size>100</page_element_size><cs_shortcode>[cs_map map_height=\"460\" map_lat=\"51.507351\" map_lon=\"-0.127758\" map_zoom=\"15\" map_type=\"ROADMAP\" map_info=\"229 Nayers Road London United Kingdom\" map_info_width=\"200\" map_info_height=\"200\" map_marker_icon=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Map-Tip.png\" map_show_marker=\"true\" map_controls=\"true\" map_draggable=\"false\" map_scrollwheel=\"false\" map_border=\"yes\" map_border_color=\"#ffffff\" map_border=\"yes\" ]</cs_shortcode></map></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"WE ARE BASED IN NEWYORK\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]Please be patient while waiting for response. (24/7 Support!) Phone General Inquiries: 1-888-123-4567-8900[/cs_heading]</cs_shortcode></heading><spacer><page_element_size>100</page_element_size><cs_shortcode>[cs_spacer cs_spacer_height=\"25\" ]</cs_shortcode></spacer><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;NEWYORK OFFICE&quot; ]WP Lawyers
\nSchönhauser Allee 167c
\n12345 Crickvilla
\nNewyork
\n[cs_list cs_list_type=&quot;icon&quot; cs_border=&quot;no&quot;][list_item =&quot;pho&quot; =&quot;null&quot; cs_list_icon=&quot;icon-phone4&quot;] Telephone: +49 30 47373795 [/list_item][list_item =&quot;prin&quot; =&quot;null&quot; cs_list_icon=&quot;icon-printer2&quot;] Fax: +49 30 47373795 [/list_item][list_item =&quot;env&quot; =&quot;null&quot; cs_list_icon=&quot;icon-envelope3&quot;] E-mail: info@wplawyers.com [/list_item] [/cs_list]
\n[cs_button button_size=&quot;btn-lg&quot; button_title=&quot;GET DIRECTIONS ON THE MAP&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#2a313a&quot; button_bg_color=&quot;#2a313a&quot; button_color=&quot;#ffffff&quot; =&quot;null&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;PARIS OFFICE&quot; ]2901 Marmora Road,
\nGlassgow, Seattle,
\nWA 98122
\n-1090
\n[cs_list cs_list_type=&quot;icon&quot; cs_border=&quot;no&quot;][list_item =&quot;pho&quot; =&quot;null&quot; cs_list_icon=&quot;icon-phone4&quot;] Telephone: +49 30 47373795 [/list_item][list_item =&quot;prin&quot; =&quot;null&quot; cs_list_icon=&quot;icon-printer2&quot;] Fax: +49 30 47373795 [/list_item][list_item =&quot;env&quot; =&quot;null&quot; cs_list_icon=&quot;icon-envelope3&quot;] E-mail: info@wplawyers.com [/list_item] [/cs_list]
\n[cs_button button_size=&quot;btn-lg&quot; button_title=&quot;GET DIRECTIONS ON THE MAP&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#2a313a&quot; button_bg_color=&quot;#2a313a&quot; button_color=&quot;#ffffff&quot; =&quot;null&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;LONDON OFFICE&quot; ]WP Lawyers
\nSchönhauser Allee 167c
\n12345 Crickvilla
\nLondon
\n[cs_list cs_list_type=&quot;icon&quot; cs_border=&quot;no&quot;][list_item =&quot;pho&quot; =&quot;null&quot; cs_list_icon=&quot;icon-phone4&quot;] Telephone: +49 30 47373795 [/list_item][list_item =&quot;prin&quot; =&quot;null&quot; cs_list_icon=&quot;icon-printer2&quot;] Fax: +49 30 47373795 [/list_item][list_item =&quot;env&quot; =&quot;null&quot; cs_list_icon=&quot;icon-envelope3&quot;] E-mail: info@wplawyers.com [/list_item] [/cs_list]
\n[cs_button button_size=&quot;btn-lg&quot; button_title=&quot;GET DIRECTIONS ON THE MAP&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#2a313a&quot; button_bg_color=&quot;#2a313a&quot; button_color=&quot;#ffffff&quot; =&quot;null&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;OFFICE TIMING&quot; ][cs_list cs_list_type=&quot;icon&quot; cs_border=&quot;no&quot;][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Monday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Tuesday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Wednesday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Thursday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Friday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Saturday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Sunday : 0900-1700hrs [/list_item] [/cs_list] [/cs_column]</cs_shortcode></flex_column></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Form-Bg-contactus.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"70\" cs_section_padding_bottom=\"50\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"FREE CASE EVALUATION\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]And untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted.[/cs_heading]</cs_shortcode></heading><contactus><page_element_size>100</page_element_size><contactus_element_size>100</contactus_element_size><cs_shortcode>[cs_contactus cs_contactus_label=\"on\" cs_contactus_view=\"fancy\" cs_contactus_send=\"demo@chimpgroup.com\" cs_success=\"Email Sent Successfull\" cs_error=\" Error...\" ]</cs_shortcode></contactus></column></column_container></pagebuilder>\n'),(628,776,'_wp_page_template','default'),(629,776,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>no-header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title/><header_banner_image/><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"-40\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"wide\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><map><page_element_size>100</page_element_size><cs_shortcode>[cs_map map_height=\"460\" map_lat=\"51.507351\" map_lon=\"-0.127758\" map_zoom=\"15\" map_type=\"ROADMAP\" map_info=\"229 Nayers Road London United Kingdom\" map_info_width=\"200\" map_info_height=\"200\" map_marker_icon=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Map-Tip.png\" map_show_marker=\"true\" map_controls=\"true\" map_draggable=\"false\" map_scrollwheel=\"false\" map_border=\"yes\" map_border_color=\"#ffffff\" map_border=\"yes\" ]</cs_shortcode></map></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"WE ARE BASED IN NEWYORK\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]Please be patient while waiting for response. (24/7 Support!) Phone General Inquiries: 1-888-123-4567-8900[/cs_heading]</cs_shortcode></heading><spacer><page_element_size>100</page_element_size><cs_shortcode>[cs_spacer cs_spacer_height=\"25\" ]</cs_shortcode></spacer><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;NEWYORK OFFICE&quot; ]WP Lawyers
\nSchönhauser Allee 167c
\n12345 Crickvilla
\nNewyork
\n[cs_list cs_list_type=&quot;icon&quot; cs_border=&quot;no&quot;][list_item =&quot;pho&quot; =&quot;null&quot; cs_list_icon=&quot;icon-phone4&quot;] Telephone: +49 30 47373795 [/list_item][list_item =&quot;prin&quot; =&quot;null&quot; cs_list_icon=&quot;icon-printer2&quot;] Fax: +49 30 47373795 [/list_item][list_item =&quot;env&quot; =&quot;null&quot; cs_list_icon=&quot;icon-envelope3&quot;] E-mail: info@wplawyers.com [/list_item] [/cs_list]
\n[cs_button button_size=&quot;btn-lg&quot; button_title=&quot;GET DIRECTIONS ON THE MAP&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#2a313a&quot; button_bg_color=&quot;#2a313a&quot; button_color=&quot;#ffffff&quot; =&quot;null&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;PARIS OFFICE&quot; ]2901 Marmora Road,
\nGlassgow, Seattle,
\nWA 98122
\n-1090
\n[cs_list cs_list_type=&quot;icon&quot; cs_border=&quot;no&quot;][list_item =&quot;pho&quot; =&quot;null&quot; cs_list_icon=&quot;icon-phone4&quot;] Telephone: +49 30 47373795 [/list_item][list_item =&quot;prin&quot; =&quot;null&quot; cs_list_icon=&quot;icon-printer2&quot;] Fax: +49 30 47373795 [/list_item][list_item =&quot;env&quot; =&quot;null&quot; cs_list_icon=&quot;icon-envelope3&quot;] E-mail: info@wplawyers.com [/list_item] [/cs_list]
\n[cs_button button_size=&quot;btn-lg&quot; button_title=&quot;GET DIRECTIONS ON THE MAP&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#2a313a&quot; button_bg_color=&quot;#2a313a&quot; button_color=&quot;#ffffff&quot; =&quot;null&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;LONDON OFFICE&quot; ]WP Lawyers
\nSchönhauser Allee 167c
\n12345 Crickvilla
\nLondon
\n[cs_list cs_list_type=&quot;icon&quot; cs_border=&quot;no&quot;][list_item =&quot;pho&quot; =&quot;null&quot; cs_list_icon=&quot;icon-phone4&quot;] Telephone: +49 30 47373795 [/list_item][list_item =&quot;prin&quot; =&quot;null&quot; cs_list_icon=&quot;icon-printer2&quot;] Fax: +49 30 47373795 [/list_item][list_item =&quot;env&quot; =&quot;null&quot; cs_list_icon=&quot;icon-envelope3&quot;] E-mail: info@wplawyers.com [/list_item] [/cs_list]
\n[cs_button button_size=&quot;btn-lg&quot; button_title=&quot;GET DIRECTIONS ON THE MAP&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#2a313a&quot; button_bg_color=&quot;#2a313a&quot; button_color=&quot;#ffffff&quot; =&quot;null&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;OFFICE TIMING&quot; ][cs_list cs_list_type=&quot;icon&quot; cs_border=&quot;no&quot;][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Monday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Tuesday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Wednesday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Thursday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Friday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Saturday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Sunday : 0900-1700hrs [/list_item] [/cs_list] [/cs_column]</cs_shortcode></flex_column></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Form-Bg-contactus.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"70\" cs_section_padding_bottom=\"50\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"FREE CASE EVALUATION\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]And untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted.[/cs_heading]</cs_shortcode></heading><contactus><page_element_size>100</page_element_size><contactus_element_size>100</contactus_element_size><cs_shortcode>[cs_contactus cs_contactus_label=\"on\" cs_contactus_view=\"fancy\" cs_contactus_send=\"demo@chimpgroup.com\" cs_success=\"Email Sent Successfull\" cs_error=\" Error...\" ]</cs_shortcode></contactus></column></column_container></pagebuilder>\n'),(630,776,'slide_template','default'),(631,776,'_wp_page_template','default'),(632,776,'slide_template','default'),(633,776,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>no-header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title/><header_banner_image/><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"-40\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"wide\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><map><page_element_size>100</page_element_size><cs_shortcode>[cs_map map_height=\"460\" map_lat=\"51.507351\" map_lon=\"-0.127758\" map_zoom=\"15\" map_type=\"ROADMAP\" map_info=\"229 Nayers Road London United Kingdom\" map_info_width=\"200\" map_info_height=\"200\" map_marker_icon=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Map-Tip.png\" map_show_marker=\"true\" map_controls=\"true\" map_draggable=\"false\" map_scrollwheel=\"false\" map_border=\"yes\" map_border_color=\"#ffffff\" map_border=\"yes\" ]</cs_shortcode></map></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"WE ARE BASED IN NEWYORK\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]Please be patient while waiting for response. (24/7 Support!) Phone General Inquiries: 1-888-123-4567-8900[/cs_heading]</cs_shortcode></heading><spacer><page_element_size>100</page_element_size><cs_shortcode>[cs_spacer cs_spacer_height=\"25\" ]</cs_shortcode></spacer><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;NEWYORK OFFICE&quot; ]WP Lawyers
\nSchönhauser Allee 167c
\n12345 Crickvilla
\nNewyork
\n[cs_list cs_list_type=&quot;icon&quot; cs_border=&quot;no&quot;][list_item =&quot;pho&quot; =&quot;null&quot; cs_list_icon=&quot;icon-phone4&quot;] Telephone: +49 30 47373795 [/list_item][list_item =&quot;prin&quot; =&quot;null&quot; cs_list_icon=&quot;icon-printer2&quot;] Fax: +49 30 47373795 [/list_item][list_item =&quot;env&quot; =&quot;null&quot; cs_list_icon=&quot;icon-envelope3&quot;] E-mail: info@wplawyers.com [/list_item] [/cs_list]
\n[cs_button button_size=&quot;btn-lg&quot; button_title=&quot;GET DIRECTIONS ON THE MAP&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#2a313a&quot; button_bg_color=&quot;#2a313a&quot; button_color=&quot;#ffffff&quot; =&quot;null&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;PARIS OFFICE&quot; ]2901 Marmora Road,
\nGlassgow, Seattle,
\nWA 98122
\n-1090
\n[cs_list cs_list_type=&quot;icon&quot; cs_border=&quot;no&quot;][list_item =&quot;pho&quot; =&quot;null&quot; cs_list_icon=&quot;icon-phone4&quot;] Telephone: +49 30 47373795 [/list_item][list_item =&quot;prin&quot; =&quot;null&quot; cs_list_icon=&quot;icon-printer2&quot;] Fax: +49 30 47373795 [/list_item][list_item =&quot;env&quot; =&quot;null&quot; cs_list_icon=&quot;icon-envelope3&quot;] E-mail: info@wplawyers.com [/list_item] [/cs_list]
\n[cs_button button_size=&quot;btn-lg&quot; button_title=&quot;GET DIRECTIONS ON THE MAP&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#2a313a&quot; button_bg_color=&quot;#2a313a&quot; button_color=&quot;#ffffff&quot; =&quot;null&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;LONDON OFFICE&quot; ]WP Lawyers
\nSchönhauser Allee 167c
\n12345 Crickvilla
\nLondon
\n[cs_list cs_list_type=&quot;icon&quot; cs_border=&quot;no&quot;][list_item =&quot;pho&quot; =&quot;null&quot; cs_list_icon=&quot;icon-phone4&quot;] Telephone: +49 30 47373795 [/list_item][list_item =&quot;prin&quot; =&quot;null&quot; cs_list_icon=&quot;icon-printer2&quot;] Fax: +49 30 47373795 [/list_item][list_item =&quot;env&quot; =&quot;null&quot; cs_list_icon=&quot;icon-envelope3&quot;] E-mail: info@wplawyers.com [/list_item] [/cs_list]
\n[cs_button button_size=&quot;btn-lg&quot; button_title=&quot;GET DIRECTIONS ON THE MAP&quot; button_link=&quot;#&quot; button_border=&quot;no&quot; border_button_color=&quot;#2a313a&quot; button_bg_color=&quot;#2a313a&quot; button_color=&quot;#ffffff&quot; =&quot;null&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_self&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;OFFICE TIMING&quot; ][cs_list cs_list_type=&quot;icon&quot; cs_border=&quot;no&quot;][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Monday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Tuesday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Wednesday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Thursday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Friday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Saturday : 0900-1700hrs [/list_item][list_item =&quot;clock&quot; =&quot;null&quot; cs_list_icon=&quot;icon-clock7&quot;] Sunday : 0900-1700hrs [/list_item] [/cs_list] [/cs_column]</cs_shortcode></flex_column></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Form-Bg-contactus.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"70\" cs_section_padding_bottom=\"50\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"FREE CASE EVALUATION\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]And untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted.[/cs_heading]</cs_shortcode></heading><contactus><page_element_size>100</page_element_size><contactus_element_size>100</contactus_element_size><cs_shortcode>[cs_contactus cs_contactus_label=\"on\" cs_contactus_view=\"fancy\" cs_contactus_send=\"demo@chimpgroup.com\" cs_success=\"Email Sent Successfull\" cs_error=\" Error...\" ]</cs_shortcode></contactus></column></column_container></pagebuilder>\n'),(634,778,'_wp_page_template','default'),(635,778,'slide_template','default'),(636,778,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>off</page_title><page_breadcrumbs>off</page_breadcrumbs><subheader_padding_switch>custom</subheader_padding_switch><subheader_padding_top>160</subheader_padding_top><subheader_padding_bottom>5</subheader_padding_bottom><page_custom_menu/><page_title_align>center</page_title_align><page_custom_title/><page_subheading_title>[cs_image column_size=\"1/1\" image_style=\"frame-plane\" cs_image_url=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Abouts-Us-Icon.png\" cs_image_url197791=\"Browse\"][/cs_image]
\n[cs_heading column_size=\"1/1\" heading_title=\"About Us \" heading_style=\"1\" heading_size=\"50\" heading_align=\"center\" heading_divider=\"off\" heading_font_style=\"normal\" heading_color=\"#ffffff\" heading_content_color=\"#ffffff\"][/cs_heading]
\n
\n[cs_heading column_size=\"1/1\" heading_title=\"We are Providing Legal Help Pioneers\" heading_style=\"2\" heading_size=\"30\" heading_align=\"center\" heading_divider=\"off\" heading_font_style=\"normal\" heading_color=\"#ffffff\" heading_content_color=\"#ffffff\"][/cs_heading]
\n</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Subheader-About-Us.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/About-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"20\" cs_section_padding_bottom=\"10\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"Our International Law Firm believes that clients\' success determines our own. So we ensure both by collaborating with our clients to achieve their goals.\" heading_style=\"1\" heading_size=\"24\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ][/cs_heading]</cs_shortcode></heading><flex_column><page_element_size>33</page_element_size><flex_column_element_size>33</flex_column_element_size><cs_shortcode>[cs_column ][/cs_column]</cs_shortcode></flex_column><heading><page_element_size>67</page_element_size><heading_element_size>67</heading_element_size><cs_shortcode>[cs_heading heading_style=\"1\" heading_size=\"60\" heading_align=\"left\" heading_font_style=\"normal\" heading_divider=\"off\" ][cs_column column_size=\"1/1\"]
\n<h1>About Us</h1>
\n<h4>That clients\' success determines our own. So we ensure both by clients\' success determines our collaborating with our clients to achieve their goals.</h4>[/cs_column][cs_column column_size=\"1/2\"]Apart and limply monstrous far much added you oyster bawled lost in hey due so armadillo tpangolin sexual aboard much alas dragonfly be more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed best wherever squinted drew much oh sloth as some when scornfully cut involuntarily at audible goodness Apart and limply omberly or best estful flexed wherever squinted drew much oh sloth as some when scornfully.<br /><br /> <h2>James Warson</h2>[/cs_column] [cs_column column_size=\"1/2\"]Apart and limply monstrous far much added be oyster bawled lost in hey due so armadillo pangolin sexual aboard much alas dragonfly the more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed wherever squinted drew much oh sloth as best of th some when scornfully cut involuntarily at audible goodness.[/cs_column]
\n[/cs_heading]</cs_shortcode></heading></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Service-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"75\" cs_section_padding_bottom=\"290\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"WHAT WE DO?\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]And untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted.[/cs_heading]</cs_shortcode></heading><spacer><page_element_size>100</page_element_size><cs_shortcode>[cs_spacer cs_spacer_height=\"5\" ]</cs_shortcode></spacer><services><page_element_size>33</page_element_size><services_element_size>33</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-01.png\" service_icon_size=\"fa-2x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"BEST LAWYERS\" cs_service_link_text=\"READ MORE\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Development dolor sit amet consectetur sit amet consequat eros. Pellentesque pharetra contrary popular beliefs simply pharetra.[/cs_services]</cs_shortcode></services><services><page_element_size>33</page_element_size><services_element_size>33</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-02.png\" service_icon_size=\"fa-2x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"BEST CASE STRATEGY\" cs_service_link_text=\"READ MORE\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Development dolor sit amet consectetur sit amet consequat eros. Pellentesque pharetra contrary popular beliefs simply pharetra.[/cs_services]</cs_shortcode></services><services><page_element_size>33</page_element_size><services_element_size>33</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-03.png\" service_icon_size=\"fa-2x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"FULLY CASE STUDIES\" cs_service_link_text=\"READ MORE\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Development dolor sit amet consectetur sit amet consequat eros. Pellentesque pharetra contrary popular beliefs simply pharetra.[/cs_services]</cs_shortcode></services></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Expert-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"75\" cs_section_padding_bottom=\"125\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>33</page_element_size><heading_element_size>33</heading_element_size><cs_shortcode>[cs_heading heading_title=\"TEAM OF EXPERT ATTORNEYS\" heading_style=\"1\" heading_size=\"40\" heading_align=\"left\" heading_font_style=\"normal\" heading_divider=\"off\" ][cs_divider divider_style=\"plain\" divider_backtotop=\"no\" divider_height=\"1\"][/cs_heading]</cs_shortcode></heading><flex_column><page_element_size>67</page_element_size><flex_column_element_size>67</flex_column_element_size><cs_shortcode>[cs_column ][/cs_column]</cs_shortcode></flex_column><heading><page_element_size>50</page_element_size><heading_element_size>50</heading_element_size><cs_shortcode>[cs_heading heading_title=\"Determines our own. So we ensure both by clients\' success determines collaborating with our clients to achieve their goals.\" heading_style=\"1\" heading_size=\"18\" heading_align=\"left\" heading_font_style=\"normal\" heading_divider=\"off\" ]Apart and limply monstrous far much added you oyster bawled lost in hey due so armadillo tpangolin sexual aboard much alas dragonfly be more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed best wherever squinted drew much oh sloth as some when scornfully cut involuntarily at audible goodness Apart and limply omberly or best estful flexed wherever squinted drew much oh sloth as some when scornfully.<br /><br />
\n[cs_button button_size=\"btn-lg\" button_title=\"MEET OUR TEAM\" button_link=\"#\" button_border=\"yes\" border_button_color=\"#ffffff\" button_bg_color=\"#4b3854\" button_color=\"#ffffff\" icon=\"Choose Icon\" button_icon_position=\"left\" button_type=\"rectangle\" button_target=\"_self\"] [cs_button button_size=\"btn-lg\" button_title=\"DISCUS YOUR CASE\" button_link=\"#\" button_border=\"yes\" border_button_color=\"#ffffff\" button_bg_color=\"#4b3854\" button_color=\"#ffffff\" icon=\"Choose Icon\" button_icon_position=\"left\" button_type=\"rectangle\" button_target=\"_self\"][/cs_heading]</cs_shortcode></heading><flex_column><page_element_size>50</page_element_size><flex_column_element_size>50</flex_column_element_size><cs_shortcode>[cs_column ][/cs_column]</cs_shortcode></flex_column></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Testimonials-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"106\" cs_section_padding_bottom=\"60\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>33</page_element_size><heading_element_size>33</heading_element_size><cs_shortcode>[cs_heading heading_title=\"HAPPY CLIENTS\" heading_style=\"1\" heading_size=\"30\" heading_align=\"left\" heading_font_style=\"normal\" heading_divider=\"off\" heading_color=\"#ffffff\" heading_content_color=\"#ffffff\" ]Apart and limply monstrous far much added you oyster bawled lost in hey due so armadillo tpangolin sexual aboard much alas dragonfly be more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed.<br /><br />
\n[cs_button button_size=\"btn-lg\" button_title=\"ALL STORIES\" button_link=\"#\" button_border=\"yes\" border_button_color=\"#4b3854\" button_bg_color=\"#4b3854\" button_color=\"#ffffff\" icon=\"Choose Icon\" button_icon_position=\"left\" button_type=\"rectangle\" button_target=\"_self\"][/cs_heading]</cs_shortcode></heading><testimonials><page_element_size>33</page_element_size><testimonials_element_size>33</testimonials_element_size><cs_shortcode>[cs_testimonials testimonial_style=\"fancy\" 
\n testimonial_text_color=\"#ffffff\"
\n cs_testimonial_text_align=\"left\"
\n cs_testimonial_class=\"\"
\n cs_testimonial_animation=\"\"
\n ][testimonial_item testimonial_company=\"READ FULL STORY\" testimonial_img=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Lawyer-Team-junior-2.jpg\" testimonial_author=\"JAMES WARSON\" ]Acutely apart stank somberly amidst yikes however and reflective dachshund much petted penguin fashionably slickly ouch jeez but this much human opposite unlike porpoise that far because.[/testimonial_item][/cs_testimonials]</cs_shortcode></testimonials><testimonials><page_element_size>33</page_element_size><testimonials_element_size>33</testimonials_element_size><cs_shortcode>[cs_testimonials testimonial_style=\"fancy\" 
\n testimonial_text_color=\"#ffffff\"
\n cs_testimonial_text_align=\"left\"
\n cs_testimonial_class=\"\"
\n cs_testimonial_animation=\"\"
\n ][testimonial_item testimonial_company=\"READ FULL STORY\" testimonial_img=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Lawyer-Team-junior-1.jpg\" testimonial_author=\"JACK HARISON\" ]Acutely apart stank somberly amidst yikes however and reflective dachshund much petted penguin fashionably slickly ouch jeez but this much human opposite unlike porpoise that far because. apart stank somberly amidst yikes however.[/testimonial_item][/cs_testimonials]</cs_shortcode></testimonials></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"60\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"-20\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"OUR PARTNERS\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]And untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted.[/cs_heading]</cs_shortcode></heading><clients><page_element_size>100</page_element_size><clients_element_size>100</clients_element_size><cs_shortcode>[cs_clients cs_clients_view=\"grid\" cs_client_border=\"yes\" cs_client_gray=\"no\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Flag-of-United-States-Justice.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-bar-association.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Govt-of-somewhere.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Justice-Australia.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Key-Person.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Land-for-justice.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Lawyer.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Owl-Land.png\" ][/cs_clients]</cs_shortcode></clients></column></column_container></pagebuilder>\n'),(637,778,'_wp_page_template','default'),(638,778,'slide_template','default'),(639,778,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>off</page_title><page_breadcrumbs>off</page_breadcrumbs><subheader_padding_switch>custom</subheader_padding_switch><subheader_padding_top>160</subheader_padding_top><subheader_padding_bottom>5</subheader_padding_bottom><page_custom_menu/><page_title_align>center</page_title_align><page_custom_title/><page_subheading_title>[cs_image column_size=\"1/1\" image_style=\"frame-plane\" cs_image_url=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Abouts-Us-Icon.png\" cs_image_url197791=\"Browse\"][/cs_image]
\n[cs_heading column_size=\"1/1\" heading_title=\"About Us \" heading_style=\"1\" heading_size=\"50\" heading_align=\"center\" heading_divider=\"off\" heading_font_style=\"normal\" heading_color=\"#ffffff\" heading_content_color=\"#ffffff\"][/cs_heading]
\n
\n[cs_heading column_size=\"1/1\" heading_title=\"We are Providing Legal Help Pioneers\" heading_style=\"2\" heading_size=\"30\" heading_align=\"center\" heading_divider=\"off\" heading_font_style=\"normal\" heading_color=\"#ffffff\" heading_content_color=\"#ffffff\"][/cs_heading]
\n</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Subheader-About-Us.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/About-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"20\" cs_section_padding_bottom=\"10\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"Our International Law Firm believes that clients\' success determines our own. So we ensure both by collaborating with our clients to achieve their goals.\" heading_style=\"1\" heading_size=\"24\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ][/cs_heading]</cs_shortcode></heading><flex_column><page_element_size>33</page_element_size><flex_column_element_size>33</flex_column_element_size><cs_shortcode>[cs_column ][/cs_column]</cs_shortcode></flex_column><heading><page_element_size>67</page_element_size><heading_element_size>67</heading_element_size><cs_shortcode>[cs_heading heading_style=\"1\" heading_size=\"60\" heading_align=\"left\" heading_font_style=\"normal\" heading_divider=\"off\" ][cs_column column_size=\"1/1\"]
\n<h1>About Us</h1>
\n<h4>That clients\' success determines our own. So we ensure both by clients\' success determines our collaborating with our clients to achieve their goals.</h4>[/cs_column][cs_column column_size=\"1/2\"]Apart and limply monstrous far much added you oyster bawled lost in hey due so armadillo tpangolin sexual aboard much alas dragonfly be more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed best wherever squinted drew much oh sloth as some when scornfully cut involuntarily at audible goodness Apart and limply omberly or best estful flexed wherever squinted drew much oh sloth as some when scornfully.<br /><br /> <h2>James Warson</h2>[/cs_column] [cs_column column_size=\"1/2\"]Apart and limply monstrous far much added be oyster bawled lost in hey due so armadillo pangolin sexual aboard much alas dragonfly the more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed wherever squinted drew much oh sloth as best of th some when scornfully cut involuntarily at audible goodness.[/cs_column]
\n[/cs_heading]</cs_shortcode></heading></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Service-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"75\" cs_section_padding_bottom=\"290\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"WHAT WE DO?\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]And untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted.[/cs_heading]</cs_shortcode></heading><spacer><page_element_size>100</page_element_size><cs_shortcode>[cs_spacer cs_spacer_height=\"5\" ]</cs_shortcode></spacer><services><page_element_size>33</page_element_size><services_element_size>33</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-01.png\" service_icon_size=\"fa-2x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"BEST LAWYERS\" cs_service_link_text=\"READ MORE\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Development dolor sit amet consectetur sit amet consequat eros. Pellentesque pharetra contrary popular beliefs simply pharetra.[/cs_services]</cs_shortcode></services><services><page_element_size>33</page_element_size><services_element_size>33</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-02.png\" service_icon_size=\"fa-2x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"BEST CASE STRATEGY\" cs_service_link_text=\"READ MORE\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Development dolor sit amet consectetur sit amet consequat eros. Pellentesque pharetra contrary popular beliefs simply pharetra.[/cs_services]</cs_shortcode></services><services><page_element_size>33</page_element_size><services_element_size>33</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-03.png\" service_icon_size=\"fa-2x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"FULLY CASE STUDIES\" cs_service_link_text=\"READ MORE\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Development dolor sit amet consectetur sit amet consequat eros. Pellentesque pharetra contrary popular beliefs simply pharetra.[/cs_services]</cs_shortcode></services></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Expert-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"75\" cs_section_padding_bottom=\"125\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>33</page_element_size><heading_element_size>33</heading_element_size><cs_shortcode>[cs_heading heading_title=\"TEAM OF EXPERT ATTORNEYS\" heading_style=\"1\" heading_size=\"40\" heading_align=\"left\" heading_font_style=\"normal\" heading_divider=\"off\" ][cs_divider divider_style=\"plain\" divider_backtotop=\"no\" divider_height=\"1\"][/cs_heading]</cs_shortcode></heading><flex_column><page_element_size>67</page_element_size><flex_column_element_size>67</flex_column_element_size><cs_shortcode>[cs_column ][/cs_column]</cs_shortcode></flex_column><heading><page_element_size>50</page_element_size><heading_element_size>50</heading_element_size><cs_shortcode>[cs_heading heading_title=\"Determines our own. So we ensure both by clients\' success determines collaborating with our clients to achieve their goals.\" heading_style=\"1\" heading_size=\"18\" heading_align=\"left\" heading_font_style=\"normal\" heading_divider=\"off\" ]Apart and limply monstrous far much added you oyster bawled lost in hey due so armadillo tpangolin sexual aboard much alas dragonfly be more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed best wherever squinted drew much oh sloth as some when scornfully cut involuntarily at audible goodness Apart and limply omberly or best estful flexed wherever squinted drew much oh sloth as some when scornfully.<br /><br />
\n[cs_button button_size=\"btn-lg\" button_title=\"MEET OUR TEAM\" button_link=\"#\" button_border=\"yes\" border_button_color=\"#ffffff\" button_bg_color=\"#4b3854\" button_color=\"#ffffff\" icon=\"Choose Icon\" button_icon_position=\"left\" button_type=\"rectangle\" button_target=\"_self\"] [cs_button button_size=\"btn-lg\" button_title=\"DISCUS YOUR CASE\" button_link=\"#\" button_border=\"yes\" border_button_color=\"#ffffff\" button_bg_color=\"#4b3854\" button_color=\"#ffffff\" icon=\"Choose Icon\" button_icon_position=\"left\" button_type=\"rectangle\" button_target=\"_self\"][/cs_heading]</cs_shortcode></heading><flex_column><page_element_size>50</page_element_size><flex_column_element_size>50</flex_column_element_size><cs_shortcode>[cs_column ][/cs_column]</cs_shortcode></flex_column></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Testimonials-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"106\" cs_section_padding_bottom=\"60\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>33</page_element_size><heading_element_size>33</heading_element_size><cs_shortcode>[cs_heading heading_title=\"HAPPY CLIENTS\" heading_style=\"1\" heading_size=\"30\" heading_align=\"left\" heading_font_style=\"normal\" heading_divider=\"off\" heading_color=\"#ffffff\" heading_content_color=\"#ffffff\" ]Apart and limply monstrous far much added you oyster bawled lost in hey due so armadillo tpangolin sexual aboard much alas dragonfly be more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed.<br /><br />
\n[cs_button button_size=\"btn-lg\" button_title=\"ALL STORIES\" button_link=\"#\" button_border=\"yes\" border_button_color=\"#4b3854\" button_bg_color=\"#4b3854\" button_color=\"#ffffff\" icon=\"Choose Icon\" button_icon_position=\"left\" button_type=\"rectangle\" button_target=\"_self\"][/cs_heading]</cs_shortcode></heading><testimonials><page_element_size>33</page_element_size><testimonials_element_size>33</testimonials_element_size><cs_shortcode>[cs_testimonials testimonial_style=\"fancy\" 
\n testimonial_text_color=\"#ffffff\"
\n cs_testimonial_text_align=\"left\"
\n cs_testimonial_class=\"\"
\n cs_testimonial_animation=\"\"
\n ][testimonial_item testimonial_company=\"READ FULL STORY\" testimonial_img=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Lawyer-Team-junior-2.jpg\" testimonial_author=\"JAMES WARSON\" ]Acutely apart stank somberly amidst yikes however and reflective dachshund much petted penguin fashionably slickly ouch jeez but this much human opposite unlike porpoise that far because.[/testimonial_item][/cs_testimonials]</cs_shortcode></testimonials><testimonials><page_element_size>33</page_element_size><testimonials_element_size>33</testimonials_element_size><cs_shortcode>[cs_testimonials testimonial_style=\"fancy\" 
\n testimonial_text_color=\"#ffffff\"
\n cs_testimonial_text_align=\"left\"
\n cs_testimonial_class=\"\"
\n cs_testimonial_animation=\"\"
\n ][testimonial_item testimonial_company=\"READ FULL STORY\" testimonial_img=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Lawyer-Team-junior-1.jpg\" testimonial_author=\"JACK HARISON\" ]Acutely apart stank somberly amidst yikes however and reflective dachshund much petted penguin fashionably slickly ouch jeez but this much human opposite unlike porpoise that far because. apart stank somberly amidst yikes however.[/testimonial_item][/cs_testimonials]</cs_shortcode></testimonials></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"60\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"-20\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"OUR PARTNERS\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]And untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted.[/cs_heading]</cs_shortcode></heading><clients><page_element_size>100</page_element_size><clients_element_size>100</clients_element_size><cs_shortcode>[cs_clients cs_clients_view=\"grid\" cs_client_border=\"yes\" cs_client_gray=\"no\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Flag-of-United-States-Justice.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-bar-association.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Govt-of-somewhere.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Justice-Australia.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Key-Person.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Land-for-justice.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Lawyer.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Owl-Land.png\" ][/cs_clients]</cs_shortcode></clients></column></column_container></pagebuilder>\n'),(640,778,'_wp_page_template','default'),(641,778,'slide_template','default'),(642,778,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>off</page_title><page_breadcrumbs>off</page_breadcrumbs><subheader_padding_switch>custom</subheader_padding_switch><subheader_padding_top>160</subheader_padding_top><subheader_padding_bottom>5</subheader_padding_bottom><page_custom_menu/><page_title_align>center</page_title_align><page_custom_title/><page_subheading_title>[cs_image column_size=\"1/1\" image_style=\"frame-plane\" cs_image_url=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Abouts-Us-Icon.png\" cs_image_url197791=\"Browse\"][/cs_image]
\n[cs_heading column_size=\"1/1\" heading_title=\"About Us \" heading_style=\"1\" heading_size=\"50\" heading_align=\"center\" heading_divider=\"off\" heading_font_style=\"normal\" heading_color=\"#ffffff\" heading_content_color=\"#ffffff\"][/cs_heading]
\n
\n[cs_heading column_size=\"1/1\" heading_title=\"We are Providing Legal Help Pioneers\" heading_style=\"2\" heading_size=\"30\" heading_align=\"center\" heading_divider=\"off\" heading_font_style=\"normal\" heading_color=\"#ffffff\" heading_content_color=\"#ffffff\"][/cs_heading]
\n</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Subheader-About-Us.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/About-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"20\" cs_section_padding_bottom=\"10\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"Our International Law Firm believes that clients\' success determines our own. So we ensure both by collaborating with our clients to achieve their goals.\" heading_style=\"1\" heading_size=\"24\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ][/cs_heading]</cs_shortcode></heading><flex_column><page_element_size>33</page_element_size><flex_column_element_size>33</flex_column_element_size><cs_shortcode>[cs_column ][/cs_column]</cs_shortcode></flex_column><heading><page_element_size>67</page_element_size><heading_element_size>67</heading_element_size><cs_shortcode>[cs_heading heading_style=\"1\" heading_size=\"60\" heading_align=\"left\" heading_font_style=\"normal\" heading_divider=\"off\" ][cs_column column_size=\"1/1\"]
\n<h1>About Us</h1>
\n<h4>That clients\' success determines our own. So we ensure both by clients\' success determines our collaborating with our clients to achieve their goals.</h4>[/cs_column][cs_column column_size=\"1/2\"]Apart and limply monstrous far much added you oyster bawled lost in hey due so armadillo tpangolin sexual aboard much alas dragonfly be more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed best wherever squinted drew much oh sloth as some when scornfully cut involuntarily at audible goodness Apart and limply omberly or best estful flexed wherever squinted drew much oh sloth as some when scornfully.<br /><br /> <h2>James Warson</h2>[/cs_column] [cs_column column_size=\"1/2\"]Apart and limply monstrous far much added be oyster bawled lost in hey due so armadillo pangolin sexual aboard much alas dragonfly the more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed wherever squinted drew much oh sloth as best of th some when scornfully cut involuntarily at audible goodness.[/cs_column]
\n[/cs_heading]</cs_shortcode></heading></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Service-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"75\" cs_section_padding_bottom=\"290\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"WHAT WE DO?\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]And untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted.[/cs_heading]</cs_shortcode></heading><spacer><page_element_size>100</page_element_size><cs_shortcode>[cs_spacer cs_spacer_height=\"5\" ]</cs_shortcode></spacer><services><page_element_size>33</page_element_size><services_element_size>33</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-01.png\" service_icon_size=\"fa-2x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"BEST LAWYERS\" cs_service_link_text=\"READ MORE\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Development dolor sit amet consectetur sit amet consequat eros. Pellentesque pharetra contrary popular beliefs simply pharetra.[/cs_services]</cs_shortcode></services><services><page_element_size>33</page_element_size><services_element_size>33</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-02.png\" service_icon_size=\"fa-2x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"BEST CASE STRATEGY\" cs_service_link_text=\"READ MORE\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Development dolor sit amet consectetur sit amet consequat eros. Pellentesque pharetra contrary popular beliefs simply pharetra.[/cs_services]</cs_shortcode></services><services><page_element_size>33</page_element_size><services_element_size>33</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-03.png\" service_icon_size=\"fa-2x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"FULLY CASE STUDIES\" cs_service_link_text=\"READ MORE\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Development dolor sit amet consectetur sit amet consequat eros. Pellentesque pharetra contrary popular beliefs simply pharetra.[/cs_services]</cs_shortcode></services></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Expert-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"75\" cs_section_padding_bottom=\"125\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>33</page_element_size><heading_element_size>33</heading_element_size><cs_shortcode>[cs_heading heading_title=\"TEAM OF EXPERT ATTORNEYS\" heading_style=\"1\" heading_size=\"40\" heading_align=\"left\" heading_font_style=\"normal\" heading_divider=\"off\" ][cs_divider divider_style=\"plain\" divider_backtotop=\"no\" divider_height=\"1\"][/cs_heading]</cs_shortcode></heading><flex_column><page_element_size>67</page_element_size><flex_column_element_size>67</flex_column_element_size><cs_shortcode>[cs_column ][/cs_column]</cs_shortcode></flex_column><heading><page_element_size>50</page_element_size><heading_element_size>50</heading_element_size><cs_shortcode>[cs_heading heading_title=\"Determines our own. So we ensure both by clients\' success determines collaborating with our clients to achieve their goals.\" heading_style=\"1\" heading_size=\"18\" heading_align=\"left\" heading_font_style=\"normal\" heading_divider=\"off\" ]Apart and limply monstrous far much added you oyster bawled lost in hey due so armadillo tpangolin sexual aboard much alas dragonfly be more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed best wherever squinted drew much oh sloth as some when scornfully cut involuntarily at audible goodness Apart and limply omberly or best estful flexed wherever squinted drew much oh sloth as some when scornfully.<br /><br />
\n[cs_button button_size=\"btn-lg\" button_title=\"MEET OUR TEAM\" button_link=\"#\" button_border=\"yes\" border_button_color=\"#ffffff\" button_bg_color=\"#4b3854\" button_color=\"#ffffff\" icon=\"Choose Icon\" button_icon_position=\"left\" button_type=\"rectangle\" button_target=\"_self\"] [cs_button button_size=\"btn-lg\" button_title=\"DISCUS YOUR CASE\" button_link=\"#\" button_border=\"yes\" border_button_color=\"#ffffff\" button_bg_color=\"#4b3854\" button_color=\"#ffffff\" icon=\"Choose Icon\" button_icon_position=\"left\" button_type=\"rectangle\" button_target=\"_self\"][/cs_heading]</cs_shortcode></heading><flex_column><page_element_size>50</page_element_size><flex_column_element_size>50</flex_column_element_size><cs_shortcode>[cs_column ][/cs_column]</cs_shortcode></flex_column></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Testimonials-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"106\" cs_section_padding_bottom=\"60\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>33</page_element_size><heading_element_size>33</heading_element_size><cs_shortcode>[cs_heading heading_title=\"HAPPY CLIENTS\" heading_style=\"1\" heading_size=\"30\" heading_align=\"left\" heading_font_style=\"normal\" heading_divider=\"off\" heading_color=\"#ffffff\" heading_content_color=\"#ffffff\" ]Apart and limply monstrous far much added you oyster bawled lost in hey due so armadillo tpangolin sexual aboard much alas dragonfly be more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed.<br /><br />
\n[cs_button button_size=\"btn-lg\" button_title=\"ALL STORIES\" button_link=\"#\" button_border=\"yes\" border_button_color=\"#4b3854\" button_bg_color=\"#4b3854\" button_color=\"#ffffff\" icon=\"Choose Icon\" button_icon_position=\"left\" button_type=\"rectangle\" button_target=\"_self\"][/cs_heading]</cs_shortcode></heading><testimonials><page_element_size>33</page_element_size><testimonials_element_size>33</testimonials_element_size><cs_shortcode>[cs_testimonials testimonial_style=\"fancy\" 
\n testimonial_text_color=\"#ffffff\"
\n cs_testimonial_text_align=\"left\"
\n cs_testimonial_class=\"\"
\n cs_testimonial_animation=\"\"
\n ][testimonial_item testimonial_company=\"READ FULL STORY\" testimonial_img=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Lawyer-Team-junior-2.jpg\" testimonial_author=\"JAMES WARSON\" ]Acutely apart stank somberly amidst yikes however and reflective dachshund much petted penguin fashionably slickly ouch jeez but this much human opposite unlike porpoise that far because.[/testimonial_item][/cs_testimonials]</cs_shortcode></testimonials><testimonials><page_element_size>33</page_element_size><testimonials_element_size>33</testimonials_element_size><cs_shortcode>[cs_testimonials testimonial_style=\"fancy\" 
\n testimonial_text_color=\"#ffffff\"
\n cs_testimonial_text_align=\"left\"
\n cs_testimonial_class=\"\"
\n cs_testimonial_animation=\"\"
\n ][testimonial_item testimonial_company=\"READ FULL STORY\" testimonial_img=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Lawyer-Team-junior-1.jpg\" testimonial_author=\"JACK HARISON\" ]Acutely apart stank somberly amidst yikes however and reflective dachshund much petted penguin fashionably slickly ouch jeez but this much human opposite unlike porpoise that far because. apart stank somberly amidst yikes however.[/testimonial_item][/cs_testimonials]</cs_shortcode></testimonials></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"60\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"-20\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"OUR PARTNERS\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]And untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted.[/cs_heading]</cs_shortcode></heading><clients><page_element_size>100</page_element_size><clients_element_size>100</clients_element_size><cs_shortcode>[cs_clients cs_clients_view=\"grid\" cs_client_border=\"yes\" cs_client_gray=\"no\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Flag-of-United-States-Justice.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-bar-association.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Govt-of-somewhere.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Justice-Australia.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Key-Person.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Land-for-justice.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Lawyer.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Owl-Land.png\" ][/cs_clients]</cs_shortcode></clients></column></column_container></pagebuilder>\n'),(643,778,'_wp_page_template','default'),(644,778,'slide_template','default'),(645,778,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>off</page_title><page_breadcrumbs>off</page_breadcrumbs><subheader_padding_switch>custom</subheader_padding_switch><subheader_padding_top>160</subheader_padding_top><subheader_padding_bottom>5</subheader_padding_bottom><page_custom_menu/><page_title_align>center</page_title_align><page_custom_title/><page_subheading_title>[cs_image column_size=\"1/1\" image_style=\"frame-plane\" cs_image_url=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Abouts-Us-Icon.png\" cs_image_url197791=\"Browse\"][/cs_image]
\n[cs_heading column_size=\"1/1\" heading_title=\"About Us \" heading_style=\"1\" heading_size=\"50\" heading_align=\"center\" heading_divider=\"off\" heading_font_style=\"normal\" heading_color=\"#ffffff\" heading_content_color=\"#ffffff\"][/cs_heading]
\n
\n[cs_heading column_size=\"1/1\" heading_title=\"We are Providing Legal Help Pioneers\" heading_style=\"2\" heading_size=\"30\" heading_align=\"center\" heading_divider=\"off\" heading_font_style=\"normal\" heading_color=\"#ffffff\" heading_content_color=\"#ffffff\"][/cs_heading]
\n</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Subheader-About-Us.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/About-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"20\" cs_section_padding_bottom=\"10\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"Our International Law Firm believes that clients\' success determines our own. So we ensure both by collaborating with our clients to achieve their goals.\" heading_style=\"1\" heading_size=\"24\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ][/cs_heading]</cs_shortcode></heading><flex_column><page_element_size>33</page_element_size><flex_column_element_size>33</flex_column_element_size><cs_shortcode>[cs_column ][/cs_column]</cs_shortcode></flex_column><heading><page_element_size>67</page_element_size><heading_element_size>67</heading_element_size><cs_shortcode>[cs_heading heading_style=\"1\" heading_size=\"60\" heading_align=\"left\" heading_font_style=\"normal\" heading_divider=\"off\" ][cs_column column_size=\"1/1\"]
\n<h1>About Us</h1>
\n<h4>That clients\' success determines our own. So we ensure both by clients\' success determines our collaborating with our clients to achieve their goals.</h4>[/cs_column][cs_column column_size=\"1/2\"]Apart and limply monstrous far much added you oyster bawled lost in hey due so armadillo tpangolin sexual aboard much alas dragonfly be more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed best wherever squinted drew much oh sloth as some when scornfully cut involuntarily at audible goodness Apart and limply omberly or best estful flexed wherever squinted drew much oh sloth as some when scornfully.<br /><br /> <h2>James Warson</h2>[/cs_column] [cs_column column_size=\"1/2\"]Apart and limply monstrous far much added be oyster bawled lost in hey due so armadillo pangolin sexual aboard much alas dragonfly the more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed wherever squinted drew much oh sloth as best of th some when scornfully cut involuntarily at audible goodness.[/cs_column]
\n[/cs_heading]</cs_shortcode></heading></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Service-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"75\" cs_section_padding_bottom=\"290\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"WHAT WE DO?\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]And untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted.[/cs_heading]</cs_shortcode></heading><spacer><page_element_size>100</page_element_size><cs_shortcode>[cs_spacer cs_spacer_height=\"5\" ]</cs_shortcode></spacer><services><page_element_size>33</page_element_size><services_element_size>33</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-01.png\" service_icon_size=\"fa-2x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"BEST LAWYERS\" cs_service_link_text=\"READ MORE\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Development dolor sit amet consectetur sit amet consequat eros. Pellentesque pharetra contrary popular beliefs simply pharetra.[/cs_services]</cs_shortcode></services><services><page_element_size>33</page_element_size><services_element_size>33</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-02.png\" service_icon_size=\"fa-2x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"BEST CASE STRATEGY\" cs_service_link_text=\"READ MORE\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Development dolor sit amet consectetur sit amet consequat eros. Pellentesque pharetra contrary popular beliefs simply pharetra.[/cs_services]</cs_shortcode></services><services><page_element_size>33</page_element_size><services_element_size>33</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-03.png\" service_icon_size=\"fa-2x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"FULLY CASE STUDIES\" cs_service_link_text=\"READ MORE\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Development dolor sit amet consectetur sit amet consequat eros. Pellentesque pharetra contrary popular beliefs simply pharetra.[/cs_services]</cs_shortcode></services></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Expert-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"75\" cs_section_padding_bottom=\"125\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>33</page_element_size><heading_element_size>33</heading_element_size><cs_shortcode>[cs_heading heading_title=\"TEAM OF EXPERT ATTORNEYS\" heading_style=\"1\" heading_size=\"40\" heading_align=\"left\" heading_font_style=\"normal\" heading_divider=\"off\" ][cs_divider divider_style=\"plain\" divider_backtotop=\"no\" divider_height=\"1\"][/cs_heading]</cs_shortcode></heading><flex_column><page_element_size>67</page_element_size><flex_column_element_size>67</flex_column_element_size><cs_shortcode>[cs_column ][/cs_column]</cs_shortcode></flex_column><heading><page_element_size>50</page_element_size><heading_element_size>50</heading_element_size><cs_shortcode>[cs_heading heading_title=\"Determines our own. So we ensure both by clients\' success determines collaborating with our clients to achieve their goals.\" heading_style=\"1\" heading_size=\"18\" heading_align=\"left\" heading_font_style=\"normal\" heading_divider=\"off\" ]Apart and limply monstrous far much added you oyster bawled lost in hey due so armadillo tpangolin sexual aboard much alas dragonfly be more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed best wherever squinted drew much oh sloth as some when scornfully cut involuntarily at audible goodness Apart and limply omberly or best estful flexed wherever squinted drew much oh sloth as some when scornfully.<br /><br />
\n[cs_button button_size=\"btn-lg\" button_title=\"MEET OUR TEAM\" button_link=\"#\" button_border=\"yes\" border_button_color=\"#ffffff\" button_bg_color=\"#4b3854\" button_color=\"#ffffff\" icon=\"Choose Icon\" button_icon_position=\"left\" button_type=\"rectangle\" button_target=\"_self\"] [cs_button button_size=\"btn-lg\" button_title=\"DISCUS YOUR CASE\" button_link=\"#\" button_border=\"yes\" border_button_color=\"#ffffff\" button_bg_color=\"#4b3854\" button_color=\"#ffffff\" icon=\"Choose Icon\" button_icon_position=\"left\" button_type=\"rectangle\" button_target=\"_self\"][/cs_heading]</cs_shortcode></heading><flex_column><page_element_size>50</page_element_size><flex_column_element_size>50</flex_column_element_size><cs_shortcode>[cs_column ][/cs_column]</cs_shortcode></flex_column></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Testimonials-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"106\" cs_section_padding_bottom=\"60\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>33</page_element_size><heading_element_size>33</heading_element_size><cs_shortcode>[cs_heading heading_title=\"HAPPY CLIENTS\" heading_style=\"1\" heading_size=\"30\" heading_align=\"left\" heading_font_style=\"normal\" heading_divider=\"off\" heading_color=\"#ffffff\" heading_content_color=\"#ffffff\" ]Apart and limply monstrous far much added you oyster bawled lost in hey due so armadillo tpangolin sexual aboard much alas dragonfly be more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed.<br /><br />
\n[cs_button button_size=\"btn-lg\" button_title=\"ALL STORIES\" button_link=\"#\" button_border=\"yes\" border_button_color=\"#4b3854\" button_bg_color=\"#4b3854\" button_color=\"#ffffff\" icon=\"Choose Icon\" button_icon_position=\"left\" button_type=\"rectangle\" button_target=\"_self\"][/cs_heading]</cs_shortcode></heading><testimonials><page_element_size>33</page_element_size><testimonials_element_size>33</testimonials_element_size><cs_shortcode>[cs_testimonials testimonial_style=\"fancy\" 
\n testimonial_text_color=\"#ffffff\"
\n cs_testimonial_text_align=\"left\"
\n cs_testimonial_class=\"\"
\n cs_testimonial_animation=\"\"
\n ][testimonial_item testimonial_company=\"READ FULL STORY\" testimonial_img=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Lawyer-Team-junior-2.jpg\" testimonial_author=\"JAMES WARSON\" ]Acutely apart stank somberly amidst yikes however and reflective dachshund much petted penguin fashionably slickly ouch jeez but this much human opposite unlike porpoise that far because.[/testimonial_item][/cs_testimonials]</cs_shortcode></testimonials><testimonials><page_element_size>33</page_element_size><testimonials_element_size>33</testimonials_element_size><cs_shortcode>[cs_testimonials testimonial_style=\"fancy\" 
\n testimonial_text_color=\"#ffffff\"
\n cs_testimonial_text_align=\"left\"
\n cs_testimonial_class=\"\"
\n cs_testimonial_animation=\"\"
\n ][testimonial_item testimonial_company=\"READ FULL STORY\" testimonial_img=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Lawyer-Team-junior-1.jpg\" testimonial_author=\"JACK HARISON\" ]Acutely apart stank somberly amidst yikes however and reflective dachshund much petted penguin fashionably slickly ouch jeez but this much human opposite unlike porpoise that far because. apart stank somberly amidst yikes however.[/testimonial_item][/cs_testimonials]</cs_shortcode></testimonials></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"60\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"-20\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"OUR PARTNERS\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]And untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted.[/cs_heading]</cs_shortcode></heading><clients><page_element_size>100</page_element_size><clients_element_size>100</clients_element_size><cs_shortcode>[cs_clients cs_clients_view=\"grid\" cs_client_border=\"yes\" cs_client_gray=\"no\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Flag-of-United-States-Justice.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-bar-association.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Govt-of-somewhere.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Justice-Australia.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Key-Person.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Land-for-justice.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Lawyer.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Owl-Land.png\" ][/cs_clients]</cs_shortcode></clients></column></column_container></pagebuilder>\n'),(646,1348,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>default_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title/><header_banner_image/><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>2</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout></pagebuilder>\n'),(647,1348,'slide_template','default'),(648,1348,'_wp_page_template','page_profile.php'),(649,1916,'slide_template','default'),(650,1916,'_wp_page_template','default'),(651,1916,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>off</page_title><page_breadcrumbs>off</page_breadcrumbs><subheader_padding_switch>custom</subheader_padding_switch><subheader_padding_top>211</subheader_padding_top><subheader_padding_bottom>150</subheader_padding_bottom><page_custom_menu/><page_title_align>center</page_title_align><page_custom_title/><page_subheading_title>[cs_image column_size=\"1/1\" image_style=\"frame-plane\" cs_image_url=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/FAQ-Icon.png\" cs_image_url197791=\"Browse\"][/cs_image]
\n[cs_heading column_size=\"1/1\" heading_title=\"FAQS\" heading_style=\"1\" heading_size=\"50\" heading_align=\"center\" heading_divider=\"off\" heading_font_style=\"normal\" heading_color=\"#ffffff\" heading_content_color=\"#ffffff\"][/cs_heading]
\n[cs_heading column_size=\"1/1\" heading_title=\"We are Providing Legal Help Pioneers\" heading_style=\"2\" heading_size=\"30\" heading_align=\"center\" heading_divider=\"off\" heading_font_style=\"normal\" heading_color=\"#ffffff\" heading_content_color=\"#ffffff\"][/cs_heading]
\n[cs_divider divider_style=\"plain\" divider_backtotop=\"no\" divider_height=\"1\"]</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/FAQ-header.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>none</cs_page_layout></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"-20\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><flex_column><page_element_size>100</page_element_size><flex_column_element_size>100</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot; Most Asked Questions&quot; ][/cs_column]</cs_shortcode></flex_column><faq><page_element_size>50</page_element_size><faq_element_size>50</faq_element_size><cs_shortcode>[cs_faq ][faq_item faq_title=\"What it the Username and Password for the Raspberry Pi?\" faq_active=\"yes\" ]Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously[/faq_item][faq_item faq_title=\"Richardson Community Very first Richardson Community.\" faq_active=\"yes\" ]Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled. Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.[/faq_item][faq_item faq_title=\"How much does an unmarried dependent student have.\" faq_active=\"yes\" ]Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook.Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook.[/faq_item][/cs_faq]</cs_shortcode></faq><faq><page_element_size>50</page_element_size><faq_element_size>50</faq_element_size><cs_shortcode>[cs_faq ][faq_item faq_title=\"Very first Richardson Community Health Screening?\" faq_active=\"yes\" ]Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook.Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook.[/faq_item][faq_item faq_title=\"How much does an unmarried dependent student have.\" faq_active=\"yes\" ]Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook.Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly .[/faq_item][faq_item faq_title=\"What is the general phone number and mailing address.\" faq_active=\"yes\" ]Cordial mawkishly sourly picked squirrel much rewrote returned reined dear unnecessary laggardly hawk cautious curtsied in and since zebra nightingale cowardly other a amidst vibrant wow eel much sewed irrespective the overtook.
\n[/faq_item][/cs_faq]</cs_shortcode></faq></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/faqs-Parallax-bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"70\" cs_section_padding_bottom=\"50\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"10\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><flex_column><page_element_size>75</page_element_size><flex_column_element_size>75</flex_column_element_size><cs_shortcode>[cs_column ][cs_heading column_size=&quot;1/1&quot; heading_title=&quot;GOT QUESTIONS? FEEL FREE TO ASK&quot; heading_style=&quot;1&quot; heading_size=&quot;50&quot; heading_align=&quot;left&quot; heading_divider=&quot;off&quot; heading_font_style=&quot;normal&quot; heading_color=&quot;#ffffff&quot; heading_content_color=&quot;#ffffff&quot;]Feel Free to ask[/cs_heading] [/cs_column]</cs_shortcode></flex_column><button><page_element_size>25</page_element_size><button_element_size>25</button_element_size><cs_shortcode>[cs_button button_size=\"btn-lg\" button_title=\"SEND US A QUESTION\" button_link=\"#\" button_bg_color=\"#ffffff\" button_color=\"#44344b\" border_button_color=\"#ffffff\" button_icon_position=\"left\" button_type=\"rectangle\" button_target=\"_self\" ]</cs_shortcode></button></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><faq><page_element_size>100</page_element_size><faq_element_size>100</faq_element_size><cs_shortcode>[cs_faq cs_faq_section_title=\"FAMILY LAW\" ][faq_item faq_title=\"Following on Facebook, Twitter, Google+, Pinterest, Linkedin, YouTube, tumblr, instagram, flickr, foursquare, vimeo or RSS Feed.\" faq_active=\"yes\" ]Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled. Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.[/faq_item][faq_item faq_title=\"Each social provider can be individually enabled or disabled?\" faq_active=\"no\" ]Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled. Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.[/faq_item][faq_item faq_title=\"Ability to select what services each provider will be exposed for?\" faq_active=\"no\" ]Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled. Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.[/faq_item][faq_item faq_title=\"Ask a lawyer your legal questions?\" faq_active=\"no\" ]Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled. Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.[/faq_item][faq_item faq_title=\"Have a lawyer review your work to make sure it\'s done right?\" faq_active=\"no\" ]Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled. Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.[/faq_item][faq_item faq_title=\"Receive deep discounts when you need more help?\" faq_active=\"no\" ]Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled. Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.[/faq_item][faq_item faq_title=\"Full customization for titles and URLs for each provider?\" faq_active=\"no\" ]Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled. Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.[/faq_item][faq_item faq_title=\"Ask a lawyer your civial questions?\" faq_active=\"no\" ]Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled. Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.[/faq_item][/cs_faq]</cs_shortcode></faq></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/faqs-Form-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"50\" cs_section_padding_bottom=\"50\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"-30\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"FREE CASE EVALUATION\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]And untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted.[/cs_heading]</cs_shortcode></heading><spacer><page_element_size>100</page_element_size><cs_shortcode>[cs_spacer cs_spacer_height=\"5\" ]</cs_shortcode></spacer><contactus><page_element_size>100</page_element_size><contactus_element_size>100</contactus_element_size><cs_shortcode>[cs_contactus cs_contactus_label=\"off\" cs_contactus_view=\"fancy\" cs_contactus_send=\"admin@admincom\" cs_success=\"message send sucessfully\" cs_error=\"Please fill the required field\" ]</cs_shortcode></contactus></column></column_container></pagebuilder>\n'),(652,2647,'_menu_item_type','post_type'),(653,2647,'_menu_item_menu_item_parent','2646'),(654,2647,'_menu_item_object_id','776'),(655,2647,'_menu_item_object','page'),(656,2647,'_menu_item_target',''),(657,2647,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(658,2647,'_menu_item_xfn',''),(659,2647,'_menu_item_url',''),(660,2647,'_menu_item_megamenu','off'),(661,2647,'_menu_item_text','off'),(662,2647,'_menu_item_link','off'),(663,2648,'_menu_item_type','post_type'),(664,2648,'_menu_item_menu_item_parent','2638'),(665,2648,'_menu_item_object_id','776'),(666,2648,'_menu_item_object','page'),(667,2648,'_menu_item_target',''),(668,2648,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(669,2648,'_menu_item_xfn',''),(670,2648,'_menu_item_url',''),(671,2648,'_menu_item_megamenu','off'),(672,2648,'_menu_item_text','off'),(673,2648,'_menu_item_link','off'),(674,2649,'_menu_item_type','post_type'),(675,2649,'_menu_item_menu_item_parent','2638'),(676,2649,'_menu_item_object_id','168'),(677,2649,'_menu_item_object','page'),(678,2649,'_menu_item_target',''),(679,2649,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(680,2649,'_menu_item_xfn',''),(681,2649,'_menu_item_url',''),(682,2649,'_menu_item_megamenu','off'),(683,2649,'_menu_item_text','off'),(684,2649,'_menu_item_link','off'),(687,5,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(688,5,'_thumbnail_id','2105'),(689,5,'cs_count_views','7'),(690,5,'slide_template','default'),(691,5,'_wp_old_slug','bivid-out-along-inflexibly-be-much'),(692,10,'_wp_page_template','default'),(693,10,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>off</page_title><page_breadcrumbs>off</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>center</page_title_align><page_custom_title/><page_subheading_title>[cs_image column_size=\"1/1\" image_style=\"frame-plane\" cs_image_url=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Service-Icon.png\" cs_image_url197791=\"Browse\"][/cs_image]
\n[cs_heading column_size=\"1/1\" heading_title=\"OUR SPECIALIZATION \" heading_style=\"1\" heading_size=\"50\" heading_align=\"center\" heading_divider=\"off\" heading_font_style=\"normal\" heading_color=\"#ffffff\" heading_content_color=\"#ffffff\"][/cs_heading]
\n
\n[cs_heading column_size=\"1/1\" heading_title=\"We are Providing Legal Help Pioneers\" heading_style=\"2\" heading_size=\"30\" heading_align=\"center\" heading_divider=\"off\" heading_font_style=\"normal\" heading_color=\"#ffffff\" heading_content_color=\"#ffffff\"][/cs_heading]
\n</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Subheader-About-Us.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"20\" cs_section_padding_bottom=\"20\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><flex_column><page_element_size>33</page_element_size><flex_column_element_size>33</flex_column_element_size><cs_shortcode>[cs_column ][cs_heading column_size=&quot;1/1&quot; heading_title=&quot;25 EXCELLENT YEARS OF EXPERTISE OUR SPECIALIZATION&quot; heading_style=&quot;1&quot; heading_size=&quot;30&quot; heading_align=&quot;left&quot; heading_divider=&quot;off&quot; heading_font_style=&quot;normal&quot;][/cs_heading] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>67</page_element_size><flex_column_element_size>67</flex_column_element_size><cs_shortcode>[cs_column ][cs_heading column_size=&quot;1/1&quot; heading_title=&quot;That clients&#039; success determines our own. So we ensure both by clients&#039; success determines our collaborating with our clients to achieve their goals.&quot; heading_style=&quot;1&quot; heading_size=&quot;18&quot; heading_align=&quot;left&quot; heading_divider=&quot;off&quot; heading_font_style=&quot;normal&quot;]Apart and limply monstrous far much added you oyster bawled lost in hey due so armadillo tpangolin sexual aboard much alas dragonfly be more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed best wherever squinted drew much oh sloth as some when scornfully cut involuntarily at audible goodness Apart and limply omberly or best estful flexed wherever.Apart and limply monstrous far much added you oyster bawled lost in hey due so armadillo tpangolin.[/cs_heading]
\n[cs_button button_size=&quot;btn-xlg&quot; button_title=&quot;Discus Your Case&quot; button_link=&quot;#&quot; button_border=&quot;yes&quot; border_button_color=&quot;#ffffff&quot; button_bg_color=&quot;#4b3854&quot; button_color=&quot;#ffffff&quot; icon=&quot;Choose Icon&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_blank&quot;] [/cs_column]</cs_shortcode></flex_column></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Service-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"50\" cs_section_padding_bottom=\"50\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"10\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"OUR SERVICES\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]And untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted.[/cs_heading]</cs_shortcode></heading><spacer><page_element_size>100</page_element_size><cs_shortcode>[cs_spacer cs_spacer_height=\"4\" ]</cs_shortcode></spacer><services><page_element_size>25</page_element_size><services_element_size>25</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_icon_color=\"#ffffff\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-01.png\" service_icon_size=\"fa-4x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"CHILD SUPPORT & ALIMONY\" cs_service_link_text=\"Read More\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Best Pellentesque posuere. Praesent in we porttitor, nulla vitae posuere iaculis arcu nisl dignissim dolor, a pretium. we are here with all people.[/cs_services]</cs_shortcode></services><services><page_element_size>25</page_element_size><services_element_size>25</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_icon_color=\"#ec7f24\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-02.png\" service_icon_size=\"fa-3x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"DIVORCE & SEPARATION\" cs_service_link_text=\"Read More\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Best Pellentesque posuere. Praesent in we porttitor, nulla vitae posuere iaculis arcu nisl dignissim dolor, a pretium. we are here with all people.[/cs_services]</cs_shortcode></services><services><page_element_size>25</page_element_size><services_element_size>25</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_icon_color=\"#ec7f24\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-03.png\" service_icon_size=\"fa-3x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"CIVIL DEFENSE LAW\" cs_service_link_text=\"Read More\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Best Pellentesque posuere. Praesent in we porttitor, nulla vitae posuere iaculis arcu nisl dignissim dolor, a pretium. we are here with all people.[/cs_services]</cs_shortcode></services><services><page_element_size>25</page_element_size><services_element_size>25</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-04.png\" service_icon_size=\"fa-4x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"CIVIL DEFENSE LAW\" cs_service_link_text=\"Read More\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Best Pellentesque posuere. Praesent in we porttitor, nulla vitae posuere iaculis arcu nisl dignissim dolor, a pretium. we are here with all people.[/cs_services]</cs_shortcode></services><services><page_element_size>25</page_element_size><services_element_size>25</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_icon_color=\"#000000\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-05.png\" service_icon_size=\"fa-2x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"DIVORCE & SEPARATION\" cs_service_link_text=\"Read More\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Best Pellentesque posuere. Praesent in we porttitor, nulla vitae posuere iaculis arcu nisl dignissim dolor, a pretium. we are here with all people.[/cs_services]</cs_shortcode></services><services><page_element_size>25</page_element_size><services_element_size>25</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_icon_color=\"#000000\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-06.png\" service_icon_size=\"fa-2x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"CHILD SUPPORT & ALIMONY\" cs_service_link_text=\"Read More\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Best Pellentesque posuere. Praesent in we porttitor, nulla vitae posuere iaculis arcu nisl dignissim dolor, a pretium. we are here with all people.[/cs_services]</cs_shortcode></services><services><page_element_size>25</page_element_size><services_element_size>25</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_icon_color=\"#000000\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-07.png\" service_icon_size=\"fa-2x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"CIVIL DEFENSE LAW\" cs_service_link_text=\"Read More\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Best Pellentesque posuere. Praesent in we porttitor, nulla vitae posuere iaculis arcu nisl dignissim dolor, a pretium. we are here with all people.[/cs_services]</cs_shortcode></services><services><page_element_size>25</page_element_size><services_element_size>25</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"image\" cs_service_icon=\"fa-tags\" cs_service_icon_color=\"#000000\" cs_service_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Ser-icon-08.png\" service_icon_size=\"fa-2x\" cs_service_postion_modern=\"top-center\" cs_service_postion_classic=\"left\" cs_service_title=\"CIVIL DEFENSE LAW\" cs_service_link_text=\"Read More\" cs_service_link_color=\"#ffffff\" cs_service_url=\"#\" ]Best Pellentesque posuere. Praesent in we porttitor, nulla vitae posuere iaculis arcu nisl dignissim dolor, a pretium. we are here with all people.[/cs_services]</cs_shortcode></services><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_style=\"1\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"off\" ][cs_button button_size=\"btn-xlg\" button_title=\"Meet our team\" button_link=\"#\" button_border=\"yes\" border_button_color=\"#ffffff\" button_bg_color=\"#4b3854\" button_color=\"#ffffff\" icon=\"Choose Icon\" button_icon_position=\"left\" button_type=\"rectangle\" button_target=\"_blank\"] [cs_button button_size=\"btn-xlg\" button_title=\"Discus your Case\" button_link=\"#\" button_border=\"yes\" border_button_color=\"#ffffff\" button_bg_color=\"#4b3854\" button_color=\"#ffffff\" icon=\"Choose Icon\" button_icon_position=\"right\" button_type=\"rectangle\" button_target=\"_blank\"] [/cs_heading]</cs_shortcode></heading></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Family-Law-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"-5\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column ][/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>75</page_element_size><flex_column_element_size>75</flex_column_element_size><cs_shortcode>[cs_column ][cs_heading column_size=&quot;1/1&quot; heading_title=&quot;FAMILY LAW SOLUTIONS&quot; heading_style=&quot;1&quot; heading_size=&quot;40&quot; heading_align=&quot;left&quot; heading_divider=&quot;off&quot; heading_font_style=&quot;normal&quot;][/cs_heading][cs_divider divider_style=&quot;plain&quot; divider_backtotop=&quot;no&quot; divider_margin_top=&quot;2&quot; divider_height=&quot;1&quot;] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column ][/cs_column]</cs_shortcode></flex_column><services><page_element_size>25</page_element_size><services_element_size>25</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"icon\" cs_service_icon=\"icon-gift\" service_icon_size=\"fa-5x\" cs_service_postion_modern=\"top-left\" cs_service_postion_classic=\"left\" cs_service_title=\"CHILD SUPPORT & ALIMONY\" cs_service_link_text=\"Read More\" cs_service_url=\"#\" ]Best Pellentesque posuere. Praesent in we porttitor, nulla vitae posuere iaculis arcu nisl dignissim dolor, a pretium. we are here with all people. what of Best Pellentesque posuere. Praesent in we porttitor, nulla vitae posuere iaculis arcu nisl dignissim[/cs_services]</cs_shortcode></services><services><page_element_size>25</page_element_size><services_element_size>25</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"icon\" cs_service_icon=\"icon-scissors2\" service_icon_size=\"fa-5x\" cs_service_postion_modern=\"top-left\" cs_service_postion_classic=\"left\" cs_service_title=\"DIVORCE & SEPARATION\" cs_service_link_text=\"Read More\" cs_service_url=\"#\" ]Best Pellentesque posuere. Praesent in we porttitor, nulla vitae posuere iaculis arcu nisl dignissim dolor, a pretium. we are here with all people. what of Best Pellentesque posuere. Praesent in we porttitor, nulla vitae posuere iaculis arcu nisl dignissim[/cs_services]</cs_shortcode></services><services><page_element_size>25</page_element_size><services_element_size>25</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"icon\" cs_service_icon=\"icon-lightbulb\" service_icon_size=\"fa-5x\" cs_service_postion_modern=\"top-left\" cs_service_postion_classic=\"left\" cs_service_title=\"CUSTODY\" cs_service_link_text=\"Read More\" cs_service_url=\"#\" ]Best Pellentesque posuere. Praesent in we porttitor, nulla vitae posuere iaculis arcu nisl dignissim dolor, a pretium. we are here with all people. what of Best Pellentesque posuere. Praesent in we porttitor, nulla vitae posuere iaculis arcu nisl dignissim[/cs_services]</cs_shortcode></services></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Cases-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"60\" cs_section_padding_bottom=\"70\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"5\" cs_section_margin_bottom=\"20\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><case_process><page_element_size>75</page_element_size><case_process_element_size>75</case_process_element_size><cs_shortcode>[cs_case_process cs_case_process_section_title=\"OUR CASE PROCESS\" ][case_process_item case_process_title=\"FREE CONSULTATION\" ]With apt fidgeted dalmatian excluding tart misheard this overheard spread misheard sentimental brilliantly successful ambidextrously that bastard hey or won quetzal one next wailed more oversold dreamed then busily additional according ahead nauseating after much gallantly a but this.[/case_process_item][case_process_item case_process_title=\"CAREFUL DOCUMENTATION\" ]Sentimental brilliantly successful ambidextrously that bastard hey or won quetzal one next wailed more oversold dreamed then busily additional according.[/case_process_item][case_process_item case_process_title=\"MILLIONS RECOVERED\" ]With apt fidgeted dalmatian excluding tart misheard this overheard spread misheard sentimental brilliantly successful ambidextrously that bastard hey or won quetzal one next wailed more oversold dreamed.[/case_process_item][/cs_case_process]</cs_shortcode></case_process></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"-10\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><flex_column><page_element_size>100</page_element_size><flex_column_element_size>100</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=&quot;OUR OFFICE&quot; ][gallery columns=&quot;4&quot; link=&quot;none&quot; ids=&quot;2513,2484,2486,2487,2491,2489,2495,2499&quot; orderby=&quot;rand&quot;] [/cs_column]</cs_shortcode></flex_column></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/services-Form-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"50\" cs_section_padding_bottom=\"50\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"-10\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"FREE CASE EVALUATION\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]And untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted.[/cs_heading]</cs_shortcode></heading><spacer><page_element_size>100</page_element_size><cs_shortcode>[cs_spacer cs_spacer_height=\"5\" ]</cs_shortcode></spacer><contactus><page_element_size>100</page_element_size><contactus_element_size>100</contactus_element_size><cs_shortcode>[cs_contactus cs_contactus_label=\"on\" cs_contactus_align=\"form_center\" cs_contactus_view=\"fancy\" cs_contactus_send=\"dum1@chimpgroup.com\" ]</cs_shortcode></contactus></column></column_container></pagebuilder>\n'),(694,10,'slide_template','default'),(697,15,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(698,15,'_thumbnail_id','2108'),(699,15,'_wp_old_slug','bivid-out-along-inflexibly-be-much-4'),(700,15,'cs_count_views','7'),(701,15,'slide_template','default'),(702,15,'_wp_old_slug','social-network-privacy'),(705,17,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(706,17,'_thumbnail_id','2110'),(707,17,'_wp_old_slug','bivid-out-along-inflexibly-be-much-6'),(708,17,'cs_count_views','4'),(709,17,'slide_template','default'),(712,18,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(713,18,'_thumbnail_id','2111'),(714,18,'cs_count_views','3'),(715,18,'_wp_old_slug','bivid-out-along-inflexibly-be-much-7'),(716,18,'slide_template','default'),(717,2088,'slide_template','default'),(718,2088,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>custom_slider</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title/><header_banner_image/><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"-30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><flex_column><page_element_size>100</page_element_size><flex_column_element_size>100</flex_column_element_size><cs_shortcode>[cs_column ][cs_highlight highlight_color=&quot;#ffffff&quot; highlight_bg_color=&quot;#4b3854&quot;]WELCOME TO LAWFIRM HOUSE[/cs_highlight]
\n
\n[cs_heading column_size=&quot;1/1&quot; heading_title=&quot;Our International Law Firm believes that clients&#039; success determines our own. So we ensure both by collaborating with our clients to achieve their goals.&quot; heading_style=&quot;1&quot; heading_size=&quot;24&quot; heading_align=&quot;left&quot; heading_divider=&quot;off&quot; heading_font_style=&quot;normal&quot;][/cs_heading]
\n[cs_divider divider_style=&quot;plain&quot; divider_backtotop=&quot;no&quot; divider_height=&quot;1&quot;] [/cs_column]</cs_shortcode></flex_column></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><services><page_element_size>25</page_element_size><services_element_size>25</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"icon\" cs_service_icon=\"icon-target2\" service_icon_size=\"fa-5x\" cs_service_postion_modern=\"top-left\" cs_service_postion_classic=\"left\" cs_service_title=\"OUR PROGRESS\" cs_service_link_text=\"Read More\" cs_service_url=\"#\" ]Vivid out along inflexibly in hey we the
\nebe much alas across ouch and sordid
\nbelatede crud some gibbered next the
\nand gull crud vibrantly.[/cs_services]</cs_shortcode></services><services><page_element_size>25</page_element_size><services_element_size>25</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"icon\" cs_service_icon=\"icon-telescope\" service_icon_size=\"fa-5x\" cs_service_postion_modern=\"top-left\" cs_service_postion_classic=\"left\" cs_service_title=\"BEST APPROACH\" cs_service_link_text=\"Read More\" cs_service_url=\"#\" ]Vivid out along inflexibly in hey we the
\nebe much alas across ouch and sordid
\nbelatede crud some gibbered next the
\nand gull crud vibrantly.[/cs_services]</cs_shortcode></services><services><page_element_size>25</page_element_size><services_element_size>25</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"icon\" cs_service_icon=\"icon-key2\" service_icon_size=\"fa-5x\" cs_service_postion_modern=\"top-left\" cs_service_postion_classic=\"left\" cs_service_title=\"BEST PLANING\" cs_service_link_text=\"Read More\" cs_service_url=\"#\" ]Vivid out along inflexibly in hey we the
\nebe much alas across ouch and sordid
\nbelatede crud some gibbered next the
\nand gull crud vibrantly.[/cs_services]</cs_shortcode></services><services><page_element_size>25</page_element_size><services_element_size>25</services_element_size><cs_shortcode>[cs_services cs_service_type=\"modern\" cs_service_icon_type=\"icon\" cs_service_icon=\"icon-strategy\" service_icon_size=\"fa-5x\" cs_service_postion_modern=\"top-left\" cs_service_postion_classic=\"left\" cs_service_title=\"STRATEGY DESIGN\" cs_service_link_text=\"Read More\" cs_service_url=\"#\" ]Vivid out along inflexibly in hey we the
\nebe much alas across ouch and sordid
\nbelatede crud some gibbered next the
\nand gull crud vibrantly.[/cs_services]</cs_shortcode></services></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-who-we-are-bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"45\" cs_section_padding_bottom=\"20\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><flex_column><page_element_size>75</page_element_size><flex_column_element_size>75</flex_column_element_size><cs_shortcode>[cs_column ][cs_heading column_size=&quot;1/1&quot; heading_title=&quot;WHO WE ARE?&quot; heading_style=&quot;1&quot; heading_size=&quot;60&quot; heading_align=&quot;left&quot; heading_divider=&quot;off&quot; heading_font_style=&quot;normal&quot; heading_color=&quot;#262626&quot; heading_content_color=&quot;#262626&quot;]That clients&#039; success determines our own. So we ensure both by clients&#039; success determines our collaborating with our clients to achieve their goals.[/cs_heading] [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>33</page_element_size><flex_column_element_size>33</flex_column_element_size><cs_shortcode>[cs_column ]Apart and limply monstrous far much added you oyster bawled lost in hey due so armadillo tpangolin sexual aboard much alas dragonfly be more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed best wherever squinted drew much oh sloth as some when scornfully cut involuntarily at audible goodness Apart and limply omberly or best estful flexed wherever squinted drew much oh sloth as some when scornfully.
\n&lt;span style=&quot;color:#4b3854; font-size:20px;&quot;&gt;James Warson&lt;/span&gt;
\nChiefe Atoreny [/cs_column]</cs_shortcode></flex_column><flex_column><page_element_size>33</page_element_size><flex_column_element_size>33</flex_column_element_size><cs_shortcode>[cs_column ]Apart and limply monstrous far much added be oyster bawled lost in hey due so armadillo pangolin sexual aboard much alas dragonfly the more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed wherever squinted drew much oh sloth as best of th some when scornfully cut involuntarily at audible goodness. [/cs_column]</cs_shortcode></flex_column></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Timeline-bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"50\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><flex_column><page_element_size>25</page_element_size><flex_column_element_size>25</flex_column_element_size><cs_shortcode>[cs_column ][cs_heading column_size=&quot;1/1&quot; heading_title=&quot;SUCESS FUL STORY&quot; heading_style=&quot;1&quot; heading_size=&quot;36&quot; heading_align=&quot;left&quot; heading_divider=&quot;off&quot; heading_font_style=&quot;normal&quot; heading_color=&quot;#ffffff&quot; heading_content_color=&quot;#ffffff&quot;]Clients&#039; success determines.[/cs_heading]
\n&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;
\n[cs_button button_size=&quot;btn-lg&quot; button_title=&quot;CONTACT US&quot; button_link=&quot;#&quot; button_border=&quot;yes&quot; border_button_color=&quot;#4b3854&quot; button_bg_color=&quot;#4b3854&quot; button_color=&quot;#ffffff&quot; =&quot;null&quot; button_icon_position=&quot;left&quot; button_type=&quot;rectangle&quot; button_target=&quot;_blank&quot;] [/cs_column]</cs_shortcode></flex_column><time_line><page_element_size>75</page_element_size><time_line_element_size>75</time_line_element_size><cs_shortcode>[cs_time_line ][time_line_item time_line_title=\"1998-2001\" time_line_readmore_link=\"#\" ]<h4>Clients\' success determines.</h4>
\nApart and limply monstrous far much added be oyster bawled lost in hey due so armadillo pangolin sexual aboard much alas dragonfly.[/time_line_item][time_line_item time_line_title=\"2002-2008\" time_line_readmore_link=\"#\" ]<h4>Newyork Office</h4>
\nApart and limply monstrous far much added be oyster bawled lost in hey due so armadillo pangolin sexual aboard much alas dragonfly.[/time_line_item][time_line_item time_line_title=\"2008-2014\" time_line_readmore_link=\"#\" ]<h4>Clients\' success determines.</h4>
\nApart and limply monstrous far much added be oyster bawled lost in hey due so armadillo pangolin sexual aboard much alas dragonfly.[/time_line_item][time_line_item time_line_title=\"1994-1998\" time_line_readmore_link=\"#\" ]<h4>Newyork Office</h4>
\nApart and limply monstrous far much added be oyster bawled lost in hey due so armadillo pangolin sexual aboard much alas dragonfly.[/time_line_item][time_line_item time_line_title=\"1995-2005\" time_line_readmore_link=\"#\" ]<h4>Clients\' success determines.</h4>
\nApart and limply monstrous far much added be oyster bawled lost in hey due so armadillo pangolin sexual aboard much alas dragonfly.[/time_line_item][time_line_item time_line_title=\"1985-1990\" time_line_readmore_link=\"#\" ]<h4>Newyork Office</h4>
\nApart and limply monstrous far much added be oyster bawled lost in hey due so armadillo pangolin sexual aboard much alas dragonfly.[/time_line_item][/cs_time_line]</cs_shortcode></time_line></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Facts-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"50\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><tabs><page_element_size>67</page_element_size><tabs_element_size>67</tabs_element_size><cs_shortcode>[cs_tabs cs_tabs_section_title=\"WHO WE ARE?\" cs_tab_style=\"vertical\" cs_tabs_class=\"cs-vertical-tabs\" cs_tabs_animation=\"\"][tab_item tab_title=\"Serious Car Crash\" tab_active=\"yes\" cs_tab_icon=\"icon-strategy\" ]<img class=\"alignnone size-medium wp-image-2383\" src=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-tabs.jpg\" alt=\"home-tabs\" />
\n<br /><br />
\nAnd untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted penguin fashionably slickly ouch jeez but this much human opposite unlike porpoise that far because far and We best and this wholeheartedly when bluebird some egret thrust where hiccupped feeling jeepers before since slung coyly cardinal some lent hazardously far hey far armadillo far awkwardly therefore. best And untruthfully acutely apart stank somberly amidst.
\n<br/>
\n<a href=\"#\">Read Full Story </a>[/tab_item][tab_item tab_title=\"Brain Injury\" tab_active=\"no\" cs_tab_icon=\"icon-key3\" ]<img class=\"alignnone size-medium wp-image-2383\" src=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-tabs1.jpg\" alt=\"home-tabs\" />
\n<br /><br />
\nAnd untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted penguin fashionably slickly ouch jeez but this much human opposite unlike porpoise that far because far and We best and this wholeheartedly when bluebird some egret thrust where hiccupped feeling jeepers before since slung coyly cardinal some lent hazardously far hey far armadillo far awkwardly therefore. best And untruthfully acutely apart stank somberly amidst.
\n<br/>
\n<a href=\"#\">Read Full Story </a>[/tab_item][tab_item tab_title=\"Truck Accident\" tab_active=\"no\" cs_tab_icon=\"icon-hourglass2\" ]<img class=\"alignnone size-medium wp-image-2383\" src=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-tabs-2.jpg\" alt=\"home-tabs\" />
\n<br /><br />
\nAnd untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted penguin fashionably slickly ouch jeez but this much human opposite unlike porpoise that far because far and We best and this wholeheartedly when bluebird some egret thrust where hiccupped feeling jeepers before since slung coyly cardinal some lent hazardously far hey far armadillo far awkwardly therefore. best And untruthfully acutely apart stank somberly amidst.
\n<br/>
\n<a href=\"#\">Read Full Story </a>[/tab_item][tab_item tab_title=\"Semi-truck collision\" tab_active=\"no\" cs_tab_icon=\"icon-telescope\" ]<img class=\"alignnone size-medium wp-image-2383\" src=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-tabs-3.jpg\" alt=\"home-tabs\" />
\n<br /><br />
\nAnd untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted penguin fashionably slickly ouch jeez but this much human opposite unlike porpoise that far because far and We best and this wholeheartedly when bluebird some egret thrust where hiccupped feeling jeepers before since slung coyly cardinal some lent hazardously far hey far armadillo far awkwardly therefore. best And untruthfully acutely apart stank somberly amidst.
\n<br/>
\n<a href=\"#\">Read Full Story </a>[/tab_item][tab_item tab_title=\"Motorcycle accidents\" tab_active=\"no\" cs_tab_icon=\"icon-lightbulb\" ]<img class=\"alignnone size-medium wp-image-2383\" src=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-tabs-4.jpg\" alt=\"home-tabs\" />
\n<br /><br />
\nAnd untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted penguin fashionably slickly ouch jeez but this much human opposite unlike porpoise that far because far and We best and this wholeheartedly when bluebird some egret thrust where hiccupped feeling jeepers before since slung coyly cardinal some lent hazardously far hey far armadillo far awkwardly therefore. best And untruthfully acutely apart stank somberly amidst.
\n<br/>
\n<a href=\"#\">Read Full Story </a>[/tab_item][tab_item tab_title=\"Wrongful Death\" tab_active=\"no\" cs_tab_icon=\"icon-telescope\" ]<img class=\"alignnone size-medium wp-image-2383\" src=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-tabs.jpg\" alt=\"home-tabs\" />
\n<br /><br />
\nAnd untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted penguin fashionably slickly ouch jeez but this much human opposite unlike porpoise that far because far and We best and this wholeheartedly when bluebird some egret thrust where hiccupped feeling jeepers before since slung coyly cardinal some lent hazardously far hey far armadillo far awkwardly therefore. best And untruthfully acutely apart stank somberly amidst.
\n<br/>
\n<a href=\"#\">Read Full Story </a>[/tab_item][tab_item tab_title=\"Sexual abuse\" tab_active=\"no\" cs_tab_icon=\"icon-profile-male\" ]<img class=\"alignnone size-medium wp-image-2383\" src=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-tabs1.jpg\" alt=\"home-tabs\" />
\n<br /><br />
\nAnd untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted penguin fashionably slickly ouch jeez but this much human opposite unlike porpoise that far because far and We best and this wholeheartedly when bluebird some egret thrust where hiccupped feeling jeepers before since slung coyly cardinal some lent hazardously far hey far armadillo far awkwardly therefore. best And untruthfully acutely apart stank somberly amidst.
\n<br/>
\n<a href=\"#\">Read Full Story </a>[/tab_item][/cs_tabs]</cs_shortcode></tabs><contactus><page_element_size>33</page_element_size><contactus_element_size>33</contactus_element_size><cs_shortcode>[cs_contactus cs_contactus_section_title=\"CASC EVALUATION\" cs_contactus_label=\"off\" cs_contactus_view=\"fancy\" cs_contactus_send=\"admin@admincom\" cs_success=\"message send sucessfully\" cs_error=\"Please fill the required field\" ]</cs_shortcode></contactus><spacer><page_element_size>100</page_element_size><cs_shortcode>[cs_spacer cs_spacer_height=\"5\" ]</cs_shortcode></spacer><counter><counter_element_size>25</counter_element_size><page_element_size>25</page_element_size><cs_shortcode>[cs_counter counter_title=\"Solved Case\" counter_icon_type=\"icon\" counter_icon=\"icon-telescope\" counter_icon_align=\"left\" counter_icon_color=\"#cccccc\" counter_numbers=\"8974\" counter_number_color=\"#4b3854\" counter_text_color=\"#818181\" counter_border=\"on\" ][/cs_counter]</cs_shortcode></counter><counter><counter_element_size>25</counter_element_size><page_element_size>25</page_element_size><cs_shortcode>[cs_counter counter_title=\"Sucessful Case\" counter_icon_type=\"icon\" counter_icon=\"icon-strategy\" counter_icon_align=\"left\" counter_icon_color=\"#cccccc\" counter_numbers=\"19715\" counter_number_color=\"#4b3854\" counter_text_color=\"#818181\" counter_border=\"on\" ][/cs_counter]</cs_shortcode></counter><counter><counter_element_size>25</counter_element_size><page_element_size>25</page_element_size><cs_shortcode>[cs_counter counter_title=\"Registerd Case\" counter_icon_type=\"icon\" counter_icon=\"icon-key3\" counter_icon_align=\"left\" counter_icon_color=\"#cccccc\" counter_numbers=\"123\" counter_number_color=\"#4b3854\" counter_text_color=\"#818181\" counter_border=\"on\" ][/cs_counter]</cs_shortcode></counter><counter><counter_element_size>25</counter_element_size><page_element_size>25</page_element_size><cs_shortcode>[cs_counter counter_title=\"Case Studies\" counter_icon_type=\"icon\" counter_icon=\"icon-book3\" counter_icon_align=\"left\" counter_icon_color=\"#cccccc\" counter_numbers=\"58971\" counter_number_color=\"#4b3854\" counter_text_color=\"#818181\" counter_border=\"on\" ][/cs_counter]</cs_shortcode></counter></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Happy-Clients-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"HAPPY CLIENTS\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"off\" heading_color=\"#ffffff\" heading_content_color=\"#ffffff\" ]And untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted.[/cs_heading]</cs_shortcode></heading><spacer><page_element_size>100</page_element_size><cs_shortcode>[cs_spacer cs_spacer_height=\"5\" ]</cs_shortcode></spacer><testimonials><page_element_size>33</page_element_size><testimonials_element_size>33</testimonials_element_size><cs_shortcode>[cs_testimonials 
\n testimonial_text_color=\"#ffffff\"
\n cs_testimonial_text_align=\"left\"
\n cs_testimonial_class=\"\"
\n cs_testimonial_animation=\"\"
\n ][testimonial_item testimonial_company=\"Chimp Studio\" testimonial_img=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Lawyer-Team-Senior-4.jpg\" testimonial_author=\"Fiona\" ]Acutely apart stank somberly amidst yikes however and reflective dachshund much petted penguin fashionably slickly ouch jeez but this much human opposite unlike porpoise that far because.[/testimonial_item][/cs_testimonials]</cs_shortcode></testimonials><testimonials><page_element_size>33</page_element_size><testimonials_element_size>33</testimonials_element_size><cs_shortcode>[cs_testimonials 
\n testimonial_text_color=\"#ffffff\"
\n cs_testimonial_text_align=\"left\"
\n cs_testimonial_class=\"\"
\n cs_testimonial_animation=\"\"
\n ][testimonial_item testimonial_company=\"Google\" testimonial_img=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Lawyer-Team-junior-4.jpg\" testimonial_author=\"James Warson\" ]Acutely apart stank somberly amidst yikes however and reflective dachshund much petted penguin fashionably slickly ouch jeez but this much human opposite unlike porpoise that far because.[/testimonial_item][/cs_testimonials]</cs_shortcode></testimonials><testimonials><page_element_size>33</page_element_size><testimonials_element_size>33</testimonials_element_size><cs_shortcode>[cs_testimonials 
\n testimonial_text_color=\"#ffffff\"
\n cs_testimonial_text_align=\"left\"
\n cs_testimonial_class=\"\"
\n cs_testimonial_animation=\"\"
\n ][testimonial_item testimonial_company=\"Google In\" testimonial_img=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Lawyer-Team-junior-6.jpg\" testimonial_author=\"Jane Stairway\" ]Acutely apart stank somberly amidst yikes however and reflective dachshund much petted penguin fashionably slickly ouch jeez but this much human opposite unlike porpoise that far because.[/testimonial_item][/cs_testimonials]</cs_shortcode></testimonials></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"MEET OUR LAWYERS\" heading_style=\"1\" heading_size=\"30\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"on\" ]And untruthfully acutely apart stank somberly amidst yikes however and reflective dachshund much petted.[/cs_heading]</cs_shortcode></heading><spacer><page_element_size>100</page_element_size><cs_shortcode>[cs_spacer cs_spacer_height=\"5\" ]</cs_shortcode></spacer><post_team><page_element_size>100</page_element_size><post_team_element_size>100</post_team_element_size><cs_shortcode>[cs_post_team cs_post_team_view=\"grid-4-column\" cs_post_team_num_post=\"4\" cs_team_cat=\"senior-lawyer\" cs_post_team_orderby=\"DESC\" post_team_pagination=\"Show Pagination\" ]</cs_shortcode></post_team></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"-20\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><heading><page_element_size>100</page_element_size><heading_element_size>100</heading_element_size><cs_shortcode>[cs_heading heading_title=\"OUR CLIENTS\" heading_style=\"1\" heading_align=\"center\" heading_font_style=\"normal\" heading_divider=\"off\" ][/cs_heading]</cs_shortcode></heading><divider><page_element_size>100</page_element_size><divider_element_size>100</divider_element_size><cs_shortcode>[cs_divider divider_style=\"3box\" divider_backtotop=\"no\" divider_height=\"1\" ]</cs_shortcode></divider><clients><page_element_size>100</page_element_size><clients_element_size>100</clients_element_size><cs_shortcode>[cs_clients cs_clients_view=\"grid\" cs_client_border=\"no\" cs_client_gray=\"no\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-bar-association.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Flag-of-United-States-Justice.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Govt-of-somewhere.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Lawyer.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Justice-Australia.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Key-Person.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Land-for-justice.png\" ][clients_item cs_website_url=\"#\" cs_client_logo=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Owl-Land.png\" ][/cs_clients]</cs_shortcode></clients></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/home-Info.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"60\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><infobox><page_element_size>33</page_element_size><infobox_element_size>33</infobox_element_size><cs_shortcode>[cs_infobox cs_infobox_section_title=\"Newyork office\" cs_infobox_bg_color=\"#3a3c43\" cs_infobox_list_text_color=\"#ffffff\" ][infobox_item cs_infobox_list_color=\"#a0a0a0\" cs_infobox_list_title=\"WP Lawyers <br /> Schönhauser Allee 167c<br /> 12345 Crickvilla,<br /> Newyork\" ][/infobox_item][infobox_item cs_infobox_list_icon=\"icon-phone5\" cs_infobox_list_title=\"Telephone: +49 30 47373795\" ][/infobox_item][infobox_item cs_infobox_list_icon=\"icon-fax\" cs_infobox_list_title=\"Fax: +49 30 47373795\" ][/infobox_item][infobox_item cs_infobox_list_icon=\"icon-envelope3\" cs_infobox_list_title=\"E-mail: info@wplawyers.com\" ][/infobox_item][infobox_item cs_infobox_list_title=\"<br /> Get directions on the map\" ][/infobox_item][/cs_infobox]</cs_shortcode></infobox><infobox><page_element_size>33</page_element_size><infobox_element_size>33</infobox_element_size><cs_shortcode>[cs_infobox cs_infobox_section_title=\"London Office\" cs_infobox_bg_color=\"#3a3c43\" cs_infobox_list_text_color=\"#ffffff\" ][infobox_item cs_infobox_list_title=\"WP Lawyers <br /> Schönhauser Allee 167c<br /> 12345 Crickvilla,<br /> London\" ][/infobox_item][infobox_item cs_infobox_list_icon=\"icon-phone5\" cs_infobox_list_title=\"Telephone: +44 30 47378795\" ][/infobox_item][infobox_item cs_infobox_list_icon=\"icon-fax\" cs_infobox_list_title=\"Fax: +44 30 47373795\" ][/infobox_item][infobox_item cs_infobox_list_icon=\"icon-envelope3\" cs_infobox_list_title=\"E-mail: info@wplawyers.com\" ][/infobox_item][infobox_item cs_infobox_list_title=\"<br /> Get directions on the map\" ][/infobox_item][/cs_infobox]</cs_shortcode></infobox></column></column_container></pagebuilder>\n'),(719,2088,'_wp_page_template','default'),(720,2207,'_wp_page_template','default'),(721,2207,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>default_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title/><header_banner_image/><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><practice><page_element_size>100</page_element_size><practice_element_size>100</practice_element_size><cs_shortcode>[cs_practice cs_practice_view=\"grid-3-column\" cs_practice_num_post=\"10\" cs_practice_orderby=\"DESC\" practice_pagination=\"Show Pagination\" ]</cs_shortcode></practice></column></column_container></pagebuilder>\n'),(722,2209,'slide_template','default'),(723,2209,'_wp_page_template','default'),(724,2209,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title>Cases and Results</cs_seo_title><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e5e5e5\" cs_section_margin_top=\"-40\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><casestudy><page_element_size>100</page_element_size><casestudy_element_size>100</casestudy_element_size><cs_shortcode>[cs_casestudy cs_casestudy_cat=\"0\" cs_casestudy_num_post=\"10\" cs_casestudy_orderby=\"DESC\" cs_case_excerpt=\"-1\" casestudy_pagination=\"Show Pagination\" cs_casestudy_class=\"dd\" ]</cs_shortcode></casestudy></column></column_container></pagebuilder>\n'),(725,2211,'_wp_page_template','default'),(726,2211,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><post_team><page_element_size>100</page_element_size><post_team_element_size>100</post_team_element_size><cs_shortcode>[cs_post_team cs_post_team_view=\"grid-4-column\" cs_post_team_num_post=\"4\" cs_team_cat=\"senior-lawyer\" cs_post_team_orderby=\"DESC\" post_team_pagination=\"Show Pagination\" ]</cs_shortcode></post_team></column></column_container></pagebuilder>\n'),(727,2211,'slide_template','default'),(728,2361,'_wp_page_template','default'),(729,2361,'slide_template','default'),(730,2361,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>no-header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title/><header_banner_image/><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image/><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"\" cs_section_padding_bottom=\"\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"-40\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"wide\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><map><page_element_size>100</page_element_size><cs_shortcode>[cs_map map_height=\"460\" map_lat=\"51.507351\" map_lon=\"-0.127758\" map_zoom=\"15\" map_type=\"ROADMAP\" map_info=\"229 Nayers Road London United Kingdom\" map_info_width=\"200\" map_info_height=\"200\" map_marker_icon=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Map-Tip.png\" map_show_marker=\"true\" map_controls=\"true\" map_draggable=\"false\" map_scrollwheel=\"false\" map_border=\"yes\" map_border=\"yes\" ]</cs_shortcode></map></column></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"right\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Contact\"><column><flex_column><page_element_size>100</page_element_size><flex_column_element_size>100</flex_column_element_size><cs_shortcode>[cs_column ]<h2>WE ARE BASED IN NEWYORK</h2>[cs_divider divider_style=\"plain\" divider_backtotop=\"yes\" divider_height=\"1\"]
\nApart and limply monstrous far much added you oyster bawled lost in hey due so armadillo tpangolin sexual aboard much alas dragonfly be more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed best wherever squinted drew much oh sloth as some when scornfully cut involuntarily at
\n
\nFeel free to talk to our online representative at any time you please using our Live Chat system on our website or one of the below instant messaging programs.
\n
\nPlease be patient while waiting for response. (24/7 Support!) Phone General Inquiries: 1-888-123-4567-8900 [/cs_column]</cs_shortcode></flex_column><contactus><page_element_size>100</page_element_size><contactus_element_size>100</contactus_element_size><cs_shortcode>[cs_contactus cs_contactus_section_title=\"FEEL FREE TO MESSAGE\" cs_contactus_label=\"off\" cs_contactus_view=\"plain\" cs_contactus_send=\"add a email which you want to receive email\" cs_success=\"Email Sent Successfully\" cs_error=\"Error...\" ]</cs_shortcode></contactus></column></column_container></pagebuilder>\n'),(731,2389,'_wp_page_template','default'),(732,2389,'slide_template','default'),(733,2389,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one <br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><practice><page_element_size>100</page_element_size><practice_element_size>100</practice_element_size><cs_shortcode>[cs_practice cs_practice_view=\"grid-modern\" cs_practice_cat=\"0\" cs_practice_num_post=\"12\" cs_practice_orderby=\"DESC\" practice_pagination=\"Show Pagination\" ]</cs_shortcode></practice></column></column_container></pagebuilder>\n'),(734,2391,'_wp_page_template','default'),(735,2391,'slide_template','default'),(736,2391,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one <br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><practice><page_element_size>100</page_element_size><practice_element_size>100</practice_element_size><cs_shortcode>[cs_practice cs_practice_view=\"grid-3-column\" cs_practice_cat=\"0\" cs_practice_num_post=\"10\" cs_practice_orderby=\"DESC\" practice_pagination=\"Show Pagination\" ]</cs_shortcode></practice></column></column_container></pagebuilder>\n'),(737,2402,'_wp_page_template','default'),(738,2402,'slide_template','default'),(739,2402,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one <br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><practice><page_element_size>100</page_element_size><practice_element_size>100</practice_element_size><cs_shortcode>[cs_practice cs_practice_view=\"grid-4-columns\" cs_practice_cat=\"0\" cs_practice_num_post=\"12\" cs_practice_orderby=\"DESC\" practice_pagination=\"Show Pagination\" ]</cs_shortcode></practice></column></column_container></pagebuilder>\n'),(740,2403,'_wp_page_template','default'),(741,2403,'slide_template','default'),(742,2403,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one <br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><practice><page_element_size>100</page_element_size><practice_element_size>100</practice_element_size><cs_shortcode>[cs_practice cs_practice_view=\"grid-curved\" cs_practice_cat=\"0\" cs_practice_num_post=\"12\" cs_practice_orderby=\"DESC\" practice_pagination=\"Show Pagination\" ]</cs_shortcode></practice></column></column_container></pagebuilder>\n'),(743,2462,'_wp_page_template','default'),(744,2462,'_wp_page_template','default'),(745,2462,'slide_template','default'),(746,2462,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>no-header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title/><header_banner_image/><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image/><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"section-custom-background-image\" cs_section_bg_image=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Contact-Bg.jpg\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"389\" cs_section_padding_bottom=\"179\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"-40\" cs_section_margin_bottom=\"0\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"wide\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column/></column_container><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"right\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Contact\"><column><flex_column><page_element_size>100</page_element_size><flex_column_element_size>100</flex_column_element_size><cs_shortcode>[cs_column flex_column_section_title=\"WE ARE BASED IN NEWYORK\" ]Apart and limply monstrous far much added you oyster bawled lost in hey due so armadillo tpangolin sexual aboard much alas dragonfly be more some fallacious and barbarous a less much more sat before fishily thus somberly or restful flexed best wherever squinted drew much oh sloth as some when scornfully cut involuntarily at
\n
\nFeel free to talk to our online representative at any time you please using our Live Chat system on our website or one of the below instant messaging programs.
\n
\nPlease be patient while waiting for response. (24/7 Support!) Phone General Inquiries: 1-888-123-4567-8900 [/cs_column]</cs_shortcode></flex_column><contactus><page_element_size>100</page_element_size><contactus_element_size>100</contactus_element_size><cs_shortcode>[cs_contactus cs_contactus_section_title=\"FEEL FREE TO MESSAGE\" cs_contactus_label=\"off\" cs_contactus_view=\"plain\" cs_contactus_send=\"demo@chimpgroup.com\" cs_success=\"Email Sent Successfull\" cs_error=\"Error...\" ]</cs_shortcode></contactus><map><page_element_size>100</page_element_size><cs_shortcode>[cs_map map_height=\"370\" map_lat=\"51.507351\" map_lon=\"-0.127758\" map_zoom=\"15\" map_type=\"ROADMAP\" map_info=\"229 Nayers Road London United Kingdom\" map_info_width=\"200\" map_info_height=\"200\" map_marker_icon=\"http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Map-Tip.png\" map_show_marker=\"true\" map_controls=\"true\" map_draggable=\"false\" map_scrollwheel=\"false\" map_border=\"yes\" map_border=\"yes\" ]</cs_shortcode></map></column></column_container></pagebuilder>\n'),(749,2517,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(750,2517,'_wp_old_slug','bivid-out-along-inflexibly-be-much-6'),(751,2517,'_thumbnail_id','2487'),(752,2517,'slide_template','default'),(753,2517,'cs_count_views','5'),(754,2517,'_wp_old_slug','stopping-domestic-violence-before-it-escalates-2'),(757,2518,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(758,2518,'_wp_old_slug','bivid-out-along-inflexibly-be-much-4'),(759,2518,'_thumbnail_id','2486'),(760,2518,'slide_template','default'),(761,2518,'cs_count_views','7'),(762,2518,'_wp_old_slug','social-network-privacy-its-a-best-work-of-it-2'),(765,2519,'_wp_old_slug','your-civil-lawsuit-and-the-social-network-2'),(766,2519,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(767,2519,'_thumbnail_id','2484'),(768,2519,'cs_count_views','8'),(769,2519,'slide_template','default'),(770,2519,'_wp_old_slug','bivid-out-along-inflexibly-be-much'),(771,2587,'_wp_page_template','default'),(772,2587,'_wp_page_template','default'),(773,2587,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><post_team><page_element_size>100</page_element_size><post_team_element_size>100</post_team_element_size><cs_shortcode>[cs_post_team cs_post_team_view=\"classic\" cs_post_team_num_post=\"6\" cs_team_cat=\"junior-lawyer\" cs_post_team_orderby=\"DESC\" post_team_pagination=\"Show Pagination\" ]</cs_shortcode></post_team></column></column_container></pagebuilder>\n'),(774,2587,'slide_template','default'),(775,2588,'_wp_page_template','default'),(776,2588,'_wp_page_template','default'),(777,2588,'cs_page_builder','<?xml version=\"1.0\"?>\n<pagebuilder><builder_active/><page_content/><post_author_info_show/><post_author_info_text/><post_social_sharing/><post_social_sharing_text/><post_tags_show/><post_tags_show_text/><cs_related_post/><cs_related_post_title/><post_pagination_show/><post_pagination_show_title/><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />slapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout/></sidebar_layout><column_container class=\"column_full\" cs_section_background_option=\"no-image\" cs_section_bg_image=\"\" cs_section_bg_image_position=\"\" cs_section_flex_slider=\"\" cs_section_custom_slider=\"\" cs_section_video_url=\"\" cs_section_video_mute=\"yes\" cs_section_video_autoplay=\"yes\" cs_section_bg_color=\"\" cs_section_padding_top=\"30\" cs_section_padding_bottom=\"30\" cs_section_border_bottom=\"0\" cs_section_border_top=\"0\" cs_section_border_color=\"#e0e0e0\" cs_section_margin_top=\"0\" cs_section_margin_bottom=\"30\" cs_section_parallax=\"no\" cs_section_css_id=\"\" cs_section_view=\"container\" cs_layout=\"\" cs_sidebar_left=\"Default Pages\" cs_sidebar_right=\"Default Pages\"><column><post_team><page_element_size>100</page_element_size><post_team_element_size>100</post_team_element_size><cs_shortcode>[cs_post_team cs_post_team_view=\"modern\" cs_post_team_num_post=\"6\" cs_team_cat=\"junior-lawyer\" cs_post_team_orderby=\"DESC\" post_team_pagination=\"Show Pagination\" ]</cs_shortcode></post_team></column></column_container></pagebuilder>\n'),(778,2588,'slide_template','default'),(781,14,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(782,14,'_thumbnail_id','2107'),(783,14,'_wp_old_slug','bivid-out-along-inflexibly-be-much-3'),(784,14,'slide_template','default'),(785,14,'cs_count_views','3'),(788,16,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(789,16,'_thumbnail_id','2109'),(790,16,'_wp_old_slug','bivid-out-along-inflexibly-be-much-5'),(791,16,'cs_count_views','17'),(792,16,'slide_template','default'),(793,16,'_wp_old_slug','raleigh-dwi-attorney'),(796,19,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Video</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video>http://vimeo.com/44207067</inside_post_thumb_video><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(797,19,'_thumbnail_id','2112'),(798,19,'_wp_old_slug','using-social-media-to-strip-away-consumer-rights'),(799,19,'_wp_old_slug','bivid-out-along-inflexibly-be-much-8'),(800,19,'slide_template','default'),(801,19,'cs_count_views','15'),(804,20,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(805,20,'_thumbnail_id','2113'),(806,20,'_wp_old_slug','bivid-out-along-inflexibly-be-much-9'),(807,20,'slide_template','default'),(808,20,'_wp_old_slug','new-legal-information'),(809,20,'cs_count_views','4'),(812,21,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(813,21,'_thumbnail_id','2114'),(814,21,'_wp_old_slug','bivid-out-along-inflexibly-be-much-10'),(815,21,'cs_count_views','4'),(816,21,'slide_template','default'),(819,22,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Audio</inside_post_thumb_view><inside_post_thumb_audio>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/audio-lawyer.mp3</inside_post_thumb_audio><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(820,22,'_thumbnail_id','2115'),(821,22,'_wp_old_slug','medical-planning-and-its-advantages-for-peoples'),(822,22,'_wp_old_slug','bivid-out-along-inflexibly-be-much-11'),(823,22,'_wp_old_slug','medi-cal-planning'),(824,22,'slide_template','default'),(825,22,'_wp_old_slug','medical-planning'),(826,22,'cs_count_views','17'),(829,23,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(830,23,'_thumbnail_id','2116'),(831,23,'_wp_old_slug','bivid-out-along-inflexibly-be-much-12'),(832,23,'slide_template','default'),(833,23,'_wp_old_slug','weiss-law-blog-digest'),(834,23,'cs_count_views','4'),(837,25,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(838,25,'_thumbnail_id','2118'),(839,25,'_wp_old_slug','bivid-out-along-inflexibly-be-much-14'),(840,25,'slide_template','default'),(841,25,'cs_count_views','9'),(844,27,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(845,27,'_thumbnail_id','2120'),(846,27,'_wp_old_slug','bivid-out-along-inflexibly-be-much-16'),(847,27,'_wp_old_slug','shopping-safety-family-employment'),(848,27,'slide_template','default'),(849,27,'cs_count_views','5'),(852,285,'_thumbnail_id','2104'),(853,285,'slide_template','default'),(854,285,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(855,285,'cs_count_views','70'),(856,285,'_wp_old_slug','what-is-lorem-lipsum-14-22'),(857,285,'_wp_old_slug','touching-heaven'),(860,2492,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(861,2492,'_wp_old_slug','bivid-out-along-inflexibly-be-much-3'),(862,2492,'_thumbnail_id','2499'),(863,2492,'slide_template','default'),(864,2492,'cs_count_views','3'),(865,2492,'_wp_old_slug','helpful-aila-post-on-employer-immigration-2'),(868,2496,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(869,2496,'_wp_old_slug','bivid-out-along-inflexibly-be-much-14'),(870,2496,'_thumbnail_id','2498'),(871,2496,'slide_template','default'),(872,2496,'cs_count_views','2'),(873,2496,'_wp_old_slug','terrorism-suspected-in-platform-shutdown-2'),(876,2500,'_wp_old_slug','fbi-designates-juggalos-a-gang-insane-clown-posse-sues'),(877,2500,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Slider</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Slider</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><gallery><path>2105</path><title/><use_image_as/><video_code/><link_url/></gallery><gallery><path>2114</path><title/><use_image_as/><video_code/><link_url/></gallery><gallery><path>2113</path><title/><use_image_as/><video_code/><link_url/></gallery><gallery><path>2112</path><title/><use_image_as/><video_code/><link_url/></gallery><gallery_slider><cs_slider_path>2106</cs_slider_path><cs_slider_title/><slider_use_image_as/><slider_video_code/><cs_slider_link/></gallery_slider><gallery_slider><cs_slider_path>2107</cs_slider_path><cs_slider_title/><slider_use_image_as/><slider_video_code/><cs_slider_link/></gallery_slider><gallery_slider><cs_slider_path>2105</cs_slider_path><cs_slider_title/><slider_use_image_as/><slider_video_code/><cs_slider_link/></gallery_slider><gallery_slider><cs_slider_path>2108</cs_slider_path><cs_slider_title/><slider_use_image_as/><slider_video_code/><cs_slider_link/></gallery_slider><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(878,2500,'_wp_old_slug','bivid-out-along-inflexibly-be-much-11'),(879,2500,'_thumbnail_id','2497'),(880,2500,'slide_template','default'),(881,2500,'cs_count_views','16'),(882,2500,'_wp_old_slug','medical-planning-and-its-advantages-for-peoples-2'),(885,2503,'_wp_old_slug','beware-of-negligence-in-nursing-home-care'),(886,2503,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Video</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video>https://soundcloud.com/dirt_lies_audio/hadrianicus-hymn-of-the</inside_post_thumb_video><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(887,2503,'_wp_old_slug','bivid-out-along-inflexibly-be-much-8'),(888,2503,'_thumbnail_id','2495'),(889,2503,'slide_template','default'),(890,2503,'cs_count_views','8'),(891,2503,'_wp_old_slug','using-social-media-to-strip-away-consumer-rights-2'),(894,2506,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(895,2506,'_wp_old_slug','bivid-out-along-inflexibly-be-much-12'),(896,2506,'_thumbnail_id','2494'),(897,2506,'slide_template','default'),(898,2506,'cs_count_views','4'),(899,2506,'_wp_old_slug','amending-pleadings-to-add-punitive-damages-3'),(902,2508,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(903,2508,'_wp_old_slug','bivid-out-along-inflexibly-be-much-9'),(904,2508,'_thumbnail_id','2493'),(905,2508,'slide_template','default'),(906,2508,'cs_count_views','4'),(907,2508,'_wp_old_slug','new-legal-information-law-and-its-rules-2'),(910,2509,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(911,2509,'_wp_old_slug','bivid-out-along-inflexibly-be-much-5'),(912,2509,'_thumbnail_id','2491'),(913,2509,'slide_template','default'),(914,2509,'cs_count_views','15'),(915,2509,'_wp_old_slug','calculating-forces-in-an-automobile-accident-2'),(918,2512,'_thumbnail_id','2490'),(919,2512,'slide_template','default'),(920,2512,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(921,2512,'cs_count_views','67'),(922,2512,'_wp_old_slug','what-is-lorem-lipsum-14-22'),(923,2512,'_wp_old_slug','media-work-for-law-feel-like-a-touching-heaven-2'),(926,2515,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(927,2515,'_wp_old_slug','bivid-out-along-inflexibly-be-much-10'),(928,2515,'_thumbnail_id','2489'),(929,2515,'cs_count_views','5'),(930,2515,'slide_template','default'),(931,2515,'_wp_old_slug','5-reasons-why-attorneys-should-blog-on-lawyers-2'),(934,2516,'_wp_old_slug','asus-center-for-law-science-and-innovation-launched-an-official-2'),(935,2516,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(936,2516,'_wp_old_slug','bivid-out-along-inflexibly-be-much-7'),(937,2516,'cs_count_views','4'),(938,2516,'_thumbnail_id','2488'),(939,2516,'slide_template','default'),(942,13,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(943,13,'_wp_old_slug','bivid-out-along-inflexibly-be-much-2'),(944,13,'_thumbnail_id','2106'),(945,13,'cs_count_views','7'),(946,13,'slide_template','default'),(949,24,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(950,24,'_thumbnail_id','2117'),(951,24,'_wp_old_slug','bivid-out-along-inflexibly-be-much-13'),(952,24,'slide_template','default'),(953,24,'cs_count_views','4'),(954,24,'_wp_old_slug','benefits-for-work-injuries'),(957,26,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(958,26,'_thumbnail_id','2119'),(959,26,'_wp_old_slug','bivid-out-along-inflexibly-be-much-15'),(960,26,'slide_template','default'),(961,26,'cs_count_views','9'),(964,28,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(965,28,'_wp_old_slug','bivid-out-along-inflexibly-be-much-17'),(966,28,'_thumbnail_id','2121'),(967,28,'_wp_old_slug','ive-moved-my-blog'),(968,28,'slide_template','default'),(969,28,'_wp_old_slug','top-five-legal-news-stories-of-the-day'),(970,28,'cs_count_views','4'),(973,29,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(974,29,'_wp_old_slug','bivid-out-along-inflexibly-be-much-18'),(975,29,'cs_count_views','9'),(976,29,'_thumbnail_id','2122'),(977,29,'slide_template','default'),(978,29,'_wp_old_slug','raleigh-criminal-defense-attorney'),(979,2158,'practice','<?xml version=\"1.0\"?>\n<practice><cs_practice_subtitle>Jeepers this one lurid some jeez squid this.</cs_practice_subtitle><cs_practice_icon>icon-flag</cs_practice_icon><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></practice>\n'),(980,2158,'_thumbnail_id','2192'),(981,2158,'slide_template','default'),(982,2158,'cs_count_views','2'),(983,2164,'practice','<?xml version=\"1.0\"?>\n<practice><cs_practice_subtitle>Jeepers this one lurid some jeez squid this.</cs_practice_subtitle><cs_practice_icon>icon-tools-2</cs_practice_icon><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></practice>\n'),(984,2164,'_thumbnail_id','2180'),(985,2164,'_wp_old_slug','child-support-and-alimony-2'),(986,2164,'slide_template','default'),(987,2164,'cs_count_views','0'),(988,2165,'practice','<?xml version=\"1.0\"?>\n<practice><cs_practice_subtitle>Jeepers this one lurid some jeez squid this.</cs_practice_subtitle><cs_practice_icon>icon-megaphone3</cs_practice_icon><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></practice>\n'),(989,2165,'_thumbnail_id','2181'),(990,2165,'_wp_old_slug','child-support-and-alimony-3'),(991,2165,'slide_template','default'),(992,2165,'cs_count_views','0'),(993,2166,'practice','<?xml version=\"1.0\"?>\n<practice><cs_practice_subtitle>Jeepers this one lurid some jeez squid this.</cs_practice_subtitle><cs_practice_icon>icon-download4</cs_practice_icon><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></practice>\n'),(994,2166,'_thumbnail_id','2182'),(995,2166,'_wp_old_slug','child-support-and-alimony-4'),(996,2166,'slide_template','default'),(997,2166,'cs_count_views','0'),(998,2167,'practice','<?xml version=\"1.0\"?>\n<practice><cs_practice_subtitle>Jeepers this one lurid some jeez squid this.</cs_practice_subtitle><cs_practice_icon>icon-piechart</cs_practice_icon><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></practice>\n'),(999,2167,'_thumbnail_id','2183'),(1000,2167,'_wp_old_slug','child-support-and-alimony-5'),(1001,2167,'slide_template','default'),(1002,2167,'cs_count_views','3'),(1003,2168,'practice','<?xml version=\"1.0\"?>\n<practice><cs_practice_subtitle>Jeepers this one lurid some jeez squid this.</cs_practice_subtitle><cs_practice_icon>icon-tools2</cs_practice_icon><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></practice>\n'),(1004,2168,'_thumbnail_id','2184'),(1005,2168,'_wp_old_slug','child-support-and-alimony-6'),(1006,2168,'slide_template','default'),(1007,2168,'cs_count_views','2'),(1008,2169,'practice','<?xml version=\"1.0\"?>\n<practice><cs_practice_subtitle>Jeepers this one lurid some jeez squid this.</cs_practice_subtitle><cs_practice_icon>icon-speedometer</cs_practice_icon><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></practice>\n'),(1009,2169,'_thumbnail_id','2185'),(1010,2169,'_wp_old_slug','child-support-and-alimony-7'),(1011,2169,'slide_template','default'),(1012,2169,'cs_count_views','3'),(1013,2170,'practice','<?xml version=\"1.0\"?>\n<practice><cs_practice_subtitle>Jeepers this one lurid some jeez squid this.</cs_practice_subtitle><cs_practice_icon>icon-picture2</cs_practice_icon><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></practice>\n'),(1014,2170,'_thumbnail_id','2186'),(1015,2170,'_wp_old_slug','child-support-and-alimony-8'),(1016,2170,'slide_template','default'),(1017,2170,'cs_count_views','3'),(1018,2171,'cs_count_views','2'),(1019,2171,'practice','<?xml version=\"1.0\"?>\n<practice><cs_practice_subtitle>Jeepers this one lurid some jeez squid this.</cs_practice_subtitle><cs_practice_icon>icon-chat4</cs_practice_icon><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></practice>\n'),(1020,2171,'_thumbnail_id','2187'),(1021,2171,'_wp_old_slug','child-support-and-alimony-9'),(1022,2171,'slide_template','default'),(1025,2479,'_wp_old_slug','raleigh-criminal-defense-law-attorney-and-its-rules-2'),(1026,2479,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(1027,2479,'_wp_old_slug','bivid-out-along-inflexibly-be-much-18'),(1028,2479,'_thumbnail_id','2502'),(1029,2479,'cs_count_views','22'),(1030,2479,'slide_template','default'),(1033,2480,'_wp_old_slug','top-five-legal-law-news-stories-of-the-day-2'),(1034,2480,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(1035,2480,'_wp_old_slug','bivid-out-along-inflexibly-be-much-17'),(1036,2480,'_thumbnail_id','2514'),(1037,2480,'slide_template','default'),(1038,2480,'cs_count_views','4'),(1041,2481,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(1042,2481,'_wp_old_slug','bivid-out-along-inflexibly-be-much-15'),(1043,2481,'_thumbnail_id','2513'),(1044,2481,'slide_template','default'),(1045,2481,'cs_count_views','4'),(1046,2481,'_wp_old_slug','the-importance-of-blogging-in-attorney-marketing-2'),(1049,2482,'_wp_old_slug','harrison-vs-commissioner-of-public-safety-2'),(1050,2482,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Audio</inside_post_thumb_view><inside_post_thumb_audio>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/audio-lawyer.mp3</inside_post_thumb_audio><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(1051,2482,'_wp_old_slug','bivid-out-along-inflexibly-be-much-2'),(1052,2482,'_thumbnail_id','2511'),(1053,2482,'cs_count_views','8'),(1054,2482,'slide_template','default'),(1057,2483,'_wp_old_slug','weakening-the-sudden-emergency-defense-and-its-disadvantages-2'),(1058,2483,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(1059,2483,'_wp_old_slug','bivid-out-along-inflexibly-be-much-13'),(1060,2483,'_thumbnail_id','2510'),(1061,2483,'slide_template','default'),(1062,2483,'cs_count_views','5'),(1065,2485,'post','<?xml version=\"1.0\"?>\n<cs_meta_post><post_thumb_view>Single Image</post_thumb_view><post_thumb_audio/><post_thumb_video/><post_thumb_slider/><post_thumb_slider_type/><inside_post_thumb_view>Single Image</inside_post_thumb_view><inside_post_thumb_audio/><inside_post_thumb_video/><inside_post_thumb_slider/><inside_post_thumb_slider_type/><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one<br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Blogs Sidebar</cs_page_sidebar_right></sidebar_layout></cs_meta_post>\n'),(1066,2485,'_wp_old_slug','bivid-out-along-inflexibly-be-much-16'),(1067,2485,'_thumbnail_id','2501'),(1068,2485,'slide_template','default'),(1069,2485,'cs_count_views','5'),(1070,2485,'_wp_old_slug','shopping-safety-family-and-employment-2'),(1071,2095,'cs_count_views','2'),(1072,2095,'_wp_old_slug','sdfdsff'),(1073,2095,'team','<?xml version=\"1.0\"?>\n<team><cs_team_phone_num>0044 423 456 789</cs_team_phone_num><cs_team_fax_num>+44 423 456 789</cs_team_fax_num><cs_team_email>fred-q@lawyerwp.com</cs_team_email><cs_team_subtitle>CEO-HEAD-LAWYER</cs_team_subtitle><cs_team_admissions_title>Bar Addmissions</cs_team_admissions_title><cs_team_certifications_title>Certifications & Membership</cs_team_certifications_title><cs_team_admissions> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_admissions><cs_team_certifications> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_certifications><cs_team_eval_form>on</cs_team_eval_form><cs_team_eval_form_title>Evaluation Form </cs_team_eval_form_title><cs_team_facebook>http://www.facebook.com</cs_team_facebook><cs_team_twitter>http://www.twitter.com</cs_team_twitter><cs_team_google_plus>http://www.plus.google.com</cs_team_google_plus><cs_team_linked_in>http://www.linkedin.com</cs_team_linked_in><cs_team_vcard>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Julia-Andrson.vcf</cs_team_vcard><cs_team_education_title>Education</cs_team_education_title><cs_team_practices_title>Practice Areas</cs_team_practices_title><cs_team_rich_edit_title>Professional Experience</cs_team_rich_edit_title><educations><education_title>Law School intern</education_title><education_date>1992-1996</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><educations><education_title>Under graduate College</education_title><education_date>1999-2002</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><practices><practice_title> Drunk Driving Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Industrial Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Maritime and Jones Act Claims</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Nursing Home Neglect</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Products Liability</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Qui Tam and Whistleblower Actions</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Accidents On Road High Speed.</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Founder and Managing Partner</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></team>\n'),(1074,2095,'slide_template','default'),(1075,2095,'_thumbnail_id','2306'),(1076,2123,'_wp_old_slug','jack-miller-2'),(1077,2123,'_wp_old_slug','sdfdsff'),(1078,2123,'cs_count_views','3'),(1079,2123,'team','<?xml version=\"1.0\"?>\n<team><cs_team_phone_num>0044 423 456 789</cs_team_phone_num><cs_team_fax_num>+44 423 456 789</cs_team_fax_num><cs_team_email>fred-q@lawyerwp.com</cs_team_email><cs_team_subtitle>HEAD-LAWYER</cs_team_subtitle><cs_team_admissions_title>Bar Addmissions</cs_team_admissions_title><cs_team_certifications_title>Certifications & Membership</cs_team_certifications_title><cs_team_admissions> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_admissions><cs_team_certifications> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_certifications><cs_team_eval_form>on</cs_team_eval_form><cs_team_eval_form_title>Evaluation Form</cs_team_eval_form_title><cs_team_facebook>http://www.facebook.com</cs_team_facebook><cs_team_twitter>http://www.twitter.com</cs_team_twitter><cs_team_google_plus>http://www.plus.google.com</cs_team_google_plus><cs_team_linked_in>http://www.linkedin.com</cs_team_linked_in><cs_team_vcard>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Julia-Andrson.vcf</cs_team_vcard><cs_team_education_title>Education</cs_team_education_title><cs_team_practices_title>Practice Areas</cs_team_practices_title><cs_team_rich_edit_title>Professional Experience</cs_team_rich_edit_title><educations><education_title>Law School intern</education_title><education_date>1992-1996</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><educations><education_title>Under graduate College</education_title><education_date>1999-2002</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><practices><practice_title> Drunk Driving Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Industrial Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Maritime and Jones Act Claims</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Nursing Home Neglect</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Products Liability</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Qui Tam and Whistleblower Actions</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Accidents On Road High Speed.</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Founder and Managing Partner</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></team>\n'),(1080,2123,'slide_template','default'),(1081,2123,'_thumbnail_id','2309'),(1082,2124,'_wp_old_slug','jack-miller-3'),(1083,2124,'team','<?xml version=\"1.0\"?>\n<team><cs_team_phone_num>0044 423 456 789</cs_team_phone_num><cs_team_fax_num>+44 423 456 789</cs_team_fax_num><cs_team_email>fred-q@lawyerwp.com</cs_team_email><cs_team_subtitle>SENIOR-LAWYER</cs_team_subtitle><cs_team_admissions_title>Bar Addmissions</cs_team_admissions_title><cs_team_certifications_title>Certifications & Membership</cs_team_certifications_title><cs_team_admissions> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_admissions><cs_team_certifications> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_certifications><cs_team_eval_form>on</cs_team_eval_form><cs_team_eval_form_title>Evaluation Form</cs_team_eval_form_title><cs_team_facebook>http://www.facebook.com</cs_team_facebook><cs_team_twitter>http://www.twitter.com</cs_team_twitter><cs_team_google_plus>http://www.plus.google.com</cs_team_google_plus><cs_team_linked_in>http://www.linkedin.com</cs_team_linked_in><cs_team_vcard>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Julia-Andrson.vcf</cs_team_vcard><cs_team_education_title>Education</cs_team_education_title><cs_team_practices_title>Practice Areas</cs_team_practices_title><cs_team_rich_edit_title>Professional Experience</cs_team_rich_edit_title><educations><education_title>Law School intern</education_title><education_date>1992-1996</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><educations><education_title>Under graduate College</education_title><education_date>1999-2002</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><practices><practice_title> Drunk Driving Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Industrial Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Maritime and Jones Act Claims</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Nursing Home Neglect</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Products Liability</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Qui Tam and Whistleblower Actions</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Accidents On Road High Speed.</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Founder and Managing Partner</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></team>\n'),(1084,2124,'_wp_old_slug','sdfdsff'),(1085,2124,'cs_count_views','4'),(1086,2124,'slide_template','default'),(1087,2124,'_thumbnail_id','2310'),(1088,2125,'_wp_old_slug','jack-miller-4'),(1089,2125,'_wp_old_slug','sdfdsff'),(1090,2125,'cs_count_views','13'),(1091,2125,'team','<?xml version=\"1.0\"?>\n<team><cs_team_phone_num>0044 423 456 789</cs_team_phone_num><cs_team_fax_num>+44 423 456 789</cs_team_fax_num><cs_team_email>fred-q@lawyerwp.com</cs_team_email><cs_team_subtitle>JUNIOR-LAWYER</cs_team_subtitle><cs_team_admissions_title>Bar Addmissions</cs_team_admissions_title><cs_team_certifications_title>Certifications & Membership</cs_team_certifications_title><cs_team_admissions> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_admissions><cs_team_certifications> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_certifications><cs_team_eval_form>on</cs_team_eval_form><cs_team_eval_form_title>Evaluation Form</cs_team_eval_form_title><cs_team_facebook>http://www.facebook.com</cs_team_facebook><cs_team_twitter>http://www.twitter.com</cs_team_twitter><cs_team_google_plus>http://www.plus.google.com</cs_team_google_plus><cs_team_linked_in>http://www.linkedin.com</cs_team_linked_in><cs_team_vcard>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Julia-Andrson.vcf</cs_team_vcard><cs_team_education_title>Education</cs_team_education_title><cs_team_practices_title>Practice Areas</cs_team_practices_title><cs_team_rich_edit_title>Professional Experience</cs_team_rich_edit_title><educations><education_title>Law School intern</education_title><education_date>1992-1996</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><educations><education_title>Under graduate College</education_title><education_date>1999-2002</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><practices><practice_title> Drunk Driving Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Industrial Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Maritime and Jones Act Claims</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Nursing Home Neglect</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Products Liability</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Qui Tam and Whistleblower Actions</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Accidents On Road High Speed.</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Founder and Managing Partner</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></team>\n'),(1092,2125,'slide_template','default'),(1093,2125,'_thumbnail_id','2312'),(1094,2126,'_wp_old_slug','jack-miller-5'),(1095,2126,'team','<?xml version=\"1.0\"?>\n<team><cs_team_phone_num>0044 423 456 789</cs_team_phone_num><cs_team_fax_num>+44 423 456 789</cs_team_fax_num><cs_team_email>fred-q@lawyerwp.com</cs_team_email><cs_team_subtitle>CEO-HEADER-LAWYER</cs_team_subtitle><cs_team_admissions_title>Bar Addmissions</cs_team_admissions_title><cs_team_certifications_title>Certifications & Membership</cs_team_certifications_title><cs_team_admissions> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_admissions><cs_team_certifications> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_certifications><cs_team_eval_form>on</cs_team_eval_form><cs_team_eval_form_title>Evaluation Form</cs_team_eval_form_title><cs_team_facebook>http://www.facebook.com</cs_team_facebook><cs_team_twitter>http://www.twitter.com</cs_team_twitter><cs_team_google_plus>http://www.plus.google.com</cs_team_google_plus><cs_team_linked_in>http://www.linkedin.com</cs_team_linked_in><cs_team_vcard>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Julia-Andrson.vcf</cs_team_vcard><cs_team_education_title>Education</cs_team_education_title><cs_team_practices_title>Practice Areas</cs_team_practices_title><cs_team_rich_edit_title>Professional Experience</cs_team_rich_edit_title><educations><education_title>Law School intern</education_title><education_date>1992-1996</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><educations><education_title>Under graduate College</education_title><education_date>1999-2002</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><practices><practice_title> Drunk Driving Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Industrial Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Maritime and Jones Act Claims</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Nursing Home Neglect</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Products Liability</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Qui Tam and Whistleblower Actions</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Accidents On Road High Speed.</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Founder and Managing Partner</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></team>\n'),(1096,2126,'_wp_old_slug','sdfdsff'),(1097,2126,'cs_count_views','4'),(1098,2126,'slide_template','default'),(1099,2126,'_thumbnail_id','2302'),(1100,2127,'_wp_old_slug','jack-miller-6'),(1101,2127,'_wp_old_slug','sdfdsff'),(1102,2127,'cs_count_views','2'),(1103,2127,'team','<?xml version=\"1.0\"?>\n<team><cs_team_phone_num>0044 423 456 789</cs_team_phone_num><cs_team_fax_num>+44 423 456 789</cs_team_fax_num><cs_team_email>fred-q@lawyerwp.com</cs_team_email><cs_team_subtitle>SENIOR-LAWYER</cs_team_subtitle><cs_team_admissions_title>Bar Addmissions</cs_team_admissions_title><cs_team_certifications_title>Certifications & Membership</cs_team_certifications_title><cs_team_admissions> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_admissions><cs_team_certifications> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_certifications><cs_team_eval_form>on</cs_team_eval_form><cs_team_eval_form_title>Evaluation Form</cs_team_eval_form_title><cs_team_facebook>http://www.facebook.com</cs_team_facebook><cs_team_twitter>http://www.twitter.com</cs_team_twitter><cs_team_google_plus>http://www.plus.google.com</cs_team_google_plus><cs_team_linked_in>http://www.linkedin.com</cs_team_linked_in><cs_team_vcard>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Julia-Andrson.vcf</cs_team_vcard><cs_team_education_title>Education</cs_team_education_title><cs_team_practices_title>Practice Areas</cs_team_practices_title><cs_team_rich_edit_title>Professional Experience</cs_team_rich_edit_title><educations><education_title>Law School intern</education_title><education_date>1992-1996</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><educations><education_title>Under graduate College</education_title><education_date>1999-2002</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><practices><practice_title> Drunk Driving Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Industrial Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Maritime and Jones Act Claims</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Nursing Home Neglect</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Products Liability</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Qui Tam and Whistleblower Actions</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Accidents On Road High Speed.</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Founder and Managing Partner</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></team>\n'),(1104,2127,'slide_template','default'),(1105,2127,'_thumbnail_id','2304'),(1106,2128,'slide_template','default'),(1107,2128,'_wp_old_slug','jack-miller-7'),(1108,2128,'team','<?xml version=\"1.0\"?>\n<team><cs_team_phone_num>0044 423 456 789</cs_team_phone_num><cs_team_fax_num>+44 423 456 789</cs_team_fax_num><cs_team_email>fred-q@lawyerwp.com</cs_team_email><cs_team_subtitle>HEAD-LAWYER</cs_team_subtitle><cs_team_admissions_title>Bar Addmissions</cs_team_admissions_title><cs_team_certifications_title>Certifications & Membership</cs_team_certifications_title><cs_team_admissions> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_admissions><cs_team_certifications> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_certifications><cs_team_eval_form>on</cs_team_eval_form><cs_team_eval_form_title>Evaluation Form</cs_team_eval_form_title><cs_team_facebook>http://www.facebook.com</cs_team_facebook><cs_team_twitter>http://www.twitter.com</cs_team_twitter><cs_team_google_plus>http://www.plus.google.com</cs_team_google_plus><cs_team_linked_in>http://www.linkedin.com</cs_team_linked_in><cs_team_vcard>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Julia-Andrson.vcf</cs_team_vcard><cs_team_education_title>Education</cs_team_education_title><cs_team_practices_title>Practice Areas</cs_team_practices_title><cs_team_rich_edit_title>Professional Experience</cs_team_rich_edit_title><educations><education_title>Law School intern</education_title><education_date>1992-1996</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><educations><education_title>Under graduate College</education_title><education_date>1999-2002</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><practices><practice_title> Drunk Driving Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Industrial Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Maritime and Jones Act Claims</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Nursing Home Neglect</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Products Liability</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Qui Tam and Whistleblower Actions</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Accidents On Road High Speed.</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Founder and Managing Partner</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></team>\n'),(1109,2128,'_wp_old_slug','sdfdsff'),(1110,2128,'cs_count_views','1'),(1111,2128,'_thumbnail_id','2303'),(1112,2129,'_wp_old_slug','jack-miller-8'),(1113,2129,'team','<?xml version=\"1.0\"?>\n<team><cs_team_phone_num>0044 423 456 789</cs_team_phone_num><cs_team_fax_num>+44 423 456 789</cs_team_fax_num><cs_team_email>fred-q@lawyerwp.com</cs_team_email><cs_team_subtitle>JUNIOR-LAWYER</cs_team_subtitle><cs_team_admissions_title>Bar Addmissions</cs_team_admissions_title><cs_team_certifications_title>Certifications & Membership</cs_team_certifications_title><cs_team_admissions> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_admissions><cs_team_certifications> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_certifications><cs_team_eval_form>on</cs_team_eval_form><cs_team_eval_form_title>Evaluation Form</cs_team_eval_form_title><cs_team_facebook>http://www.facebook.com</cs_team_facebook><cs_team_twitter>http://www.twitter.com</cs_team_twitter><cs_team_google_plus>http://www.plus.google.com</cs_team_google_plus><cs_team_linked_in>http://www.linkedin.com</cs_team_linked_in><cs_team_vcard>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Julia-Andrson.vcf</cs_team_vcard><cs_team_education_title>Education</cs_team_education_title><cs_team_practices_title>Practice Areas</cs_team_practices_title><cs_team_rich_edit_title>Professional Experience</cs_team_rich_edit_title><educations><education_title>Law School intern</education_title><education_date>1992-1996</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><educations><education_title>Under graduate College</education_title><education_date>1999-2002</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><practices><practice_title> Drunk Driving Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Industrial Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Maritime and Jones Act Claims</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Nursing Home Neglect</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Products Liability</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Qui Tam and Whistleblower Actions</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Accidents On Road High Speed.</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Founder and Managing Partner</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></team>\n'),(1114,2129,'_wp_old_slug','sdfdsff'),(1115,2129,'cs_count_views','5'),(1116,2129,'slide_template','default'),(1117,2129,'_thumbnail_id','2305'),(1118,2131,'_wp_old_slug','jack-miller-9'),(1119,2131,'team','<?xml version=\"1.0\"?>\n<team><cs_team_phone_num>0044 423 456 789</cs_team_phone_num><cs_team_fax_num>+44 423 456 789</cs_team_fax_num><cs_team_email>fred-q@lawyerwp.com</cs_team_email><cs_team_subtitle>HEAD-LAWYER</cs_team_subtitle><cs_team_admissions_title>Bar Addmissions</cs_team_admissions_title><cs_team_certifications_title>Certifications & Membership</cs_team_certifications_title><cs_team_admissions> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_admissions><cs_team_certifications> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_certifications><cs_team_eval_form>on</cs_team_eval_form><cs_team_eval_form_title>Evaluation Form</cs_team_eval_form_title><cs_team_facebook>http://www.facebook.com</cs_team_facebook><cs_team_twitter>http://www.twitter.com</cs_team_twitter><cs_team_google_plus>http://www.plus.google.com</cs_team_google_plus><cs_team_linked_in>http://www.linkedin.com</cs_team_linked_in><cs_team_vcard>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Julia-Andrson.vcf</cs_team_vcard><cs_team_education_title>Education</cs_team_education_title><cs_team_practices_title>Practice Areas</cs_team_practices_title><cs_team_rich_edit_title>Professional Experience</cs_team_rich_edit_title><educations><education_title>Law School intern</education_title><education_date>1992-1996</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><educations><education_title>Under graduate College</education_title><education_date>1999-2002</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><practices><practice_title> Drunk Driving Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Industrial Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Maritime and Jones Act Claims</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Nursing Home Neglect</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Products Liability</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Qui Tam and Whistleblower Actions</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Accidents On Road High Speed.</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Founder and Managing Partner</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></team>\n'),(1120,2131,'_wp_old_slug','sdfdsff'),(1121,2131,'cs_count_views','7'),(1122,2131,'slide_template','default'),(1123,2131,'_thumbnail_id','2307'),(1124,2132,'_wp_old_slug','sdfdsff'),(1125,2132,'cs_count_views','28'),(1126,2132,'_wp_old_slug','jack-miller-10'),(1127,2132,'team','<?xml version=\"1.0\"?>\n<team><cs_team_phone_num>0044 423 456 789</cs_team_phone_num><cs_team_fax_num>+44 423 456 789</cs_team_fax_num><cs_team_email>fred-q@lawyerwp.com</cs_team_email><cs_team_subtitle>JUNIOR-LAWYER</cs_team_subtitle><cs_team_admissions_title>Bar Addmissions</cs_team_admissions_title><cs_team_certifications_title>Certifications & Membership</cs_team_certifications_title><cs_team_admissions> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_admissions><cs_team_certifications> Drunk Driving Accidents
\n Industrial Accidents
\n Maritime and Jones Act Claims
\n Nursing Home Neglect
\n Products Liability
\n Qui Tam and Whistleblower Actions
\n Trucking Accidents.</cs_team_certifications><cs_team_eval_form>on</cs_team_eval_form><cs_team_eval_form_title>Evaluation Form</cs_team_eval_form_title><cs_team_facebook>http://www.facebook.com</cs_team_facebook><cs_team_twitter>http://www.twitter.com</cs_team_twitter><cs_team_google_plus>http://www.plus.google.com</cs_team_google_plus><cs_team_linked_in>http://www.linkedin.com</cs_team_linked_in><cs_team_vcard>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/Julia-Andrson.vcf</cs_team_vcard><cs_team_education_title>Education</cs_team_education_title><cs_team_practices_title>Practice Areas</cs_team_practices_title><cs_team_rich_edit_title>Professional Experience</cs_team_rich_edit_title><educations><education_title>Law School intern</education_title><education_date>1992-1996</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><educations><education_title>Under graduate College</education_title><education_date>1999-2002</education_date><education_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</education_description></educations><practices><practice_title> Drunk Driving Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Industrial Accidents</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Maritime and Jones Act Claims</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Nursing Home Neglect</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Products Liability</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title> Qui Tam and Whistleblower Actions</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><practices><practice_title>Accidents On Road High Speed.</practice_title><practice_description>Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled.</practice_description></practices><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Founder and Managing Partner</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/2014/12/breadcrum-default.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id/><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></team>\n'),(1128,2132,'slide_template','default'),(1129,2132,'_thumbnail_id','2311'),(1130,2172,'practice','<?xml version=\"1.0\"?>\n<practice><cs_practice_subtitle>Jeepers this one lurid some jeez squid this.</cs_practice_subtitle><cs_practice_icon>icon-envelope3</cs_practice_icon><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></practice>\n'),(1131,2172,'_thumbnail_id','2188'),(1132,2172,'_wp_old_slug','child-support-and-alimony-10'),(1133,2172,'slide_template','default'),(1134,2172,'cs_count_views','5'),(1135,2173,'practice','<?xml version=\"1.0\"?>\n<practice><cs_practice_subtitle>Jeepers this one lurid some jeez squid this.</cs_practice_subtitle><cs_practice_icon>icon-wallet2</cs_practice_icon><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></practice>\n'),(1136,2173,'_thumbnail_id','2189'),(1137,2173,'_wp_old_slug','child-support-and-alimony-11'),(1138,2173,'slide_template','default'),(1139,2173,'cs_count_views','2'),(1140,2174,'practice','<?xml version=\"1.0\"?>\n<practice><cs_practice_subtitle>Jeepers this one lurid some jeez squid this.</cs_practice_subtitle><cs_practice_icon>icon-toolbox</cs_practice_icon><cs_practice_team>2124,2123,2095</cs_practice_team><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></practice>\n'),(1141,2174,'_thumbnail_id','2190'),(1142,2174,'_wp_old_slug','child-support-and-alimony-12'),(1143,2174,'slide_template','default'),(1144,2174,'cs_count_views','3'),(1145,2175,'practice','<?xml version=\"1.0\"?>\n<practice><cs_practice_subtitle>Jeepers this one lurid some jeez squid this.</cs_practice_subtitle><cs_practice_icon>icon-map2</cs_practice_icon><cs_practice_team>2131,2129,2128,2127</cs_practice_team><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></practice>\n'),(1146,2175,'_thumbnail_id','2191'),(1147,2175,'_wp_old_slug','child-support-and-alimony-13'),(1148,2175,'_wp_old_slug','legal-ethics-and-professional-responsibility'),(1149,2175,'slide_template','default'),(1150,2175,'cs_count_views','13'),(1151,2176,'practice','<?xml version=\"1.0\"?>\n<practice><cs_practice_subtitle>Jeepers this one lurid some jeez squid this.</cs_practice_subtitle><cs_practice_icon>icon-layers</cs_practice_icon><post_author_info_show>on</post_author_info_show><post_author_info_text>About Author</post_author_info_text><post_social_sharing>on</post_social_sharing><post_social_sharing_text>Share Now</post_social_sharing_text><post_tags_show>on</post_tags_show><post_tags_show_text>Tags</post_tags_show_text><cs_related_post>on</cs_related_post><cs_related_post_title>Related Post</cs_related_post_title><post_pagination_show>on</post_pagination_show><post_pagination_show_title>Show All</post_pagination_show_title><header_banner_style>breadcrumb_header</header_banner_style><page_title>on</page_title><page_breadcrumbs>on</page_breadcrumbs><subheader_padding_switch>default</subheader_padding_switch><subheader_padding_top>45</subheader_padding_top><subheader_padding_bottom>45</subheader_padding_bottom><page_custom_menu/><page_title_align>left</page_title_align><page_custom_title/><page_subheading_title>Jeepers this one lurid some jeez squid this this this furtive upon far much one <br />
\nslapped one ouch visceral hence goodness.</page_subheading_title><header_banner_image>http://lawyers.chimpgroup.com/wp-content/uploads-dummy/breadcrumb-detail.jpg</header_banner_image><page_subheader_color/><page_subheader_text_color>#fff</page_subheader_text_color><page_subheader_border_color/><custom_slider_id>home_slider</custom_slider_id><slider_position>below</slider_position><custom_map>[cs_map column_size=\"1/1\" cs_map_section_title=\" Section Title \" map_title=\" Title \" map_height=\"500\" map_lat=\"31.5497\" map_lon=\"74.3436\" map_zoom=\"11\" map_type=\"ROADMAP\" map_info=\"Information Text here.\" map_info_width=\"300\" map_info_height=\"300\" map_marker_icon=\"http://irfan/education/wp-content/uploads/map-marker.png\" map_marker_icon1i0A=\"Browse\" map_show_marker=\"true\" map_controls=\"false\" map_draggable=\"true\" map_scrollwheel=\"true\" map_border=\"yes\" map_border_color=\"#dd3333\" cs_map_class=\"cs_class\" cs_map_animation=\"expandUp\"]</custom_map><page_subheader_parallax/><page_subheader_no_image>on</page_subheader_no_image><cs_page_options/><page_main_header_border_color/><header_bg_options/><cs_rev_slider_id/><cs_headerbg_image/><cs_headerbg_color/><seosettings><cs_seo_title/><cs_seo_description/><cs_seo_keywords/></seosettings><sidebar_layout><cs_page_layout>right</cs_page_layout><cs_page_sidebar_right>Practice</cs_page_sidebar_right></sidebar_layout></practice>\n'),(1152,2176,'_thumbnail_id','2179'),(1153,2176,'_wp_old_slug','child-support-and-alimony-14'),(1154,2176,'slide_template','default'),(1155,2176,'cs_count_views','20'),(1156,2650,'_menu_item_type','post_type'),(1157,2650,'_menu_item_menu_item_parent','2633'),(1158,2650,'_menu_item_object_id','173'),(1159,2650,'_menu_item_object','page'),(1160,2650,'_menu_item_target',''),(1161,2650,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1162,2650,'_menu_item_xfn',''),(1163,2650,'_menu_item_url',''),(1164,2650,'_menu_item_megamenu','off'),(1165,2650,'_menu_item_text','off'),(1166,2650,'_menu_item_link','off'),(1167,2651,'_menu_item_type','post_type'),(1168,2651,'_menu_item_menu_item_parent','2633'),(1169,2651,'_menu_item_object_id','172'),(1170,2651,'_menu_item_object','page'),(1171,2651,'_menu_item_target',''),(1172,2651,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1173,2651,'_menu_item_xfn',''),(1174,2651,'_menu_item_url',''),(1175,2651,'_menu_item_megamenu','off'),(1176,2651,'_menu_item_text','off'),(1177,2651,'_menu_item_link','off'),(1178,2652,'_menu_item_type','post_type'),(1179,2652,'_menu_item_menu_item_parent','2633'),(1180,2652,'_menu_item_object_id','169'),(1181,2652,'_menu_item_object','page'),(1182,2652,'_menu_item_target',''),(1183,2652,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1184,2652,'_menu_item_xfn',''),(1185,2652,'_menu_item_url',''),(1186,2652,'_menu_item_megamenu','off'),(1187,2652,'_menu_item_text','off'),(1188,2652,'_menu_item_link','off'),(1189,2653,'_menu_item_type','post_type'),(1190,2653,'_menu_item_menu_item_parent','2633'),(1191,2653,'_menu_item_object_id','168'),(1192,2653,'_menu_item_object','page'),(1193,2653,'_menu_item_target',''),(1194,2653,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1195,2653,'_menu_item_xfn',''),(1196,2653,'_menu_item_url',''),(1197,2653,'_menu_item_megamenu','off'),(1198,2653,'_menu_item_text','off'),(1199,2653,'_menu_item_link','off'),(1200,2654,'_menu_item_type','post_type'),(1201,2654,'_menu_item_menu_item_parent','2633'),(1202,2654,'_menu_item_object_id','164'),(1203,2654,'_menu_item_object','page'),(1204,2654,'_menu_item_target',''),(1205,2654,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1206,2654,'_menu_item_xfn',''),(1207,2654,'_menu_item_url',''),(1208,2654,'_menu_item_megamenu','off'),(1209,2654,'_menu_item_text','off'),(1210,2654,'_menu_item_link','off'),(1211,2655,'_menu_item_type','post_type'),(1212,2655,'_menu_item_menu_item_parent','2632'),(1213,2655,'_menu_item_object_id','1916'),(1214,2655,'_menu_item_object','page'),(1215,2655,'_menu_item_target',''),(1216,2655,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1217,2655,'_menu_item_xfn',''),(1218,2655,'_menu_item_url',''),(1219,2655,'_menu_item_megamenu','off'),(1220,2655,'_menu_item_text','off'),(1221,2655,'_menu_item_link','off'),(1222,2656,'_menu_item_type','post_type'),(1223,2656,'_menu_item_menu_item_parent','2632'),(1224,2656,'_menu_item_object_id','778'),(1225,2656,'_menu_item_object','page'),(1226,2656,'_menu_item_target',''),(1227,2656,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1228,2656,'_menu_item_xfn',''),(1229,2656,'_menu_item_url',''),(1230,2656,'_menu_item_megamenu','off'),(1231,2656,'_menu_item_text','off'),(1232,2656,'_menu_item_link','off'),(1233,2657,'_menu_item_type','post_type'),(1234,2657,'_menu_item_menu_item_parent','2633'),(1235,2657,'_menu_item_object_id','285'),(1236,2657,'_menu_item_object','post'),(1237,2657,'_menu_item_target',''),(1238,2657,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1239,2657,'_menu_item_xfn',''),(1240,2657,'_menu_item_url',''),(1241,2657,'_menu_item_megamenu','off'),(1242,2657,'_menu_item_text','off'),(1243,2657,'_menu_item_link','off'),(1244,2658,'_menu_item_type','post_type'),(1245,2658,'_menu_item_menu_item_parent','0'),(1246,2658,'_menu_item_object_id','2088'),(1247,2658,'_menu_item_object','page'),(1248,2658,'_menu_item_target',''),(1249,2658,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1250,2658,'_menu_item_xfn',''),(1251,2658,'_menu_item_url',''),(1252,2658,'_menu_item_megamenu','off'),(1253,2658,'_menu_item_text','off'),(1254,2658,'_menu_item_link','off'),(1255,2659,'_menu_item_type','post_type'),(1256,2659,'_menu_item_menu_item_parent','0'),(1257,2659,'_menu_item_object_id','2209'),(1258,2659,'_menu_item_object','page'),(1259,2659,'_menu_item_target',''),(1260,2659,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1261,2659,'_menu_item_xfn',''),(1262,2659,'_menu_item_url',''),(1263,2659,'_menu_item_megamenu','off'),(1264,2659,'_menu_item_text','off'),(1265,2659,'_menu_item_link','off'),(1266,2660,'_menu_item_type','post_type'),(1267,2660,'_menu_item_menu_item_parent','2634'),(1268,2660,'_menu_item_object_id','428'),(1269,2660,'_menu_item_object','page'),(1270,2660,'_menu_item_target',''),(1271,2660,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1272,2660,'_menu_item_xfn',''),(1273,2660,'_menu_item_url',''),(1274,2660,'_menu_item_megamenu','off'),(1275,2660,'_menu_item_text','off'),(1276,2660,'_menu_item_link','off'),(1277,2661,'_menu_item_type','post_type'),(1278,2661,'_menu_item_menu_item_parent','2634'),(1279,2661,'_menu_item_object_id','422'),(1280,2661,'_menu_item_object','page'),(1281,2661,'_menu_item_target',''),(1282,2661,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1283,2661,'_menu_item_xfn',''),(1284,2661,'_menu_item_url',''),(1285,2661,'_menu_item_megamenu','off'),(1286,2661,'_menu_item_text','off'),(1287,2661,'_menu_item_link','off'),(1288,2662,'_menu_item_type','post_type'),(1289,2662,'_menu_item_menu_item_parent','2632'),(1290,2662,'_menu_item_object_id','10'),(1291,2662,'_menu_item_object','page'),(1292,2662,'_menu_item_target',''),(1293,2662,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1294,2662,'_menu_item_xfn',''),(1295,2662,'_menu_item_url',''),(1296,2662,'_menu_item_megamenu','off'),(1297,2662,'_menu_item_text','off'),(1298,2662,'_menu_item_link','off'),(1299,2663,'_menu_item_type','post_type'),(1300,2663,'_menu_item_menu_item_parent','2635'),(1301,2663,'_menu_item_object_id','2391'),(1302,2663,'_menu_item_object','page'),(1303,2663,'_menu_item_target',''),(1304,2663,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1305,2663,'_menu_item_xfn',''),(1306,2663,'_menu_item_url',''),(1307,2663,'_menu_item_megamenu','off'),(1308,2663,'_menu_item_text','off'),(1309,2663,'_menu_item_link','off'),(1310,2664,'_menu_item_type','post_type'),(1311,2664,'_menu_item_menu_item_parent','2635'),(1312,2664,'_menu_item_object_id','2402'),(1313,2664,'_menu_item_object','page'),(1314,2664,'_menu_item_target',''),(1315,2664,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1316,2664,'_menu_item_xfn',''),(1317,2664,'_menu_item_url',''),(1318,2664,'_menu_item_megamenu','off'),(1319,2664,'_menu_item_text','off'),(1320,2664,'_menu_item_link','off'),(1321,2665,'_menu_item_type','post_type'),(1322,2665,'_menu_item_menu_item_parent','2635'),(1323,2665,'_menu_item_object_id','2389'),(1324,2665,'_menu_item_object','page'),(1325,2665,'_menu_item_target',''),(1326,2665,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1327,2665,'_menu_item_xfn',''),(1328,2665,'_menu_item_url',''),(1329,2665,'_menu_item_megamenu','off'),(1330,2665,'_menu_item_text','off'),(1331,2665,'_menu_item_link','off'),(1332,2666,'_menu_item_type','post_type'),(1333,2666,'_menu_item_menu_item_parent','2635'),(1334,2666,'_menu_item_object_id','2403'),(1335,2666,'_menu_item_object','page'),(1336,2666,'_menu_item_target',''),(1337,2666,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1338,2666,'_menu_item_xfn',''),(1339,2666,'_menu_item_url',''),(1340,2666,'_menu_item_megamenu','off'),(1341,2666,'_menu_item_text','off'),(1342,2666,'_menu_item_link','off'),(1343,2667,'_menu_item_type','post_type'),(1344,2667,'_menu_item_menu_item_parent','2636'),(1345,2667,'_menu_item_object_id','776'),(1346,2667,'_menu_item_object','page'),(1347,2667,'_menu_item_target',''),(1348,2667,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1349,2667,'_menu_item_xfn',''),(1350,2667,'_menu_item_url',''),(1351,2667,'_menu_item_megamenu','off'),(1352,2667,'_menu_item_text','off'),(1353,2667,'_menu_item_link','off'),(1354,2668,'_menu_item_type','post_type'),(1355,2668,'_menu_item_menu_item_parent','2636'),(1356,2668,'_menu_item_object_id','2361'),(1357,2668,'_menu_item_object','page'),(1358,2668,'_menu_item_target',''),(1359,2668,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1360,2668,'_menu_item_xfn',''),(1361,2668,'_menu_item_url',''),(1362,2668,'_menu_item_megamenu','off'),(1363,2668,'_menu_item_text','off'),(1364,2668,'_menu_item_link','off'),(1365,2669,'_menu_item_type','post_type'),(1366,2669,'_menu_item_menu_item_parent','2636'),(1367,2669,'_menu_item_object_id','2462'),(1368,2669,'_menu_item_object','page'),(1369,2669,'_menu_item_target',''),(1370,2669,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1371,2669,'_menu_item_xfn',''),(1372,2669,'_menu_item_url',''),(1373,2669,'_menu_item_megamenu','off'),(1374,2669,'_menu_item_text','off'),(1375,2669,'_menu_item_link','off'),(1376,2670,'_menu_item_type','post_type'),(1377,2670,'_menu_item_menu_item_parent','2637'),(1378,2670,'_menu_item_object_id','2588'),(1379,2670,'_menu_item_object','page'),(1380,2670,'_menu_item_target',''),(1381,2670,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1382,2670,'_menu_item_xfn',''),(1383,2670,'_menu_item_url',''),(1384,2670,'_menu_item_megamenu','off'),(1385,2670,'_menu_item_text','off'),(1386,2670,'_menu_item_link','off'),(1387,2671,'_menu_item_type','post_type'),(1388,2671,'_menu_item_menu_item_parent','2637'),(1389,2671,'_menu_item_object_id','2587'),(1390,2671,'_menu_item_object','page'),(1391,2671,'_menu_item_target',''),(1392,2671,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1393,2671,'_menu_item_xfn',''),(1394,2671,'_menu_item_url',''),(1395,2671,'_menu_item_megamenu','off'),(1396,2671,'_menu_item_text','off'),(1397,2671,'_menu_item_link','off'),(1398,2672,'_menu_item_type','post_type'),(1399,2672,'_menu_item_menu_item_parent','2637'),(1400,2672,'_menu_item_object_id','2211'),(1401,2672,'_menu_item_object','page'),(1402,2672,'_menu_item_target',''),(1403,2672,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1404,2672,'_menu_item_xfn',''),(1405,2672,'_menu_item_url',''),(1406,2672,'_menu_item_megamenu','off'),(1407,2672,'_menu_item_text','off'),(1408,2672,'_menu_item_link','off'),(1409,2673,'_menu_item_type','post_type'),(1410,2673,'_menu_item_menu_item_parent','2637'),(1411,2673,'_menu_item_object_id','2132'),(1412,2673,'_menu_item_object','team'),(1413,2673,'_menu_item_target',''),(1414,2673,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1415,2673,'_menu_item_xfn',''),(1416,2673,'_menu_item_url',''),(1417,2673,'_menu_item_megamenu','off'),(1418,2673,'_menu_item_text','off'),(1419,2673,'_menu_item_link','off'),(1420,2674,'_menu_item_type','post_type'),(1421,2674,'_menu_item_menu_item_parent','2635'),(1422,2674,'_menu_item_object_id','2176'),(1423,2674,'_menu_item_object','practice'),(1424,2674,'_menu_item_target',''),(1425,2674,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1426,2674,'_menu_item_xfn',''),(1427,2674,'_menu_item_url',''),(1428,2674,'_menu_item_megamenu','off'),(1429,2674,'_menu_item_text','off'),(1430,2674,'_menu_item_link','off'),(1431,2675,'_menu_item_type','post_type'),(1432,2675,'_menu_item_menu_item_parent','2657'),(1433,2675,'_menu_item_object_id','22'),(1434,2675,'_menu_item_object','post'),(1435,2675,'_menu_item_target',''),(1436,2675,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1437,2675,'_menu_item_xfn',''),(1438,2675,'_menu_item_url',''),(1439,2675,'_menu_item_megamenu','off'),(1440,2675,'_menu_item_text','off'),(1441,2675,'_menu_item_link','off'),(1442,2676,'_menu_item_type','post_type'),(1443,2676,'_menu_item_menu_item_parent','2657'),(1444,2676,'_menu_item_object_id','2500'),(1445,2676,'_menu_item_object','post'),(1446,2676,'_menu_item_target',''),(1447,2676,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1448,2676,'_menu_item_xfn',''),(1449,2676,'_menu_item_url',''),(1450,2676,'_menu_item_megamenu','off'),(1451,2676,'_menu_item_text','off'),(1452,2676,'_menu_item_link','off'),(1453,2677,'_menu_item_type','post_type'),(1454,2677,'_menu_item_menu_item_parent','2657'),(1455,2677,'_menu_item_object_id','2503'),(1456,2677,'_menu_item_object','post'),(1457,2677,'_menu_item_target',''),(1458,2677,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1459,2677,'_menu_item_xfn',''),(1460,2677,'_menu_item_url',''),(1461,2677,'_menu_item_megamenu','off'),(1462,2677,'_menu_item_text','off'),(1463,2677,'_menu_item_link','off'),(1464,2678,'_menu_item_type','post_type'),(1465,2678,'_menu_item_menu_item_parent','2657'),(1466,2678,'_menu_item_object_id','19'),(1467,2678,'_menu_item_object','post'),(1468,2678,'_menu_item_target',''),(1469,2678,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1470,2678,'_menu_item_xfn',''),(1471,2678,'_menu_item_url',''),(1472,2678,'_menu_item_megamenu','off'),(1473,2678,'_menu_item_text','off'),(1474,2678,'_menu_item_link','off'),(1475,2679,'_menu_item_type','post_type'),(1476,2679,'_menu_item_menu_item_parent','0'),(1477,2679,'_menu_item_object_id','2088'),(1478,2679,'_menu_item_object','page'),(1479,2679,'_menu_item_target',''),(1480,2679,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1481,2679,'_menu_item_xfn',''),(1482,2679,'_menu_item_url',''),(1483,2679,'_menu_item_megamenu','off'),(1484,2679,'_menu_item_text','off'),(1485,2679,'_menu_item_link','off'),(1486,2680,'_menu_item_type','post_type'),(1487,2680,'_menu_item_menu_item_parent','0'),(1488,2680,'_menu_item_object_id','10'),(1489,2680,'_menu_item_object','page'),(1490,2680,'_menu_item_target',''),(1491,2680,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1492,2680,'_menu_item_xfn',''),(1493,2680,'_menu_item_url',''),(1494,2680,'_menu_item_megamenu','off'),(1495,2680,'_menu_item_text','off'),(1496,2680,'_menu_item_link','off'),(1497,2681,'_menu_item_type','post_type'),(1498,2681,'_menu_item_menu_item_parent','0'),(1499,2681,'_menu_item_object_id','1348'),(1500,2681,'_menu_item_object','page'),(1501,2681,'_menu_item_target',''),(1502,2681,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1503,2681,'_menu_item_xfn',''),(1504,2681,'_menu_item_url',''),(1505,2681,'_menu_item_megamenu','off'),(1506,2681,'_menu_item_text','off'),(1507,2681,'_menu_item_link','off'),(1508,2682,'_menu_item_type','post_type'),(1509,2682,'_menu_item_menu_item_parent','0'),(1510,2682,'_menu_item_object_id','1916'),(1511,2682,'_menu_item_object','page'),(1512,2682,'_menu_item_target',''),(1513,2682,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1514,2682,'_menu_item_xfn',''),(1515,2682,'_menu_item_url',''),(1516,2682,'_menu_item_megamenu','off'),(1517,2682,'_menu_item_text','off'),(1518,2682,'_menu_item_link','off'),(1519,2683,'_menu_item_type','post_type'),(1520,2683,'_menu_item_menu_item_parent','0'),(1521,2683,'_menu_item_object_id','2088'),(1522,2683,'_menu_item_object','page'),(1523,2683,'_menu_item_target',''),(1524,2683,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1525,2683,'_menu_item_xfn',''),(1526,2683,'_menu_item_url',''),(1527,2683,'_menu_item_megamenu','off'),(1528,2683,'_menu_item_text','off'),(1529,2683,'_menu_item_link','off'),(1530,2684,'_menu_item_type','post_type'),(1531,2684,'_menu_item_menu_item_parent','2638'),(1532,2684,'_menu_item_object_id','778'),(1533,2684,'_menu_item_object','page'),(1534,2684,'_menu_item_target',''),(1535,2684,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1536,2684,'_menu_item_xfn',''),(1537,2684,'_menu_item_url',''),(1538,2684,'_menu_item_megamenu','off'),(1539,2684,'_menu_item_text','off'),(1540,2684,'_menu_item_link','off'),(1541,2685,'_menu_item_type','post_type'),(1542,2685,'_menu_item_menu_item_parent','2638'),(1543,2685,'_menu_item_object_id','10'),(1544,2685,'_menu_item_object','page'),(1545,2685,'_menu_item_target',''),(1546,2685,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1547,2685,'_menu_item_xfn',''),(1548,2685,'_menu_item_url',''),(1549,2685,'_menu_item_megamenu','off'),(1550,2685,'_menu_item_text','off'),(1551,2685,'_menu_item_link','off'),(1552,2686,'_menu_item_type','post_type'),(1553,2686,'_menu_item_menu_item_parent','2638'),(1554,2686,'_menu_item_object_id','1916'),(1555,2686,'_menu_item_object','page'),(1556,2686,'_menu_item_target',''),(1557,2686,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1558,2686,'_menu_item_xfn',''),(1559,2686,'_menu_item_url',''),(1560,2686,'_menu_item_megamenu','off'),(1561,2686,'_menu_item_text','off'),(1562,2686,'_menu_item_link','off'),(1563,2687,'_menu_item_type','post_type'),(1564,2687,'_menu_item_menu_item_parent','2642'),(1565,2687,'_menu_item_object_id','2402'),(1566,2687,'_menu_item_object','page'),(1567,2687,'_menu_item_target',''),(1568,2687,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1569,2687,'_menu_item_xfn',''),(1570,2687,'_menu_item_url',''),(1571,2687,'_menu_item_megamenu','off'),(1572,2687,'_menu_item_text','off'),(1573,2687,'_menu_item_link','off'),(1574,2688,'_menu_item_type','post_type'),(1575,2688,'_menu_item_menu_item_parent','2642'),(1576,2688,'_menu_item_object_id','2403'),(1577,2688,'_menu_item_object','page'),(1578,2688,'_menu_item_target',''),(1579,2688,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1580,2688,'_menu_item_xfn',''),(1581,2688,'_menu_item_url',''),(1582,2688,'_menu_item_megamenu','off'),(1583,2688,'_menu_item_text','off'),(1584,2688,'_menu_item_link','off'),(1585,2689,'_menu_item_type','post_type'),(1586,2689,'_menu_item_menu_item_parent','2642'),(1587,2689,'_menu_item_object_id','2389'),(1588,2689,'_menu_item_object','page'),(1589,2689,'_menu_item_target',''),(1590,2689,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1591,2689,'_menu_item_xfn',''),(1592,2689,'_menu_item_url',''),(1593,2689,'_menu_item_megamenu','off'),(1594,2689,'_menu_item_text','off'),(1595,2689,'_menu_item_link','off'),(1596,2690,'_menu_item_type','post_type'),(1597,2690,'_menu_item_menu_item_parent','2642'),(1598,2690,'_menu_item_object_id','2391'),(1599,2690,'_menu_item_object','page'),(1600,2690,'_menu_item_target',''),(1601,2690,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1602,2690,'_menu_item_xfn',''),(1603,2690,'_menu_item_url',''),(1604,2690,'_menu_item_megamenu','off'),(1605,2690,'_menu_item_text','off'),(1606,2690,'_menu_item_link','off'),(1607,2691,'_menu_item_type','post_type'),(1608,2691,'_menu_item_menu_item_parent','2642'),(1609,2691,'_menu_item_object_id','2176'),(1610,2691,'_menu_item_object','practice'),(1611,2691,'_menu_item_target',''),(1612,2691,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1613,2691,'_menu_item_xfn',''),(1614,2691,'_menu_item_url',''),(1615,2691,'_menu_item_megamenu','off'),(1616,2691,'_menu_item_text','off'),(1617,2691,'_menu_item_link','off'),(1618,2692,'_menu_item_type','post_type'),(1619,2692,'_menu_item_menu_item_parent','0'),(1620,2692,'_menu_item_object_id','2209'),(1621,2692,'_menu_item_object','page'),(1622,2692,'_menu_item_target',''),(1623,2692,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1624,2692,'_menu_item_xfn',''),(1625,2692,'_menu_item_url',''),(1626,2692,'_menu_item_megamenu','off'),(1627,2692,'_menu_item_text','off'),(1628,2692,'_menu_item_link','off'),(1629,2693,'_menu_item_type','post_type'),(1630,2693,'_menu_item_menu_item_parent','2643'),(1631,2693,'_menu_item_object_id','2587'),(1632,2693,'_menu_item_object','page'),(1633,2693,'_menu_item_target',''),(1634,2693,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1635,2693,'_menu_item_xfn',''),(1636,2693,'_menu_item_url',''),(1637,2693,'_menu_item_megamenu','off'),(1638,2693,'_menu_item_text','off'),(1639,2693,'_menu_item_link','off'),(1640,2694,'_menu_item_type','post_type'),(1641,2694,'_menu_item_menu_item_parent','2643'),(1642,2694,'_menu_item_object_id','2211'),(1643,2694,'_menu_item_object','page'),(1644,2694,'_menu_item_target',''),(1645,2694,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1646,2694,'_menu_item_xfn',''),(1647,2694,'_menu_item_url',''),(1648,2694,'_menu_item_megamenu','off'),(1649,2694,'_menu_item_text','off'),(1650,2694,'_menu_item_link','off'),(1651,2695,'_menu_item_type','post_type'),(1652,2695,'_menu_item_menu_item_parent','2643'),(1653,2695,'_menu_item_object_id','2588'),(1654,2695,'_menu_item_object','page'),(1655,2695,'_menu_item_target',''),(1656,2695,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1657,2695,'_menu_item_xfn',''),(1658,2695,'_menu_item_url',''),(1659,2695,'_menu_item_megamenu','off'),(1660,2695,'_menu_item_text','off'),(1661,2695,'_menu_item_link','off'),(1662,2696,'_menu_item_type','post_type'),(1663,2696,'_menu_item_menu_item_parent','2643'),(1664,2696,'_menu_item_object_id','2132'),(1665,2696,'_menu_item_object','team'),(1666,2696,'_menu_item_target',''),(1667,2696,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1668,2696,'_menu_item_xfn',''),(1669,2696,'_menu_item_url',''),(1670,2696,'_menu_item_megamenu','off'),(1671,2696,'_menu_item_text','off'),(1672,2696,'_menu_item_link','off'),(1673,2697,'_menu_item_type','post_type'),(1674,2697,'_menu_item_menu_item_parent','2644'),(1675,2697,'_menu_item_object_id','173'),(1676,2697,'_menu_item_object','page'),(1677,2697,'_menu_item_target',''),(1678,2697,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1679,2697,'_menu_item_xfn',''),(1680,2697,'_menu_item_url',''),(1681,2697,'_menu_item_megamenu','off'),(1682,2697,'_menu_item_text','off'),(1683,2697,'_menu_item_link','off'),(1684,2698,'_menu_item_type','post_type'),(1685,2698,'_menu_item_menu_item_parent','2644'),(1686,2698,'_menu_item_object_id','169'),(1687,2698,'_menu_item_object','page'),(1688,2698,'_menu_item_target',''),(1689,2698,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1690,2698,'_menu_item_xfn',''),(1691,2698,'_menu_item_url',''),(1692,2698,'_menu_item_megamenu','off'),(1693,2698,'_menu_item_text','off'),(1694,2698,'_menu_item_link','off'),(1695,2699,'_menu_item_type','post_type'),(1696,2699,'_menu_item_menu_item_parent','2644'),(1697,2699,'_menu_item_object_id','172'),(1698,2699,'_menu_item_object','page'),(1699,2699,'_menu_item_target',''),(1700,2699,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1701,2699,'_menu_item_xfn',''),(1702,2699,'_menu_item_url',''),(1703,2699,'_menu_item_megamenu','off'),(1704,2699,'_menu_item_text','off'),(1705,2699,'_menu_item_link','off'),(1706,2700,'_menu_item_type','post_type'),(1707,2700,'_menu_item_menu_item_parent','2644'),(1708,2700,'_menu_item_object_id','168'),(1709,2700,'_menu_item_object','page'),(1710,2700,'_menu_item_target',''),(1711,2700,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1712,2700,'_menu_item_xfn',''),(1713,2700,'_menu_item_url',''),(1714,2700,'_menu_item_megamenu','off'),(1715,2700,'_menu_item_text','off'),(1716,2700,'_menu_item_link','off'),(1717,2701,'_menu_item_type','post_type'),(1718,2701,'_menu_item_menu_item_parent','2644'),(1719,2701,'_menu_item_object_id','164'),(1720,2701,'_menu_item_object','page'),(1721,2701,'_menu_item_target',''),(1722,2701,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1723,2701,'_menu_item_xfn',''),(1724,2701,'_menu_item_url',''),(1725,2701,'_menu_item_megamenu','off'),(1726,2701,'_menu_item_text','off'),(1727,2701,'_menu_item_link','off'),(1728,2702,'_menu_item_type','post_type'),(1729,2702,'_menu_item_menu_item_parent','2644'),(1730,2702,'_menu_item_object_id','2479'),(1731,2702,'_menu_item_object','post'),(1732,2702,'_menu_item_target',''),(1733,2702,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1734,2702,'_menu_item_xfn',''),(1735,2702,'_menu_item_url',''),(1736,2702,'_menu_item_megamenu','off'),(1737,2702,'_menu_item_text','off'),(1738,2702,'_menu_item_link','off'),(1739,2703,'_menu_item_type','post_type'),(1740,2703,'_menu_item_menu_item_parent','2702'),(1741,2703,'_menu_item_object_id','2500'),(1742,2703,'_menu_item_object','post'),(1743,2703,'_menu_item_target',''),(1744,2703,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1745,2703,'_menu_item_xfn',''),(1746,2703,'_menu_item_url',''),(1747,2703,'_menu_item_megamenu','off'),(1748,2703,'_menu_item_text','off'),(1749,2703,'_menu_item_link','off'),(1750,2704,'_menu_item_type','post_type'),(1751,2704,'_menu_item_menu_item_parent','2702'),(1752,2704,'_menu_item_object_id','2503'),(1753,2704,'_menu_item_object','post'),(1754,2704,'_menu_item_target',''),(1755,2704,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1756,2704,'_menu_item_xfn',''),(1757,2704,'_menu_item_url',''),(1758,2704,'_menu_item_megamenu','off'),(1759,2704,'_menu_item_text','off'),(1760,2704,'_menu_item_link','off'),(1761,2705,'_menu_item_type','post_type'),(1762,2705,'_menu_item_menu_item_parent','2702'),(1763,2705,'_menu_item_object_id','19'),(1764,2705,'_menu_item_object','post'),(1765,2705,'_menu_item_target',''),(1766,2705,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1767,2705,'_menu_item_xfn',''),(1768,2705,'_menu_item_url',''),(1769,2705,'_menu_item_megamenu','off'),(1770,2705,'_menu_item_text','off'),(1771,2705,'_menu_item_link','off'),(1772,2706,'_menu_item_type','post_type'),(1773,2706,'_menu_item_menu_item_parent','2702'),(1774,2706,'_menu_item_object_id','22'),(1775,2706,'_menu_item_object','post'),(1776,2706,'_menu_item_target',''),(1777,2706,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1778,2706,'_menu_item_xfn',''),(1779,2706,'_menu_item_url',''),(1780,2706,'_menu_item_megamenu','off'),(1781,2706,'_menu_item_text','off'),(1782,2706,'_menu_item_link','off'),(1783,2707,'_menu_item_type','post_type'),(1784,2707,'_menu_item_menu_item_parent','2645'),(1785,2707,'_menu_item_object_id','422'),(1786,2707,'_menu_item_object','page'),(1787,2707,'_menu_item_target',''),(1788,2707,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1789,2707,'_menu_item_xfn',''),(1790,2707,'_menu_item_url',''),(1791,2707,'_menu_item_megamenu','off'),(1792,2707,'_menu_item_text','off'),(1793,2707,'_menu_item_link','off'),(1794,2708,'_menu_item_type','post_type'),(1795,2708,'_menu_item_menu_item_parent','2645'),(1796,2708,'_menu_item_object_id','428'),(1797,2708,'_menu_item_object','page'),(1798,2708,'_menu_item_target',''),(1799,2708,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1800,2708,'_menu_item_xfn',''),(1801,2708,'_menu_item_url',''),(1802,2708,'_menu_item_megamenu','off'),(1803,2708,'_menu_item_text','off'),(1804,2708,'_menu_item_link','off'),(1805,2709,'_menu_item_type','post_type'),(1806,2709,'_menu_item_menu_item_parent','2646'),(1807,2709,'_menu_item_object_id','2361'),(1808,2709,'_menu_item_object','page'),(1809,2709,'_menu_item_target',''),(1810,2709,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1811,2709,'_menu_item_xfn',''),(1812,2709,'_menu_item_url',''),(1813,2709,'_menu_item_megamenu','off'),(1814,2709,'_menu_item_text','off'),(1815,2709,'_menu_item_link','off'),(1816,2710,'_menu_item_type','post_type'),(1817,2710,'_menu_item_menu_item_parent','2646'),(1818,2710,'_menu_item_object_id','2462'),(1819,2710,'_menu_item_object','page'),(1820,2710,'_menu_item_target',''),(1821,2710,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1822,2710,'_menu_item_xfn',''),(1823,2710,'_menu_item_url',''),(1824,2710,'_menu_item_megamenu','off'),(1825,2710,'_menu_item_text','off'),(1826,2710,'_menu_item_link','off'),(1827,2711,'_menu_item_type','post_type'),(1828,2711,'_menu_item_menu_item_parent','2638'),(1829,2711,'_menu_item_object_id','2391'),(1830,2711,'_menu_item_object','page'),(1831,2711,'_menu_item_target',''),(1832,2711,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1833,2711,'_menu_item_xfn',''),(1834,2711,'_menu_item_url',''),(1835,2711,'_menu_item_megamenu','off'),(1836,2711,'_menu_item_text','off'),(1837,2711,'_menu_item_link','off'),(1838,2712,'_menu_item_type','post_type'),(1839,2712,'_menu_item_menu_item_parent','2638'),(1840,2712,'_menu_item_object_id','2209'),(1841,2712,'_menu_item_object','page'),(1842,2712,'_menu_item_target',''),(1843,2712,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1844,2712,'_menu_item_xfn',''),(1845,2712,'_menu_item_url',''),(1846,2712,'_menu_item_megamenu','off'),(1847,2712,'_menu_item_text','off'),(1848,2712,'_menu_item_link','off'),(1849,2713,'_menu_item_type','post_type'),(1850,2713,'_menu_item_menu_item_parent','2638'),(1851,2713,'_menu_item_object_id','2588'),(1852,2713,'_menu_item_object','page'),(1853,2713,'_menu_item_target',''),(1854,2713,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1855,2713,'_menu_item_xfn',''),(1856,2713,'_menu_item_url',''),(1857,2713,'_menu_item_megamenu','off'),(1858,2713,'_menu_item_text','off'),(1859,2713,'_menu_item_link','off'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; 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 NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text 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 NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=2714 DEFAULT CHARSET=utf8; 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 (1,1,'2014-08-13 15:26:49','2014-08-13 15:26:49','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2014-08-13 15:26:49','2014-08-13 15:26:49','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=1',0,'post','',1),(2,1,'2014-08-13 15:26:49','2014-08-13 15:26:49','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://lcgraylaw.com/wordpress2/wordpress2/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','open','open','','sample-page','','','2014-08-13 15:26:49','2014-08-13 15:26:49','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?page_id=2',0,'page','',0),(3,1,'2015-01-30 03:47:03','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2015-01-30 03:47:03','0000-00-00 00:00:00','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=3',0,'post','',0),(2087,1,'2014-12-10 13:11:35','2014-12-10 13:11:35','','logo-header-1','','inherit','open','open','','logo-header-1','','','2014-12-10 13:11:35','2014-12-10 13:11:35','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/logo-header-1.jpg',0,'attachment','image/jpeg',0),(2096,1,'2014-12-10 13:50:18','2014-12-10 13:50:18','','breadcrum-default','','inherit','open','open','','breadcrum-default','','','2014-12-10 13:50:18','2014-12-10 13:50:18','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/breadcrum-default.jpg',0,'attachment','image/jpeg',0),(2104,1,'2014-12-10 15:03:42','2014-12-10 15:03:42','','Lawyer-blogs-19','','inherit','open','open','','lawyer-blogs-19','','','2014-12-10 15:03:42','2014-12-10 15:03:42','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-blogs-19.jpg',0,'attachment','image/jpeg',0),(2105,1,'2014-12-10 15:03:45','2014-12-10 15:03:45','','Lawyer-blogs-01','','inherit','open','open','','lawyer-blogs-01','','','2014-12-10 15:03:45','2014-12-10 15:03:45','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-blogs-01.jpg',0,'attachment','image/jpeg',0),(2106,1,'2014-12-10 15:03:49','2014-12-10 15:03:49','','Lawyer-blogs-02','','inherit','open','open','','lawyer-blogs-02','','','2014-12-10 15:03:49','2014-12-10 15:03:49','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-blogs-02.jpg',0,'attachment','image/jpeg',0),(2107,1,'2014-12-10 15:03:52','2014-12-10 15:03:52','','Lawyer-blogs-03','','inherit','open','open','','lawyer-blogs-03','','','2014-12-10 15:03:52','2014-12-10 15:03:52','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-blogs-03.jpg',0,'attachment','image/jpeg',0),(2108,1,'2014-12-10 15:03:58','2014-12-10 15:03:58','','Lawyer-blogs-04','','inherit','open','open','','lawyer-blogs-04','','','2014-12-10 15:03:58','2014-12-10 15:03:58','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-blogs-04.jpg',0,'attachment','image/jpeg',0),(2109,1,'2014-12-10 15:04:01','2014-12-10 15:04:01','','Lawyer-blogs-05','','inherit','open','open','','lawyer-blogs-05','','','2014-12-10 15:04:01','2014-12-10 15:04:01','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-blogs-05.jpg',0,'attachment','image/jpeg',0),(2110,1,'2014-12-10 15:04:04','2014-12-10 15:04:04','','Lawyer-blogs-06','','inherit','open','open','','lawyer-blogs-06','','','2014-12-10 15:04:04','2014-12-10 15:04:04','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-blogs-06.jpg',0,'attachment','image/jpeg',0),(2111,1,'2014-12-10 15:04:07','2014-12-10 15:04:07','','Lawyer-blogs-07','','inherit','open','open','','lawyer-blogs-07','','','2014-12-10 15:04:07','2014-12-10 15:04:07','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-blogs-07.jpg',0,'attachment','image/jpeg',0),(2112,1,'2014-12-10 15:04:10','2014-12-10 15:04:10','','Lawyer-blogs-08','','inherit','open','open','','lawyer-blogs-08','','','2014-12-10 15:04:10','2014-12-10 15:04:10','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-blogs-08.jpg',0,'attachment','image/jpeg',0),(2113,1,'2014-12-10 15:04:13','2014-12-10 15:04:13','','Lawyer-blogs-09','','inherit','open','open','','lawyer-blogs-09','','','2014-12-10 15:04:13','2014-12-10 15:04:13','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-blogs-09.jpg',0,'attachment','image/jpeg',0),(2114,1,'2014-12-10 15:04:16','2014-12-10 15:04:16','','Lawyer-blogs-10','','inherit','open','open','','lawyer-blogs-10','','','2014-12-10 15:04:16','2014-12-10 15:04:16','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-blogs-10.jpg',0,'attachment','image/jpeg',0),(2115,1,'2014-12-10 15:04:18','2014-12-10 15:04:18','','Lawyer-blogs-11','','inherit','open','open','','lawyer-blogs-11','','','2014-12-10 15:04:18','2014-12-10 15:04:18','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-blogs-11.jpg',0,'attachment','image/jpeg',0),(2116,1,'2014-12-10 15:04:21','2014-12-10 15:04:21','','Lawyer-blogs-12','','inherit','open','open','','lawyer-blogs-12','','','2014-12-10 15:04:21','2014-12-10 15:04:21','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-blogs-12.jpg',0,'attachment','image/jpeg',0),(2117,1,'2014-12-10 15:04:24','2014-12-10 15:04:24','','Lawyer-blogs-13','','inherit','open','open','','lawyer-blogs-13','','','2014-12-10 15:04:24','2014-12-10 15:04:24','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-blogs-13.jpg',0,'attachment','image/jpeg',0),(2118,1,'2014-12-10 15:04:27','2014-12-10 15:04:27','','Lawyer-blogs-14','','inherit','open','open','','lawyer-blogs-14','','','2014-12-10 15:04:27','2014-12-10 15:04:27','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-blogs-14.jpg',0,'attachment','image/jpeg',0),(2119,1,'2014-12-10 15:04:30','2014-12-10 15:04:30','','Lawyer-blogs-15','','inherit','open','open','','lawyer-blogs-15','','','2014-12-10 15:04:30','2014-12-10 15:04:30','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-blogs-15.jpg',0,'attachment','image/jpeg',0),(2120,1,'2014-12-10 15:04:33','2014-12-10 15:04:33','','Lawyer-blogs-16','','inherit','open','open','','lawyer-blogs-16','','','2014-12-10 15:04:33','2014-12-10 15:04:33','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-blogs-16.jpg',0,'attachment','image/jpeg',0),(2121,1,'2014-12-10 15:04:36','2014-12-10 15:04:36','','Lawyer-blogs-17','','inherit','open','open','','lawyer-blogs-17','','','2014-12-10 15:04:36','2014-12-10 15:04:36','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-blogs-17.jpg',0,'attachment','image/jpeg',0),(2122,1,'2014-12-10 15:04:40','2014-12-10 15:04:40','','Lawyer-blogs-18','','inherit','open','open','','lawyer-blogs-18','','','2014-12-10 15:04:40','2014-12-10 15:04:40','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-blogs-18.jpg',0,'attachment','image/jpeg',0),(2133,1,'2014-12-10 15:43:12','2014-12-10 15:43:12','','footer-bg','','inherit','open','open','','footer-bg','','','2014-12-10 15:43:12','2014-12-10 15:43:12','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/footer-bg.jpg',0,'attachment','image/jpeg',0),(2135,1,'2014-12-10 15:45:30','2014-12-10 15:45:30','','footer-logo','','inherit','open','open','','footer-logo','','','2014-12-10 15:45:30','2014-12-10 15:45:30','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/footer-logo.png',0,'attachment','image/png',0),(2179,1,'2014-12-11 07:58:09','2014-12-11 07:58:09','','case-practice-lawer-01','','inherit','open','open','','case-practice-lawer-01','','','2014-12-11 07:58:09','2014-12-11 07:58:09','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/case-practice-lawer-01.jpg',0,'attachment','image/jpeg',0),(2180,1,'2014-12-11 07:58:12','2014-12-11 07:58:12','','case-practice-lawer-02','','inherit','open','open','','case-practice-lawer-02','','','2014-12-11 07:58:12','2014-12-11 07:58:12','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/case-practice-lawer-02.jpg',0,'attachment','image/jpeg',0),(2181,1,'2014-12-11 07:58:15','2014-12-11 07:58:15','','case-practice-lawer-03','','inherit','open','open','','case-practice-lawer-03','','','2014-12-11 07:58:15','2014-12-11 07:58:15','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/case-practice-lawer-03.jpg',0,'attachment','image/jpeg',0),(2182,1,'2014-12-11 07:58:19','2014-12-11 07:58:19','','case-practice-lawer-04','','inherit','open','open','','case-practice-lawer-04','','','2014-12-11 07:58:19','2014-12-11 07:58:19','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/case-practice-lawer-04.jpg',0,'attachment','image/jpeg',0),(2183,1,'2014-12-11 07:58:22','2014-12-11 07:58:22','','case-practice-lawer-05','','inherit','open','open','','case-practice-lawer-05','','','2014-12-11 07:58:22','2014-12-11 07:58:22','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/case-practice-lawer-05.jpg',0,'attachment','image/jpeg',0),(2184,1,'2014-12-11 07:58:26','2014-12-11 07:58:26','','case-practice-lawer-06','','inherit','open','open','','case-practice-lawer-06','','','2014-12-11 07:58:26','2014-12-11 07:58:26','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/case-practice-lawer-06.jpg',0,'attachment','image/jpeg',0),(2185,1,'2014-12-11 07:58:29','2014-12-11 07:58:29','','case-practice-lawer-07','','inherit','open','open','','case-practice-lawer-07','','','2014-12-11 07:58:29','2014-12-11 07:58:29','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/case-practice-lawer-07.jpg',0,'attachment','image/jpeg',0),(2186,1,'2014-12-11 07:58:33','2014-12-11 07:58:33','','case-practice-lawer-08','','inherit','open','open','','case-practice-lawer-08','','','2014-12-11 07:58:33','2014-12-11 07:58:33','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/case-practice-lawer-08.jpg',0,'attachment','image/jpeg',0),(2187,1,'2014-12-11 07:58:36','2014-12-11 07:58:36','','case-practice-lawer-09','','inherit','open','open','','case-practice-lawer-09','','','2014-12-11 07:58:36','2014-12-11 07:58:36','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/case-practice-lawer-09.jpg',0,'attachment','image/jpeg',0),(2188,1,'2014-12-11 07:58:39','2014-12-11 07:58:39','','case-practice-lawer-10','','inherit','open','open','','case-practice-lawer-10','','','2014-12-11 07:58:39','2014-12-11 07:58:39','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/case-practice-lawer-10.jpg',0,'attachment','image/jpeg',0),(2189,1,'2014-12-11 07:58:42','2014-12-11 07:58:42','','case-practice-lawer-11','','inherit','open','open','','case-practice-lawer-11','','','2014-12-11 07:58:42','2014-12-11 07:58:42','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/case-practice-lawer-11.jpg',0,'attachment','image/jpeg',0),(2190,1,'2014-12-11 07:58:45','2014-12-11 07:58:45','','case-practice-lawer-12','','inherit','open','open','','case-practice-lawer-12','','','2014-12-11 07:58:45','2014-12-11 07:58:45','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/case-practice-lawer-12.jpg',0,'attachment','image/jpeg',0),(2191,1,'2014-12-11 07:58:48','2014-12-11 07:58:48','','case-practice-lawer-13','','inherit','open','open','','case-practice-lawer-13','','','2014-12-11 07:58:48','2014-12-11 07:58:48','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/case-practice-lawer-13.jpg',0,'attachment','image/jpeg',0),(2192,1,'2014-12-11 07:58:51','2014-12-11 07:58:51','','case-practice-lawer-14','','inherit','open','open','','case-practice-lawer-14','','','2014-12-11 07:58:51','2014-12-11 07:58:51','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/case-practice-lawer-14.jpg',0,'attachment','image/jpeg',0),(2206,1,'2014-12-11 08:34:21','2014-12-11 08:34:21','','logo-header-1','','inherit','open','open','','logo-header-1-2','','','2014-12-11 08:34:21','2014-12-11 08:34:21','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/logo-header-1.png',0,'attachment','image/png',0),(2273,1,'2014-12-11 12:13:55','2014-12-11 12:13:55','','breadcrumb-detail','','inherit','open','open','','breadcrumb-detail','','','2014-12-11 12:13:55','2014-12-11 12:13:55','',2158,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/breadcrumb-detail.jpg',0,'attachment','image/jpeg',0),(2302,1,'2014-12-11 12:57:45','2014-12-11 12:57:45','','Lawyer-Team-junior (1)','','inherit','open','open','','lawyer-team-junior-1','','','2014-12-11 12:57:45','2014-12-11 12:57:45','',2126,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-Team-junior-1.jpg',0,'attachment','image/jpeg',0),(2303,1,'2014-12-11 12:57:47','2014-12-11 12:57:47','','Lawyer-Team-junior (2)','','inherit','open','open','','lawyer-team-junior-2','','','2014-12-11 12:57:47','2014-12-11 12:57:47','',2126,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-Team-junior-2.jpg',0,'attachment','image/jpeg',0),(2304,1,'2014-12-11 12:57:49','2014-12-11 12:57:49','','Lawyer-Team-junior (3)','','inherit','open','open','','lawyer-team-junior-3','','','2014-12-11 12:57:49','2014-12-11 12:57:49','',2126,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-Team-junior-3.jpg',0,'attachment','image/jpeg',0),(2305,1,'2014-12-11 12:57:51','2014-12-11 12:57:51','','Lawyer-Team-junior (4)','','inherit','open','open','','lawyer-team-junior-4','','','2014-12-11 12:57:51','2014-12-11 12:57:51','',2126,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-Team-junior-4.jpg',0,'attachment','image/jpeg',0),(2306,1,'2014-12-11 12:57:53','2014-12-11 12:57:53','','Lawyer-Team-junior (5)','','inherit','open','open','','lawyer-team-junior-5','','','2014-12-11 12:57:53','2014-12-11 12:57:53','',2126,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-Team-junior-5.jpg',0,'attachment','image/jpeg',0),(2307,1,'2014-12-11 12:57:55','2014-12-11 12:57:55','','Lawyer-Team-junior (6)','','inherit','open','open','','lawyer-team-junior-6','','','2014-12-11 12:57:55','2014-12-11 12:57:55','',2126,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-Team-junior-6.jpg',0,'attachment','image/jpeg',0),(2309,1,'2014-12-11 13:04:30','2014-12-11 13:04:30','','Lawyer-Team-Senior (1)','','inherit','open','open','','lawyer-team-senior-1','','','2014-12-11 13:04:30','2014-12-11 13:04:30','',2125,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-Team-Senior-1.jpg',0,'attachment','image/jpeg',0),(2310,1,'2014-12-11 13:04:34','2014-12-11 13:04:34','','Lawyer-Team-Senior (2)','','inherit','open','open','','lawyer-team-senior-2','','','2014-12-11 13:04:34','2014-12-11 13:04:34','',2125,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-Team-Senior-2.jpg',0,'attachment','image/jpeg',0),(2311,1,'2014-12-11 13:04:36','2014-12-11 13:04:36','','Lawyer-Team-Senior (3)','','inherit','open','open','','lawyer-team-senior-3','','','2014-12-11 13:04:36','2014-12-11 13:04:36','',2125,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-Team-Senior-3.jpg',0,'attachment','image/jpeg',0),(2312,1,'2014-12-11 13:04:38','2014-12-11 13:04:38','','Lawyer-Team-Senior (4)','','inherit','open','open','','lawyer-team-senior-4','','','2014-12-11 13:04:38','2014-12-11 13:04:38','',2125,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Lawyer-Team-Senior-4.jpg',0,'attachment','image/jpeg',0),(2319,1,'2014-12-11 13:51:32','2014-12-11 13:51:32','','services-Ser-icon-01','','inherit','open','open','','services-ser-icon-01','','','2014-12-11 13:51:32','2014-12-11 13:51:32','',10,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/services-Ser-icon-01.png',0,'attachment','image/png',0),(2320,1,'2014-12-11 13:52:06','2014-12-11 13:52:06','','Subheader-About-Us','','inherit','open','open','','subheader-about-us','','','2014-12-11 13:52:06','2014-12-11 13:52:06','',778,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Subheader-About-Us.jpg',0,'attachment','image/jpeg',0),(2321,1,'2014-12-11 13:52:29','2014-12-11 13:52:29','','services-Service-Bg','','inherit','open','open','','services-service-bg','','','2014-12-11 13:52:29','2014-12-11 13:52:29','',10,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/services-Service-Bg.jpg',0,'attachment','image/jpeg',0),(2322,1,'2014-12-11 13:52:34','2014-12-11 13:52:34','','Abouts-Us-Icon','','inherit','open','open','','abouts-us-icon','','','2014-12-11 13:52:34','2014-12-11 13:52:34','',778,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Abouts-Us-Icon.png',0,'attachment','image/png',0),(2323,1,'2014-12-11 13:52:50','2014-12-11 13:52:50','','services-Ser-icon-02','','inherit','open','open','','services-ser-icon-02','','','2014-12-11 13:52:50','2014-12-11 13:52:50','',10,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/services-Ser-icon-02.png',0,'attachment','image/png',0),(2324,1,'2014-12-11 13:53:06','2014-12-11 13:53:06','','services-Ser-icon-03','','inherit','open','open','','services-ser-icon-03','','','2014-12-11 13:53:06','2014-12-11 13:53:06','',10,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/services-Ser-icon-03.png',0,'attachment','image/png',0),(2325,1,'2014-12-11 13:53:22','2014-12-11 13:53:22','','services-Ser-icon-04','','inherit','open','open','','services-ser-icon-04','','','2014-12-11 13:53:22','2014-12-11 13:53:22','',10,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/services-Ser-icon-04.png',0,'attachment','image/png',0),(2326,1,'2014-12-11 13:53:43','2014-12-11 13:53:43','','services-Ser-icon-05','','inherit','open','open','','services-ser-icon-05','','','2014-12-11 13:53:43','2014-12-11 13:53:43','',10,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/services-Ser-icon-05.png',0,'attachment','image/png',0),(2327,1,'2014-12-11 13:54:03','2014-12-11 13:54:03','','services-Ser-icon-06','','inherit','open','open','','services-ser-icon-06','','','2014-12-11 13:54:03','2014-12-11 13:54:03','',10,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/services-Ser-icon-06.png',0,'attachment','image/png',0),(2328,1,'2014-12-11 13:54:19','2014-12-11 13:54:19','','services-Ser-icon-07','','inherit','open','open','','services-ser-icon-07','','','2014-12-11 13:54:19','2014-12-11 13:54:19','',10,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/services-Ser-icon-07.png',0,'attachment','image/png',0),(2329,1,'2014-12-11 13:54:36','2014-12-11 13:54:36','','services-Ser-icon-08','','inherit','open','open','','services-ser-icon-08','','','2014-12-11 13:54:36','2014-12-11 13:54:36','',10,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/services-Ser-icon-08.png',0,'attachment','image/png',0),(2330,1,'2014-12-11 14:00:40','2014-12-11 14:00:40','','services-Family-Law-Bg','','inherit','open','open','','services-family-law-bg','','','2014-12-11 14:00:40','2014-12-11 14:00:40','',10,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/services-Family-Law-Bg.jpg',0,'attachment','image/jpeg',0),(2331,1,'2014-12-11 14:04:36','2014-12-11 14:04:36','','services-Cases-Bg','','inherit','open','open','','services-cases-bg','','','2014-12-11 14:04:36','2014-12-11 14:04:36','',10,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/services-Cases-Bg.jpg',0,'attachment','image/jpeg',0),(2332,1,'2014-12-11 14:05:49','2014-12-11 14:05:49','','services-Form-Bg','','inherit','open','open','','services-form-bg','','','2014-12-11 14:05:49','2014-12-11 14:05:49','',10,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/services-Form-Bg.jpg',0,'attachment','image/jpeg',0),(2335,1,'2014-12-11 14:26:40','2014-12-11 14:26:40','','About-Bg','','inherit','open','open','','about-bg','','','2014-12-11 14:26:40','2014-12-11 14:26:40','',778,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/About-Bg.jpg',0,'attachment','image/jpeg',0),(2336,1,'2014-12-11 14:47:38','2014-12-11 14:47:38','','Service-Bg','','inherit','open','open','','service-bg','','','2014-12-11 14:47:38','2014-12-11 14:47:38','',778,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Service-Bg.jpg',0,'attachment','image/jpeg',0),(2337,1,'2014-12-11 15:02:27','2014-12-11 15:02:27','','Expert-Bg','','inherit','open','open','','expert-bg','','','2014-12-11 15:02:27','2014-12-11 15:02:27','',778,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Expert-Bg.jpg',0,'attachment','image/jpeg',0),(2338,1,'2014-12-11 15:18:02','2014-12-11 15:18:02','','Testimonials-Bg','','inherit','open','open','','testimonials-bg','','','2014-12-11 15:18:02','2014-12-11 15:18:02','',778,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Testimonials-Bg.jpg',0,'attachment','image/jpeg',0),(2339,1,'2014-12-11 15:21:49','2014-12-11 15:21:49','','team-detail-widget','','inherit','open','open','','team-detail-widget','','','2014-12-11 15:21:49','2014-12-11 15:21:49','',2209,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/team-detail-widget.jpg',0,'attachment','image/jpeg',0),(2342,1,'2014-12-11 16:40:59','2014-12-11 16:40:59','','Service-Icon','','inherit','open','open','','service-icon','','','2014-12-11 16:40:59','2014-12-11 16:40:59','',10,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Service-Icon.png',0,'attachment','image/png',0),(2358,1,'2014-12-12 08:26:53','2014-12-12 08:26:53','','Form-Bg-contactus','','inherit','open','open','','form-bg-contactus','','','2014-12-12 08:26:53','2014-12-12 08:26:53','',776,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Form-Bg-contactus.jpg',0,'attachment','image/jpeg',0),(2370,1,'2014-12-12 10:22:38','2014-12-12 10:22:38','','Map-Tip','','inherit','open','open','','map-tip','','','2014-12-12 10:22:38','2014-12-12 10:22:38','',2361,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Map-Tip.png',0,'attachment','image/png',0),(2372,1,'2014-12-12 10:24:26','2014-12-12 10:24:26','','faqs-Parallax-bg','','inherit','open','open','','faqs-parallax-bg','','','2014-12-12 10:24:26','2014-12-12 10:24:26','',1916,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/faqs-Parallax-bg.jpg',0,'attachment','image/jpeg',0),(2374,1,'2014-12-15 06:52:29','2014-12-15 06:52:29','','faqs-Form-Bg','','inherit','open','open','','faqs-form-bg','','','2014-12-15 06:52:29','2014-12-15 06:52:29','',1916,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/faqs-Form-Bg.jpg',0,'attachment','image/jpeg',0),(2381,1,'2014-12-15 11:26:56','2014-12-15 11:26:56','','home-who-we-are-bg','','inherit','open','open','','home-who-we-are-bg','','','2014-12-15 11:26:56','2014-12-15 11:26:56','',2088,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/home-who-we-are-bg.jpg',0,'attachment','image/jpeg',0),(2382,1,'2014-12-15 11:45:56','2014-12-15 11:45:56','','home-Timeline-bg','','inherit','open','open','','home-timeline-bg','','','2014-12-15 11:45:56','2014-12-15 11:45:56','',2088,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/home-Timeline-bg.jpg',0,'attachment','image/jpeg',0),(2386,1,'2014-12-15 12:03:16','2014-12-15 12:03:16','','home-Facts-Bg','','inherit','open','open','','home-facts-bg','','','2014-12-15 12:03:16','2014-12-15 12:03:16','',2088,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/home-Facts-Bg.jpg',0,'attachment','image/jpeg',0),(2388,1,'2014-12-15 12:31:11','2014-12-15 12:31:11','','Happy-Clients-Bg','','inherit','open','open','','happy-clients-bg','','','2014-12-15 12:31:11','2014-12-15 12:31:11','',2088,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Happy-Clients-Bg.jpg',0,'attachment','image/jpeg',0),(2395,1,'2014-12-15 12:53:25','2014-12-15 12:53:25','','home-Blog-Bg','','inherit','open','open','','home-blog-bg','','','2014-12-15 12:53:25','2014-12-15 12:53:25','',2088,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/home-Blog-Bg.jpg',0,'attachment','image/jpeg',0),(2396,1,'2014-12-15 13:10:16','2014-12-15 13:10:16','','homeslider1-Bg','','inherit','open','open','','homeslider1-bg','','','2014-12-15 13:10:16','2014-12-15 13:10:16','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/homeslider1-Bg.jpg',0,'attachment','image/jpeg',0),(2397,1,'2014-12-15 13:11:44','2014-12-15 13:11:44','','homeslider1-User','','inherit','open','open','','homeslider1-user','','','2014-12-15 13:11:44','2014-12-15 13:11:44','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/homeslider1-User.png',0,'attachment','image/png',0),(2398,1,'2014-12-15 13:12:40','2014-12-15 13:12:40','','homeslider1-Info-01','','inherit','open','open','','homeslider1-info-01','','','2014-12-15 13:12:40','2014-12-15 13:12:40','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/homeslider1-Info-01.png',0,'attachment','image/png',0),(2399,1,'2014-12-15 13:14:41','2014-12-15 13:14:41','','home-Info','','inherit','open','open','','home-info','','','2014-12-15 13:14:41','2014-12-15 13:14:41','',2088,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/home-Info.jpg',0,'attachment','image/jpeg',0),(2412,1,'2014-12-15 13:29:40','2014-12-15 13:29:40','','homeslider2-Bg-01','','inherit','open','open','','homeslider2-bg-01','','','2014-12-15 13:29:40','2014-12-15 13:29:40','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/homeslider2-Bg-01.jpg',0,'attachment','image/jpeg',0),(2413,1,'2014-12-15 13:30:01','2014-12-15 13:30:01','','homeslider2-Scales','','inherit','open','open','','homeslider2-scales','','','2014-12-15 13:30:01','2014-12-15 13:30:01','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/homeslider2-Scales.png',0,'attachment','image/png',0),(2414,1,'2014-12-15 13:30:40','2014-12-15 13:30:40','','homeslider2-Info-02','','inherit','open','open','','homeslider2-info-02','','','2014-12-15 13:30:40','2014-12-15 13:30:40','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/homeslider2-Info-02.png',0,'attachment','image/png',0),(2418,1,'2014-12-15 13:35:27','2014-12-15 13:35:27','','homeslider3-Bg-02','','inherit','open','open','','homeslider3-bg-02','','','2014-12-15 13:35:27','2014-12-15 13:35:27','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/homeslider3-Bg-02.jpg',0,'attachment','image/jpeg',0),(2419,1,'2014-12-15 13:35:42','2014-12-15 13:35:42','','homeslider3-Book','','inherit','open','open','','homeslider3-book','','','2014-12-15 13:35:42','2014-12-15 13:35:42','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/homeslider3-Book.png',0,'attachment','image/png',0),(2420,1,'2014-12-15 13:35:55','2014-12-15 13:35:55','','homeslider3-Info-03','','inherit','open','open','','homeslider3-info-03','','','2014-12-15 13:35:55','2014-12-15 13:35:55','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/homeslider3-Info-03.png',0,'attachment','image/png',0),(2422,1,'2014-12-15 13:41:31','2014-12-15 13:41:31','','homeslider4-Bg-03','','inherit','open','open','','homeslider4-bg-03','','','2014-12-15 13:41:31','2014-12-15 13:41:31','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/homeslider4-Bg-03.jpg',0,'attachment','image/jpeg',0),(2423,1,'2014-12-15 13:41:56','2014-12-15 13:41:56','','homeslider4-Icons','','inherit','open','open','','homeslider4-icons','','','2014-12-15 13:41:56','2014-12-15 13:41:56','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/homeslider4-Icons.png',0,'attachment','image/png',0),(2424,1,'2014-12-15 13:42:27','2014-12-15 13:42:27','','homeslider4-Info-04','','inherit','open','open','','homeslider4-info-04','','','2014-12-15 13:42:27','2014-12-15 13:42:27','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/homeslider4-Info-04.png',0,'attachment','image/png',0),(2438,1,'2014-12-15 14:13:30','2014-12-15 14:13:30','','home-tabs','','inherit','open','open','','home-tabs','','','2014-12-15 14:13:30','2014-12-15 14:13:30','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/home-tabs.jpg',0,'attachment','image/jpeg',0),(2441,1,'2014-12-15 14:42:13','2014-12-15 14:42:13','','client','','inherit','open','open','','client','','','2014-12-15 14:42:13','2014-12-15 14:42:13','',778,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/client.png',0,'attachment','image/png',0),(2448,1,'2014-12-15 15:59:48','2014-12-15 15:59:48','','home-bar-association','','inherit','open','open','','home-bar-association','','','2014-12-15 15:59:48','2014-12-15 15:59:48','',2088,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/home-bar-association.png',0,'attachment','image/png',0),(2449,1,'2014-12-15 16:01:52','2014-12-15 16:01:52','','home-Flag-of-United-States-Justice','','inherit','open','open','','home-flag-of-united-states-justice','','','2014-12-15 16:01:52','2014-12-15 16:01:52','',2088,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/home-Flag-of-United-States-Justice.png',0,'attachment','image/png',0),(2450,1,'2014-12-15 16:02:00','2014-12-15 16:02:00','','home-Govt-of-somewhere','','inherit','open','open','','home-govt-of-somewhere','','','2014-12-15 16:02:00','2014-12-15 16:02:00','',2088,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/home-Govt-of-somewhere.png',0,'attachment','image/png',0),(2451,1,'2014-12-15 16:03:13','2014-12-15 16:03:13','','home-Justice-Australia','','inherit','open','open','','home-justice-australia','','','2014-12-15 16:03:13','2014-12-15 16:03:13','',2088,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/home-Justice-Australia.png',0,'attachment','image/png',0),(2452,1,'2014-12-15 16:03:17','2014-12-15 16:03:17','','home-Key-Person','','inherit','open','open','','home-key-person','','','2014-12-15 16:03:17','2014-12-15 16:03:17','',2088,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/home-Key-Person.png',0,'attachment','image/png',0),(2453,1,'2014-12-15 16:03:23','2014-12-15 16:03:23','','home-Land-for-justice','','inherit','open','open','','home-land-for-justice','','','2014-12-15 16:03:23','2014-12-15 16:03:23','',2088,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/home-Land-for-justice.png',0,'attachment','image/png',0),(2454,1,'2014-12-15 16:03:27','2014-12-15 16:03:27','','home-Lawyer','','inherit','open','open','','home-lawyer','','','2014-12-15 16:03:27','2014-12-15 16:03:27','',2088,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/home-Lawyer.png',0,'attachment','image/png',0),(2455,1,'2014-12-15 16:03:32','2014-12-15 16:03:32','','home-Owl-Land','','inherit','open','open','','home-owl-land','','','2014-12-15 16:03:32','2014-12-15 16:03:32','',2088,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/home-Owl-Land.png',0,'attachment','image/png',0),(2465,1,'2014-12-16 07:04:09','2014-12-16 07:04:09','','Contact-Bg','','inherit','open','open','','contact-bg','','','2014-12-16 07:04:09','2014-12-16 07:04:09','',2462,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/Contact-Bg.jpg',0,'attachment','image/jpeg',0),(2484,1,'2014-12-16 08:21:08','2014-12-16 08:21:08','','blog-masonry-lawer-07','','inherit','open','open','','blog-masonry-lawer-07','','','2014-12-16 08:21:08','2014-12-16 08:21:08','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/blog-masonry-lawer-07.jpg',0,'attachment','image/jpeg',0),(2486,1,'2014-12-16 08:21:12','2014-12-16 08:21:12','','blog-masonry-lawer-15','','inherit','open','open','','blog-masonry-lawer-15','','','2014-12-16 08:21:12','2014-12-16 08:21:12','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/blog-masonry-lawer-15.jpg',0,'attachment','image/jpeg',0),(2487,1,'2014-12-16 08:21:15','2014-12-16 08:21:15','','blog-masonry-lawer-01','','inherit','open','open','','blog-masonry-lawer-01','','','2014-12-16 08:21:15','2014-12-16 08:21:15','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/blog-masonry-lawer-01.jpg',0,'attachment','image/jpeg',0),(2488,1,'2014-12-16 08:21:19','2014-12-16 08:21:19','','blog-masonry-lawer-16','','inherit','open','open','','blog-masonry-lawer-16','','','2014-12-16 08:21:19','2014-12-16 08:21:19','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/blog-masonry-lawer-16.jpg',0,'attachment','image/jpeg',0),(2489,1,'2014-12-16 08:21:22','2014-12-16 08:21:22','','blog-masonry-lawer-02','','inherit','open','open','','blog-masonry-lawer-02','','','2014-12-16 08:21:22','2014-12-16 08:21:22','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/blog-masonry-lawer-02.jpg',0,'attachment','image/jpeg',0),(2490,1,'2014-12-16 08:21:26','2014-12-16 08:21:26','','blog-masonry-lawer-08','','inherit','open','open','','blog-masonry-lawer-08','','','2014-12-16 08:21:26','2014-12-16 08:21:26','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/blog-masonry-lawer-08.jpg',0,'attachment','image/jpeg',0),(2491,1,'2014-12-16 08:21:30','2014-12-16 08:21:30','','blog-masonry-lawer-17','','inherit','open','open','','blog-masonry-lawer-17','','','2014-12-16 08:21:30','2014-12-16 08:21:30','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/blog-masonry-lawer-17.jpg',0,'attachment','image/jpeg',0),(2493,1,'2014-12-16 08:21:33','2014-12-16 08:21:33','','blog-masonry-lawer-03','','inherit','open','open','','blog-masonry-lawer-03','','','2014-12-16 08:21:33','2014-12-16 08:21:33','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/blog-masonry-lawer-03.jpg',0,'attachment','image/jpeg',0),(2494,1,'2014-12-16 08:21:37','2014-12-16 08:21:37','','blog-masonry-lawer-09','','inherit','open','open','','blog-masonry-lawer-09','','','2014-12-16 08:21:37','2014-12-16 08:21:37','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/blog-masonry-lawer-09.jpg',0,'attachment','image/jpeg',0),(2495,1,'2014-12-16 08:21:39','2014-12-16 08:21:39','','blog-masonry-lawer-18','','inherit','open','open','','blog-masonry-lawer-18','','','2014-12-16 08:21:39','2014-12-16 08:21:39','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/blog-masonry-lawer-18.jpg',0,'attachment','image/jpeg',0),(2497,1,'2014-12-16 08:21:43','2014-12-16 08:21:43','','blog-masonry-lawer-04','','inherit','open','open','','blog-masonry-lawer-04','','','2014-12-16 08:21:43','2014-12-16 08:21:43','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/blog-masonry-lawer-04.jpg',0,'attachment','image/jpeg',0),(2498,1,'2014-12-16 08:21:46','2014-12-16 08:21:46','','blog-masonry-lawer-10','','inherit','open','open','','blog-masonry-lawer-10','','','2014-12-16 08:21:46','2014-12-16 08:21:46','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/blog-masonry-lawer-10.jpg',0,'attachment','image/jpeg',0),(2499,1,'2014-12-16 08:21:49','2014-12-16 08:21:49','','blog-masonry-lawer-19','','inherit','open','open','','blog-masonry-lawer-19','','','2014-12-16 08:21:49','2014-12-16 08:21:49','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/blog-masonry-lawer-19.jpg',0,'attachment','image/jpeg',0),(2501,1,'2014-12-16 08:21:53','2014-12-16 08:21:53','','blog-masonry-lawer-05','','inherit','open','open','','blog-masonry-lawer-05','','','2014-12-16 08:21:53','2014-12-16 08:21:53','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/blog-masonry-lawer-05.jpg',0,'attachment','image/jpeg',0),(2502,1,'2014-12-16 08:21:56','2014-12-16 08:21:56','','blog-masonry-lawer-11','','inherit','open','open','','blog-masonry-lawer-11','','','2014-12-16 08:21:56','2014-12-16 08:21:56','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/blog-masonry-lawer-11.jpg',0,'attachment','image/jpeg',0),(2510,1,'2014-12-16 08:23:05','2014-12-16 08:23:05','','blog-masonry-lawer-14','','inherit','open','open','','blog-masonry-lawer-14','','','2014-12-16 08:23:05','2014-12-16 08:23:05','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/blog-masonry-lawer-14.jpg',0,'attachment','image/jpeg',0),(2511,1,'2014-12-16 08:23:08','2014-12-16 08:23:08','','blog-masonry-lawer-06','','inherit','open','open','','blog-masonry-lawer-06','','','2014-12-16 08:23:08','2014-12-16 08:23:08','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/blog-masonry-lawer-06.jpg',0,'attachment','image/jpeg',0),(2513,1,'2014-12-16 08:23:12','2014-12-16 08:23:12','','blog-masonry-lawer-12','','inherit','open','open','','blog-masonry-lawer-12','','','2014-12-16 08:23:12','2014-12-16 08:23:12','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/blog-masonry-lawer-12.jpg',0,'attachment','image/jpeg',0),(2221,1,'2014-12-11 09:22:29','2014-12-11 09:22:29','Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding.','CHILD SUPPORT AND ALIMONY','','publish','closed','closed','','child-support-and-alimony','','','2014-12-11 09:22:29','2014-12-11 09:22:29','',0,'http://lawyers.chimpgroup.com/?post_type=casestudy&p=2221',0,'casestudy','',0),(2223,1,'2014-12-11 09:22:29','2014-12-11 09:22:29','Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding.','Prohibition of Intoxicating Liquors','','publish','closed','closed','','prohibition-of-intoxicating-liquors','','','2014-12-11 09:22:29','2014-12-11 09:22:29','',0,'http://lawyers.chimpgroup.com/casestudy/child-support-and-alimony-2/',0,'casestudy','',0),(2224,1,'2014-12-11 09:22:29','2014-12-11 09:22:29','Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding.','Bankruptcy Cases','','publish','closed','closed','','bankruptcy-cases','','','2014-12-11 09:22:29','2014-12-11 09:22:29','',0,'http://lawyers.chimpgroup.com/casestudy/child-support-and-alimony-3/',0,'casestudy','',0),(2225,1,'2014-12-11 09:22:29','2014-12-11 09:22:29','Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding.','Banking and Finance Cases','','publish','closed','closed','','banking-and-finance-cases','','','2014-12-11 09:22:29','2014-12-11 09:22:29','',0,'http://lawyers.chimpgroup.com/casestudy/child-support-and-alimony-4/',0,'casestudy','',0),(2226,1,'2014-12-11 09:22:29','2014-12-11 09:22:29','Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding.','Aviation Accident Case','','publish','closed','closed','','aviation-accident-case','','','2014-12-11 09:22:29','2014-12-11 09:22:29','',0,'http://lawyers.chimpgroup.com/casestudy/child-support-and-alimony-5/',0,'casestudy','',0),(2227,1,'2014-12-11 09:22:29','2014-12-11 09:22:29','Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding.','Asbestos and Mesothelioma Law','','publish','closed','closed','','asbestos-and-mesothelioma-law','','','2014-12-11 09:22:29','2014-12-11 09:22:29','',0,'http://lawyers.chimpgroup.com/casestudy/child-support-and-alimony-6/',0,'casestudy','',0),(2228,1,'2014-12-11 09:22:29','2014-12-11 09:22:29','Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding.','Antitrust Law and Trade Regulation','','publish','closed','closed','','antitrust-law-and-trade-regulation','','','2014-12-11 09:22:29','2014-12-11 09:22:29','',0,'http://lawyers.chimpgroup.com/casestudy/child-support-and-alimony-7/',0,'casestudy','',0),(2229,1,'2014-12-11 09:22:29','2014-12-11 09:22:29','Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding.','Animal Bite Cases','','publish','open','open','','animal-bite-cases','','','2014-12-11 09:22:29','2014-12-11 09:22:29','',0,'http://lawyers.chimpgroup.com/casestudy/child-support-and-alimony-8/',0,'casestudy','',0),(2230,1,'2014-12-11 09:22:29','2014-12-11 09:22:29','Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding.','Rules of Evidence','','publish','closed','closed','','rules-of-evidence','','','2014-12-11 09:22:29','2014-12-11 09:22:29','',0,'http://lawyers.chimpgroup.com/casestudy/child-support-and-alimony-9/',0,'casestudy','',0),(2231,1,'2014-12-11 09:22:29','2014-12-11 09:22:29','Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding.','Admiralty Law','','publish','closed','closed','','admiralty-law','','','2014-12-11 09:22:29','2014-12-11 09:22:29','',0,'http://lawyers.chimpgroup.com/casestudy/child-support-and-alimony-10/',0,'casestudy','',0),(2232,1,'2014-12-11 09:22:29','2014-12-11 09:22:29','Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding.','Adoption Law','','publish','closed','closed','','adoption-law','','','2014-12-11 09:22:29','2014-12-11 09:22:29','',0,'http://lawyers.chimpgroup.com/casestudy/child-support-and-alimony-11/',0,'casestudy','',0),(2514,1,'2014-12-16 08:23:14','2014-12-16 08:23:14','','blog-masonry-lawer-13','','inherit','open','open','','blog-masonry-lawer-13','','','2014-12-16 08:23:14','2014-12-16 08:23:14','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/blog-masonry-lawer-13.jpg',0,'attachment','image/jpeg',0),(2551,1,'2014-12-16 09:03:47','2014-12-16 09:03:47','','FAQ-header','','inherit','open','open','','faq-header','','','2014-12-16 09:03:47','2014-12-16 09:03:47','',1916,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/FAQ-header.jpg',0,'attachment','image/jpeg',0),(2552,1,'2014-12-16 09:11:02','2014-12-16 09:11:02','','FAQ-Icon','','inherit','open','open','','faq-icon','','','2014-12-16 09:11:02','2014-12-16 09:11:02','',1916,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/FAQ-Icon.png',0,'attachment','image/png',0),(2599,1,'2014-12-17 13:12:04','2014-12-17 13:12:04','\"audio-lawyer\".','audio-lawyer','','inherit','open','open','','audio-lawyer','','','2014-12-17 13:12:04','2014-12-17 13:12:04','',0,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/audio-lawyer.mp3',0,'attachment','audio/mpeg',0),(2608,1,'2014-12-17 13:52:35','2014-12-17 13:52:35','','home-section-logo','','inherit','open','open','','home-section-logo','','','2014-12-17 13:52:35','2014-12-17 13:52:35','',2088,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/home-section-logo.png',0,'attachment','image/png',0),(2625,1,'2014-12-17 16:30:46','2014-12-17 16:30:46','','home-tabs','','inherit','open','open','','home-tabs-2','','','2014-12-17 16:30:46','2014-12-17 16:30:46','',2088,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/home-tabs1.jpg',0,'attachment','image/jpeg',0),(2626,1,'2014-12-17 16:30:49','2014-12-17 16:30:49','','home-tabs-2','','inherit','open','open','','home-tabs-2-2','','','2014-12-17 16:30:49','2014-12-17 16:30:49','',2088,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/home-tabs-2.jpg',0,'attachment','image/jpeg',0),(2627,1,'2014-12-17 16:30:51','2014-12-17 16:30:51','','home-tabs-3','','inherit','open','open','','home-tabs-3','','','2014-12-17 16:30:51','2014-12-17 16:30:51','',2088,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/home-tabs-3.jpg',0,'attachment','image/jpeg',0),(2628,1,'2014-12-17 16:30:54','2014-12-17 16:30:54','','home-tabs-4','','inherit','open','open','','home-tabs-4','','','2014-12-17 16:30:54','2014-12-17 16:30:54','',2088,'http://lcgraylaw.com/wordpress2/wordpress2/wp-content/uploads/2014/12/home-tabs-4.jpg',0,'attachment','image/jpeg',0),(2629,1,'2015-01-30 04:59:08','2015-01-30 04:59:08','','404 : Not Found','','publish','open','open','','404-not-found','','','2015-01-30 04:59:08','2015-01-30 04:59:08','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2629',4,'nav_menu_item','',0),(2630,1,'2015-01-30 04:59:09','2015-01-30 04:59:09','','No Search Result','','publish','open','open','','no-search-result','','','2015-01-30 04:59:09','2015-01-30 04:59:09','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2630',5,'nav_menu_item','',0),(2631,1,'2015-01-30 04:59:09','2015-01-30 04:59:09','','Under Construction','','publish','open','open','','under-construction','','','2015-01-30 04:59:09','2015-01-30 04:59:09','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2631',7,'nav_menu_item','',0),(2632,1,'2015-01-30 04:59:09','2015-01-30 04:59:09','','Pages','','publish','open','open','','pages','','','2015-01-30 04:59:09','2015-01-30 04:59:09','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2632',2,'nav_menu_item','',0),(2633,1,'2015-01-30 04:59:10','2015-01-30 04:59:10','','NEWS','','publish','open','open','','news','','','2015-01-30 04:59:10','2015-01-30 04:59:10','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2633',21,'nav_menu_item','',0),(2233,1,'2014-12-11 09:22:29','2014-12-11 09:22:29','Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding.','Agriculture Law','','publish','closed','closed','','agriculture-law','','','2014-12-11 09:22:29','2014-12-11 09:22:29','',0,'http://lawyers.chimpgroup.com/casestudy/child-support-and-alimony-12/',0,'casestudy','',0),(2234,1,'2014-12-11 09:22:29','2014-12-11 09:22:29','<!--more-->\n\nSome dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding.','Legal Ethics and Professional Responsibility','','publish','closed','closed','','legal-ethics-and-professional-responsibility','','','2014-12-11 09:22:29','2014-12-11 09:22:29','',0,'http://lawyers.chimpgroup.com/casestudy/child-support-and-alimony-13/',0,'casestudy','',0),(2235,1,'2014-12-11 09:22:29','2014-12-11 09:22:29','Some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding.','Woman\'s Suffrage Rights','','publish','closed','closed','','womans-suffrage-rights','','','2014-12-11 09:22:29','2014-12-11 09:22:29','',0,'http://lawyers.chimpgroup.com/casestudy/child-support-and-alimony-14/',0,'casestudy','',0),(2634,1,'2015-01-30 04:59:11','2015-01-30 04:59:11','','SHORTCODES','','publish','open','open','','shortcodes','','','2015-01-30 04:59:11','2015-01-30 04:59:11','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2634',32,'nav_menu_item','',0),(2635,1,'2015-01-30 04:59:13','2015-01-30 04:59:13','','Practice Aera','','publish','open','open','','practice-aera','','','2015-01-30 04:59:13','2015-01-30 04:59:13','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2635',9,'nav_menu_item','',0),(2636,1,'2015-01-30 04:59:15','2015-01-30 04:59:15','','Contact','','publish','open','open','','contact','','','2015-01-30 04:59:15','2015-01-30 04:59:15','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2636',35,'nav_menu_item','',0),(2637,1,'2015-01-30 04:59:15','2015-01-30 04:59:15','','TEAM','','publish','open','open','','team','','','2015-01-30 04:59:15','2015-01-30 04:59:15','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2637',16,'nav_menu_item','',0),(2638,1,'2015-01-30 04:59:16','2015-01-30 04:59:16','','Pages','','publish','open','open','','pages-2','','','2015-01-30 04:59:16','2015-01-30 04:59:16','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2638',2,'nav_menu_item','',0),(2639,1,'2015-01-30 04:59:16','2015-01-30 04:59:16','','404 : Not Found','','publish','open','open','','404-not-found-2','','','2015-01-30 04:59:16','2015-01-30 04:59:16','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2639',11,'nav_menu_item','',0),(2640,1,'2015-01-30 04:59:16','2015-01-30 04:59:16','','No Search Result','','publish','open','open','','no-search-result-2','','','2015-01-30 04:59:16','2015-01-30 04:59:16','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2640',12,'nav_menu_item','',0),(2641,1,'2015-01-30 04:59:16','2015-01-30 04:59:16','','Under Construction','','publish','open','open','','under-construction-2','','','2015-01-30 04:59:16','2015-01-30 04:59:16','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2641',10,'nav_menu_item','',0),(2642,1,'2015-01-30 04:59:16','2015-01-30 04:59:16','','Practice Aera','','publish','open','open','','practice-aera-2','','','2015-01-30 04:59:16','2015-01-30 04:59:16','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2642',14,'nav_menu_item','',0),(2643,1,'2015-01-30 04:59:16','2015-01-30 04:59:16','','TEAM','','publish','open','open','','team-2','','','2015-01-30 04:59:16','2015-01-30 04:59:16','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2643',1,'nav_menu_item','',0),(2644,1,'2015-01-30 04:59:16','2015-01-30 04:59:16','','NEWS','','publish','open','open','','news-2','','','2015-01-30 04:59:16','2015-01-30 04:59:16','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2644',6,'nav_menu_item','',0),(2645,1,'2015-01-30 04:59:16','2015-01-30 04:59:16','','SHORTCODES','','publish','open','open','','shortcodes-2','','','2015-01-30 04:59:16','2015-01-30 04:59:16','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2645',17,'nav_menu_item','',0),(2646,1,'2015-01-30 04:59:17','2015-01-30 04:59:17','','Contact','','publish','open','open','','contact-2','','','2015-01-30 04:59:17','2015-01-30 04:59:17','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2646',20,'nav_menu_item','',0),(164,1,'2014-11-19 08:41:50','2014-11-19 08:41:50','','Blog Small','','publish','open','open','','blog-small','','','2014-11-19 08:41:50','2014-11-19 08:41:50','',0,'http://lawyers.chimpgroup.com/?page_id=164',0,'page','',0),(168,1,'2014-11-19 08:41:50','2014-11-19 08:41:50','','Blog Medium','','publish','open','open','','blog-medium','','','2014-11-19 08:41:50','2014-11-19 08:41:50','',0,'http://lawyers.chimpgroup.com/blog-small-2/',0,'page','',0),(169,1,'2014-11-19 08:41:50','2014-11-19 08:41:50','','Blog Large','','publish','open','open','','blog-large','','','2014-11-19 08:41:50','2014-11-19 08:41:50','',0,'http://lawyers.chimpgroup.com/blog-small-3/',0,'page','',0),(172,1,'2014-11-19 08:41:50','2014-11-19 08:41:50','','Blog Masonry','','publish','open','open','','blog-masonry','','','2014-11-19 08:41:50','2014-11-19 08:41:50','',0,'http://lawyers.chimpgroup.com/blog-small-6/',0,'page','',0),(173,1,'2014-11-19 08:41:50','2014-11-19 08:41:50','','Blog Grid','','publish','open','open','','blog-grid','','','2014-11-19 08:41:50','2014-11-19 08:41:50','',0,'http://lawyers.chimpgroup.com/blog-small-7/',0,'page','',0),(422,1,'2014-11-19 15:35:12','2014-11-19 15:35:12','','TypoGraphy','','publish','open','open','','typography','','','2014-11-19 15:35:12','2014-11-19 15:35:12','',0,'http://lawyers.chimpgroup.com/?page_id=422',0,'page','',0),(428,1,'2014-11-19 15:37:08','2014-11-19 15:37:08','','Common Elements','','publish','open','open','','common-elements','','','2014-11-19 15:37:08','2014-11-19 15:37:08','',0,'http://lawyers.chimpgroup.com/?page_id=428',0,'page','',0),(726,1,'2014-11-20 16:23:20','2014-11-20 16:23:20','','Under Construction','','publish','open','open','','pf-under-construction','','','2014-11-20 16:23:20','2014-11-20 16:23:20','',0,'http://lawyers.chimpgroup.com/?page_id=726',0,'page','',0),(776,1,'2014-11-21 12:12:44','2014-11-21 12:12:44','','Contact Us','','publish','open','open','','contact-us','','','2014-11-21 12:12:44','2014-11-21 12:12:44','',0,'http://lawyers.chimpgroup.com/?page_id=776',0,'page','',0),(778,1,'2014-11-21 12:33:55','2014-11-21 12:33:55','','About Us','','publish','open','open','','about-our-agency','','','2014-11-21 12:33:55','2014-11-21 12:33:55','',0,'http://lawyers.chimpgroup.com/?page_id=778',0,'page','',0),(1348,1,'2014-11-28 12:07:59','2014-11-28 12:07:59','','DashBoard','','publish','open','open','','dashboard','','','2014-11-28 12:07:59','2014-11-28 12:07:59','',0,'http://lawyers.chimpgroup.com/?page_id=1348',0,'page','',0),(1916,1,'2014-11-21 12:36:11','2014-11-21 12:36:11','','FAQ\'S','','publish','open','open','','faqs','','','2014-11-21 12:36:11','2014-11-21 12:36:11','',0,'http://lawyers.chimpgroup.com/?page_id=790',0,'page','',0),(2647,1,'2015-01-30 04:59:17','2015-01-30 04:59:17','','Contact Us 1','','publish','open','open','','contact-us-1','','','2015-01-30 04:59:17','2015-01-30 04:59:17','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2647',21,'nav_menu_item','',0),(2648,1,'2015-01-30 04:59:17','2015-01-30 04:59:17',' ','','','publish','open','open','','2648','','','2015-01-30 04:59:17','2015-01-30 04:59:17','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2648',13,'nav_menu_item','',0),(2649,1,'2015-01-30 04:59:18','2015-01-30 04:59:18','','Blog','','publish','open','open','','blog','','','2015-01-30 04:59:18','2015-01-30 04:59:18','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2649',6,'nav_menu_item','',0),(5,1,'2014-01-06 12:05:57','2014-01-06 12:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','Your Civil Lawsuit and The Social Network','','publish','open','open','','your-civil-lawsuit-and-the-social-network','','','2014-01-06 12:05:57','2014-01-06 12:05:57','',0,'http://lawyers.chimpgroup.com/?p=5',0,'post','',0),(10,1,'2014-12-10 12:15:03','2014-12-10 12:15:03','','Services','','publish','open','open','','services','','','2014-12-10 12:15:03','2014-12-10 12:15:03','',0,'http://lawyers.chimpgroup.com/?page_id=10',0,'page','',0),(15,1,'2014-02-10 12:05:57','2014-02-10 12:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','Social Network Privacy its a Best work of IT.','','publish','open','open','','social-network-privacy-its-a-best-work-of-it','','','2014-02-10 12:05:57','2014-02-10 12:05:57','',0,'http://lawyers.chimpgroup.com/?p=15',0,'post','',0),(17,1,'2014-04-07 05:05:57','2014-04-07 05:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','Stopping Domestic Violence Before It Escalates','','publish','open','open','','stopping-domestic-violence-before-it-escalates','','','2014-04-07 05:05:57','2014-04-07 05:05:57','',0,'http://lawyers.chimpgroup.com/?p=17',0,'post','',0),(18,1,'2014-04-11 11:05:57','2014-04-11 11:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.',' ASU\'s Center for Law Science and Innovation Launched an Official','','publish','open','open','','asus-center-for-law-science-and-innovation-launched-an-official','','','2014-04-11 11:05:57','2014-04-11 11:05:57','',0,'http://lawyers.chimpgroup.com/?p=18',0,'post','',0),(2088,1,'2014-12-10 13:36:26','2014-12-10 13:36:26','','Home','','publish','open','open','','home','','','2014-12-10 13:36:26','2014-12-10 13:36:26','',0,'http://lawyers.chimpgroup.com/?page_id=2088',0,'page','',0),(2207,1,'2014-12-11 08:40:06','2014-12-11 08:40:06','','PRACTICE AREAS','','publish','open','open','','practice-areas','','','2014-12-11 08:40:06','2014-12-11 08:40:06','',0,'http://lawyers.chimpgroup.com/?page_id=2207',0,'page','',0),(2209,1,'2014-12-11 08:40:35','2014-12-11 08:40:35','','ATTORNEYS','','publish','open','open','','attorneys','','','2014-12-11 08:40:35','2014-12-11 08:40:35','',0,'http://lawyers.chimpgroup.com/?page_id=2209',0,'page','',0),(2211,1,'2014-12-11 08:41:11','2014-12-11 08:41:11','','TEAM GRID','','publish','open','open','','team-grid','','','2014-12-11 08:41:11','2014-12-11 08:41:11','',0,'http://lawyers.chimpgroup.com/?page_id=2211',0,'page','',0),(2361,1,'2014-12-12 08:43:43','2014-12-12 08:43:43','','CONTACT US 2','','publish','open','open','','contact-us-2','','','2014-12-12 08:43:43','2014-12-12 08:43:43','',0,'http://lawyers.chimpgroup.com/?page_id=2361',0,'page','',0),(2389,1,'2014-12-15 12:39:45','2014-12-15 12:39:45','','Practice Grid Modren','','publish','open','open','','practice-grid-modren','','','2014-12-15 12:39:45','2014-12-15 12:39:45','',0,'http://lawyers.chimpgroup.com/?page_id=2389',0,'page','',0),(2391,1,'2014-12-15 12:41:54','2014-12-15 12:41:54','','Practice Modren 3 Column','','publish','open','open','','practice-modren-3-column','','','2014-12-15 12:41:54','2014-12-15 12:41:54','',0,'http://lawyers.chimpgroup.com/?page_id=2391',0,'page','',0),(2402,1,'2014-12-15 13:28:40','2014-12-15 13:28:40','','Practice Grid 4 Colum','','publish','open','open','','practice-grid-4-colum','','','2014-12-15 13:28:40','2014-12-15 13:28:40','',0,'http://lawyers.chimpgroup.com/?page_id=2402',0,'page','',0),(2403,1,'2014-12-15 13:24:34','2014-12-15 13:24:34','','Practice Grid Curved','','publish','open','open','','practice-grid-curved','','','2014-12-15 13:24:34','2014-12-15 13:24:34','',0,'http://lawyers.chimpgroup.com/?page_id=2403',0,'page','',0),(2462,1,'2014-12-12 08:43:43','2014-12-12 08:43:43','','CONTACT US 3','','publish','open','open','','contact-us-3','','','2014-12-12 08:43:43','2014-12-12 08:43:43','',0,'http://lawyers.chimpgroup.com/contact-us-2-2/',0,'page','',0),(2517,1,'2014-04-07 05:05:57','2014-04-07 05:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.',' Center for Science and Innovation Launched an Official Blog','','publish','open','open','','center-for-science-and-innovation-launched-an-official-blog','','','2014-04-07 05:05:57','2014-04-07 05:05:57','',0,'http://lawyers.chimpgroup.com/stopping-domestic-violence-before-it-escalates-2/',0,'post','',0),(2518,1,'2014-02-10 12:05:57','2014-02-10 12:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','What To Do When You Stop to Sleep it Off','','publish','open','open','','what-to-do-when-you-stop-to-sleep-it-off','','','2014-02-10 12:05:57','2014-02-10 12:05:57','',0,'http://lawyers.chimpgroup.com/social-network-privacy-its-a-best-work-of-it-2/',0,'post','',0),(2519,1,'2014-01-06 12:05:57','2014-01-06 12:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','Using Social Media to Strip Away Consumer Rights','','publish','open','open','','using-social-media-to-strip-away-consumer-rights-3','','','2014-01-06 12:05:57','2014-01-06 12:05:57','',0,'http://lawyers.chimpgroup.com/your-civil-lawsuit-and-the-social-network-2/',0,'post','',0),(2587,1,'2014-12-11 08:41:11','2014-12-11 08:41:11','','TEAM CLASSIC','','publish','open','open','','team-classic','','','2014-12-11 08:41:11','2014-12-11 08:41:11','',0,'http://lawyers.chimpgroup.com/team-grid-2/',0,'page','',0),(2588,1,'2014-12-11 08:41:11','2014-12-11 08:41:11','','TEAM MODERN','','publish','open','open','','team-modern','','','2014-12-11 08:41:11','2014-12-11 08:41:11','',0,'http://lawyers.chimpgroup.com/team-grid-3/',0,'page','',0),(14,1,'2014-08-23 10:15:57','2014-08-23 10:15:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.',' Helpful AILA Post on Employer Immigration','','publish','open','open','','helpful-aila-post-on-employer-immigration','','','2014-08-23 10:15:57','2014-08-23 10:15:57','',0,'http://lawyers.chimpgroup.com/?p=14',0,'post','',0),(16,1,'2014-06-05 12:05:57','2014-06-05 12:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','Calculating Forces in an Automobile Accident ','','publish','open','open','','calculating-forces-in-an-automobile-accident','','','2014-06-05 12:05:57','2014-06-05 12:05:57','',0,'http://lawyers.chimpgroup.com/?p=16',0,'post','',0),(19,1,'2014-07-18 06:05:57','2014-07-18 06:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','Video Post','','publish','open','open','','video-post','','','2014-07-18 06:05:57','2014-07-18 06:05:57','',0,'http://lawyers.chimpgroup.com/?p=19',0,'post','',0),(20,1,'2014-06-14 12:05:57','2014-06-14 12:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','New Legal Information Law and its rules.','','publish','open','open','','new-legal-information-law-and-its-rules','','','2014-06-14 12:05:57','2014-06-14 12:05:57','',0,'http://lawyers.chimpgroup.com/?p=20',0,'post','',0),(21,1,'2014-05-01 10:05:57','2014-05-01 10:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.',' 5 Reasons Why Attorneys Should Blog on Lawyers','','publish','open','open','','5-reasons-why-attorneys-should-blog-on-lawyers','','','2014-05-01 10:05:57','2014-05-01 10:05:57','',0,'http://lawyers.chimpgroup.com/?p=21',0,'post','',0),(22,1,'2014-08-05 09:05:57','2014-08-05 09:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','Audio Post','','publish','open','open','','audio-post','','','2014-08-05 09:05:57','2014-08-05 09:05:57','',0,'http://lawyers.chimpgroup.com/?p=22',0,'post','',0),(23,1,'2014-07-12 11:05:57','2014-07-12 11:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.',' Amending Pleadings to Add Punitive Damages ','','publish','open','open','','amending-pleadings-to-add-punitive-damages','','','2014-07-12 11:05:57','2014-07-12 11:05:57','',0,'http://lawyers.chimpgroup.com/?p=23',0,'post','',0),(25,1,'2014-08-10 08:05:57','2014-08-10 08:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','Terrorism Suspected in Platform Shutdown','','publish','open','open','','terrorism-suspected-in-platform-shutdown','','','2014-08-10 08:05:57','2014-08-10 08:05:57','',0,'http://lawyers.chimpgroup.com/?p=25',0,'post','',0),(27,1,'2014-09-15 06:55:57','2014-09-15 06:55:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','Shopping Safety Family And Employment','','publish','open','open','','shopping-safety-family-and-employment','','','2014-09-15 06:55:57','2014-09-15 06:55:57','',0,'http://lawyers.chimpgroup.com/?p=27',0,'post','',0),(285,1,'2014-05-19 08:04:18','2014-05-19 08:04:18','More across hence indefatigably therefore moth a cantankerous contemptibly a unspeakably some less gawked smirked fish up a decently mongoose less spilled less because added eclectically waked mammoth diverse impetuous egregiously huge irresolute excluding shaky chromatically horrendous less unbridled then alas wryly anteater however balked.\n\nMarvelous winked a darn more precociously and this well about the sloth and forsook or rewound because following that saddled otter groundhog knitted that where due and dimly and less this conveniently the yellow less goodness far sped under meticulously.\n\n[cs_quote quote_cite=\"James Firlang\" quote_cite_url=\"#\" quote_text_color=\"#333333\" quote_align=\"left\"]Be Notably yikes far or copied by lorikeet besides much tiger opposite excursively unsafely opposite by the artfully lovingly be awakened the Wek ofbarked grabbed the leered cobra as otter rott oriole hey dwelled oh llama some brusquely.copied by lorikeet besides much tiger opposite excursively unsafely opposite by the [/cs_quote]\n\nMuch hungrily weird up far much until informal bee well more oyster next salamander vivaciously consolingly that this octopus fractious rakishly but some and the that constantly prior forbade that below this weasel jeez indisputably outrageous across this implacably far less as dear alas crud dear in insect wore moody a inside before repaid dismally giraffe less past noiseless wherever indelicately but kookaburra strewed that salmon furtively darn.','Media Work for law Feel like a Touching Heaven','','publish','open','open','','media-work-for-law-feel-like-a-touching-heaven','','','2014-05-19 08:04:18','2014-05-19 08:04:18','',0,'http://lawyers.chimpgroup.com/what-is-lorem-lipsum-14-22/',0,'post','',4),(2492,1,'2014-08-23 10:15:57','2014-08-23 10:15:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','An Economical Way to Safeguard Yourself with Personal Injury Lawyers','','publish','open','open','','an-economical-way-to-safeguard-yourself-with-personal-injury-lawyers','','','2014-08-23 10:15:57','2014-08-23 10:15:57','',0,'http://lawyers.chimpgroup.com/helpful-aila-post-on-employer-immigration-2/',0,'post','',0),(2496,1,'2014-08-10 08:05:57','2014-08-10 08:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','RI Supreme Court criticizes Family Court decision','','publish','open','open','','ri-supreme-court-criticizes-family-court-decision','','','2014-08-10 08:05:57','2014-08-10 08:05:57','',0,'http://lawyers.chimpgroup.com/terrorism-suspected-in-platform-shutdown-2/',0,'post','',0),(2500,1,'2014-08-05 09:05:57','2014-08-05 09:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','Slider Post','','publish','open','open','','slider-post','','','2014-08-05 09:05:57','2014-08-05 09:05:57','',0,'http://lawyers.chimpgroup.com/medical-planning-and-its-advantages-for-peoples-2/',0,'post','',0),(2503,1,'2014-07-18 06:05:57','2014-07-18 06:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','Soundcloud Post','','publish','open','open','','soundcloud-post','','','2014-07-18 06:05:57','2014-07-18 06:05:57','',0,'http://lawyers.chimpgroup.com/using-social-media-to-strip-away-consumer-rights-2/',0,'post','',0),(2506,1,'2014-07-12 11:05:57','2014-07-12 11:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','The Asbestos-Related Death Of The Wife Of A Former Employee ','','publish','open','open','','the-asbestos-related-death-of-the-wife-of-a-former-employee','','','2014-07-12 11:05:57','2014-07-12 11:05:57','',0,'http://lawyers.chimpgroup.com/amending-pleadings-to-add-punitive-damages-3/',0,'post','',0),(2508,1,'2014-06-14 12:05:57','2014-06-14 12:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','Facebook Kill List Adds Perspective to Places','','publish','open','open','','facebook-kill-list-adds-perspective-to-places','','','2014-06-14 12:05:57','2014-06-14 12:05:57','',0,'http://lawyers.chimpgroup.com/new-legal-information-law-and-its-rules-2/',0,'post','',0),(2509,1,'2014-06-05 12:05:57','2014-06-05 12:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.',' Things You Need To Know About Negligence and Tort Law','','publish','open','open','','things-you-need-to-know-about-negligence-and-tort-law','','','2014-06-05 12:05:57','2014-06-05 12:05:57','',0,'http://lawyers.chimpgroup.com/calculating-forces-in-an-automobile-accident-2/',0,'post','',0),(2512,1,'2014-05-19 08:04:18','2014-05-19 08:04:18','More across hence indefatigably therefore moth a cantankerous contemptibly a unspeakably some less gawked smirked fish up a decently mongoose less spilled less because added eclectically waked mammoth diverse impetuous egregiously huge irresolute excluding shaky chromatically horrendous less unbridled then alas wryly anteater however balked.\n\nMarvelous winked a darn more precociously and this well about the sloth and forsook or rewound because following that saddled otter groundhog knitted that where due and dimly and less this conveniently the yellow less goodness far sped under meticulously.\n\n[cs_quote quote_cite=\"James Firlang\" quote_cite_url=\"#\" quote_text_color=\"#333333\" quote_align=\"left\"]Be Notably yikes far or copied by lorikeet besides much tiger opposite excursively unsafely opposite by the artfully lovingly be awakened the Wek ofbarked grabbed the leered cobra as otter rott oriole hey dwelled oh llama some brusquely.copied by lorikeet besides much tiger opposite excursively unsafely opposite by the [/cs_quote]\n\nMuch hungrily weird up far much until informal bee well more oyster next salamander vivaciously consolingly that this octopus fractious rakishly but some and the that constantly prior forbade that below this weasel jeez indisputably outrageous across this implacably far less as dear alas crud dear in insect wore moody a inside before repaid dismally giraffe less past noiseless wherever indelicately but kookaburra strewed that salmon furtively darn.','Philadelphia Medical Malpractice Attorneys Report on Recent Missouri','','publish','open','open','','philadelphia-medical-malpractice-attorneys-report-on-recent-missouri','','','2014-05-19 08:04:18','2014-05-19 08:04:18','',0,'http://lawyers.chimpgroup.com/media-work-for-law-feel-like-a-touching-heaven-2/',0,'post','',0),(2515,1,'2014-05-01 10:05:57','2014-05-01 10:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.',' Workplace Personal Injury Attorneys','','publish','open','open','','workplace-personal-injury-attorneys','','','2014-05-01 10:05:57','2014-05-01 10:05:57','',0,'http://lawyers.chimpgroup.com/5-reasons-why-attorneys-should-blog-on-lawyers-2/',0,'post','',0),(2516,1,'2014-04-11 11:05:57','2014-04-11 11:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','Series Stopping Domestic Violence Before It Escalates ','','publish','open','open','','series-stopping-domestic-violence-before-it-escalates','','','2014-04-11 11:05:57','2014-04-11 11:05:57','',0,'http://lawyers.chimpgroup.com/asus-center-for-law-science-and-innovation-launched-an-official-2/',0,'post','',0),(13,1,'2014-09-26 05:25:57','2014-09-26 05:25:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','Harrison vs Commissioner of Public Safety','','publish','open','open','','harrison-vs-commissioner-of-public-safety','','','2014-09-26 05:25:57','2014-09-26 05:25:57','',0,'http://lawyers.chimpgroup.com/?p=13',0,'post','',0),(24,1,'2014-09-22 10:05:57','2014-09-22 10:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.',' Weakening the Sudden Emergency Defense and its Disadvantages ','','publish','open','open','','weakening-the-sudden-emergency-defense-and-its-disadvantages','','','2014-09-22 10:05:57','2014-09-22 10:05:57','',0,'http://lawyers.chimpgroup.com/?p=24',0,'post','',0),(26,1,'2014-10-13 12:05:57','2014-10-13 12:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.',' The Importance of Blogging in Attorney Marketing ','','publish','open','open','','the-importance-of-blogging-in-attorney-marketing','','','2014-10-13 12:05:57','2014-10-13 12:05:57','',0,'http://lawyers.chimpgroup.com/?p=26',0,'post','',0),(28,1,'2014-11-05 12:05:57','2014-11-05 12:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','Top Five Legal law News Stories of the Day','','publish','open','open','','top-five-legal-law-news-stories-of-the-day','','','2014-11-05 12:05:57','2014-11-05 12:05:57','',0,'http://lawyers.chimpgroup.com/?p=28',0,'post','',0),(29,1,'2014-11-10 12:05:57','2014-11-10 12:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','Raleigh Criminal Defense law Attorney and its rules','','publish','open','open','','raleigh-criminal-defense-law-attorney-and-its-rules','','','2014-11-10 12:05:57','2014-11-10 12:05:57','',0,'http://lawyers.chimpgroup.com/?p=29',0,'post','',0),(2158,1,'2014-12-11 07:49:32','2014-12-11 07:49:32','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','CHILD SUPPORT AND ALIMONY','','publish','closed','closed','','child-support-and-alimony','','','2014-12-11 07:49:32','2014-12-11 07:49:32','',0,'http://lawyers.chimpgroup.com/?post_type=practice&p=2158',0,'practice','',0),(2164,1,'2014-12-11 07:49:32','2014-12-11 07:49:32','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','What is Banking and Finance Law?','','publish','closed','closed','','what-is-banking-and-finance-law','','','2014-12-11 07:49:32','2014-12-11 07:49:32','',0,'http://lawyers.chimpgroup.com/practice/child-support-and-alimony-2/',0,'practice','',0),(2165,1,'2014-12-11 07:49:32','2014-12-11 07:49:32','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','What is Aviation Law?','','publish','closed','closed','','what-is-aviation-law','','','2014-12-11 07:49:32','2014-12-11 07:49:32','',0,'http://lawyers.chimpgroup.com/practice/child-support-and-alimony-3/',0,'practice','',0),(2166,1,'2014-12-11 07:49:32','2014-12-11 07:49:32','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','What is Aviation Accident?','','publish','closed','closed','','what-is-aviation-accident','','','2014-12-11 07:49:32','2014-12-11 07:49:32','',0,'http://lawyers.chimpgroup.com/practice/child-support-and-alimony-4/',0,'practice','',0),(2167,1,'2014-12-11 07:49:32','2014-12-11 07:49:32','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','What is Asbestos and Mesothelioma Law?','','publish','closed','closed','','what-is-asbestos-and-mesothelioma-law','','','2014-12-11 07:49:32','2014-12-11 07:49:32','',0,'http://lawyers.chimpgroup.com/practice/child-support-and-alimony-5/',0,'practice','',0),(2168,1,'2014-12-11 07:49:32','2014-12-11 07:49:32','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','What is Antitrust Law and Trade Regulation?','','publish','closed','closed','','what-is-antitrust-law-and-trade-regulation','','','2014-12-11 07:49:32','2014-12-11 07:49:32','',0,'http://lawyers.chimpgroup.com/practice/child-support-and-alimony-6/',0,'practice','',0),(2169,1,'2014-12-11 07:49:32','2014-12-11 07:49:32','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','What is Animal Bite Law?','','publish','closed','closed','','what-is-animal-bite-law','','','2014-12-11 07:49:32','2014-12-11 07:49:32','',0,'http://lawyers.chimpgroup.com/practice/child-support-and-alimony-7/',0,'practice','',0),(2170,1,'2014-12-11 07:49:32','2014-12-11 07:49:32','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','What are Legal Practice Areas?','','publish','closed','closed','','what-are-legal-practice-areas','','','2014-12-11 07:49:32','2014-12-11 07:49:32','',0,'http://lawyers.chimpgroup.com/practice/child-support-and-alimony-8/',0,'practice','',0),(2171,1,'2014-12-11 07:49:32','2014-12-11 07:49:32','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','What are the Rules of Evidence?','','publish','closed','closed','','what-are-the-rules-of-evidence','','','2014-12-11 07:49:32','2014-12-11 07:49:32','',0,'http://lawyers.chimpgroup.com/practice/child-support-and-alimony-9/',0,'practice','',0),(2479,1,'2014-11-10 12:05:57','2014-11-10 12:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.',' Update on the Perennially Hyped Out-of-State LLC ','','publish','open','open','','update-on-the-perennially-hyped-out-of-state-llc','','','2014-11-10 12:05:57','2014-11-10 12:05:57','',0,'http://lawyers.chimpgroup.com/raleigh-criminal-defense-law-attorney-and-its-rules-2/',0,'post','',0),(2480,1,'2014-11-05 12:05:57','2014-11-05 12:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','Cardiovascular Deaths Overshadow Earlier Liver Injury Concerns.','','publish','open','open','','cardiovascular-deaths-overshadow-earlier-liver-injury-concerns','','','2014-11-05 12:05:57','2014-11-05 12:05:57','',0,'http://lawyers.chimpgroup.com/top-five-legal-law-news-stories-of-the-day-2/',0,'post','',0),(2481,1,'2014-10-13 12:05:57','2014-10-13 12:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','How To Choose The Best Accident Attorney','','publish','open','open','','how-to-choose-the-best-accident-attorney','','','2014-10-13 12:05:57','2014-10-13 12:05:57','',0,'http://lawyers.chimpgroup.com/the-importance-of-blogging-in-attorney-marketing-2/',0,'post','',0),(2482,1,'2014-09-26 05:25:57','2014-09-26 05:25:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.',' How to Help Children Who Witness a Domestic Violence Encounter','','publish','open','open','','how-to-help-children-who-witness-a-domestic-violence-encounter','','','2014-09-26 05:25:57','2014-09-26 05:25:57','',0,'http://lawyers.chimpgroup.com/harrison-vs-commissioner-of-public-safety-2/',0,'post','',0),(2483,1,'2014-09-22 10:05:57','2014-09-22 10:05:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','I reinjure it on the job can I get workers compensation benefits?','','publish','open','open','','i-reinjure-it-on-the-job-can-i-get-workers-compensation-benefits','','','2014-09-22 10:05:57','2014-09-22 10:05:57','',0,'http://lawyers.chimpgroup.com/weakening-the-sudden-emergency-defense-and-its-disadvantages-2/',0,'post','',0),(2485,1,'2014-09-15 06:55:57','2014-09-15 06:55:57','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','Traumatic Brain Injuries Caused by Auto Accidents','','publish','open','open','','traumatic-brain-injuries-caused-by-auto-accidents','','','2014-09-15 06:55:57','2014-09-15 06:55:57','',0,'http://lawyers.chimpgroup.com/shopping-safety-family-and-employment-2/',0,'post','',0),(2095,1,'2014-12-10 14:22:45','2014-12-10 14:22:45','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.','Jack Miller','','publish','closed','closed','','jack-miller','','','2014-12-10 14:22:45','2014-12-10 14:22:45','',0,'http://lawyers.chimpgroup.com/?post_type=team&p=2095',0,'team','',0),(2123,1,'2014-12-10 14:22:45','2014-12-10 14:22:45','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.','Celio Michael','','publish','closed','closed','','celio-michael','','','2014-12-10 14:22:45','2014-12-10 14:22:45','',0,'http://lawyers.chimpgroup.com/team/jack-miller-2/',0,'team','',0),(2124,1,'2014-12-10 14:22:45','2014-12-10 14:22:45','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.','Bostic John','','publish','closed','closed','','bostic-john','','','2014-12-10 14:22:45','2014-12-10 14:22:45','',0,'http://lawyers.chimpgroup.com/team/jack-miller-3/',0,'team','',0),(2125,1,'2014-12-10 14:22:45','2014-12-10 14:22:45','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.','Bayley Edward','','publish','closed','closed','','bayley-edward','','','2014-12-10 14:22:45','2014-12-10 14:22:45','',0,'http://lawyers.chimpgroup.com/team/jack-miller-4/',0,'team','',0),(2126,1,'2014-12-10 14:22:45','2014-12-10 14:22:45','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.','Anderson','','publish','closed','closed','','anderson','','','2014-12-10 14:22:45','2014-12-10 14:22:45','',0,'http://lawyers.chimpgroup.com/team/jack-miller-5/',0,'team','',0),(2127,1,'2014-12-10 14:22:45','2014-12-10 14:22:45','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.','Ewing Eli','','publish','closed','closed','','ewing-eli','','','2014-12-10 14:22:45','2014-12-10 14:22:45','',0,'http://lawyers.chimpgroup.com/team/jack-miller-6/',0,'team','',0),(2128,1,'2014-12-10 14:22:45','2014-12-10 14:22:45','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.','Eric Wango','','publish','closed','closed','','eric-wango','','','2014-12-10 14:22:45','2014-12-10 14:22:45','',0,'http://lawyers.chimpgroup.com/team/jack-miller-7/',0,'team','',0),(2129,1,'2014-12-10 14:22:45','2014-12-10 14:22:45','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.','Ricky Price','','publish','closed','closed','','ricky-price','','','2014-12-10 14:22:45','2014-12-10 14:22:45','',0,'http://lawyers.chimpgroup.com/team/jack-miller-8/',0,'team','',0),(2131,1,'2014-12-10 14:22:45','2014-12-10 14:22:45','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.','Rony Mira','','publish','closed','closed','','rony-mira','','','2014-12-10 14:22:45','2014-12-10 14:22:45','',0,'http://lawyers.chimpgroup.com/team/jack-miller-9/',0,'team','',0),(2132,1,'2014-12-10 14:22:45','2014-12-10 14:22:45','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.','Chanin Jeffrey','','publish','closed','closed','','chanin-jeffrey','','','2014-12-10 14:22:45','2014-12-10 14:22:45','',0,'http://lawyers.chimpgroup.com/team/jack-miller-10/',0,'team','',0),(2172,1,'2014-12-11 07:49:32','2014-12-11 07:49:32','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','What is Admiralty Law?','','publish','closed','closed','','what-is-admiralty-law','','','2014-12-11 07:49:32','2014-12-11 07:49:32','',0,'http://lawyers.chimpgroup.com/practice/child-support-and-alimony-10/',0,'practice','',0),(2173,1,'2014-12-11 07:49:32','2014-12-11 07:49:32','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','What is Adoption Law?','','publish','closed','closed','','what-is-adoption-law','','','2014-12-11 07:49:32','2014-12-11 07:49:32','',0,'http://lawyers.chimpgroup.com/practice/child-support-and-alimony-11/',0,'practice','',0),(2174,1,'2014-12-11 07:49:32','2014-12-11 07:49:32','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','What is Agriculture Law?','','publish','closed','closed','','what-is-agriculture-law','','','2014-12-11 07:49:32','2014-12-11 07:49:32','',0,'http://lawyers.chimpgroup.com/practice/child-support-and-alimony-12/',0,'practice','',0),(2175,1,'2014-12-11 07:49:32','2014-12-11 07:49:32','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','Legal Ethics and Professional.','','publish','open','open','','legal-ethics-and-professional','','','2014-12-11 07:49:32','2014-12-11 07:49:32','',0,'http://lawyers.chimpgroup.com/practice/child-support-and-alimony-13/',0,'practice','',0),(2176,1,'2014-12-11 07:49:32','2014-12-11 07:49:32','Llama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.\n\nLlama some dear belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much in a much darn until shed disconsolately gosh and this saucily hence and wildebeest some astride the excepting more tentative past to in nosy raffishly incongruously ouch yikes the more.Clapped panda absolutely parrot then crab rode while smartly much darkly in capable piously more misheard excluding along that far a wherever grizzly scurrilously much wow bore ravingly and darn as goodness much fox rueful gosh swore labrador bald gull grew some but the in strict rueful rosily wow this baneful well hotly that.\n\n[cs_quote column_size=\"1/1\" quote_cite=\"James Warson\" quote_cite_url=\"#\" quote_text_color=\"#4b3854\" quote_align=\"left\"]Belched rank bowed oh this anteater human because bet sent outsold jeepers memorable treacherously oversaw hen darn diplomatic far the indubitable hey much one wept lynx much scowled but interminable via jeeringly this eclectic overpaid after much.[/cs_quote]\n\nHowever disrespectfully the jaguar darn past input crud directed furious a far some among nimble much slight wildly revealed according far fidgeted apart kneeled misheard crookedly more virtuous delightful one jeez goodness kookaburra less limpet and on unavoidable some as kangaroo grouped knowing helpfully the subtle a more fired ouch intuitive kangaroo goodness wonderfully husky far giraffe that tart aristocratically however literal cantankerously lorikeet dear after lame pill darn anathematically a sheepish in.','What is Bankruptcy Law?','','publish','closed','closed','','what-is-bankruptcy-law','','','2014-12-11 07:49:32','2014-12-11 07:49:32','',0,'http://lawyers.chimpgroup.com/practice/child-support-and-alimony-14/',0,'practice','',0),(2650,1,'2015-01-30 04:59:22','2015-01-30 04:59:22','','News Grid','','publish','open','open','','news-grid','','','2015-01-30 04:59:22','2015-01-30 04:59:22','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2650',25,'nav_menu_item','',0),(2651,1,'2015-01-30 04:59:22','2015-01-30 04:59:22','','News Masonry','','publish','open','open','','news-masonry','','','2015-01-30 04:59:22','2015-01-30 04:59:22','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2651',26,'nav_menu_item','',0),(2652,1,'2015-01-30 04:59:22','2015-01-30 04:59:22','','News Large','','publish','open','open','','news-large','','','2015-01-30 04:59:22','2015-01-30 04:59:22','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2652',24,'nav_menu_item','',0),(2653,1,'2015-01-30 04:59:22','2015-01-30 04:59:22','','News Medium','','publish','open','open','','news-medium','','','2015-01-30 04:59:22','2015-01-30 04:59:22','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2653',23,'nav_menu_item','',0),(2654,1,'2015-01-30 04:59:22','2015-01-30 04:59:22','','News Small','','publish','open','open','','news-small','','','2015-01-30 04:59:22','2015-01-30 04:59:22','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2654',22,'nav_menu_item','',0),(2655,1,'2015-01-30 04:59:22','2015-01-30 04:59:22',' ','','','publish','open','open','','2655','','','2015-01-30 04:59:22','2015-01-30 04:59:22','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2655',8,'nav_menu_item','',0),(2656,1,'2015-01-30 04:59:22','2015-01-30 04:59:22','','ABOUT','','publish','open','open','','about','','','2015-01-30 04:59:22','2015-01-30 04:59:22','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2656',3,'nav_menu_item','',0),(2657,1,'2015-01-30 04:59:23','2015-01-30 04:59:23','','News Detail','','publish','open','open','','news-detail','','','2015-01-30 04:59:23','2015-01-30 04:59:23','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2657',27,'nav_menu_item','',0),(2658,1,'2015-01-30 04:59:23','2015-01-30 04:59:23',' ','','','publish','open','open','','2658','','','2015-01-30 04:59:23','2015-01-30 04:59:23','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2658',1,'nav_menu_item','',0),(2659,1,'2015-01-30 04:59:23','2015-01-30 04:59:23',' ','','','publish','open','open','','2659','','','2015-01-30 04:59:23','2015-01-30 04:59:23','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2659',15,'nav_menu_item','',0),(2660,1,'2015-01-30 04:59:23','2015-01-30 04:59:23',' ','','','publish','open','open','','2660','','','2015-01-30 04:59:23','2015-01-30 04:59:23','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2660',34,'nav_menu_item','',0),(2661,1,'2015-01-30 04:59:23','2015-01-30 04:59:23',' ','','','publish','open','open','','2661','','','2015-01-30 04:59:23','2015-01-30 04:59:23','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2661',33,'nav_menu_item','',0),(2662,1,'2015-01-30 04:59:23','2015-01-30 04:59:23',' ','','','publish','open','open','','2662','','','2015-01-30 04:59:23','2015-01-30 04:59:23','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2662',6,'nav_menu_item','',0),(2663,1,'2015-01-30 04:59:23','2015-01-30 04:59:23','','GRID 3 COLUMN','','publish','open','open','','grid-3-column','','','2015-01-30 04:59:23','2015-01-30 04:59:23','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2663',10,'nav_menu_item','',0),(2664,1,'2015-01-30 04:59:24','2015-01-30 04:59:24','','GRID 4 COLUMN','','publish','open','open','','grid-4-column','','','2015-01-30 04:59:24','2015-01-30 04:59:24','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2664',11,'nav_menu_item','',0),(2665,1,'2015-01-30 04:59:24','2015-01-30 04:59:24','','GRID MODREN','','publish','open','open','','grid-modren','','','2015-01-30 04:59:24','2015-01-30 04:59:24','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2665',12,'nav_menu_item','',0),(2666,1,'2015-01-30 04:59:24','2015-01-30 04:59:24','','Grid Curved','','publish','open','open','','grid-curved','','','2015-01-30 04:59:24','2015-01-30 04:59:24','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2666',13,'nav_menu_item','',0),(2667,1,'2015-01-30 04:59:24','2015-01-30 04:59:24',' ','','','publish','open','open','','2667','','','2015-01-30 04:59:24','2015-01-30 04:59:24','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2667',36,'nav_menu_item','',0),(2668,1,'2015-01-30 04:59:24','2015-01-30 04:59:24','','Contact Us 2','','publish','open','open','','contact-us-2','','','2015-01-30 04:59:24','2015-01-30 04:59:24','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2668',37,'nav_menu_item','',0),(2669,1,'2015-01-30 04:59:24','2015-01-30 04:59:24','','Contact Us 3','','publish','open','open','','contact-us-3','','','2015-01-30 04:59:24','2015-01-30 04:59:24','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2669',38,'nav_menu_item','',0),(2670,1,'2015-01-30 04:59:25','2015-01-30 04:59:25',' ','','','publish','open','open','','2670','','','2015-01-30 04:59:25','2015-01-30 04:59:25','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2670',17,'nav_menu_item','',0),(2671,1,'2015-01-30 04:59:25','2015-01-30 04:59:25',' ','','','publish','open','open','','2671','','','2015-01-30 04:59:25','2015-01-30 04:59:25','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2671',18,'nav_menu_item','',0),(2672,1,'2015-01-30 04:59:25','2015-01-30 04:59:25',' ','','','publish','open','open','','2672','','','2015-01-30 04:59:25','2015-01-30 04:59:25','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2672',19,'nav_menu_item','',0),(2673,1,'2015-01-30 04:59:25','2015-01-30 04:59:25','','TEAM DETAIL','','publish','open','open','','team-detail','','','2015-01-30 04:59:25','2015-01-30 04:59:25','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2673',20,'nav_menu_item','',0),(2674,1,'2015-01-30 04:59:25','2015-01-30 04:59:25','','Practice Detail','','publish','open','open','','practice-detail','','','2015-01-30 04:59:25','2015-01-30 04:59:25','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2674',14,'nav_menu_item','',0),(2675,1,'2015-01-30 04:59:25','2015-01-30 04:59:25',' ','','','publish','open','open','','2675','','','2015-01-30 04:59:25','2015-01-30 04:59:25','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2675',28,'nav_menu_item','',0),(2676,1,'2015-01-30 04:59:25','2015-01-30 04:59:25',' ','','','publish','open','open','','2676','','','2015-01-30 04:59:25','2015-01-30 04:59:25','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2676',29,'nav_menu_item','',0),(2677,1,'2015-01-30 04:59:25','2015-01-30 04:59:25',' ','','','publish','open','open','','2677','','','2015-01-30 04:59:25','2015-01-30 04:59:25','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2677',30,'nav_menu_item','',0),(2678,1,'2015-01-30 04:59:25','2015-01-30 04:59:25',' ','','','publish','open','open','','2678','','','2015-01-30 04:59:25','2015-01-30 04:59:25','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2678',31,'nav_menu_item','',0),(2679,1,'2015-01-30 04:59:25','2015-01-30 04:59:25',' ','','','publish','open','open','','2679','','','2015-01-30 04:59:25','2015-01-30 04:59:25','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2679',1,'nav_menu_item','',0),(2680,1,'2015-01-30 04:59:25','2015-01-30 04:59:25',' ','','','publish','open','open','','2680','','','2015-01-30 04:59:25','2015-01-30 04:59:25','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2680',2,'nav_menu_item','',0),(2681,1,'2015-01-30 04:59:25','2015-01-30 04:59:25',' ','','','publish','open','open','','2681','','','2015-01-30 04:59:25','2015-01-30 04:59:25','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2681',3,'nav_menu_item','',0),(2682,1,'2015-01-30 04:59:25','2015-01-30 04:59:25',' ','','','publish','open','open','','2682','','','2015-01-30 04:59:25','2015-01-30 04:59:25','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2682',4,'nav_menu_item','',0),(2683,1,'2015-01-30 04:59:25','2015-01-30 04:59:25',' ','','','publish','open','open','','2683','','','2015-01-30 04:59:25','2015-01-30 04:59:25','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2683',1,'nav_menu_item','',0),(2684,1,'2015-01-30 04:59:26','2015-01-30 04:59:26','','About','','publish','open','open','','about-2','','','2015-01-30 04:59:26','2015-01-30 04:59:26','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2684',3,'nav_menu_item','',0),(2685,1,'2015-01-30 04:59:26','2015-01-30 04:59:26',' ','','','publish','open','open','','2685','','','2015-01-30 04:59:26','2015-01-30 04:59:26','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2685',4,'nav_menu_item','',0),(2686,1,'2015-01-30 04:59:26','2015-01-30 04:59:26',' ','','','publish','open','open','','2686','','','2015-01-30 04:59:26','2015-01-30 04:59:26','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2686',5,'nav_menu_item','',0),(2687,1,'2015-01-30 04:59:26','2015-01-30 04:59:26','','GRID 4 COLUMN','','publish','open','open','','grid-4-column-2','','','2015-01-30 04:59:26','2015-01-30 04:59:26','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2687',16,'nav_menu_item','',0),(2688,1,'2015-01-30 04:59:26','2015-01-30 04:59:26','','Grid Curved','','publish','open','open','','grid-curved-2','','','2015-01-30 04:59:26','2015-01-30 04:59:26','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2688',18,'nav_menu_item','',0),(2689,1,'2015-01-30 04:59:26','2015-01-30 04:59:26','','GRID MODREN','','publish','open','open','','grid-modren-2','','','2015-01-30 04:59:26','2015-01-30 04:59:26','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2689',17,'nav_menu_item','',0),(2690,1,'2015-01-30 04:59:26','2015-01-30 04:59:26','','GRID 3 COLUMN','','publish','open','open','','grid-3-column-2','','','2015-01-30 04:59:26','2015-01-30 04:59:26','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2690',15,'nav_menu_item','',0),(2691,1,'2015-01-30 04:59:26','2015-01-30 04:59:26','','Practice Detail','','publish','open','open','','practice-detail-2','','','2015-01-30 04:59:26','2015-01-30 04:59:26','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2691',19,'nav_menu_item','',0),(2692,1,'2015-01-30 04:59:26','2015-01-30 04:59:26',' ','','','publish','open','open','','2692','','','2015-01-30 04:59:26','2015-01-30 04:59:26','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2692',20,'nav_menu_item','',0),(2693,1,'2015-01-30 04:59:26','2015-01-30 04:59:26',' ','','','publish','open','open','','2693','','','2015-01-30 04:59:26','2015-01-30 04:59:26','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2693',3,'nav_menu_item','',0),(2694,1,'2015-01-30 04:59:26','2015-01-30 04:59:26',' ','','','publish','open','open','','2694','','','2015-01-30 04:59:26','2015-01-30 04:59:26','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2694',4,'nav_menu_item','',0),(2695,1,'2015-01-30 04:59:26','2015-01-30 04:59:26',' ','','','publish','open','open','','2695','','','2015-01-30 04:59:26','2015-01-30 04:59:26','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2695',2,'nav_menu_item','',0),(2696,1,'2015-01-30 04:59:26','2015-01-30 04:59:26','','TEAM DETAIL','','publish','open','open','','team-detail-2','','','2015-01-30 04:59:26','2015-01-30 04:59:26','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2696',5,'nav_menu_item','',0),(2697,1,'2015-01-30 04:59:26','2015-01-30 04:59:26','','News Grid','','publish','open','open','','news-grid-2','','','2015-01-30 04:59:26','2015-01-30 04:59:26','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2697',10,'nav_menu_item','',0),(2698,1,'2015-01-30 04:59:26','2015-01-30 04:59:26','','News Large','','publish','open','open','','news-large-2','','','2015-01-30 04:59:26','2015-01-30 04:59:26','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2698',9,'nav_menu_item','',0),(2699,1,'2015-01-30 04:59:27','2015-01-30 04:59:27','','News Masonry','','publish','open','open','','news-masonry-2','','','2015-01-30 04:59:27','2015-01-30 04:59:27','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2699',11,'nav_menu_item','',0),(2700,1,'2015-01-30 04:59:27','2015-01-30 04:59:27','','News Medium','','publish','open','open','','news-medium-2','','','2015-01-30 04:59:27','2015-01-30 04:59:27','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2700',8,'nav_menu_item','',0),(2701,1,'2015-01-30 04:59:27','2015-01-30 04:59:27','','News Small','','publish','open','open','','news-small-2','','','2015-01-30 04:59:27','2015-01-30 04:59:27','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2701',7,'nav_menu_item','',0),(2702,1,'2015-01-30 04:59:27','2015-01-30 04:59:27','','News Detail','','publish','open','open','','news-detail-2','','','2015-01-30 04:59:27','2015-01-30 04:59:27','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2702',12,'nav_menu_item','',0),(2703,1,'2015-01-30 04:59:27','2015-01-30 04:59:27',' ','','','publish','open','open','','2703','','','2015-01-30 04:59:27','2015-01-30 04:59:27','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2703',16,'nav_menu_item','',0),(2704,1,'2015-01-30 04:59:27','2015-01-30 04:59:27',' ','','','publish','open','open','','2704','','','2015-01-30 04:59:27','2015-01-30 04:59:27','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2704',15,'nav_menu_item','',0),(2705,1,'2015-01-30 04:59:27','2015-01-30 04:59:27',' ','','','publish','open','open','','2705','','','2015-01-30 04:59:27','2015-01-30 04:59:27','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2705',14,'nav_menu_item','',0),(2706,1,'2015-01-30 04:59:27','2015-01-30 04:59:27',' ','','','publish','open','open','','2706','','','2015-01-30 04:59:27','2015-01-30 04:59:27','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2706',13,'nav_menu_item','',0),(2707,1,'2015-01-30 04:59:27','2015-01-30 04:59:27',' ','','','publish','open','open','','2707','','','2015-01-30 04:59:27','2015-01-30 04:59:27','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2707',18,'nav_menu_item','',0),(2708,1,'2015-01-30 04:59:27','2015-01-30 04:59:27',' ','','','publish','open','open','','2708','','','2015-01-30 04:59:27','2015-01-30 04:59:27','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2708',19,'nav_menu_item','',0),(2709,1,'2015-01-30 04:59:27','2015-01-30 04:59:27',' ','','','publish','open','open','','2709','','','2015-01-30 04:59:27','2015-01-30 04:59:27','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2709',22,'nav_menu_item','',0),(2710,1,'2015-01-30 04:59:27','2015-01-30 04:59:27',' ','','','publish','open','open','','2710','','','2015-01-30 04:59:27','2015-01-30 04:59:27','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2710',23,'nav_menu_item','',0),(2711,1,'2015-01-30 04:59:27','2015-01-30 04:59:27','','Our Practices','','publish','open','open','','our-practices','','','2015-01-30 04:59:27','2015-01-30 04:59:27','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2711',7,'nav_menu_item','',0),(2712,1,'2015-01-30 04:59:27','2015-01-30 04:59:27',' ','','','publish','open','open','','2712','','','2015-01-30 04:59:27','2015-01-30 04:59:27','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2712',8,'nav_menu_item','',0),(2713,1,'2015-01-30 04:59:28','2015-01-30 04:59:28','','OUR TEAM','','publish','open','open','','our-team','','','2015-01-30 04:59:28','2015-01-30 04:59:28','',0,'http://lcgraylaw.com/wordpress2/wordpress2/?p=2713',9,'nav_menu_item','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL default '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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 (1,1,0),(2221,27,0),(2221,29,0),(2221,30,0),(2223,27,0),(2223,29,0),(2223,30,0),(2224,25,0),(2224,27,0),(2225,26,0),(2225,27,0),(2225,29,0),(2226,26,0),(2226,27,0),(2226,29,0),(2227,25,0),(2227,26,0),(2227,27,0),(2228,25,0),(2228,26,0),(2228,27,0),(2229,27,0),(2229,29,0),(2229,30,0),(2230,26,0),(2230,27,0),(2230,29,0),(2231,25,0),(2231,26,0),(2231,27,0),(2232,25,0),(2232,27,0),(2232,29,0),(2629,2,0),(2630,2,0),(2631,2,0),(2632,2,0),(2633,2,0),(2233,25,0),(2233,29,0),(2233,30,0),(2234,27,0),(2234,29,0),(2234,30,0),(2235,27,0),(2235,29,0),(2235,30,0),(2634,2,0),(2635,2,0),(2636,2,0),(2637,2,0),(2638,33,0),(2639,33,0),(2640,33,0),(2641,33,0),(2642,33,0),(2643,34,0),(2644,34,0),(2645,34,0),(2646,34,0),(2647,34,0),(2648,33,0),(2649,33,0),(285,10,0),(5,9,0),(5,12,0),(5,13,0),(5,14,0),(5,18,0),(5,19,0),(5,24,0),(5,3,0),(5,4,0),(5,8,0),(15,9,0),(15,12,0),(15,13,0),(15,14,0),(15,18,0),(15,19,0),(15,24,0),(15,3,0),(15,8,0),(17,9,0),(17,12,0),(17,13,0),(17,14,0),(17,18,0),(17,19,0),(17,24,0),(17,3,0),(17,4,0),(17,6,0),(18,9,0),(18,12,0),(18,13,0),(18,14,0),(18,18,0),(18,19,0),(18,24,0),(18,3,0),(18,4,0),(2517,9,0),(2517,12,0),(2517,13,0),(2517,14,0),(2517,18,0),(2517,19,0),(2517,24,0),(2517,7,0),(2518,9,0),(2518,12,0),(2518,13,0),(2518,14,0),(2518,18,0),(2518,19,0),(2518,24,0),(2518,7,0),(2519,9,0),(2519,12,0),(2519,13,0),(2519,14,0),(2519,18,0),(2519,19,0),(2519,24,0),(2519,7,0),(14,9,0),(14,12,0),(14,13,0),(14,14,0),(14,18,0),(14,19,0),(14,24,0),(14,4,0),(14,8,0),(16,9,0),(16,12,0),(16,13,0),(16,14,0),(16,18,0),(16,19,0),(16,24,0),(16,3,0),(16,4,0),(16,5,0),(16,8,0),(19,9,0),(19,12,0),(19,13,0),(19,14,0),(19,18,0),(19,19,0),(19,24,0),(19,3,0),(20,9,0),(20,12,0),(20,13,0),(20,14,0),(20,18,0),(20,19,0),(20,24,0),(20,3,0),(20,6,0),(21,9,0),(21,12,0),(21,13,0),(21,14,0),(21,18,0),(21,19,0),(21,24,0),(21,3,0),(21,6,0),(21,8,0),(22,9,0),(22,12,0),(22,13,0),(22,14,0),(22,18,0),(22,19,0),(22,24,0),(22,3,0),(22,4,0),(23,9,0),(23,12,0),(23,13,0),(23,14,0),(23,18,0),(23,19,0),(23,24,0),(23,3,0),(23,6,0),(25,9,0),(25,12,0),(25,13,0),(25,14,0),(25,18,0),(25,19,0),(25,24,0),(25,3,0),(25,5,0),(27,9,0),(27,12,0),(27,13,0),(27,14,0),(27,18,0),(27,19,0),(27,24,0),(27,3,0),(285,3,0),(285,4,0),(285,11,0),(285,15,0),(285,16,0),(285,17,0),(285,20,0),(285,21,0),(285,22,0),(2503,12,0),(2492,9,0),(2492,12,0),(2492,13,0),(2492,14,0),(2492,18,0),(2492,19,0),(2492,24,0),(2492,7,0),(2496,9,0),(2496,12,0),(2496,13,0),(2496,14,0),(2496,18,0),(2496,19,0),(2496,24,0),(2496,7,0),(2500,9,0),(2500,12,0),(2500,13,0),(2500,14,0),(2500,18,0),(2500,19,0),(2500,24,0),(2500,3,0),(2503,4,0),(2503,13,0),(2503,14,0),(2503,18,0),(2503,19,0),(2503,23,0),(2503,24,0),(2095,28,0),(2506,9,0),(2506,12,0),(2506,13,0),(2506,14,0),(2506,18,0),(2506,19,0),(2506,24,0),(2506,7,0),(2508,9,0),(2508,12,0),(2508,13,0),(2508,14,0),(2508,18,0),(2508,19,0),(2508,24,0),(2508,7,0),(2509,9,0),(2509,12,0),(2509,13,0),(2509,14,0),(2509,18,0),(2509,19,0),(2509,24,0),(2509,7,0),(2512,10,0),(2512,11,0),(2512,15,0),(2512,16,0),(2512,17,0),(2512,20,0),(2512,21,0),(2512,22,0),(2512,7,0),(2515,9,0),(2515,12,0),(2515,13,0),(2515,14,0),(2515,18,0),(2515,19,0),(2515,24,0),(2515,7,0),(2516,9,0),(2516,12,0),(2516,13,0),(2516,14,0),(2516,18,0),(2516,19,0),(2516,24,0),(2516,7,0),(13,9,0),(13,12,0),(13,13,0),(13,14,0),(13,18,0),(13,19,0),(13,24,0),(13,3,0),(13,6,0),(13,8,0),(24,9,0),(24,12,0),(24,13,0),(24,14,0),(24,18,0),(24,19,0),(24,24,0),(24,3,0),(24,4,0),(26,9,0),(26,12,0),(26,13,0),(26,14,0),(26,18,0),(26,19,0),(26,24,0),(26,3,0),(28,9,0),(28,12,0),(28,13,0),(28,14,0),(28,18,0),(28,19,0),(28,24,0),(28,3,0),(29,9,0),(29,12,0),(29,13,0),(29,14,0),(29,18,0),(29,19,0),(29,24,0),(29,4,0),(29,5,0),(29,8,0),(2479,9,0),(2479,12,0),(2479,13,0),(2479,14,0),(2479,18,0),(2479,19,0),(2479,24,0),(2479,7,0),(2480,9,0),(2480,12,0),(2480,13,0),(2480,14,0),(2480,18,0),(2480,19,0),(2480,24,0),(2480,7,0),(2481,9,0),(2481,12,0),(2481,13,0),(2481,14,0),(2481,18,0),(2481,19,0),(2481,24,0),(2481,7,0),(2482,9,0),(2482,12,0),(2482,13,0),(2482,14,0),(2482,18,0),(2482,19,0),(2482,24,0),(2482,7,0),(2483,9,0),(2483,12,0),(2483,13,0),(2483,14,0),(2483,18,0),(2483,19,0),(2483,24,0),(2483,7,0),(2485,9,0),(2485,12,0),(2485,13,0),(2485,14,0),(2485,18,0),(2485,19,0),(2485,24,0),(2485,7,0),(2123,31,0),(2124,31,0),(2125,31,0),(2126,28,0),(2127,28,0),(2128,28,0),(2129,28,0),(2131,28,0),(2132,31,0),(2650,2,0),(2651,2,0),(2652,2,0),(2653,2,0),(2654,2,0),(2655,2,0),(2656,2,0),(2657,2,0),(2658,2,0),(2659,2,0),(2660,2,0),(2661,2,0),(2662,2,0),(2663,2,0),(2664,2,0),(2665,2,0),(2666,2,0),(2667,2,0),(2668,2,0),(2669,2,0),(2670,2,0),(2671,2,0),(2672,2,0),(2673,2,0),(2674,2,0),(2675,2,0),(2676,2,0),(2677,2,0),(2678,2,0),(2679,32,0),(2680,32,0),(2681,32,0),(2682,32,0),(2683,33,0),(2684,33,0),(2685,33,0),(2686,33,0),(2687,33,0),(2688,33,0),(2689,33,0),(2690,33,0),(2691,33,0),(2692,33,0),(2693,34,0),(2694,34,0),(2695,34,0),(2696,34,0),(2697,34,0),(2698,34,0),(2699,34,0),(2700,34,0),(2701,34,0),(2702,34,0),(2703,34,0),(2704,34,0),(2705,34,0),(2706,34,0),(2707,34,0),(2708,34,0),(2709,34,0),(2710,34,0),(2711,33,0),(2712,33,0),(2713,33,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`; SET @saved_cs_client = @@character_set_client; 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) NOT NULL default '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL default '0', `count` bigint(20) NOT NULL default '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8; 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,1),(2,2,'nav_menu','',0,38),(3,3,'category','',0,18),(4,4,'category','',0,10),(5,5,'category','',0,3),(6,6,'category','',0,5),(7,7,'category','',0,17),(8,8,'category','',0,7),(9,9,'post_tag','',0,35),(10,10,'post_tag','',0,2),(11,11,'post_tag','',0,2),(12,12,'post_tag','',0,36),(13,13,'post_tag','',0,36),(14,5,'post_tag','',0,36),(15,14,'post_tag','',0,2),(16,15,'post_tag','',0,2),(17,16,'post_tag','',0,2),(18,17,'post_tag','',0,36),(19,18,'post_tag','',0,36),(20,19,'post_tag','',0,2),(21,20,'post_tag','',0,2),(22,21,'post_tag','',0,2),(23,22,'post_tag','',0,1),(24,23,'post_tag','',0,36),(25,24,'casestudy-category','',0,6),(26,25,'casestudy-category','',0,6),(27,26,'casestudy-category','',0,13),(28,27,'team-category','',0,6),(29,6,'casestudy-category','',0,10),(30,28,'casestudy-category','',0,6),(31,29,'team-category','',0,4),(32,30,'nav_menu','',0,4),(33,31,'nav_menu','',0,20),(34,32,'nav_menu','',0,23); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `slug` varchar(200) NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main Menu','main-menu',0),(3,'Blogs','blogs',0),(4,'Civil law','civil-law',0),(5,'Crime','crime',0),(6,'Justice','justice',0),(7,'Masonry','masonry',0),(8,'Аttorneys','%d0%b0ttorneys',0),(9,'Audio','audio',0),(10,'Charity','charity',0),(11,'Church','church',0),(12,'Civil Law','civil-law-2',0),(13,'Court','court',0),(14,'Donate','donate',0),(15,'Donation','donation',0),(16,'Election','election',0),(17,'Justise','justise',0),(18,'Law','law',0),(19,'paypal','paypal',0),(20,'Politics','politics',0),(21,'Sermons','sermons',0),(22,'Soundcloud','soundcloud',0),(23,'Video','video',0),(24,'Civial','civial',0),(25,'Criminal','criminal',0),(26,'Human rights','human-rights',0),(27,'Junior Lawyer','junior-lawyer',0),(28,'Labour','labour',0),(29,'Senior Lawyer','senior-lawyer',0),(30,'Right Side Test','right-side-test',0),(31,'Header Left Menu','header-left-menu',0),(32,'Header Right Menu','header-right-menu',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; 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) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; 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,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','LCGray'),(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','wp350_media,wp360_revisions,wp360_locks,wp390_widgets'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','3'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; 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,'LCGray','ff513edf9f6b1532cca8d0180d7a7f86','LCGray','lisa@lcgraylaw.com','','2014-08-13 15:26:49','',0,'LCGray'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_03bedc5_1' -- DELIMITER ;; DELIMITER ; /*!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 2015-01-30 5:26:23