0byt3m1n1
Path:
/
data
/
17
/
1
/
133
/
155
/
1622155
/
meta
/
1748371
/
mysql.backup
/
[
Home
]
File: 1_02bb5aa_2.mysqlcluster21.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster21 Database: 1_02bb5aa_2 -- ------------------------------------------------------ -- Server version 5.6.40-84.0-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2017-10-03 15:18:55','2017-10-03 15:18:55','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_action_meta` -- DROP TABLE IF EXISTS `wp_nf3_action_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_action_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `value` longtext COLLATE utf8mb4_unicode_520_ci, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=567 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_action_meta` -- LOCK TABLES `wp_nf3_action_meta` WRITE; /*!40000 ALTER TABLE `wp_nf3_action_meta` DISABLE KEYS */; INSERT INTO `wp_nf3_action_meta` VALUES (441,22,'label','Save Submission'),(442,22,'order','3'),(443,22,'objectType','Action'),(444,22,'objectDomain','actions'),(445,22,'editActive',''),(446,22,'payment_gateways',''),(447,22,'tag',''),(448,22,'to',''),(449,22,'email_subject',''),(450,22,'email_message',''),(451,22,'from_name',''),(452,22,'from_address',''),(453,22,'reply_to',''),(454,22,'email_format','html'),(455,22,'cc',''),(456,22,'bcc',''),(457,22,'attach_csv',''),(458,22,'redirect_url',''),(459,22,'payment_total',''),(460,22,'email_message_plain',''),(461,23,'label','Admin Email'),(462,23,'to','a:1:{i:0;s:27:\"noreply@demo.wpeasymode.com\";}'),(463,23,'subject','Ninja Forms Submission'),(464,23,'message','{field:all_fields}'),(465,23,'order','2'),(466,23,'objectType','Action'),(467,23,'objectDomain','actions'),(468,23,'editActive',''),(469,23,'payment_gateways',''),(470,23,'tag',''),(471,23,'email_subject',''),(472,23,'email_message',''),(473,23,'from_name',''),(474,23,'from_address',''),(475,23,'reply_to',''),(476,23,'email_format','html'),(477,23,'cc',''),(478,23,'bcc',''),(479,23,'attach_csv',''),(480,23,'payment_total',''),(481,23,'email_message_plain',''),(482,24,'label','Success Message'),(483,24,'message','Your form has been successfully submitted.'),(484,24,'order','1'),(485,24,'objectType','Action'),(486,24,'objectDomain','actions'),(487,24,'editActive',''),(488,24,'payment_gateways',''),(489,24,'tag',''),(490,24,'to',''),(491,24,'email_subject',''),(492,24,'email_message',''),(493,24,'from_name',''),(494,24,'from_address',''),(495,24,'reply_to',''),(496,24,'email_format','html'),(497,24,'cc',''),(498,24,'bcc',''),(499,24,'attach_csv',''),(500,24,'redirect_url',''),(501,24,'success_msg','<p>Thank you so much for contacting us. We will get back to you shortly.</p>'),(502,24,'payment_total',''),(503,24,'email_message_plain',''),(504,25,'label','Save Submission'),(505,25,'order','3'),(506,25,'objectType','Action'),(507,25,'objectDomain','actions'),(508,25,'editActive',''),(509,25,'payment_gateways',''),(510,25,'tag',''),(511,25,'to',''),(512,25,'email_subject',''),(513,25,'email_message',''),(514,25,'from_name',''),(515,25,'from_address',''),(516,25,'reply_to',''),(517,25,'email_format','html'),(518,25,'cc',''),(519,25,'bcc',''),(520,25,'attach_csv',''),(521,25,'redirect_url',''),(522,25,'payment_total',''),(523,25,'email_message_plain',''),(524,26,'label','Admin Email'),(525,26,'to','a:1:{i:0;s:27:\"noreply@demo.wpeasymode.com\";}'),(526,26,'subject','Ninja Forms Submission'),(527,26,'message','{field:all_fields}'),(528,26,'order','2'),(529,26,'objectType','Action'),(530,26,'objectDomain','actions'),(531,26,'editActive',''),(532,26,'payment_gateways',''),(533,26,'tag',''),(534,26,'email_subject',''),(535,26,'email_message',''),(536,26,'from_name',''),(537,26,'from_address',''),(538,26,'reply_to',''),(539,26,'email_format','html'),(540,26,'cc',''),(541,26,'bcc',''),(542,26,'attach_csv',''),(543,26,'payment_total',''),(544,26,'email_message_plain',''),(545,27,'label','Success Message'),(546,27,'message','Your form has been successfully submitted.'),(547,27,'order','1'),(548,27,'objectType','Action'),(549,27,'objectDomain','actions'),(550,27,'editActive',''),(551,27,'payment_gateways',''),(552,27,'tag',''),(553,27,'to',''),(554,27,'email_subject',''),(555,27,'email_message',''),(556,27,'from_name',''),(557,27,'from_address',''),(558,27,'reply_to',''),(559,27,'email_format','html'),(560,27,'cc',''),(561,27,'bcc',''),(562,27,'attach_csv',''),(563,27,'redirect_url',''),(564,27,'success_msg','Your form has been successfully submitted.'),(565,27,'payment_total',''),(566,27,'email_message_plain',''); /*!40000 ALTER TABLE `wp_nf3_action_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_actions` -- DROP TABLE IF EXISTS `wp_nf3_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_actions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` longtext COLLATE utf8mb4_unicode_520_ci, `key` longtext COLLATE utf8mb4_unicode_520_ci, `type` longtext COLLATE utf8mb4_unicode_520_ci, `active` tinyint(1) DEFAULT '1', `parent_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_actions` -- LOCK TABLES `wp_nf3_actions` WRITE; /*!40000 ALTER TABLE `wp_nf3_actions` DISABLE KEYS */; INSERT INTO `wp_nf3_actions` VALUES (22,'','','save',1,7,'2017-11-22 01:30:23','2017-11-21 20:30:23'),(23,'','','email',1,7,'2017-11-22 01:30:23','2017-11-21 20:30:23'),(24,'','','successmessage',1,7,'2017-11-22 01:30:23','2017-11-21 20:30:23'),(25,'','','save',1,8,'2017-11-22 01:30:43','2017-11-21 20:30:43'),(26,'','','email',1,8,'2017-11-22 01:30:43','2017-11-21 20:30:43'),(27,'','','successmessage',1,8,'2017-11-22 01:30:43','2017-11-21 20:30:43'); /*!40000 ALTER TABLE `wp_nf3_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_field_meta` -- DROP TABLE IF EXISTS `wp_nf3_field_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_field_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `value` longtext COLLATE utf8mb4_unicode_520_ci, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=994 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_field_meta` -- LOCK TABLES `wp_nf3_field_meta` WRITE; /*!40000 ALTER TABLE `wp_nf3_field_meta` DISABLE KEYS */; INSERT INTO `wp_nf3_field_meta` VALUES (915,29,'objectType','Field'),(916,29,'objectDomain','fields'),(917,29,'editActive',''),(918,29,'order','999'),(919,29,'label_pos','default'),(920,29,'required','1'),(921,29,'input_limit_type','characters'),(922,29,'input_limit_msg','Character(s) left'),(923,29,'manual_key',''),(924,30,'objectType','Field'),(925,30,'objectDomain','fields'),(926,30,'editActive',''),(927,30,'order','999'),(928,30,'label_pos','default'),(929,30,'required','1'),(930,31,'objectType','Field'),(931,31,'objectDomain','fields'),(932,31,'editActive',''),(933,31,'order','999'),(934,31,'label_pos','default'),(935,31,'required','1'),(936,31,'input_limit_type','characters'),(937,31,'input_limit_msg','Character(s) left'),(938,31,'manual_key',''),(939,32,'objectType','Field'),(940,32,'objectDomain','fields'),(941,32,'editActive',''),(942,32,'order','999'),(943,32,'label_pos','default'),(944,32,'required','1'),(945,32,'input_limit_type','characters'),(946,32,'input_limit_msg','Character(s) left'),(947,32,'manual_key','1'),(948,32,'spam_answer','7'),(949,33,'objectType','Field'),(950,33,'objectDomain','fields'),(951,33,'editActive',''),(952,33,'order','999'),(953,33,'processing_label','Processing'),(963,35,'objectType','Field'),(964,35,'objectDomain','fields'),(965,35,'editActive',''),(966,35,'order','2'),(967,35,'label_pos','above'),(968,35,'required','1'),(978,37,'objectType','Field'),(979,37,'objectDomain','fields'),(980,37,'editActive',''),(981,37,'order','4'),(982,37,'label_pos','above'),(983,37,'required','1'),(984,37,'input_limit_type','characters'),(985,37,'input_limit_message','Character(s) left'),(986,37,'manual_key','1'),(987,37,'spam_answer','7'),(988,37,'input_limit_msg','Character(s) left'),(989,38,'objectType','Field'),(990,38,'objectDomain','fields'),(991,38,'editActive',''),(992,38,'order','5'),(993,38,'processing_label','Processing'); /*!40000 ALTER TABLE `wp_nf3_field_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_fields` -- DROP TABLE IF EXISTS `wp_nf3_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_fields` ( `id` int(11) NOT NULL AUTO_INCREMENT, `label` longtext COLLATE utf8mb4_unicode_520_ci, `key` longtext COLLATE utf8mb4_unicode_520_ci, `type` longtext COLLATE utf8mb4_unicode_520_ci, `parent_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_fields` -- LOCK TABLES `wp_nf3_fields` WRITE; /*!40000 ALTER TABLE `wp_nf3_fields` DISABLE KEYS */; INSERT INTO `wp_nf3_fields` VALUES (29,'Name','name','textbox',7,'2017-11-22 01:30:21','2017-11-21 20:30:21'),(30,'Email','email_1484329755313','email',7,'2017-11-22 01:30:22','2017-11-21 20:30:22'),(31,NULL,'message',NULL,7,'2017-11-22 01:30:22','2017-11-21 20:30:22'),(32,'What is thirteen minus 6?','spam_1484329757987','spam',7,'2017-11-22 01:30:22','2017-11-21 20:30:22'),(33,'Send','send','submit',7,'2017-11-22 01:30:22','2017-11-21 20:30:22'),(35,'Email','email','email',8,'2017-11-22 01:30:42','2017-11-21 20:30:42'),(37,'What is thirteen minus 6?','spam_1','spam',8,'2017-11-22 01:30:42','2017-11-21 20:30:42'),(38,'Send','send','submit',8,'2017-11-22 01:30:42','2017-11-21 20:30:42'); /*!40000 ALTER TABLE `wp_nf3_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_form_meta` -- DROP TABLE IF EXISTS `wp_nf3_form_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_form_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `value` longtext COLLATE utf8mb4_unicode_520_ci, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=391 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_form_meta` -- LOCK TABLES `wp_nf3_form_meta` WRITE; /*!40000 ALTER TABLE `wp_nf3_form_meta` DISABLE KEYS */; INSERT INTO `wp_nf3_form_meta` VALUES (355,7,'objectType','Form Setting'),(356,7,'editActive','1'),(357,7,'show_title','1'),(358,7,'clear_complete','1'),(359,7,'hide_complete','1'),(360,7,'currency','usd'),(361,7,'add_submit','1'),(362,7,'logged_in','0'),(363,7,'_seq_num','3'),(364,7,'default_label_pos','above'),(365,7,'wrapper_class',''),(366,7,'element_class',''),(367,7,'not_logged_in_msg',''),(368,7,'sub_limit_number',''),(369,7,'sub_limit_msg',''),(370,7,'calculations','a:0:{}'),(371,7,'fieldContentsData','a:5:{i:0;a:30:{s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:9:\"parent_id\";s:1:\"1\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:19:\"input_limit_message\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:8:\"desc_pos\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:5:\"order\";s:1:\"1\";s:15:\"container_class\";s:0:\"\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:2:\"id\";s:1:\"1\";}i:1;a:21:{s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:9:\"parent_id\";s:1:\"1\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:8:\"desc_pos\";s:0:\"\";s:5:\"order\";s:1:\"2\";s:15:\"container_class\";s:0:\"\";s:2:\"id\";s:1:\"2\";}i:2;a:31:{s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:9:\"parent_id\";s:1:\"1\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:19:\"input_limit_message\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:8:\"desc_pos\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:5:\"order\";s:1:\"3\";s:15:\"container_class\";s:0:\"\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:2:\"id\";s:1:\"3\";}i:3;a:28:{s:5:\"label\";s:25:\"What is thirteen minus 6?\";s:3:\"key\";s:6:\"spam_1\";s:9:\"parent_id\";s:1:\"1\";s:4:\"type\";s:4:\"spam\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:19:\"input_limit_message\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:1:\"1\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:8:\"desc_pos\";s:0:\"\";s:11:\"spam_answer\";s:1:\"7\";s:5:\"order\";s:1:\"4\";s:15:\"container_class\";s:0:\"\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:2:\"id\";s:1:\"4\";}i:4;a:14:{s:5:\"label\";s:4:\"Send\";s:3:\"key\";s:4:\"send\";s:9:\"parent_id\";s:1:\"1\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:16:\"processing_label\";s:10:\"Processing\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:5:\"order\";s:1:\"5\";s:15:\"container_class\";s:0:\"\";s:2:\"id\";s:1:\"5\";}}'),(372,7,'formContentData','a:5:{i:0;s:4:\"name\";i:1;s:19:\"email_1484329755313\";i:2;s:7:\"message\";i:3;s:18:\"spam_1484329757987\";i:4;s:4:\"send\";}'),(373,8,'objectType','Form Setting'),(374,8,'editActive','1'),(375,8,'show_title','0'),(376,8,'clear_complete','1'),(377,8,'hide_complete','1'),(378,8,'currency','usd'),(379,8,'add_submit','1'),(380,8,'logged_in','0'),(381,8,'lock','0'),(382,8,'default_label_pos','above'),(383,8,'wrapper_class',''),(384,8,'element_class',''),(385,8,'not_logged_in_msg',''),(386,8,'sub_limit_number',''),(387,8,'sub_limit_msg',''),(388,8,'calculations','a:0:{}'),(389,8,'fieldContentsData','a:5:{i:0;a:30:{s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:9:\"parent_id\";s:1:\"2\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:19:\"input_limit_message\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:8:\"desc_pos\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:5:\"order\";s:1:\"1\";s:2:\"id\";s:1:\"7\";s:15:\"container_class\";s:0:\"\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";}i:1;a:21:{s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:9:\"parent_id\";s:1:\"2\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:8:\"desc_pos\";s:0:\"\";s:5:\"order\";s:1:\"2\";s:2:\"id\";s:1:\"8\";s:15:\"container_class\";s:0:\"\";}i:2;a:31:{s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:9:\"parent_id\";s:1:\"2\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:19:\"input_limit_message\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:8:\"desc_pos\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:5:\"order\";s:1:\"3\";s:2:\"id\";s:1:\"9\";s:15:\"container_class\";s:0:\"\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";}i:3;a:28:{s:5:\"label\";s:25:\"What is thirteen minus 6?\";s:3:\"key\";s:6:\"spam_1\";s:9:\"parent_id\";s:1:\"2\";s:4:\"type\";s:4:\"spam\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:19:\"input_limit_message\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:1:\"1\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:8:\"desc_pos\";s:0:\"\";s:11:\"spam_answer\";s:1:\"7\";s:5:\"order\";s:1:\"4\";s:2:\"id\";s:2:\"10\";s:15:\"container_class\";s:0:\"\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";}i:4;a:14:{s:5:\"label\";s:4:\"Send\";s:3:\"key\";s:4:\"send\";s:9:\"parent_id\";s:1:\"2\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:16:\"processing_label\";s:10:\"Processing\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:5:\"order\";s:1:\"5\";s:2:\"id\";s:2:\"11\";s:15:\"container_class\";s:0:\"\";}}'),(390,8,'formContentData','a:5:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"spam_1\";i:4;s:4:\"send\";}'); /*!40000 ALTER TABLE `wp_nf3_form_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_forms` -- DROP TABLE IF EXISTS `wp_nf3_forms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_forms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` longtext COLLATE utf8mb4_unicode_520_ci, `key` longtext COLLATE utf8mb4_unicode_520_ci, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, `views` int(11) DEFAULT NULL, `subs` int(11) DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_forms` -- LOCK TABLES `wp_nf3_forms` WRITE; /*!40000 ALTER TABLE `wp_nf3_forms` DISABLE KEYS */; INSERT INTO `wp_nf3_forms` VALUES (7,'Contact Form','','2017-11-22 01:30:21','2017-11-21 20:30:21',NULL,NULL),(8,'Estimates Form','','2017-11-22 01:30:41','2017-11-21 20:30:41',NULL,NULL); /*!40000 ALTER TABLE `wp_nf3_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_object_meta` -- DROP TABLE IF EXISTS `wp_nf3_object_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_object_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `value` longtext COLLATE utf8mb4_unicode_520_ci, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_object_meta` -- LOCK TABLES `wp_nf3_object_meta` WRITE; /*!40000 ALTER TABLE `wp_nf3_object_meta` DISABLE KEYS */; INSERT INTO `wp_nf3_object_meta` VALUES (1,1,'level','emergency'),(2,1,'message','TypeError: Argument 1 ('element') to Window.getComputedStyle must be an instance of Element in http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=1.8.4 on line 2'),(3,2,'level','emergency'),(4,2,'message','TypeError: Argument 1 ('element') to Window.getComputedStyle must be an instance of Element in http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=1.8.4 on line 2'),(5,3,'level','emergency'),(6,3,'message','TypeError: Argument 1 ('element') to Window.getComputedStyle must be an instance of Element in http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=1.8.4 on line 2'),(7,4,'level','emergency'),(8,4,'message','TypeError: Argument 1 ('element') to Window.getComputedStyle must be an instance of Element in http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=1.8.4 on line 2'),(9,5,'level','emergency'),(10,5,'message','TypeError: Argument 1 ('element') to Window.getComputedStyle must be an instance of Element in http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=1.8.4 on line 2'); /*!40000 ALTER TABLE `wp_nf3_object_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_objects` -- DROP TABLE IF EXISTS `wp_nf3_objects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_objects` ( `id` int(11) NOT NULL AUTO_INCREMENT, `type` longtext COLLATE utf8mb4_unicode_520_ci, `title` longtext COLLATE utf8mb4_unicode_520_ci, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_objects` -- LOCK TABLES `wp_nf3_objects` WRITE; /*!40000 ALTER TABLE `wp_nf3_objects` DISABLE KEYS */; INSERT INTO `wp_nf3_objects` VALUES (1,'log',NULL,'2017-11-21 19:59:45',NULL),(2,'log',NULL,'2017-11-21 20:11:03',NULL),(3,'log',NULL,'2017-11-21 20:11:44',NULL),(4,'log',NULL,'2017-11-21 20:31:18',NULL),(5,'log',NULL,'2017-11-21 20:32:53',NULL); /*!40000 ALTER TABLE `wp_nf3_objects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_relationships` -- DROP TABLE IF EXISTS `wp_nf3_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_relationships` ( `id` int(11) NOT NULL AUTO_INCREMENT, `child_id` int(11) NOT NULL, `child_type` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent_id` int(11) NOT NULL, `parent_type` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_relationships` -- LOCK TABLES `wp_nf3_relationships` WRITE; /*!40000 ALTER TABLE `wp_nf3_relationships` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_nf3_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=2386 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://unasgrinding.com/wordpress','yes'),(2,'home','http://unasgrinding.com/wordpress','yes'),(3,'blogname','Unas Grinding Corp','yes'),(4,'blogdescription','Precision Grinding Since 1952','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','jc@pcpros.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:109:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:37:\"cf7_style/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"cf7_style/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"cf7_style/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"cf7_style/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"cf7_style/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"cf7_style/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"cf7_style/([^/]+)/embed/?$\";s:42:\"index.php?cf7_style=$matches[1]&embed=true\";s:30:\"cf7_style/([^/]+)/trackback/?$\";s:36:\"index.php?cf7_style=$matches[1]&tb=1\";s:38:\"cf7_style/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?cf7_style=$matches[1]&paged=$matches[2]\";s:45:\"cf7_style/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?cf7_style=$matches[1]&cpage=$matches[2]\";s:34:\"cf7_style/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?cf7_style=$matches[1]&page=$matches[2]\";s:26:\"cf7_style/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"cf7_style/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"cf7_style/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"cf7_style/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"cf7_style/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"cf7_style/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"style_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?style_category=$matches[1]&feed=$matches[2]\";s:50:\"style_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?style_category=$matches[1]&feed=$matches[2]\";s:31:\"style_category/([^/]+)/embed/?$\";s:47:\"index.php?style_category=$matches[1]&embed=true\";s:43:\"style_category/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?style_category=$matches[1]&paged=$matches[2]\";s:25:\"style_category/([^/]+)/?$\";s:36:\"index.php?style_category=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=6&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:8:{i:0;s:50:\"cf7-widget-elementor/void-cf7-widget-elementor.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:35:\"contact-widgets/contact-widgets.php\";i:3;s:23:\"elementor/elementor.php\";i:4;s:27:\"ocean-extra/ocean-extra.php\";i:5;s:27:\"updraftplus/updraftplus.php\";i:6;s:35:\"wp-fastest-cache/wpFastestCache.php\";i:7;s:23:\"wp-smushit/wp-smush.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:123:\"\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress/wp-content/plugins/contact-form-7/wp-contact-form-7.php\";i:1;s:130:\"\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress/wp-content/plugins/contact-form-master/contact-form-master.php\";i:3;s:121:\"\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress/wp-content/plugins/contact-form-7-style/cf7-style.php\";i:4;s:104:\"\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress/wp-content/themes/oceanwp/footer.php\";i:5;s:103:\"\\\\WDP\\DFS\\40\\9\\4\\5\\4065680549\\user\\sites\\1748371.site\\www\\wordpress/wp-content/themes/oceanwp/style.css\";}','no'),(40,'template','oceanwp','yes'),(41,'stylesheet','oceanwp','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:3:{s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";s:43:\"contact-form-master/contact-form-master.php\";a:2:{i:0;s:7:\"YcfMenu\";i:1;s:9:\"uninstall\";}s:35:\"wp-fastest-cache/wpFastestCache.php\";a:2:{i:0;s:14:\"WpFastestCache\";i:1;s:9:\"uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','6','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','56','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s: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'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'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'),(96,'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'),(97,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";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:14:\"search_sidebar\";a:0:{}s:10:\"footer-one\";a:1:{i:0;s:13:\"wpcw_social-4\";}s:10:\"footer-two\";a:1:{i:0;s:14:\"wpcw_contact-4\";}s:12:\"footer-three\";a:1:{i:0;s:20:\"ocean_contact_info-5\";}s:11:\"footer-four\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'cron','a:5:{i:1523723587;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1523724428;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1523735083;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1523762337;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;}}}s:7:\"version\";i:2;}','yes'),(109,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1510677371;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'),(124,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:13:\"jc@pcpros.com\";s:7:\"version\";s:5:\"4.9.5\";s:9:\"timestamp\";i:1522817148;}','no'),(128,'can_compress_scripts','1','no'),(141,'recently_activated','a:0:{}','yes'),(150,'current_theme','OceanWP','yes'),(151,'theme_mods_oceanwp','a:28:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:13:\"ocean_top_bar\";b:0;s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";i:2;}s:30:\"ocean_has_header_border_bottom\";b:0;s:23:\"ocean_header_background\";s:7:\"#00a3ef\";s:27:\"ocean_menu_link_color_hover\";s:7:\"#d1ecff\";s:21:\"ocean_menu_link_color\";s:7:\"#ffffff\";s:28:\"ocean_menu_link_color_active\";s:7:\"#d1ecff\";s:23:\"ocean_menu_search_style\";s:8:\"disabled\";s:16:\"ocean_logo_color\";s:7:\"#ffffff\";s:22:\"ocean_logo_hover_color\";s:7:\"#d1ecff\";s:15:\"body_typography\";a:1:{s:11:\"font-family\";s:4:\"Lato\";}s:19:\"headings_typography\";a:1:{s:11:\"font-family\";s:4:\"Lato\";}s:15:\"logo_typography\";a:1:{s:11:\"font-family\";s:4:\"Lato\";}s:15:\"menu_typography\";a:2:{s:11:\"font-family\";s:4:\"Lato\";s:9:\"font-size\";s:2:\"14\";}s:18:\"ocean_fixed_footer\";s:3:\"off\";s:28:\"ocean_footer_widgets_columns\";s:1:\"3\";s:24:\"ocean_footer_top_padding\";s:2:\"40\";s:26:\"ocean_footer_right_padding\";i:0;s:25:\"ocean_footer_left_padding\";s:1:\"0\";s:18:\"ocean_footer_color\";s:7:\"#929292\";s:30:\"footer_widget_title_typography\";a:6:{s:9:\"font-size\";i:25;s:5:\"color\";s:7:\"#6ec1e4\";s:11:\"font-weight\";s:3:\"700\";s:11:\"font-family\";s:4:\"Lato\";s:10:\"font-style\";s:6:\"normal\";s:14:\"text-transform\";s:10:\"capitalize\";}s:27:\"ocean_footer_bottom_padding\";s:2:\"40\";s:22:\"footer_menu_typography\";a:2:{s:11:\"font-family\";s:4:\"Lato\";s:9:\"font-size\";i:12;}s:11:\"custom_logo\";i:195;s:20:\"ocean_logo_max_width\";s:2:\"72\";s:21:\"ocean_logo_max_height\";s:2:\"72\";}','yes'),(152,'theme_switched','','yes'),(153,'ocean-extra-version','1.4.3','yes'),(155,'widget_ocean_about_me','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(156,'widget_ocean_contact_info','a:3:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}i:5;a:28:{s:5:\"title\";s:12:\"Contact Info\";s:5:\"style\";s:7:\"default\";s:4:\"text\";s:851:\"<p>\r\nPresident: \r\n<a href=\"mailto:johno@unasgrinding.com?Subject=\" target=\"_top\"> </br>Send eMail to John Orzech</a>\r\n</p>\r\n<p>\r\nGeneral Manager - ID/OD Grinding Supervisor:\r\n<a href=\"mailto:georgew@unasgrinding.com?Subject=\" target=\"_top\"> </br>Send eMail to George Wasilefsky</a>\r\n</p>\r\n<p>\r\nBlanchard & Surface Grinding Supervisor:\r\n<a href=\"mailto:paulb@unasgrinding.com?Subject=\" target=\"_top\"> </br>Send eMail to Paul Baron</a>\r\n</p>\r\n<p>\r\nQ.C. Manager: \r\n<a href=\"mailto:normd@unasgrinding.com?Subject=\" target=\"_top\"> </br>Send eMail to Normand Drapeau</a>\r\n</p>\r\n<p>\r\nDocument Control Manager:\r\n<a href=\"mailto:scottp@unasgrinding.com?Subject=\" target=\"_top\"> </br>Send eMail to Scott Petrarca</a>\r\n</p>\r\n<p>\r\nAccount Manager:\r\n<a href=\"mailto:dianen@unasgrinding.com?Subject=\" target=\"_top\"> </br>Send eMail to Diane Niemczyk</a>\r\n</p>\";s:12:\"address_icon\";s:0:\"\";s:12:\"address_text\";s:0:\"\";s:7:\"address\";s:0:\"\";s:12:\"address_link\";s:0:\"\";s:10:\"phone_icon\";s:0:\"\";s:10:\"phone_text\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:10:\"phone_link\";s:0:\"\";s:11:\"mobile_icon\";s:0:\"\";s:11:\"mobile_text\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:11:\"mobile_link\";s:0:\"\";s:8:\"fax_icon\";s:0:\"\";s:8:\"fax_text\";s:0:\"\";s:3:\"fax\";s:0:\"\";s:10:\"email_icon\";s:0:\"\";s:10:\"email_text\";s:0:\"\";s:5:\"email\";s:0:\"\";s:8:\"emailtxt\";s:0:\"\";s:8:\"web_icon\";s:0:\"\";s:8:\"web_text\";s:0:\"\";s:3:\"web\";s:0:\"\";s:6:\"webtxt\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:8:\"skypetxt\";s:0:\"\";}}','yes'),(157,'widget_ocean_custom_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(158,'widget_ocean_custom_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(159,'widget_ocean_facebook','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(160,'widget_ocean_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(161,'widget_ocean_instagram','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(162,'widget_ocean_mailchimp','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(163,'widget_ocean_recent_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(164,'widget_ocean_social','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(165,'widget_ocean_tags','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(166,'widget_ocean_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(167,'widget_ocean_custom_header_logo','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(168,'widget_ocean_custom_header_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(170,'ocean_extra_installed_time','1510677525','yes'),(171,'_elementor_installed_time','1510677525','yes'),(172,'elementor_remote_info_templates_data','a:138:{i:0;a:14:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:20:\"Homepage – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";s:10:\"1470829868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";s:1:\"2\";s:16:\"popularity_index\";s:1:\"1\";s:11:\"trend_index\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:1;a:14:{s:2:\"id\";s:4:\"2402\";s:5:\"title\";s:32:\"Homepage – Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";s:10:\"1506441447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:193:\"[\"Architecture\",\"building\",\"business\",\"Creative\",\"exterior design\",\"furniture design\",\"Gallery\",\"garden design\",\"house\",\"interior design\",\"landscape design\",\"multipurpose\",\"portfolio\",\"studio\"]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:2:\"41\";s:11:\"trend_index\";s:2:\"63\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:2;a:14:{s:2:\"id\";s:3:\"777\";s:5:\"title\";s:28:\"Homepage – Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";s:10:\"1485273092\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:2:\"39\";s:11:\"trend_index\";s:2:\"88\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:3;a:14:{s:2:\"id\";s:4:\"2404\";s:5:\"title\";s:24:\"Homepage – Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";s:10:\"1506441452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:103:\"[\"business\",\"colorful\",\"ecommerce\",\"flat\",\"mobile\",\"modern\",\"responsive\",\"retina\",\"Shop\",\"woocommerce\"]\";s:10:\"menu_order\";s:1:\"5\";s:16:\"popularity_index\";s:2:\"43\";s:11:\"trend_index\";s:2:\"87\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:4;a:14:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:24:\"Homepage – Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";s:10:\"1477388808\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:1:\"6\";s:11:\"trend_index\";s:1:\"6\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:5;a:14:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:25:\"Homepage – Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";s:10:\"1477388365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";s:1:\"7\";s:16:\"popularity_index\";s:1:\"4\";s:11:\"trend_index\";s:1:\"8\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:6;a:14:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:27:\"Homepage – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";s:10:\"1470829872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";s:1:\"8\";s:16:\"popularity_index\";s:1:\"2\";s:11:\"trend_index\";s:1:\"2\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:7;a:14:{s:2:\"id\";s:4:\"3451\";s:5:\"title\";s:39:\"Homepage – Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";s:10:\"1512054116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:2:\"59\";s:11:\"trend_index\";s:3:\"180\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:8;a:14:{s:2:\"id\";s:4:\"2152\";s:5:\"title\";s:26:\"Homepage – Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";s:10:\"1499774132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"10\";s:16:\"popularity_index\";s:2:\"69\";s:11:\"trend_index\";s:3:\"267\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:9;a:14:{s:2:\"id\";s:4:\"1068\";s:5:\"title\";s:27:\"Homepage – Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";s:10:\"1488805928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"11\";s:16:\"popularity_index\";s:2:\"44\";s:11:\"trend_index\";s:3:\"165\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:10;a:14:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:23:\"Homepage – Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";s:10:\"1470826567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"12\";s:16:\"popularity_index\";s:1:\"3\";s:11:\"trend_index\";s:1:\"5\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:11;a:14:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:22:\"Homepage – Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";s:10:\"1477388340\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";s:2:\"13\";s:16:\"popularity_index\";s:1:\"7\";s:11:\"trend_index\";s:1:\"4\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:12;a:14:{s:2:\"id\";s:4:\"2813\";s:5:\"title\";s:32:\"Homepage – Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1509615049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"14\";s:16:\"popularity_index\";s:2:\"42\";s:11:\"trend_index\";s:2:\"65\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:13;a:14:{s:2:\"id\";s:3:\"728\";s:5:\"title\";s:33:\"Homepage – Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485269993\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"15\";s:16:\"popularity_index\";s:2:\"45\";s:11:\"trend_index\";s:3:\"204\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:14;a:14:{s:2:\"id\";s:4:\"2403\";s:5:\"title\";s:29:\"Homepage – Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";s:10:\"1506441428\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"16\";s:16:\"popularity_index\";s:2:\"60\";s:11:\"trend_index\";s:3:\"177\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:15;a:14:{s:2:\"id\";s:4:\"1903\";s:5:\"title\";s:20:\"One Page – Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";s:10:\"1496822325\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:132:\"[\"beauty\",\"care\",\"girly\",\"hair\",\"Health\",\"hospitality\",\"massage\",\"medical\",\"parlor\",\"physiotherapy\",\"salon\",\"spa\",\"wellness\",\"yoga\"]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:2:\"46\";s:11:\"trend_index\";s:3:\"147\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:16;a:14:{s:2:\"id\";s:4:\"2123\";s:5:\"title\";s:33:\"One Page – Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";s:10:\"1499772989\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"18\";s:16:\"popularity_index\";s:2:\"10\";s:11:\"trend_index\";s:1:\"7\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:17;a:14:{s:2:\"id\";s:4:\"1888\";s:5:\"title\";s:32:\"One Page – Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:2:\"48\";s:11:\"trend_index\";s:3:\"171\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:18;a:14:{s:2:\"id\";s:4:\"1880\";s:5:\"title\";s:24:\"One Page – Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";s:10:\"1496822317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"bride\",\"ceremony\",\"cute\",\"event\",\"fancy\",\"girly\",\"groom\",\"guestbook\",\"marriage\"]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"124\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:19;a:14:{s:2:\"id\";s:4:\"1891\";s:5:\"title\";s:35:\"One Page – Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822323\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:2:\"94\";s:11:\"trend_index\";s:3:\"220\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:20;a:14:{s:2:\"id\";s:4:\"1885\";s:5:\"title\";s:29:\"One Page – Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";s:10:\"1496822321\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"22\";s:16:\"popularity_index\";s:2:\"47\";s:11:\"trend_index\";s:3:\"202\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:21;a:14:{s:2:\"id\";s:4:\"2723\";s:5:\"title\";s:34:\"Portfolio – Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509633883\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"23\";s:16:\"popularity_index\";s:2:\"51\";s:11:\"trend_index\";s:3:\"174\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:22;a:14:{s:2:\"id\";s:4:\"2145\";s:5:\"title\";s:30:\"About – Delivery Company\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";s:10:\"1499774125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:10:\"[\"moving\"]\";s:10:\"menu_order\";s:2:\"24\";s:16:\"popularity_index\";s:2:\"79\";s:11:\"trend_index\";s:3:\"243\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:23;a:14:{s:2:\"id\";s:4:\"2155\";s:5:\"title\";s:23:\"About – Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";s:10:\"1499774130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Food\"]\";s:10:\"menu_order\";s:2:\"25\";s:16:\"popularity_index\";s:3:\"113\";s:11:\"trend_index\";s:3:\"272\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:24;a:14:{s:2:\"id\";s:4:\"1085\";s:5:\"title\";s:21:\"About – Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";s:10:\"1488810874\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:1:\"5\";s:11:\"trend_index\";s:1:\"3\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:25;a:14:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:22:\"About – Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";s:10:\"1470820447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:2:\"15\";s:11:\"trend_index\";s:2:\"17\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:26;a:14:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:16:\"About – CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";s:10:\"1470829785\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"creative portfolio\",\"Personal\",\"portfolio\",\"professional\",\"resume\",\"vcard\"]\";s:10:\"menu_order\";s:2:\"28\";s:16:\"popularity_index\";s:2:\"22\";s:11:\"trend_index\";s:2:\"36\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:27;a:14:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:25:\"About – Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";s:10:\"1470820463\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";s:2:\"29\";s:16:\"popularity_index\";s:2:\"12\";s:11:\"trend_index\";s:2:\"11\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:28;a:14:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:26:\"About – Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";s:10:\"1470829766\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:2:\"13\";s:11:\"trend_index\";s:2:\"13\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:29;a:14:{s:2:\"id\";s:4:\"2802\";s:5:\"title\";s:38:\"Portfolio – Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509615440\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:2:\"62\";s:11:\"trend_index\";s:3:\"155\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:30;a:14:{s:2:\"id\";s:4:\"2828\";s:5:\"title\";s:35:\"Landing Page – Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";s:2:\"32\";s:16:\"popularity_index\";s:3:\"104\";s:11:\"trend_index\";s:3:\"192\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:31;a:14:{s:2:\"id\";s:4:\"1461\";s:5:\"title\";s:28:\"Landing Page – Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";s:10:\"1494352121\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:127:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"marketing\",\"product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";s:2:\"33\";s:16:\"popularity_index\";s:2:\"72\";s:11:\"trend_index\";s:3:\"236\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:32;a:14:{s:2:\"id\";s:4:\"1460\";s:5:\"title\";s:28:\"Landing Page – Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";s:10:\"1494352124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"34\";s:16:\"popularity_index\";s:2:\"68\";s:11:\"trend_index\";s:3:\"245\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:33;a:14:{s:2:\"id\";s:4:\"1459\";s:5:\"title\";s:28:\"Landing Page – Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";s:10:\"1494352125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:2:\"58\";s:11:\"trend_index\";s:3:\"239\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:34;a:14:{s:2:\"id\";s:4:\"1052\";s:5:\"title\";s:33:\"Landing Page – Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";s:10:\"1488810873\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:2:\"18\";s:11:\"trend_index\";s:2:\"22\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:35;a:14:{s:2:\"id\";s:4:\"1503\";s:5:\"title\";s:33:\"Landing Page – Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";s:10:\"1494352113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"37\";s:16:\"popularity_index\";s:2:\"56\";s:11:\"trend_index\";s:3:\"279\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:36;a:14:{s:2:\"id\";s:4:\"1504\";s:5:\"title\";s:33:\"Landing Page – Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";s:10:\"1494352112\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:2:\"61\";s:11:\"trend_index\";s:3:\"213\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:37;a:14:{s:2:\"id\";s:4:\"1505\";s:5:\"title\";s:33:\"Landing Page – Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";s:10:\"1494352110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"39\";s:16:\"popularity_index\";s:2:\"92\";s:11:\"trend_index\";s:3:\"315\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:38;a:14:{s:2:\"id\";s:3:\"726\";s:5:\"title\";s:33:\"Landing Page – Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485270062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"40\";s:16:\"popularity_index\";s:2:\"96\";s:11:\"trend_index\";s:3:\"302\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:39;a:14:{s:2:\"id\";s:4:\"1613\";s:5:\"title\";s:33:\"Landing Page – Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"41\";s:16:\"popularity_index\";s:3:\"118\";s:11:\"trend_index\";s:3:\"289\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:40;a:14:{s:2:\"id\";s:4:\"1612\";s:5:\"title\";s:33:\"Landing Page – Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"42\";s:16:\"popularity_index\";s:3:\"123\";s:11:\"trend_index\";s:3:\"325\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:41;a:14:{s:2:\"id\";s:4:\"1614\";s:5:\"title\";s:33:\"Landing Page – Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352131\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:2:\"77\";s:11:\"trend_index\";s:3:\"322\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:42;a:14:{s:2:\"id\";s:3:\"906\";s:5:\"title\";s:29:\"Landing Page – Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";s:10:\"1494352066\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"44\";s:16:\"popularity_index\";s:2:\"50\";s:11:\"trend_index\";s:3:\"262\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:43;a:14:{s:2:\"id\";s:3:\"955\";s:5:\"title\";s:31:\"Landing Page – Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";s:10:\"1494352069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";s:2:\"45\";s:16:\"popularity_index\";s:2:\"53\";s:11:\"trend_index\";s:3:\"249\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:44;a:14:{s:2:\"id\";s:3:\"879\";s:5:\"title\";s:41:\"Landing Page – Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";s:10:\"1494352064\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:2:\"54\";s:11:\"trend_index\";s:3:\"191\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:45;a:14:{s:2:\"id\";s:3:\"926\";s:5:\"title\";s:33:\"Landing Page – Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";s:10:\"1494352068\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"47\";s:16:\"popularity_index\";s:2:\"90\";s:11:\"trend_index\";s:3:\"265\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:46;a:14:{s:2:\"id\";s:3:\"855\";s:5:\"title\";s:37:\"Landing Page – Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";s:10:\"1494352061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"48\";s:16:\"popularity_index\";s:2:\"81\";s:11:\"trend_index\";s:3:\"340\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:47;a:14:{s:2:\"id\";s:3:\"974\";s:5:\"title\";s:28:\"Landing Page – Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";s:10:\"1494352071\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"cosmetics\",\"fashion\",\"girly\",\"hairdresser\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";s:2:\"49\";s:16:\"popularity_index\";s:3:\"106\";s:11:\"trend_index\";s:3:\"361\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:48;a:14:{s:2:\"id\";s:4:\"1032\";s:5:\"title\";s:27:\"Landing Page – Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";s:10:\"1488810866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"50\";s:16:\"popularity_index\";s:2:\"74\";s:11:\"trend_index\";s:3:\"284\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:49;a:14:{s:2:\"id\";s:4:\"1634\";s:5:\"title\";s:33:\"Landing Page – Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";s:10:\"1494352119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:2:\"86\";s:11:\"trend_index\";s:3:\"203\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:14:{s:2:\"id\";s:3:\"730\";s:5:\"title\";s:24:\"Landing Page – App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485273430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"52\";s:16:\"popularity_index\";s:2:\"73\";s:11:\"trend_index\";s:3:\"323\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:51;a:14:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:29:\"Landing Page – Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";s:10:\"1481549290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"53\";s:16:\"popularity_index\";s:2:\"67\";s:11:\"trend_index\";s:3:\"255\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:52;a:14:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:29:\"Landing Page – Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";s:10:\"1477388357\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:2:\"23\";s:11:\"trend_index\";s:2:\"35\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:53;a:14:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:28:\"Landing Page – Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";s:10:\"1477388484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:2:\"33\";s:11:\"trend_index\";s:2:\"64\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:54;a:14:{s:2:\"id\";s:4:\"1187\";s:5:\"title\";s:32:\"Landing Page – Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";s:10:\"1490707385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:2:\"24\";s:11:\"trend_index\";s:2:\"29\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:55;a:14:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:28:\"Landing Page – Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1481549264\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"57\";s:16:\"popularity_index\";s:2:\"49\";s:11:\"trend_index\";s:3:\"193\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:56;a:14:{s:2:\"id\";s:3:\"189\";s:5:\"title\";s:30:\"Landing Page – Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";s:10:\"1470820715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"58\";s:16:\"popularity_index\";s:1:\"8\";s:11:\"trend_index\";s:1:\"9\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:57;a:14:{s:2:\"id\";s:4:\"1547\";s:5:\"title\";s:30:\"Landing Page – Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";s:10:\"1494352115\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:2:\"82\";s:11:\"trend_index\";s:3:\"246\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:58;a:14:{s:2:\"id\";s:4:\"1546\";s:5:\"title\";s:30:\"Landing Page – Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";s:10:\"1494352116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:3:\"119\";s:11:\"trend_index\";s:3:\"345\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:59;a:14:{s:2:\"id\";s:4:\"1545\";s:5:\"title\";s:30:\"Landing Page – Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";s:10:\"1494352118\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"61\";s:16:\"popularity_index\";s:3:\"101\";s:11:\"trend_index\";s:3:\"314\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:60;a:14:{s:2:\"id\";s:4:\"2714\";s:5:\"title\";s:30:\"Landing Page – Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631782\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"62\";s:16:\"popularity_index\";s:3:\"128\";s:11:\"trend_index\";s:3:\"318\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:61;a:14:{s:2:\"id\";s:4:\"1190\";s:5:\"title\";s:26:\"Landing Page – Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";s:10:\"1490707391\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:2:\"20\";s:11:\"trend_index\";s:2:\"24\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:62;a:14:{s:2:\"id\";s:3:\"195\";s:5:\"title\";s:28:\"Landing Page – Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";s:10:\"1470820765\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:2:\"21\";s:11:\"trend_index\";s:2:\"37\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:63;a:14:{s:2:\"id\";s:3:\"197\";s:5:\"title\";s:34:\"Landing Page – Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";s:10:\"1470825711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"65\";s:16:\"popularity_index\";s:2:\"35\";s:11:\"trend_index\";s:2:\"84\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:64;a:14:{s:2:\"id\";s:4:\"1193\";s:5:\"title\";s:34:\"Landing Page – Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";s:10:\"1490707422\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:2:\"28\";s:11:\"trend_index\";s:2:\"61\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:65;a:14:{s:2:\"id\";s:4:\"1415\";s:5:\"title\";s:34:\"Landing Page – Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";s:10:\"1494352106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"67\";s:16:\"popularity_index\";s:2:\"93\";s:11:\"trend_index\";s:3:\"217\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:66;a:14:{s:2:\"id\";s:4:\"1414\";s:5:\"title\";s:34:\"Landing Page – Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";s:10:\"1494352107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"68\";s:16:\"popularity_index\";s:3:\"165\";s:11:\"trend_index\";s:3:\"352\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:67;a:14:{s:2:\"id\";s:4:\"1413\";s:5:\"title\";s:34:\"Landing Page – Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";s:10:\"1494352109\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:134:\"[\"Agent\",\"business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"listing\",\"modern\",\"real estate\",\"realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"136\";s:11:\"trend_index\";s:3:\"260\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:68;a:14:{s:2:\"id\";s:4:\"1573\";s:5:\"title\";s:29:\"Landing Page – Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";s:10:\"1494352133\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"70\";s:16:\"popularity_index\";s:3:\"150\";s:11:\"trend_index\";s:3:\"344\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:69;a:14:{s:2:\"id\";s:4:\"1572\";s:5:\"title\";s:29:\"Landing Page – Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";s:10:\"1494352134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"177\";s:11:\"trend_index\";s:3:\"341\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:70;a:14:{s:2:\"id\";s:4:\"1570\";s:5:\"title\";s:29:\"Landing Page – Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";s:10:\"1494352136\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"214\";s:11:\"trend_index\";s:3:\"360\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:71;a:14:{s:2:\"id\";s:4:\"1571\";s:5:\"title\";s:29:\"Landing Page – Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";s:10:\"1494352138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"73\";s:16:\"popularity_index\";s:3:\"175\";s:11:\"trend_index\";s:3:\"330\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:72;a:14:{s:2:\"id\";s:3:\"192\";s:5:\"title\";s:28:\"Landing Page – Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";s:10:\"1470820734\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"74\";s:16:\"popularity_index\";s:2:\"30\";s:11:\"trend_index\";s:2:\"54\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:73;a:14:{s:2:\"id\";s:4:\"2141\";s:5:\"title\";s:32:\"Contact – Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774122\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"75\";s:16:\"popularity_index\";s:2:\"78\";s:11:\"trend_index\";s:3:\"201\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:74;a:14:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Contact – Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";s:10:\"1470829828\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"76\";s:16:\"popularity_index\";s:2:\"25\";s:11:\"trend_index\";s:2:\"26\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:75;a:14:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:26:\"Contact – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";s:10:\"1470829796\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"77\";s:16:\"popularity_index\";s:2:\"36\";s:11:\"trend_index\";s:2:\"99\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:76;a:14:{s:2:\"id\";s:4:\"2150\";s:5:\"title\";s:25:\"Contact – Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"78\";s:16:\"popularity_index\";s:2:\"38\";s:11:\"trend_index\";s:2:\"43\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:77;a:14:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:21:\"Contact – Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";s:10:\"1470820471\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"79\";s:16:\"popularity_index\";s:2:\"37\";s:11:\"trend_index\";s:2:\"67\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:78;a:14:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:25:\"Contact – Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";s:10:\"1470248619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"80\";s:16:\"popularity_index\";s:2:\"11\";s:11:\"trend_index\";s:2:\"10\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:79;a:14:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:23:\"Services – Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";s:10:\"1470829889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"81\";s:16:\"popularity_index\";s:2:\"17\";s:11:\"trend_index\";s:2:\"19\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:80;a:14:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:31:\"Services – Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549196\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"82\";s:16:\"popularity_index\";s:3:\"127\";s:11:\"trend_index\";s:3:\"355\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:81;a:14:{s:2:\"id\";s:3:\"187\";s:5:\"title\";s:20:\"Services – Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";s:10:\"1470829892\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:2:\"27\";s:11:\"trend_index\";s:2:\"49\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:82;a:14:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:27:\"Services – Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";s:10:\"1470829865\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"84\";s:16:\"popularity_index\";s:2:\"14\";s:11:\"trend_index\";s:2:\"15\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:83;a:14:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:33:\"Services – Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549320\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"85\";s:16:\"popularity_index\";s:3:\"109\";s:11:\"trend_index\";s:3:\"339\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:84;a:14:{s:2:\"id\";s:4:\"2138\";s:5:\"title\";s:33:\"Services – Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";s:10:\"1499774119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"86\";s:16:\"popularity_index\";s:3:\"115\";s:11:\"trend_index\";s:3:\"313\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:85;a:14:{s:2:\"id\";s:3:\"823\";s:5:\"title\";s:19:\"Pricing – App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";s:10:\"1485272966\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"87\";s:16:\"popularity_index\";s:2:\"75\";s:11:\"trend_index\";s:3:\"335\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:86;a:14:{s:2:\"id\";s:3:\"824\";s:5:\"title\";s:24:\"Pricing – Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";s:10:\"1485272900\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"88\";s:16:\"popularity_index\";s:2:\"85\";s:11:\"trend_index\";s:3:\"287\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:87;a:14:{s:2:\"id\";s:3:\"825\";s:5:\"title\";s:24:\"Product – Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485272513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:2:\"87\";s:11:\"trend_index\";s:3:\"261\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:88;a:14:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:21:\"Product – Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";s:10:\"1470829876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"fast\",\"minimal\",\"minimalistic\",\"seo\",\"simple\"]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:2:\"29\";s:11:\"trend_index\";s:2:\"48\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:14:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:19:\"Product – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";s:10:\"1470829879\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:2:\"16\";s:11:\"trend_index\";s:2:\"27\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:90;a:14:{s:2:\"id\";s:3:\"751\";s:5:\"title\";s:25:\"Homepage – Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";s:10:\"1485269743\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:2:\"63\";s:11:\"trend_index\";s:3:\"306\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:91;a:14:{s:2:\"id\";s:3:\"753\";s:5:\"title\";s:22:\"About – Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";s:10:\"1485269710\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:2:\"84\";s:11:\"trend_index\";s:3:\"304\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:92;a:14:{s:2:\"id\";s:3:\"754\";s:5:\"title\";s:25:\"Services – Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";s:10:\"1485269691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"94\";s:16:\"popularity_index\";s:2:\"98\";s:11:\"trend_index\";s:3:\"320\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:93;a:14:{s:2:\"id\";s:3:\"752\";s:5:\"title\";s:24:\"Contact – Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";s:10:\"1485269737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"95\";s:16:\"popularity_index\";s:2:\"83\";s:11:\"trend_index\";s:3:\"277\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:94;a:14:{s:2:\"id\";s:4:\"1075\";s:5:\"title\";s:19:\"Shop – Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";s:10:\"1488810871\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:154:\"[\"bakery\",\"beverage\",\"business\",\"cafe\",\"candy bar\",\"catering\",\"delivery service\",\"Food\",\"online shop\",\"pastry\",\"Restaurant\",\"store\",\"sweet shop\",\"sweets\"]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:2:\"31\";s:11:\"trend_index\";s:2:\"53\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:95;a:14:{s:2:\"id\";s:4:\"1051\";s:5:\"title\";s:24:\"Blog Post – Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";s:10:\"1488810869\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:210:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"launch\",\"marketing campaign\",\"marketing landing page\",\"marketing template landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:2:\"97\";s:16:\"popularity_index\";s:2:\"19\";s:11:\"trend_index\";s:2:\"14\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:96;a:14:{s:2:\"id\";s:4:\"1245\";s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";s:10:\"1491207184\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:2:\"70\";s:11:\"trend_index\";s:3:\"183\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:97;a:14:{s:2:\"id\";s:4:\"1247\";s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";s:10:\"1491207138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"99\";s:16:\"popularity_index\";s:2:\"26\";s:11:\"trend_index\";s:2:\"33\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:98;a:14:{s:2:\"id\";s:4:\"1248\";s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";s:10:\"1491207050\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"100\";s:16:\"popularity_index\";s:3:\"102\";s:11:\"trend_index\";s:3:\"285\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:99;a:14:{s:2:\"id\";s:4:\"1249\";s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";s:10:\"1491207380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"101\";s:16:\"popularity_index\";s:3:\"144\";s:11:\"trend_index\";s:3:\"264\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:100;a:14:{s:2:\"id\";s:4:\"1250\";s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";s:10:\"1491207450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"102\";s:16:\"popularity_index\";s:2:\"32\";s:11:\"trend_index\";s:2:\"44\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:101;a:14:{s:2:\"id\";s:4:\"1260\";s:5:\"title\";s:13:\"Coming Soon 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";s:10:\"1491207507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"103\";s:16:\"popularity_index\";s:3:\"140\";s:11:\"trend_index\";s:3:\"356\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:102;a:14:{s:2:\"id\";s:4:\"1261\";s:5:\"title\";s:13:\"Coming Soon 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";s:10:\"1491207584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"104\";s:16:\"popularity_index\";s:2:\"34\";s:11:\"trend_index\";s:2:\"66\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:103;a:14:{s:2:\"id\";s:4:\"1272\";s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";s:10:\"1491207674\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:2:\"64\";s:11:\"trend_index\";s:3:\"185\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:104;a:14:{s:2:\"id\";s:4:\"1279\";s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";s:10:\"1491207756\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"106\";s:16:\"popularity_index\";s:2:\"40\";s:11:\"trend_index\";s:3:\"113\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:105;a:14:{s:2:\"id\";s:4:\"1745\";s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";s:10:\"1494849745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:2:\"66\";s:11:\"trend_index\";s:3:\"254\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:106;a:14:{s:2:\"id\";s:4:\"1742\";s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";s:10:\"1494849744\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"108\";s:16:\"popularity_index\";s:3:\"125\";s:11:\"trend_index\";s:3:\"253\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:107;a:14:{s:2:\"id\";s:4:\"1748\";s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";s:10:\"1494849742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"109\";s:16:\"popularity_index\";s:2:\"65\";s:11:\"trend_index\";s:3:\"238\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:108;a:14:{s:2:\"id\";s:4:\"3963\";s:5:\"title\";s:32:\"Restaurant Site – Homepage\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284821\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"110\";s:16:\"popularity_index\";s:3:\"110\";s:11:\"trend_index\";s:3:\"206\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:109;a:14:{s:2:\"id\";s:4:\"3969\";s:5:\"title\";s:28:\"Restaurant Site – Menu\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"111\";s:16:\"popularity_index\";s:3:\"195\";s:11:\"trend_index\";s:3:\"296\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:110;a:14:{s:2:\"id\";s:4:\"3966\";s:5:\"title\";s:29:\"Restaurant Site – About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png\";s:12:\"tmpl_created\";s:10:\"1516284839\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:3:\"146\";s:11:\"trend_index\";s:3:\"310\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:111;a:14:{s:2:\"id\";s:4:\"3972\";s:5:\"title\";s:31:\"Restaurant Site – Contact\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"113\";s:16:\"popularity_index\";s:3:\"170\";s:11:\"trend_index\";s:3:\"199\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:112;a:14:{s:2:\"id\";s:4:\"2080\";s:5:\"title\";s:27:\"Ski Resort – Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508161124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"114\";s:16:\"popularity_index\";s:2:\"97\";s:11:\"trend_index\";s:3:\"286\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:113;a:14:{s:2:\"id\";s:4:\"2088\";s:5:\"title\";s:24:\"Ski Resort – About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";s:10:\"1508161129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:3:\"172\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:114;a:14:{s:2:\"id\";s:4:\"2085\";s:5:\"title\";s:27:\"Ski Resort – Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";s:10:\"1508161134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"116\";s:16:\"popularity_index\";s:3:\"201\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:14:{s:2:\"id\";s:4:\"2462\";s:5:\"title\";s:23:\"Architect – About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";s:10:\"1508243317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:3:\"132\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:116;a:14:{s:2:\"id\";s:4:\"2362\";s:5:\"title\";s:26:\"Architect – Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";s:10:\"1508243335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"118\";s:16:\"popularity_index\";s:3:\"155\";s:11:\"trend_index\";s:3:\"321\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:117;a:14:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:25:\"Architect – Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";s:10:\"1481549169\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"119\";s:16:\"popularity_index\";s:2:\"52\";s:11:\"trend_index\";s:3:\"326\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:118;a:14:{s:2:\"id\";s:4:\"2126\";s:5:\"title\";s:37:\"Construction Company – Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508325849\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"120\";s:16:\"popularity_index\";s:2:\"91\";s:11:\"trend_index\";s:3:\"234\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:119;a:14:{s:2:\"id\";s:4:\"2129\";s:5:\"title\";s:34:\"Construction Company – About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";s:10:\"1508325881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"121\";s:16:\"popularity_index\";s:3:\"121\";s:11:\"trend_index\";s:3:\"222\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:120;a:14:{s:2:\"id\";s:4:\"2135\";s:5:\"title\";s:36:\"Construction Company – Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";s:10:\"1508325922\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"122\";s:16:\"popularity_index\";s:3:\"120\";s:11:\"trend_index\";s:3:\"244\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:121;a:14:{s:2:\"id\";s:4:\"2094\";s:5:\"title\";s:28:\"Plants Shop – Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";s:10:\"1509621053\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"123\";s:16:\"popularity_index\";s:3:\"117\";s:11:\"trend_index\";s:3:\"270\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:122;a:14:{s:2:\"id\";s:4:\"2120\";s:5:\"title\";s:25:\"Plants Shop – About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";s:10:\"1509631820\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"124\";s:16:\"popularity_index\";s:3:\"108\";s:11:\"trend_index\";s:3:\"278\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:123;a:14:{s:2:\"id\";s:4:\"3619\";s:5:\"title\";s:31:\"Snowboard Site – Homepage\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2017/12/home.png\";s:12:\"tmpl_created\";s:10:\"1513513137\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"125\";s:16:\"popularity_index\";s:3:\"129\";s:11:\"trend_index\";s:3:\"227\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:124;a:14:{s:2:\"id\";s:4:\"3632\";s:5:\"title\";s:31:\"Snowboard Site – Services\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/2.png\";s:12:\"tmpl_created\";s:10:\"1513513171\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"126\";s:16:\"popularity_index\";s:3:\"130\";s:11:\"trend_index\";s:3:\"211\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:125;a:14:{s:2:\"id\";s:4:\"3626\";s:5:\"title\";s:30:\"Snowboard Site – Contact\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/3.png\";s:12:\"tmpl_created\";s:10:\"1513513193\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"127\";s:16:\"popularity_index\";s:3:\"116\";s:11:\"trend_index\";s:3:\"209\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:126;a:14:{s:2:\"id\";s:4:\"3153\";s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";s:10:\"1508950132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"128\";s:16:\"popularity_index\";s:3:\"186\";s:11:\"trend_index\";s:3:\"358\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:127;a:14:{s:2:\"id\";s:4:\"3338\";s:5:\"title\";s:31:\"Black Friday – Nature Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";s:10:\"1511203351\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"129\";s:16:\"popularity_index\";s:3:\"171\";s:11:\"trend_index\";s:3:\"351\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:128;a:14:{s:2:\"id\";s:4:\"3339\";s:5:\"title\";s:35:\"Black Friday – Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";s:10:\"1511203636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"130\";s:16:\"popularity_index\";s:3:\"122\";s:11:\"trend_index\";s:3:\"283\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:129;a:14:{s:2:\"id\";s:4:\"3335\";s:5:\"title\";s:31:\"Black Friday – Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";s:10:\"1511203246\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"131\";s:16:\"popularity_index\";s:3:\"131\";s:11:\"trend_index\";s:3:\"290\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:130;a:14:{s:2:\"id\";s:4:\"3340\";s:5:\"title\";s:41:\"Black Friday – Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";s:10:\"1511203713\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"132\";s:16:\"popularity_index\";s:3:\"133\";s:11:\"trend_index\";s:3:\"365\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:131;a:14:{s:2:\"id\";s:4:\"3517\";s:5:\"title\";s:27:\"Christmas – Gift Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png\";s:12:\"tmpl_created\";s:10:\"1513877937\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"133\";s:16:\"popularity_index\";s:3:\"235\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:132;a:14:{s:2:\"id\";s:4:\"3734\";s:5:\"title\";s:28:\"Christmas – Car Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png\";s:12:\"tmpl_created\";s:10:\"1514197794\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"134\";s:16:\"popularity_index\";s:3:\"233\";s:11:\"trend_index\";s:3:\"343\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:133;a:14:{s:2:\"id\";s:4:\"3764\";s:5:\"title\";s:33:\"Christmas – Interior Design\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png\";s:12:\"tmpl_created\";s:10:\"1514198234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"135\";s:16:\"popularity_index\";s:3:\"213\";s:11:\"trend_index\";s:3:\"248\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:134;a:14:{s:2:\"id\";s:4:\"3565\";s:5:\"title\";s:27:\"Christmas – Tree Shop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png\";s:12:\"tmpl_created\";s:10:\"1514204382\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"136\";s:16:\"popularity_index\";s:3:\"205\";s:11:\"trend_index\";s:3:\"228\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:135;a:14:{s:2:\"id\";s:4:\"3862\";s:5:\"title\";s:35:\"Christmas – Design Conference\";s:9:\"thumbnail\";s:63:\"https://library.elementor.com/wp-content/uploads/2017/12/q1.png\";s:12:\"tmpl_created\";s:10:\"1514206745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"137\";s:16:\"popularity_index\";s:3:\"162\";s:11:\"trend_index\";s:3:\"294\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:136;a:14:{s:2:\"id\";s:4:\"3777\";s:5:\"title\";s:39:\"Christmas – Snowboard Competition\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png\";s:12:\"tmpl_created\";s:10:\"1514205420\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"138\";s:16:\"popularity_index\";s:3:\"163\";s:11:\"trend_index\";s:3:\"268\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:137;a:14:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"139\";s:16:\"popularity_index\";s:1:\"9\";s:11:\"trend_index\";s:2:\"16\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}}','no'),(178,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','yes'),(181,'category_children','a:0:{}','yes'),(182,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(183,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:4:\"Lato\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:4:\"Lato\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:4:\"Lato\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:4:\"Lato\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(184,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(185,'_elementor_scheme_last_updated','1510681015','yes'),(189,'elementor_debug_log','a:4:{i:0;a:8:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1511307087\";s:7:\"message\";s:74:\"undefined is not an object (evaluating \\\'e.ui.triggerButton.removeClass\\\')\";s:3:\"url\";s:96:\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/js/editor.min.js?ver=1.8.4\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"108150\";s:12:\"customFields\";a:0:{}s:5:\"times\";i:18;}i:1;a:8:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1511309079\";s:7:\"message\";s:74:\"undefined is not an object (evaluating \\\'e.ui.triggerButton.removeClass\\\')\";s:3:\"url\";s:96:\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/js/editor.min.js?ver=1.8.5\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"108150\";s:12:\"customFields\";a:0:{}s:5:\"times\";i:2;}i:2;a:8:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1511311119\";s:7:\"message\";s:63:\"null is not an object (evaluating \\\'theform.addEventListener\\\')\";s:3:\"url\";s:9:\"undefined\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:2:\"14\";s:12:\"customFields\";a:0:{}s:5:\"times\";i:3;}i:3;a:8:{s:4:\"type\";s:9:\"TypeError\";s:9:\"timestamp\";s:10:\"1511379112\";s:7:\"message\";s:74:\"undefined is not an object (evaluating \\\'e.ui.triggerButton.removeClass\\\')\";s:3:\"url\";s:96:\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/js/editor.min.js?ver=1.8.5\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"108150\";s:12:\"customFields\";a:0:{}s:5:\"times\";i:9;}}','yes'),(218,'widget_wpcw_contact','a:3:{i:3;a:7:{s:5:\"title\";s:7:\"Find Us\";s:5:\"email\";a:2:{s:5:\"value\";s:22:\"johno@unasgrinding.com\";s:5:\"order\";i:1;}s:5:\"phone\";a:2:{s:5:\"value\";s:13:\"(860)289-1538\";s:5:\"order\";i:2;}s:3:\"fax\";a:2:{s:5:\"value\";s:13:\"(860)282-7865\";s:5:\"order\";i:3;}s:7:\"address\";a:2:{s:5:\"value\";s:36:\"28 Cherry St.\r\nE. Hartford, CT 06120\";s:5:\"order\";i:4;}s:6:\"labels\";a:2:{s:5:\"value\";s:3:\"yes\";s:5:\"order\";i:5;}s:3:\"map\";a:2:{s:5:\"value\";s:3:\"yes\";s:5:\"order\";i:6;}}i:4;a:7:{s:5:\"title\";s:7:\"Find Us\";s:5:\"email\";a:2:{s:5:\"value\";s:23:\"dianen@unasgrinding.com\";s:5:\"order\";i:1;}s:5:\"phone\";a:2:{s:5:\"value\";s:13:\"(860)289-1538\";s:5:\"order\";i:2;}s:3:\"fax\";a:2:{s:5:\"value\";s:13:\"(860)282-7865\";s:5:\"order\";i:3;}s:7:\"address\";a:2:{s:5:\"value\";s:36:\"28 Cherry St.\r\nE. Hartford, CT 06120\";s:5:\"order\";i:4;}s:6:\"labels\";a:2:{s:5:\"value\";s:3:\"yes\";s:5:\"order\";i:5;}s:3:\"map\";a:2:{s:5:\"value\";s:3:\"yes\";s:5:\"order\";i:6;}}s:12:\"_multiwidget\";i:1;}','yes'),(219,'widget_wpcw_social','a:3:{i:3;a:4:{s:5:\"title\";s:9:\"Follow Us\";s:7:\"twitter\";a:2:{s:5:\"value\";s:31:\"https://twitter.com/wsurferdude\";s:5:\"order\";i:1;}s:8:\"facebook\";a:2:{s:5:\"value\";s:36:\"https://www.facebook.com/wsurferdude\";s:5:\"order\";i:2;}s:6:\"labels\";a:2:{s:5:\"value\";s:2:\"no\";s:5:\"order\";i:3;}}i:4;a:3:{s:5:\"title\";s:9:\"Follow Us\";s:8:\"facebook\";a:2:{s:5:\"value\";s:65:\"https://www.facebook.com/pages/Unas-Grinding-Corp/158846634150094\";s:5:\"order\";i:1;}s:6:\"labels\";a:2:{s:5:\"value\";s:2:\"no\";s:5:\"order\";i:2;}}s:12:\"_multiwidget\";i:1;}','yes'),(335,'ninja_forms_version','3.2.5','yes'),(336,'ninja_forms_settings','a:7:{s:11:\"date_format\";s:5:\"m/d/Y\";s:8:\"currency\";s:3:\"USD\";s:18:\"recaptcha_site_key\";s:0:\"\";s:20:\"recaptcha_secret_key\";s:0:\"\";s:14:\"recaptcha_lang\";s:0:\"\";s:19:\"delete_on_uninstall\";i:0;s:21:\"disable_admin_notices\";i:0;}','yes'),(340,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(343,'ninja_forms_optin_reported','1','yes'),(344,'nf_admin_notice','a:2:{s:16:\"one_week_support\";a:2:{s:5:\"start\";s:10:\"11/28/2017\";s:3:\"int\";i:7;}s:14:\"allow_tracking\";a:2:{s:5:\"start\";s:10:\"11/21/2017\";s:3:\"int\";i:0;}}','yes'),(345,'ninja_forms_allow_tracking','1','yes'),(372,'nf_form_7','a:4:{s:2:\"id\";i:7;s:6:\"fields\";a:5:{i:0;a:2:{s:2:\"id\";i:29;s:8:\"settings\";a:14:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:5:\"order\";s:3:\"999\";s:4:\"type\";s:7:\"textbox\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:1:\"1\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:10:\"created_at\";s:19:\"2017-11-21 20:30:21\";s:9:\"parent_id\";i:7;}}i:1;a:2:{s:2:\"id\";i:30;s:8:\"settings\";a:11:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:5:\"order\";s:3:\"999\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:19:\"email_1484329755313\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-11-21 20:30:22\";s:9:\"parent_id\";i:7;}}i:2;a:2:{s:2:\"id\";i:31;s:8:\"settings\";a:14:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:5:\"order\";s:3:\"999\";s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:1:\"1\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:10:\"created_at\";s:19:\"2017-11-21 20:30:22\";s:9:\"parent_id\";i:7;}}i:3;a:2:{s:2:\"id\";i:32;s:8:\"settings\";a:15:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:5:\"order\";s:3:\"999\";s:4:\"type\";s:4:\"spam\";s:5:\"label\";s:25:\"What is thirteen minus 6?\";s:3:\"key\";s:18:\"spam_1484329757987\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:1:\"1\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:1:\"1\";s:11:\"spam_answer\";s:1:\"7\";s:10:\"created_at\";s:19:\"2017-11-21 20:30:22\";s:9:\"parent_id\";i:7;}}i:4;a:2:{s:2:\"id\";i:33;s:8:\"settings\";a:10:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:5:\"order\";s:3:\"999\";s:4:\"type\";s:6:\"submit\";s:5:\"label\";s:4:\"Send\";s:16:\"processing_label\";s:10:\"Processing\";s:3:\"key\";s:4:\"send\";s:10:\"created_at\";s:19:\"2017-11-21 20:30:22\";s:9:\"parent_id\";i:7;}}}s:7:\"actions\";a:3:{i:0;a:2:{s:2:\"id\";i:22;s:8:\"settings\";a:25:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-11-21 20:30:23\";s:5:\"label\";s:15:\"Save Submission\";s:5:\"order\";s:1:\"3\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:16:\"payment_gateways\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}}i:1;a:2:{s:2:\"id\";i:23;s:8:\"settings\";a:26:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-11-21 20:30:23\";s:5:\"label\";s:11:\"Admin Email\";s:2:\"to\";a:1:{i:0;s:27:\"noreply@demo.wpeasymode.com\";}s:7:\"subject\";s:22:\"Ninja Forms Submission\";s:7:\"message\";s:18:\"{field:all_fields}\";s:5:\"order\";s:1:\"2\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:16:\"payment_gateways\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}}i:2;a:2:{s:2:\"id\";i:24;s:8:\"settings\";a:27:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-11-21 20:30:23\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:42:\"Your form has been successfully submitted.\";s:5:\"order\";s:1:\"1\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:16:\"payment_gateways\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:76:\"<p>Thank you so much for contacting us. We will get back to you shortly.</p>\";s:13:\"payment_total\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}}}s:8:\"settings\";a:21:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";s:1:\"1\";s:5:\"title\";s:12:\"Contact Form\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2017-11-21 20:30:21\";s:10:\"show_title\";s:1:\"1\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:8:\"currency\";s:3:\"usd\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:1:\"0\";s:8:\"_seq_num\";s:1:\"2\";s:17:\"default_label_pos\";s:5:\"above\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:17:\"fieldContentsData\";a:5:{i:0;a:30:{s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:9:\"parent_id\";s:1:\"1\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:19:\"input_limit_message\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:8:\"desc_pos\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:5:\"order\";s:1:\"1\";s:15:\"container_class\";s:0:\"\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:2:\"id\";s:1:\"1\";}i:1;a:21:{s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:9:\"parent_id\";s:1:\"1\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:8:\"desc_pos\";s:0:\"\";s:5:\"order\";s:1:\"2\";s:15:\"container_class\";s:0:\"\";s:2:\"id\";s:1:\"2\";}i:2;a:31:{s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:9:\"parent_id\";s:1:\"1\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:19:\"input_limit_message\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:8:\"desc_pos\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:5:\"order\";s:1:\"3\";s:15:\"container_class\";s:0:\"\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:2:\"id\";s:1:\"3\";}i:3;a:28:{s:5:\"label\";s:25:\"What is thirteen minus 6?\";s:3:\"key\";s:6:\"spam_1\";s:9:\"parent_id\";s:1:\"1\";s:4:\"type\";s:4:\"spam\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:19:\"input_limit_message\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:1:\"1\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:8:\"desc_pos\";s:0:\"\";s:11:\"spam_answer\";s:1:\"7\";s:5:\"order\";s:1:\"4\";s:15:\"container_class\";s:0:\"\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:2:\"id\";s:1:\"4\";}i:4;a:14:{s:5:\"label\";s:4:\"Send\";s:3:\"key\";s:4:\"send\";s:9:\"parent_id\";s:1:\"1\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:16:\"processing_label\";s:10:\"Processing\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:5:\"order\";s:1:\"5\";s:15:\"container_class\";s:0:\"\";s:2:\"id\";s:1:\"5\";}}s:15:\"formContentData\";a:5:{i:0;s:4:\"name\";i:1;s:19:\"email_1484329755313\";i:2;s:7:\"message\";i:3;s:18:\"spam_1484329757987\";i:4;s:4:\"send\";}}}','yes'),(376,'nf_form_8','a:4:{s:2:\"id\";i:8;s:6:\"fields\";a:5:{i:0;a:2:{s:2:\"id\";i:34;s:8:\"settings\";a:14:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:5:\"order\";s:1:\"1\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:16:\"input_limit_type\";s:10:\"characters\";s:19:\"input_limit_message\";s:17:\"Character(s) left\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2017-11-21 20:30:42\";s:9:\"parent_id\";i:8;}}i:1;a:2:{s:2:\"id\";i:35;s:8:\"settings\";a:11:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:5:\"order\";s:1:\"2\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2017-11-21 20:30:42\";s:9:\"parent_id\";i:8;}}i:2;a:2:{s:2:\"id\";i:36;s:8:\"settings\";a:14:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:5:\"order\";s:1:\"3\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:16:\"input_limit_type\";s:10:\"characters\";s:19:\"input_limit_message\";s:17:\"Character(s) left\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2017-11-21 20:30:42\";s:9:\"parent_id\";i:8;}}i:3;a:2:{s:2:\"id\";i:37;s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:5:\"order\";s:1:\"4\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:16:\"input_limit_type\";s:10:\"characters\";s:19:\"input_limit_message\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:1:\"1\";s:11:\"spam_answer\";s:1:\"7\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:5:\"label\";s:25:\"What is thirteen minus 6?\";s:3:\"key\";s:6:\"spam_1\";s:4:\"type\";s:4:\"spam\";s:10:\"created_at\";s:19:\"2017-11-21 20:30:42\";s:9:\"parent_id\";i:8;}}i:4;a:2:{s:2:\"id\";i:38;s:8:\"settings\";a:10:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:5:\"order\";s:1:\"5\";s:16:\"processing_label\";s:10:\"Processing\";s:5:\"label\";s:4:\"Send\";s:3:\"key\";s:4:\"send\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2017-11-21 20:30:42\";s:9:\"parent_id\";i:8;}}}s:7:\"actions\";a:3:{i:0;a:2:{s:2:\"id\";i:25;s:8:\"settings\";a:25:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-11-21 20:30:43\";s:5:\"label\";s:15:\"Save Submission\";s:5:\"order\";s:1:\"3\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:16:\"payment_gateways\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}}i:1;a:2:{s:2:\"id\";i:26;s:8:\"settings\";a:26:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-11-21 20:30:43\";s:5:\"label\";s:11:\"Admin Email\";s:2:\"to\";a:1:{i:0;s:27:\"noreply@demo.wpeasymode.com\";}s:7:\"subject\";s:22:\"Ninja Forms Submission\";s:7:\"message\";s:18:\"{field:all_fields}\";s:5:\"order\";s:1:\"2\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:16:\"payment_gateways\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}}i:2;a:2:{s:2:\"id\";i:27;s:8:\"settings\";a:27:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-11-21 20:30:43\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:42:\"Your form has been successfully submitted.\";s:5:\"order\";s:1:\"1\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:16:\"payment_gateways\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";s:13:\"payment_total\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}}}s:8:\"settings\";a:21:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";s:1:\"1\";s:5:\"title\";s:14:\"Estimates Form\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2017-11-21 20:30:41\";s:10:\"show_title\";s:1:\"0\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:8:\"currency\";s:3:\"usd\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:1:\"0\";s:4:\"lock\";s:1:\"0\";s:17:\"default_label_pos\";s:5:\"above\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:17:\"fieldContentsData\";a:5:{i:0;a:30:{s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:9:\"parent_id\";s:1:\"2\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:19:\"input_limit_message\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:8:\"desc_pos\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:5:\"order\";s:1:\"1\";s:2:\"id\";s:1:\"7\";s:15:\"container_class\";s:0:\"\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";}i:1;a:21:{s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:9:\"parent_id\";s:1:\"2\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:8:\"desc_pos\";s:0:\"\";s:5:\"order\";s:1:\"2\";s:2:\"id\";s:1:\"8\";s:15:\"container_class\";s:0:\"\";}i:2;a:31:{s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:9:\"parent_id\";s:1:\"2\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:19:\"input_limit_message\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:8:\"desc_pos\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:5:\"order\";s:1:\"3\";s:2:\"id\";s:1:\"9\";s:15:\"container_class\";s:0:\"\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";}i:3;a:28:{s:5:\"label\";s:25:\"What is thirteen minus 6?\";s:3:\"key\";s:6:\"spam_1\";s:9:\"parent_id\";s:1:\"2\";s:4:\"type\";s:4:\"spam\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:19:\"input_limit_message\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:1:\"1\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:8:\"desc_pos\";s:0:\"\";s:11:\"spam_answer\";s:1:\"7\";s:5:\"order\";s:1:\"4\";s:2:\"id\";s:2:\"10\";s:15:\"container_class\";s:0:\"\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";}i:4;a:14:{s:5:\"label\";s:4:\"Send\";s:3:\"key\";s:4:\"send\";s:9:\"parent_id\";s:1:\"2\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2016-03-16 20:27:29\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:16:\"processing_label\";s:10:\"Processing\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:5:\"order\";s:1:\"5\";s:2:\"id\";s:2:\"11\";s:15:\"container_class\";s:0:\"\";}}s:15:\"formContentData\";a:5:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"spam_1\";i:4;s:4:\"send\";}}}','yes'),(387,'void_cf7_elementor_activation_time','1511306901','yes'),(392,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.0.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1511308352;s:7:\"version\";s:5:\"4.9.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(399,'YcfFormDraft','a:4:{i:0;a:10:{s:2:\"id\";s:5:\"45210\";s:4:\"type\";s:4:\"text\";s:4:\"name\";s:9:\"ycf-45210\";s:5:\"label\";s:4:\"Name\";s:11:\"orderNumber\";i:0;s:5:\"value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:8:\"settings\";a:0:{}s:5:\"attrs\";a:0:{}s:13:\"disableConfig\";a:1:{s:4:\"name\";b:1;}}i:1;a:10:{s:2:\"id\";s:5:\"41778\";s:4:\"type\";s:5:\"email\";s:4:\"name\";s:9:\"ycf-41778\";s:5:\"label\";s:5:\"Email\";s:11:\"orderNumber\";i:0;s:5:\"value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:8:\"settings\";a:0:{}s:5:\"attrs\";a:0:{}s:13:\"disableConfig\";a:1:{s:4:\"name\";b:1;}}i:2;a:10:{s:2:\"id\";s:5:\"24343\";s:4:\"type\";s:8:\"textarea\";s:4:\"name\";s:9:\"ycf-24343\";s:5:\"label\";s:7:\"Message\";s:11:\"orderNumber\";i:0;s:5:\"value\";s:0:\"\";s:7:\"options\";s:0:\"\";s:8:\"settings\";a:0:{}s:5:\"attrs\";a:0:{}s:13:\"disableConfig\";a:1:{s:4:\"name\";b:1;}}i:3;a:10:{s:2:\"id\";s:18:\"ycf-submit-wrapper\";s:4:\"type\";s:6:\"submit\";s:4:\"name\";s:10:\"ycf-submit\";s:5:\"label\";s:6:\"Submit\";s:11:\"orderNumber\";i:0;s:5:\"value\";s:6:\"Submit\";s:8:\"settings\";a:0:{}s:5:\"attrs\";a:0:{}s:13:\"disableConfig\";a:1:{s:4:\"name\";b:1;}s:7:\"options\";s:256:\"{\"fieldsOptions\":\"[{\\\"label\\\":\\\"One\\\",\\\"value\\\":\\\"one\\\",\\\"orderId\\\":0,\\\"options\\\":\\\"\\\"},{\\\"label\\\":\\\"Two\\\",\\\"value\\\":\\\"two\\\",\\\"orderId\\\":1,\\\"options\\\":\\\"\\\"},{\\\"label\\\":\\\"Three\\\",\\\"value\\\":\\\"three\\\",\\\"orderId\\\":2,\\\"options\\\":\\\"\\\"}]\",\"fieldsOrder\":\"[0,1,2]\"}\";}}','yes'),(400,'cf7_style_no_temps','show_box','yes'),(401,'cf7_style_welcome','show_box','yes'),(402,'cf7_style_update_saved','no','yes'),(403,'cf7_style_allow_tracking','0','yes'),(404,'cf7_style_add_categories','1','yes'),(405,'cf7_style_plugin_version','3.1.6','yes'),(408,'style_category_children','a:0:{}','yes'),(409,'cf7_style_cookie','1','yes'),(414,'elementor_allow_tracking','no','yes'),(415,'elementor_tracker_notice','1','yes'),(416,'cf7_style_deleted','1','yes'),(417,'cf7_style_form_tooltip','1','yes'),(418,'cf7_style_forcecss','0','yes'),(433,'elementor_clear_cache','','yes'),(434,'elementor_reset_api_data','','yes'),(435,'elementor_replace_url','','yes'),(436,'elementor_rollback','','yes'),(437,'elementor_beta','no','yes'),(438,'elementor_maintenance_mode_mode','','yes'),(439,'elementor_maintenance_mode_exclude_mode','logged_in','yes'),(440,'elementor_maintenance_mode_exclude_roles','a:0:{}','yes'),(441,'elementor_maintenance_mode_template_id','','yes'),(533,'ocean_extra_dismiss_notice','1','yes'),(727,'void_cf7_spare_me','1','yes'),(1065,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1205,'w3tc_state','{\"common.install\":1518447352}','no'),(1218,'oe_scripts_settings','a:59:{s:22:\"oe_customSelect_script\";b:1;s:24:\"oe_dropDownSearch_script\";b:1;s:29:\"oe_headerReplaceSearch_script\";b:1;s:23:\"oe_overlaySearch_script\";b:1;s:17:\"oe_fitVids_script\";b:1;s:21:\"oe_fixedFooter_script\";b:1;s:25:\"oe_parallax_footer_script\";b:1;s:24:\"oe_fullScreenMenu_script\";b:1;s:26:\"oe_headerSearchForm_script\";b:1;s:24:\"oe_infiniteScroll_script\";b:1;s:17:\"oe_isotope_script\";b:1;s:18:\"oe_lightbox_script\";b:1;s:21:\"oe_matchHeight_script\";b:1;s:18:\"oe_megaMenu_script\";b:1;s:20:\"oe_navNoClick_script\";b:1;s:22:\"oe_scrollEffect_script\";b:1;s:19:\"oe_scrollTop_script\";b:1;s:14:\"oe_sidr_script\";b:1;s:25:\"oe_dropdown_mobile_script\";b:1;s:27:\"oe_fullscreen_mobile_script\";b:1;s:15:\"oe_slick_script\";b:1;s:22:\"oe_smoothScroll_script\";b:1;s:19:\"oe_superfish_script\";b:1;s:21:\"oe_wooGridList_script\";b:1;s:21:\"oe_wooMenuCart_script\";b:1;s:29:\"oe_wooCategoriesWidget_script\";b:1;s:28:\"oe_wooQuantityButtons_script\";b:1;s:26:\"oe_wooReviewsScroll_script\";b:1;s:20:\"oe_fontAwesome_style\";b:1;s:24:\"oe_simpleLineIcons_style\";b:1;s:15:\"oe_topBar_style\";b:1;s:15:\"oe_header_style\";b:1;s:26:\"oe_transparentHeader_style\";b:1;s:18:\"oe_topHeader_style\";b:1;s:25:\"oe_fullScreenHeader_style\";b:1;s:21:\"oe_centerHeader_style\";b:1;s:21:\"oe_mediumHeader_style\";b:1;s:23:\"oe_verticalHeader_style\";b:1;s:21:\"oe_customHeader_style\";b:1;s:19:\"oe_navigation_style\";b:1;s:26:\"oe_menu_links_effect_style\";b:1;s:19:\"oe_socialMenu_style\";b:1;s:19:\"oe_pageHeader_style\";b:1;s:13:\"oe_blog_style\";b:1;s:18:\"oe_blogLarge_style\";b:1;s:17:\"oe_blogGrid_style\";b:1;s:22:\"oe_blogThumbnail_style\";b:1;s:27:\"oe_singlePostPrevNext_style\";b:1;s:28:\"oe_singlePostAuthorBio_style\";b:1;s:31:\"oe_singlePostRelatedPosts_style\";b:1;s:16:\"oe_sidebar_style\";b:1;s:16:\"oe_comment_style\";b:1;s:19:\"oe_pagination_style\";b:1;s:22:\"oe_footerWidgets_style\";b:1;s:21:\"oe_footerBottom_style\";b:1;s:22:\"oe_searchResults_style\";b:1;s:18:\"oe_scrollTop_style\";b:1;s:18:\"oe_errorPage_style\";b:1;s:19:\"oe_responsive_style\";b:1;}','yes'),(1219,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:35:\"Introducing Elementor Developer API\";s:7:\"excerpt\";s:197:\"Take a look at the new resource center for Elementor developers, which comes included with complete code reference, as well as tutorials explaining how to develop your own extensions for Elementor.\";s:7:\"created\";s:10:\"1523442624\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:130:\"https://elementor.com/introducing-elementor-developer-api/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:54:\"Introducing Blocks - The Fastest Way to Build Websites\";s:7:\"excerpt\";s:100:\"We’re proud to announce the launch of Elementor Blocks, the new crazy-fast way to create websites!\";s:7:\"created\";s:10:\"1522053607\";s:5:\"badge\";s:3:\"New\";s:3:\"url\";s:113:\"https://elementor.com/introducing-blocks/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:70:\"Elementor 2.0 – We’re Reinventing WordPress Design, All Over Again\";s:7:\"excerpt\";s:222:\"Something new is about to arrive. In the coming weeks, we will gradually introduce Elementor version 2.0. Each release will focus on solving a substantial WordPress pain felt by users, yet never been dealt with before. \";s:7:\"created\";s:10:\"1519735624\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:116:\"https://elementor.com/upcoming-elementor-v2/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(1222,'w3tc_nr_application_id','{\"d41d8cd98f00b204e9800998ecf8427e\":0}','yes'),(1242,'updraft_updraftvault','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-8c5460a4f683d8b964dfac6326f0ee30\";a:0:{}}}','yes'),(1243,'updraft_dropbox','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-081d9cd724a5d7c02c57e0e87ba07614\";a:7:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:472:\"2bbflhpZzWaMlpz8Lo6i6raA+hMFSU07dwpW90lXljpd+JjJayzmrGnshlvicTUubuWt4cPtFaGY3P4WQdHmPt91yRwxleltBtFxc0vbnWvj6bmzd2uE3N9q6Op7VzJfgXCraNJEBfD21wx2CR83h8Y++1QE+sBRQYabaJIzLj7T6awMaYvW+ZGcinowwqfXIsewzS62GzHHbyqveWAA9hmEPPQaIpNAK1/HJRCpGMe5eJaDNLgvz4IVeVevKG78emYhACUAlZ6Naq10zL+f06au315nd33oChB2/0CkTeoCMtJVUf7YJKRP1hUPOBauu3rpL6zwhtYCO5sGchHiaNCBBUvHZKStzXXRyFEdTy7yUsdhwMqUchwkIA7DqNzeaPZdzaIMIsgvm3Dea/kNXSNv5I3WpGiWmL4+MGSst3MHoFt/sNI5sO+N6R+jIRO3pCuDuNolWQHVCl7oWgr9AQ==\";s:9:\"ownername\";s:14:\"John Cournoyer\";s:4:\"CSRF\";s:0:\"\";s:16:\"instance_enabled\";i:1;}}}','yes'),(1244,'updraft_s3','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-a0d0ff1174f9e2f6b77c62ac8d58ef6e\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(1245,'updraft_cloudfiles','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-52b9f5349d7990794aeadf141e55a6cc\";a:5:{s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"region\";s:3:\"DFW\";s:4:\"user\";s:0:\"\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(1246,'updraft_googledrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-ab947a5405e624a748df80a046a99926\";a:1:{s:6:\"folder\";s:11:\"UpdraftPlus\";}}}','yes'),(1247,'updraft_onedrive','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(1248,'updraft_ftp','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-48653813df28cb3575cb2623f90a47ca\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";s:1:\"0\";}}}','yes'),(1249,'updraft_azure','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(1250,'updraft_sftp','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(1251,'updraft_googlecloud','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(1252,'updraft_backblaze','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(1253,'updraft_webdav','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(1254,'updraft_s3generic','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-857cb429688bff7e63e50ebcbe36d182\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}','yes'),(1255,'updraft_openstack','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-45af23abc4b45c2a4e89b3adf7ff9fc5\";a:6:{s:7:\"authurl\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:6:\"region\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(1256,'updraft_dreamobjects','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-321e73a500a1dff10e380bdee136be08\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:26:\"objects-us-west-1.dream.io\";}}}','yes'),(1257,'updraftplus-addons_siteid','12d72e07082674a10a4a40b20bff60cc','no'),(1258,'updraft_retain_extrarules','a:0:{}','yes'),(1259,'updraft_email','jc@pcpros.com','yes'),(1260,'updraft_report_warningsonly','a:0:{}','yes'),(1261,'updraft_report_wholebackup','a:0:{}','yes'),(1262,'updraft_extradbs','a:0:{}','yes'),(1263,'updraft_include_more_path','a:0:{}','yes'),(1264,'updraft_interval','manual','yes'),(1265,'updraft_retain','2','yes'),(1266,'updraft_interval_database','manual','yes'),(1267,'updraft_retain_db','2','yes'),(1268,'updraft_service','dropbox','yes'),(1269,'updraft_include_plugins','1','yes'),(1270,'updraft_include_themes','1','yes'),(1271,'updraft_include_uploads','1','yes'),(1272,'updraft_include_uploads_exclude','backup*,*backups,backwpup*,wp-clone,snapshots','yes'),(1273,'updraft_include_others','1','yes'),(1274,'updraft_include_others_exclude','upgrade,cache,updraft,backup*,*backups,mysql.sql,debug.log','yes'),(1275,'updraft_split_every','400','yes'),(1276,'updraft_delete_local','1','yes'),(1277,'updraft_dir','updraft','yes'),(1278,'updraft_debug_mode','0','yes'),(1279,'updraft_ssl_useservercerts','0','yes'),(1280,'updraft_ssl_disableverify','0','yes'),(1281,'updraft_ssl_nossl','0','yes'),(1282,'updraft_lastmessage','The backup apparently succeeded and is now complete (Feb 12 16:25:46)','yes'),(1283,'updraftplus_locked_fd','1','no'),(1284,'updraftplus_last_lock_time_fd','2018-02-12 16:11:14','no'),(1285,'updraftplus_semaphore_fd','1','no'),(1286,'updraft_last_scheduled_fd','1518451874','yes'),(1289,'updraft_backup_history','a:1:{i:1518451874;a:16:{s:7:\"plugins\";a:1:{i:0;s:66:\"backup_2018-02-12-1611_Unas_Grinding_Corp_326e00a9742f-plugins.zip\";}s:12:\"plugins-size\";i:14101381;s:6:\"themes\";a:1:{i:0;s:65:\"backup_2018-02-12-1611_Unas_Grinding_Corp_326e00a9742f-themes.zip\";}s:11:\"themes-size\";i:4518684;s:7:\"uploads\";a:1:{i:0;s:66:\"backup_2018-02-12-1611_Unas_Grinding_Corp_326e00a9742f-uploads.zip\";}s:12:\"uploads-size\";i:11670304;s:6:\"others\";a:1:{i:0;s:65:\"backup_2018-02-12-1611_Unas_Grinding_Corp_326e00a9742f-others.zip\";}s:11:\"others-size\";i:1075;s:2:\"db\";s:60:\"backup_2018-02-12-1611_Unas_Grinding_Corp_326e00a9742f-db.gz\";s:7:\"db-size\";i:196073;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"92e191b33865598fb0248c18603b79894b192d18\";s:7:\"themes0\";s:40:\"20e67aece83b1af9a784a1bea5d1ec09fd0c577d\";s:8:\"uploads0\";s:40:\"8407e024c505afd1b9ba2a9a805dd3e7f5027364\";s:7:\"others0\";s:40:\"2f694899e01f4ca8aa0f81b5c358a9736877d85e\";s:3:\"db0\";s:40:\"b698272182fde3fc4fe88a37724aa097fdc444d1\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"dc3ae9a74b95ef1674e6beb93ddbfe6d2eb7c03ff35a387599ccd70b9a4e114c\";s:7:\"themes0\";s:64:\"ef09f2b07715a75990ef2936d6c9b3485442f3696338b01e4fd5412bda140486\";s:8:\"uploads0\";s:64:\"8156e1aaf1343684c4856aa39bfc024fccf2918bc1ea5b4847f051119524b0be\";s:7:\"others0\";s:64:\"ef7afa7dc24f815f08163131e038f0fd1032a9119b420cdb9b1e85f0290b7cb4\";s:3:\"db0\";s:64:\"248509b0cde4460c6f02e3eac8a2380f88b0accc999dc651869a69e05568cf9c\";}}s:5:\"nonce\";s:12:\"326e00a9742f\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:20:\"service_instance_ids\";a:1:{s:7:\"dropbox\";a:1:{i:0;s:34:\"s-081d9cd724a5d7c02c57e0e87ba07614\";}}s:18:\"created_by_version\";s:6:\"1.14.3\";s:12:\"is_multisite\";b:0;}}','yes'),(1290,'updraft_last_backup','a:5:{s:11:\"backup_time\";i:1518451874;s:12:\"backup_array\";a:11:{s:7:\"plugins\";a:1:{i:0;s:66:\"backup_2018-02-12-1611_Unas_Grinding_Corp_326e00a9742f-plugins.zip\";}s:12:\"plugins-size\";i:14101381;s:6:\"themes\";a:1:{i:0;s:65:\"backup_2018-02-12-1611_Unas_Grinding_Corp_326e00a9742f-themes.zip\";}s:11:\"themes-size\";i:4518684;s:7:\"uploads\";a:1:{i:0;s:66:\"backup_2018-02-12-1611_Unas_Grinding_Corp_326e00a9742f-uploads.zip\";}s:12:\"uploads-size\";i:11670304;s:6:\"others\";a:1:{i:0;s:65:\"backup_2018-02-12-1611_Unas_Grinding_Corp_326e00a9742f-others.zip\";}s:11:\"others-size\";i:1075;s:2:\"db\";s:60:\"backup_2018-02-12-1611_Unas_Grinding_Corp_326e00a9742f-db.gz\";s:7:\"db-size\";i:196073;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"92e191b33865598fb0248c18603b79894b192d18\";s:7:\"themes0\";s:40:\"20e67aece83b1af9a784a1bea5d1ec09fd0c577d\";s:8:\"uploads0\";s:40:\"8407e024c505afd1b9ba2a9a805dd3e7f5027364\";s:7:\"others0\";s:40:\"2f694899e01f4ca8aa0f81b5c358a9736877d85e\";s:3:\"db0\";s:40:\"b698272182fde3fc4fe88a37724aa097fdc444d1\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"dc3ae9a74b95ef1674e6beb93ddbfe6d2eb7c03ff35a387599ccd70b9a4e114c\";s:7:\"themes0\";s:64:\"ef09f2b07715a75990ef2936d6c9b3485442f3696338b01e4fd5412bda140486\";s:8:\"uploads0\";s:64:\"8156e1aaf1343684c4856aa39bfc024fccf2918bc1ea5b4847f051119524b0be\";s:7:\"others0\";s:64:\"ef7afa7dc24f815f08163131e038f0fd1032a9119b420cdb9b1e85f0290b7cb4\";s:3:\"db0\";s:64:\"248509b0cde4460c6f02e3eac8a2380f88b0accc999dc651869a69e05568cf9c\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"326e00a9742f\";}','yes'),(1297,'oe_panels_settings','a:9:{s:16:\"oe_general_panel\";b:1;s:15:\"oe_header_panel\";b:1;s:23:\"oe_footer_widgets_panel\";b:1;s:22:\"oe_footer_bottom_panel\";b:1;s:20:\"oe_custom_code_panel\";b:1;s:19:\"oe_typography_panel\";b:0;s:15:\"oe_topbar_panel\";b:0;s:13:\"oe_blog_panel\";b:0;s:16:\"oe_sidebar_panel\";b:0;}','yes'),(1304,'w3tc_generic_widgetservices','{\"items\":[{\"name\":\"Premium Support Response (Usually <1h First Response)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Premium Support Response (Usually <1h First Response)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Plugin Configuration\",\"parameter_name\":\"field4\",\"parameter_value\":\"Plugin Configuration\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"SSL Performance Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"SSL Performance Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Full Site Delivery Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"Full Site Delivery Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Hosting Environment Troubleshooting\",\"parameter_name\":\"field4\",\"parameter_value\":\"Hosting Environment Troubleshooting\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Monitoring\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Monitoring\",\"form_hash\":\"m5pom8z0qy59rm\"}],\"expires\":1519060828}','no'),(1307,'wdev-frash','a:3:{s:7:\"plugins\";a:1:{s:23:\"wp-smushit/wp-smush.php\";i:1518457188;}s:5:\"queue\";a:1:{s:32:\"fc50097023d0d34c5a66f6cddcf77694\";a:4:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1519061988;s:6:\"sticky\";b:1;}}s:4:\"done\";a:1:{i:0;a:6:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1518457188;s:5:\"state\";s:2:\"ok\";s:4:\"hash\";s:32:\"fc50097023d0d34c5a66f6cddcf77694\";s:10:\"handled_at\";i:1518461274;}}}','no'),(1308,'wp-smush-install-type','existing','no'),(1309,'wp-smush-version','2.7.8','no'),(1310,'wp-smush-skip-redirect','1','no'),(1312,'smush_global_stats','a:9:{s:11:\"size_before\";i:2748822;s:10:\"size_after\";i:2609508;s:7:\"percent\";d:5.0999999999999996;s:5:\"human\";s:8:\"136.0 KB\";s:5:\"bytes\";i:139314;s:12:\"total_images\";i:88;s:14:\"resize_savings\";i:0;s:12:\"resize_count\";i:0;s:18:\"conversion_savings\";i:0;}','no'),(1319,'dir_smush_stats','a:2:{s:9:\"dir_smush\";a:2:{s:5:\"total\";s:1:\"0\";s:9:\"optimised\";i:0;}s:14:\"combined_stats\";a:0:{}}','no'),(1320,'wp-smush-resize_sizes','a:2:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;}','no'),(1321,'wp-smush-last_settings','a:3:{s:4:\"auto\";i:1;s:9:\"keep_exif\";i:0;s:6:\"resize\";i:0;}','no'),(1322,'skip-smush-setup','1','no'),(1416,'wp-smush-hide_upgrade_notice','1','no'),(1420,'WpFc_api_key','88d833dde54e3a7f062c4d7e8d3ef46a','yes'),(2205,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.5.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.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.5\";s:7:\"version\";s:5:\"4.9.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1523720701;s:15:\"version_checked\";s:5:\"4.9.5\";s:12:\"translations\";a:0:{}}','no'),(2351,'_site_transient_timeout_browser_231067d56394223babc9d7439bc32e9f','1524322068','no'),(2352,'_site_transient_browser_231067d56394223babc9d7439bc32e9f','a:10:{s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:6:\"11.0.3\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.apple.com/safari/\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/safari.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/safari.png?1\";s:15:\"current_version\";s:2:\"11\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(2353,'_transient_timeout_elementor_remote_info_api_data_1.9.4','1523760468','no'),(2354,'_transient_elementor_remote_info_api_data_1.9.4','a:2:{s:9:\"timestamp\";i:1523717267;s:14:\"upgrade_notice\";a:2:{s:7:\"version\";s:5:\"1.5.0\";s:7:\"message\";s:0:\"\";}}','no'),(2355,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1523760475','no'),(2356,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"\n Thu, 12 Apr 2018 20:12:01 +0000 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.0-alpha-42971\";s:7:\"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:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"GDPR Compliance Tools 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2018/04/gdpr-compliance-tools-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Apr 2018 20:11:50 +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:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5728\";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:188:\"GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core.\";s: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:\"\";}}}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:3914:\"<p>GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core. </p>\n\n<h2>What is GDPR?</h2>\n\n<p>GDPR stands for <a href=\"https://en.wikipedia.org/wiki/General_Data_Protection_Regulation\">General Data Protection Regulation</a> and is intended to strengthen and unify data protection for all individuals within the European Union. Its primary aim is to give control back to the EU residents over their personal data. <br /></p>\n\n<p>Why the urgency? Although the GDPR was introduced two years ago, it becomes enforceable starting May 25, 2018.</p>\n\n<h2>Make WordPress GDPR Compliance Team</h2>\n\n<p>Currently, the GDPR Compliance Team understands that helping WordPress-based sites become compliant is a large and ongoing task. The team is focusing on creating a comprehensive core policy, plugin guidelines, privacy tools and documentation. All of this requires your help.<br /></p>\n\n<p>The GDPR Compliance Team is focusing on four main areas:</p>\n\n<ul>\n <li>Add functionality to assist site owners in creating comprehensive privacy policies for their websites.</li>\n <li>Create guidelines for plugins to become GDPR ready.</li>\n <li>Add administration tools to facilitate compliance and encourage user privacy in general.</li>\n <li>Add documentation to educate site owners on privacy, the main GDPR compliance requirements, and on how to use the new privacy tools.</li>\n</ul>\n\n<h2>Don’t we already have a privacy policy?</h2>\n\n<p>Yes and no. That said, The GDPR puts tighter guidelines and restrictions. Though we have many plugins that create privacy pages, we need means to generate a unified, comprehensive privacy policy. We will need tools for users to easily come into compliance.<br /></p>\n\n<p>Site owners will be able to create GDPR compliant privacy policy in three steps:</p>\n\n<ol>\n <li>Adding a dedicated page for the policy.<br /></li>\n <li>Adding privacy information from plugins.</li>\n <li>Reviewing and publishing the policy.</li>\n</ol>\n\n<p>A new “postbox” will be added to the Edit Page screen when editing the policy. All plugins that collect or store user data will be able to add privacy information there. In addition it will alert the site owners when any privacy information changes after a plugin is activated, deactivated, or updated.<br /></p>\n\n<p>There is a new functionality to confirm user requests by email address. It is intended for site owners to be able to verify requests from users for displaying, downloading, or anonymizing of personal data.<br /></p>\n\n<p>A new “Privacy” page is added under the “Tools” menu. It will display new, confirmed requests from users, as well as already fulfilled requests. It will also contain the tools for exporting and anonymizing of personal data and for requesting email confirmation to avoid abuse attempts.<br /></p>\n\n<p>New section on privacy will be added to the <a href=\"https://developer.wordpress.org/plugins/\">Plugin Handbook</a>. It will contain some general information on user privacy, what a plugin should do to be compliant, and also tips and examples on how to use the new privacy related functionality in WordPress.<br /></p>\n\n<p>The new privacy tools are scheduled for release at the end of April or beginning of May 2018.</p>\n\n<h2>How can you get involved?</h2>\n\n<p>We would love to have your help. The first step is awareness and education. For more information about the upcoming privacy tools see <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">the roadmap</a>.</p>\n\n<p>If you would like to get involved in building WordPress Core and testing the new privacy tools, please join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress</a> Slack group.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5728\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.9.5 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Apr 2018 19:56:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5645\";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:376:\"WordPress 4.9.5 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately. WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented […]\";s: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:\"Aaron D. Campbell\";s: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:6347:\"<p>WordPress 4.9.5 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n<p>WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented in 4.9.5:</p>\n\n<ol>\n <li>Don't treat <code>localhost</code> as same host by default.</li>\n <li>Use safe redirects when redirecting the login page if SSL is forced.</li>\n <li>Make sure the version string is correctly escaped for use in generator tags.</li>\n</ol>\n\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">coordinated security disclosure</a>: <a href=\"https://profiles.wordpress.org/xknown\">xknown</a> of the WordPress Security Team, <a href=\"https://hackerone.com/nitstorm\">Nitin Venkatesh (nitstorm)</a>, and <a href=\"https://twitter.com/voldemortensen\">Garth Mortensen</a> of the WordPress Security Team.</p>\n\n<p>Twenty-five other bugs were fixed in WordPress 4.9.5. Particularly of note were:</p>\n\n<ul>\n <li>The previous styles on caption shortcodes have been restored.</li>\n <li>Cropping on touch screen devices is now supported.</li>\n <li>A variety of strings such as error messages have been updated for better clarity.</li>\n <li>The position of an attachment placeholder during uploads has been fixed.</li>\n <li>Custom nonce functionality in the REST API JavaScript client has been made consistent throughout the code base.</li>\n <li>Improved compatibility with PHP 7.2.</li>\n</ul>\n\n<p><a href=\"https://make.wordpress.org/core/2018/04/03/wordpress-4-9-5/\">This post has more information about all of the issues fixed in 4.9.5 if you'd like to learn more</a>.</p>\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.5</a> or venture over to Dashboard → Updates and click "Update Now." Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.5:</p>\n\n<p><a href=\"https://profiles.wordpress.org/1265578519-1/\">1265578519</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/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/alexgso/\">alexgso</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrei0x309/\">andrei0x309</a>, <a href=\"https://profiles.wordpress.org/antipole/\">antipole</a>, <a href=\"https://profiles.wordpress.org/aranwer104/\">Anwer AR</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/blair-jersyer/\">Blair jersyer</a>, <a href=\"https://profiles.wordpress.org/bandonrandon/\">Brooke.</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/codegrau/\">codegrau</a>, <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/electricfeet/\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/ericmeyer/\">ericmeyer</a>, <a href=\"https://profiles.wordpress.org/fpcsjames/\">FPCSJames</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a>, <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/lancewillett/\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mrmadhat/\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/nandorsky/\">nandorsky</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/qcmiao/\">qcmiao</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/ravanh/\">RavanH</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sebastienthivinfocom/\">Sebastien SERRE</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale/\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/kwonye/\">Will Kwon</a>, and <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: March 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2018/04/the-month-in-wordpress-march-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Apr 2018 08:00: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5632\";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:317:\"With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March. WordPress Now Powers 30% of the Internet Over the last 15 years, the popularity and usage of […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4328:\"<p>With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March.\n\n</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress Now Powers 30% of the Internet</h2>\n\n<p>Over the last 15 years, the popularity and usage of WordPress has been steadily growing. That growth hit a significant milestone this month when <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">W3Techs reported that WordPress now powers over 30% of sites on the web.</a></p>\n\n<p>The percentage is determined based on W3Techs’ review of the top 10 million sites on the web, and it’s a strong indicator of the popularity and flexibility of WordPress as a platform.</p>\n\n<p>If you would like to have hand in helping to grow WordPress even further, <a href=\"https://make.wordpress.org/\">you can get involved today</a>.</p>\n\n<h2>WordPress Jargon Glossary Goes Live</h2>\n\n<p>The WordPress Marketing Team has been hard at work lately putting together <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">a comprehensive glossary of WordPress jargon</a> to help newcomers to the project become more easily acquainted with things.</p>\n\n<p>The glossary <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">is available here</a> along with a downloadable PDF to make it simpler to reference offline.</p>\n\n<p>Publishing this resource is part of an overall effort to make WordPress more easily accessible for people who are not so familiar with the project. If you would like to assist the Marketing Team with this, you can follow <a href=\"https://make.wordpress.org/marketing/\">the team blog</a> and join the #marketing channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n<h2>Focusing on Privacy in WordPress</h2>\n\n<p>Online privacy has been in the news this month for all the wrong reasons. It has reinforced the commitment of the GDPR Compliance Team to continue working on enhancements to WordPress core that allow site owners to improve privacy standards.</p>\n\n<p>The team's work, and the wider privacy project, spans four areas: Adding tools which will allow site administrators to collect the information they need about their sites, examining the plugin guidelines with privacy in mind, enhancing privacy standards in WordPress core, and creating documentation focused on best practices in online privacy.</p>\n\n<p>To get involved with the project, you can <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">view the roadmap</a>, <a href=\"https://make.wordpress.org/core/tag/gdpr-compliance/\">follow the updates</a>, <a href=\"https://core.trac.wordpress.org/query?status=!closed&keywords=~gdpr\">submit patches</a>, and join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat\">Making WordPress Slack group</a>. Office hours are 15:00 UTC on Wednesdays.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>The WordPress Foundation has published <a href=\"https://wordpressfoundation.org/2017-annual-report/\">their annual report for 2017</a> showing just how much the community has grown over the last year.</li>\n <li>The dates for WordCamp US <a href=\"https://2018.us.wordcamp.org/2018/03/13/announcing-wordcamp-us-2018/\">have been announced</a> — this flagship WordCamp event will be held on 7-9 December this year in Nashville, Tennessee.</li>\n <li>WordPress 4.9.5 is due for release on April 3 — <a href=\"https://make.wordpress.org/core/2018/03/21/wordpress-4-9-5-beta/\">find out more here</a>.</li>\n <li>Version 2.5 of Gutenberg, the new editor for WordPress core, <a href=\"https://make.wordpress.org/core/2018/03/29/whats-new-in-gutenberg-29th-march/\">was released this month</a> with a host of great improvements.</li>\n <li>WordSesh, a virtual WordPress conference, <a href=\"http://wordsesh.com/\">is returning in July this year</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em><br /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5632\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: February 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2018/03/the-month-in-wordpress-february-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Mar 2018 08:41:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5613\";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:324:\"Judging by the flurry of activity across the WordPress project throughout February, it looks like everyone is really getting into the swing of things for 2018. There have been a lot of interesting new developments, so read on to see what the community has been up to for the past month. WordPress 4.9.3 & 4.9.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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5936:\"<p>Judging by the flurry of activity across the WordPress project throughout February, it looks like everyone is really getting into the swing of things for 2018. There have been a lot of interesting new developments, so read on to see what the community has been up to for the past month.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress 4.9.3 & 4.9.4</h2>\n\n<p>Early in the month, <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/\">version 4.9.3 of WordPress was released</a>, including a number of important bug fixes. Unfortunately it introduced a bug that prevented many sites from automatically updating to future releases. To remedy this issue, <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/\">version 4.9.4 was released</a> the following day requiring many people to manually update their sites.</p>\n\n<p>While this kind of issue is always regrettable, the good thing is that it was fixed quickly, and that not all sites had updated to 4.9.3 yet, which meant they bypassed the bug in that version.</p>\n\n<p>You can find out more technical information about this issue <a href=\"https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/\">on the Core development blog</a>.</p>\n\n<h2>The WordCamp Incubator is Back</h2>\n\n<p>In 2016, the Global Community Team ran an experimental program to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event. This program was dubbed the WordCamp Incubator, and it was so successful in the three cities where it ran that <a href=\"https://wordpress.org/news/2018/02/wordcamp-incubator-2-0/\">the program is back for 2018</a>.</p>\n\n<p>Right now, the Community Team is looking for cities to be a part of this year’s incubator by <a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application\">taking applications</a>. Additionally, each incubator community will need an experienced WordCamp organizer to assist them as a co-lead organizer for their event — if that sounds interesting to you, then you can <a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-co-lead-application\">fill in the application form for co-leads</a>.</p>\n\n<p>You can find out further information about the WordCamp Incubator <a href=\"https://make.wordpress.org/community/2018/02/19/wordcamp-incubator-program-2018-announcement/\">on the Community Team blog</a>.</p>\n\n<h2>WordPress Meetup Roundtables scheduled for March</h2>\n\n<p>In order to assist local WordPress meetup organizers with running their meetup groups, some members of the Community Team have organized <a href=\"https://make.wordpress.org/community/2018/02/23/wordpress-meetup-roundtables-scheduled-for-march/\">weekly meetup roundtable discussions through the month of March</a>.</p>\n\n<p>These will be run as video chats at 16:00 UTC every Wednesday this month and will be a great place for meetup organizers to come together and help each other out with practical ideas and advice.</p>\n\n<p>If you are not already in the WordPress meetup program and would like to join, you can find out more information in <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the WordPress Meetup Organizer Handbook</a>.</p>\n\n<h2>GDPR Compliance in WordPress Core</h2>\n\n<p>The General Data Protection Regulation (GDPR) is an upcoming regulation that will affect all online services across Europe. In order to prepare for this, a working group has been formed to make sure that WordPress is compliant with the GDPR regulations.</p>\n\n<p>Aside from the fact that this will be a requirement for the project going forward, it will also have an important and significant impact on the privacy and security of WordPress as a whole. The working group has posted <a href=\"https://make.wordpress.org/core/2018/02/19/proposed-roadmap-tools-for-gdpr-compliance/\">their proposed roadmap</a> for this project and it looks very promising.</p>\n\n<p>To get involved in building WordPress Core, jump into the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>WPShout published <a href=\"https://wpshout.com/complete-guide-wordpress-security/\">a thorough guide to WordPress security</a>.</li>\n <li>The Community Team has published interesting statistics from the WordCamp program in <a href=\"https://make.wordpress.org/community/2018/02/27/wordcamps-in-2016/\">2016</a> and <a href=\"https://make.wordpress.org/community/2018/02/28/wordcamps-in-2017/\">2017</a>.</li>\n <li><a href=\"https://make.wordpress.org/community/2018/02/15/potential-addition-of-a-new-onboarding-team/\">An intriguing proposal has been made</a> for a new ‘Onboarding’ team to be started in the WordPress project.</li>\n <li>The new editing experience for WordPress, named Gutenberg, continues to be actively developed with <a href=\"https://make.wordpress.org/core/2018/02/16/whats-new-in-gutenberg-16th-february/\">a feature-packed release</a> this past month.</li>\n <li>The Advanced WordPress Facebook group <a href=\"https://www.youtube.com/watch?v=4vS_jR5-nIo\">held an interview with WordPress co-founder, Matt Mullenweg</a> about the Gutenberg project.</li>\n <li><a href=\"https://make.wordpress.org/meta/2018/02/27/two-factor-authentication-on-wp-org/\">Two factor authentication is on its way to the WordPress.org network</a> — this will be a great improvement to the overall security of the project.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5613\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordCamp Incubator 2.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2018/02/wordcamp-incubator-2-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Feb 2018 22:53:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{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:6:\"Events\";s: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: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:34:\"https://wordpress.org/news/?p=5577\";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:343:\"WordCamps are informal, community-organized events that are put together by a team of local WordPress users who have a passion for growing their communities. They are born out of active WordPress meetup groups that meet regularly and are able to host an annual WordCamp event. This has worked very well in many communities, with over […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2450:\"<p><a href=\"https://central.wordcamp.org/\">WordCamps</a> are informal, community-organized events that are put together by a team of local WordPress users who have a passion for growing their communities. They are born out of active WordPress meetup groups that meet regularly and are able to host an annual WordCamp event. This has worked very well in many communities, with over 120 WordCamps being hosted around the world in 2017.<br /></p>\n\n<p>Sometimes though, passionate and enthusiastic community members can’t pull together enough people in their community to make a WordCamp happen. To address this, we introduced <a href=\"https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/\">the WordCamp Incubator program</a> in 2016.<br /></p>\n\n<p>The goal of the incubator program is <strong>to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event.</strong> In 2016, members of <a href=\"https://make.wordpress.org/community/\">the global community team</a> worked with volunteers in three cities — Denpasar, Harare and Medellín — giving direct, hands-on assistance in making local WordCamps possible. All three of these WordCamp incubators <a href=\"https://make.wordpress.org/community/2017/06/30/wordcamp-incubator-report/\">were a great success</a>, so we're bringing the incubator program back for 2018.<br /></p>\n\n<p>Where should the next WordCamp incubators be? If you have always wanted a WordCamp in your city but haven’t been able to get a community started, this is a great opportunity. We will be taking applications for the next few weeks, then will get in touch with everyone who applied to discuss the possibilities. We will announce the chosen cities by the end of March.<br /></p>\n\n<p><strong>To apply, </strong><a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application\"><strong>fill in the application</strong></a><strong> by March 15, 2018.</strong> You don’t need to have any specific information handy, it’s just a form to let us know you’re interested. You can apply to nominate your city even if you don’t want to be the main organizer, but for this to work well we will need local liaisons and volunteers, so please only nominate cities where you live or work so that we have at least one local connection to begin.<br /></p>\n\n<p>We're looking forward to hearing from you!<br /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5577\";s: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:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.9.4 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Feb 2018 16:17:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5559\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"WordPress 4.9.4 is now available. This maintenance release fixes a severe bug in 4.9.3, which will cause sites that support automatic background updates to fail to update automatically, and will require action from you (or your host) for it to be updated to 4.9.4. Four years ago with WordPress 3.7 “Basie”, we added the ability […]\";s: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:\"Dion Hulse\";s: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:1823:\"<p>WordPress 4.9.4 is now available.</p>\n<p>This maintenance release fixes a severe bug in 4.9.3, which will cause sites that support automatic background updates to fail to update automatically, and will require action from you (or your host) for it to be updated to 4.9.4.</p>\n<p>Four years ago with <a href=\"https://wordpress.org/news/2013/10/basie/\">WordPress 3.7 “Basie”</a>, we added the ability for WordPress to self-update, keeping your website secure and bug-free, even when you weren’t available to do it yourself. For four years it’s helped keep millions of installs updated with very few issues over that time. Unfortunately <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/\">yesterdays 4.9.3 release</a> contained a severe bug which was only discovered after release. The bug will cause WordPress to encounter an error when it attempts to update itself to WordPress 4.9.4, and will require an update to be performed through the WordPress dashboard or hosts update tools.</p>\n<p>WordPress managed hosting companies who install updates automatically for their customers can install the update as normal, and we’ll be working with other hosts to ensure that as many customers of theirs who can be automatically updated to WordPress 4.9.4 can be.</p>\n<p>For more technical details of the issue, we’ve <a href=\"https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/\">posted on our Core Development blog</a>. For a full list of changes, consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.9.4&group=component\">list of tickets</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.4</a> or visit Dashboard → Updates and click “Update Now.”</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5559\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.9.3 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Feb 2018 19:47:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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:34:\"https://wordpress.org/news/?p=5545\";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:372:\"WordPress 4.9.3 is now available. This maintenance release fixes 34 bugs in 4.9, including fixes for Customizer changesets, widgets, visual editor, and PHP 7.2 compatibility. For a full list of changes, consult the list of tickets and the changelog. Download WordPress 4.9.3 or visit Dashboard → Updates and click “Update Now.” Sites that support automatic […]\";s: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:\"Sergey Biryukov\";s: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:3421:\"<p>WordPress 4.9.3 is now available.</p>\n<p>This maintenance release fixes 34 bugs in 4.9, including fixes for Customizer changesets, widgets, visual editor, and PHP 7.2 compatibility. For a full list of changes, consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.9.3&group=component\">list of tickets</a> and the <a href=\"https://core.trac.wordpress.org/log/branches/4.9?rev=42630&stop_rev=42521\">changelog</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.3</a> or visit Dashboard → Updates and click “Update Now.” Sites that support automatic background updates are already beginning to update automatically.</p>\n<p>Thank you to everyone who contributed to WordPress 4.9.3:</p>\n<p><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abdullahramzan/\">abdullahramzan</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreiglingeanu/\">andreiglingeanu</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/coleh/\">coleh</a>, <a href=\"https://profiles.wordpress.org/darko-a7/\">Darko A7</a>, <a href=\"https://profiles.wordpress.org/desertsnowman/\">David Cramer</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/frank-klein/\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/lizkarkoski/\">lizkarkoski</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/ndavison/\">ndavison</a>, <a href=\"https://profiles.wordpress.org/nickmomrik/\">Nick Momrik</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rishishah/\">rishishah</a>, <a href=\"https://profiles.wordpress.org/othellobloke/\">Ryan Paul</a>, <a href=\"https://profiles.wordpress.org/sasiddiqui/\">Sami Ahmed Siddiqui</a>, <a href=\"https://profiles.wordpress.org/sayedwp/\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper/\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5545\";s: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:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress: January 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2018/02/the-month-in-wordpress-january-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Feb 2018 08:10:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5541\";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:339:\"Things got off to a gradual start in 2018 with momentum starting to pick up over the course of the month. There were some notable developments in January, including a new point release and work being done on other important areas of the WordPress project. WordPress 4.9.2 Security and Maintenance Release On January 16, 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:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3840:\"<p>Things got off to a gradual start in 2018 with momentum starting to pick up over the course of the month. There were some notable developments in January, including a new point release and work being done on other important areas of the WordPress project.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress 4.9.2 Security and Maintenance Release</h2>\n\n<p>On January 16, <a href=\"https://wordpress.org/news/2018/01/wordpress-4-9-2-security-and-maintenance-release/\">WordPress 4.9.2 was released</a> to fix an important security issue with the media player, as well as a number of other smaller bugs. This release goes a long way to smoothing out the 4.9 release cycle with the next point release, v4.9.3, <a href=\"https://make.wordpress.org/core/2018/01/31/wordpress-4-9-3-release-pushed-to-february-5th/\">due in early February</a>.</p>\n\n<p>To get involved in building WordPress Core, jump into the #core channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>, and follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>.</p>\n\n<h2>Updated Plugin Directory Guidelines</h2>\n\n<p>At the end of 2017, <a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/\">the guidelines for the Plugin Directory</a> received a significant update to make them clearer and expanded to address certain situations. This does not necessarily make these guidelines complete, but rather more user-friendly and practical; they govern how developers build plugins for the Plugin Directory, so they need to evolve with the global community that the Directory serves.</p>\n\n<p>If you would like to contribute to these guidelines, you can make a pull request to <a href=\"https://github.com/WordPress/wporg-plugin-guidelines\">the GitHub repository</a> or email <a href=\"mailto:plugins@wordpress.org\">plugins@wordpress.org</a>. You can also jump into the #pluginreview channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>Near the end of last year a lot of work was put into improving the standards in the WordPress core codebase and now <a href=\"https://make.wordpress.org/core/2017/11/30/wordpress-php-now-mostly-conforms-to-wordpress-coding-standards/\">the entire platform is at nearly 100% compliance with the WordPress coding standards</a>.</li>\n <li>Gutenberg, the new editor coming to WordPress core in the next major release, <a href=\"https://make.wordpress.org/core/2018/01/25/whats-new-in-gutenberg-25th-january/\">was updated to v2.1 this month</a> with some great usability and technical improvements.</li>\n <li>The Global Community Team is <a href=\"https://make.wordpress.org/community/2018/01/16/2018-goals-for-the-global-community-team-suggestions-time/\">taking suggestions for the goals of the Community program in 2018</a>.</li>\n <li><a href=\"https://online.wpcampus.org/\">WPCampus Online</a>, a digital conference focused on WordPress in higher education, took place on January 30. The videos of the event sessions will be online soon.</li>\n <li>A WordPress community member <a href=\"https://wptavern.com/new-toolkit-simplifies-the-process-of-creating-gutenberg-blocks\">has released a toolkit</a> to help developers build blocks for Gutenberg.</li>\n <li>The community team that works to improve the WordPress hosting experience is relatively young, but <a href=\"https://make.wordpress.org/hosting/2018/01/25/hosting-meeting-notes-january-10-2018/\">they have been making some great progress recently</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5541\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.9.2 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2018/01/wordpress-4-9-2-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jan 2018 23:00: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5376\";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:\"WordPress 4.9.2 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately. An XSS vulnerability was discovered in the Flash fallback files in MediaElement, a library that is included with WordPress. Because the Flash files are no longer needed for […]\";s: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:\"Ian Dunn\";s: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:3946:\"<p>WordPress 4.9.2 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n<p>An XSS vulnerability was discovered in the Flash fallback files in MediaElement, a library that is included with WordPress. Because the Flash files are no longer needed for most use cases, they have been removed from WordPress.</p>\n\n<p>MediaElement has released a new version that contains a fix for the bug, and <a href=\"https://wordpress.org/plugins/mediaelement-flash-fallbacks/\">a WordPress plugin containing the fixed files</a> is available in the plugin repository.</p>\n\n<p>Thank you to the reporters of this issue for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible security disclosure</a>: <a href=\"https://opnsec.com\">Enguerran Gillier</a> and <a href=\"https://widiz.com/\">Widiz</a>.</p>\n\n<p>21 other bugs were fixed in WordPress 4.9.2. Particularly of note were:</p>\n\n<ul>\n <li>JavaScript errors that prevented saving posts in Firefox have been fixed.</li>\n <li>The previous taxonomy-agnostic behavior of <code>get_category_link()</code> and <code>category_description()</code> was restored.</li>\n <li>Switching themes will now attempt to restore previous widget assignments, even when there are no sidebars to map.<br /></li>\n</ul>\n\n<p>The Codex has <a href=\"https://codex.wordpress.org/Version_4.9.2\">more information about all of the issues fixed in 4.9.2</a>, if you'd like to learn more.</p>\n\n<p><a href=\"https://wordpress.org/download/\"></a><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.2</a> or venture over to Dashboard → Updates and click "Update Now." Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.2:</p>\n\n<p><a href=\"https://profiles.wordpress.org/0x6f0/\">0x6f0</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/chasewg/\">chasewg</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/hardik-amipara/\">Hardik Amipara</a>, <a href=\"https://profiles.wordpress.org/ionvv/\">ionvv</a>, <a href=\"https://profiles.wordpress.org/jaswrks/\">Jason Caldwell</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnschulz/\">johnschulz</a>, <a href=\"https://profiles.wordpress.org/juiiee8487/\">Juhi Patel</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/rabmalin/\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999/\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.<strong></strong><br /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5376\";s: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:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: December 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2018/01/the-month-in-wordpress-december-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Jan 2018 10:00:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5424\";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:311:\"Activity slowed down in December in the WordPress community, particularly in the last two weeks. However, the month started off with a big event and work pushed forward in a number of key areas of the project. Read on to find out more about what transpired in the WordPress community as 2017 came to 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4711:\"<p>Activity slowed down in December in the WordPress community, particularly in the last two weeks. However, the month started off with a big event and work pushed forward in a number of key areas of the project. Read on to find out more about what transpired in the WordPress community as 2017 came to a close.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordCamp US 2017 Brings the Community Together</h2>\n\n<p>The latest edition of <a href=\"https://2017.us.wordcamp.org/\">WordCamp US</a> took place last month in Nashville on December 1-3. The event brought together over 1,400 WordPress enthusiasts from around the world, fostering a deeper, more engaged global community.</p>\n\n<p>While attending a WordCamp is always a unique experience, you can catch up on <a href=\"https://wordpress.tv/event/wordcamp-us-2017/\">the sessions on WordPress.tv</a> and look through <a href=\"https://www.facebook.com/pg/WordCampUSA/photos/?tab=albums\">the event photos on Facebook</a> to get a feel for how it all happened. Of course, <a href=\"https://wordpress.tv/2017/12/04/matt-mullenweg-state-of-the-word-2017/\">Matt Mullenweg’s State of the Word</a> talk is always one of the highlights at this event.</p>\n\n<p>The next WordCamp US will be held in Nashville again in 2018, but if you would like to see it hosted in your city in 2019 and 2020, then <a href=\"https://make.wordpress.org/community/2017/12/19/apply-to-host-wordcamp-us-2019-2020/\">you have until February 2 to apply</a>.</p>\n\n<h2>WordPress User Survey Data Is Published</h2>\n\n<p>Over the last few years, tens of thousands of WordPress users all over the world have filled out the annual WordPress user survey. The results of that survey are used to improve the WordPress project, but that data has mostly remained private. This has changed now and <a href=\"https://wordpress.org/news/2017/12/wordpress-user-survey-data-for-2015-2017/\">the results from the last three surveys are now publicly available</a> for everyone to analyze.</p>\n\n<p>The data will be useful to anyone involved in WordPress since it provides a detailed look at who uses WordPress and what they do with it — information that can help inform product development decisions across the board.</p>\n\n<h2>New WordPress.org Team for the Tide Project</h2>\n\n<p>As announced at WordCamp US, <a href=\"https://make.wordpress.org/tide/2017/12/02/new-home/\">the Tide project is being brought under the WordPress.org umbrella</a> to be managed and developed by the community.</p>\n\n<p>Tide is a series of automated tests run against every plugin and theme in the directory to help WordPress users make informed decisions about the plugins and themes that they choose to install.</p>\n\n<p>To get involved in developing Tide, jump into the #tide channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/tide/\">the Tide team blog</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>If you’re following the development of Gutenberg, or if you want a primer on where it’s headed, then <a href=\"https://wordpress.tv/2017/12/10/morten-rand-hendriksen-gutenberg-and-the-wordpress-of-tomorrow/\">Morten Rand-Hendriksen’s talk from WordCamp US</a> is a must watch.</li>\n <li>The annual surveys for WordPress <a href=\"https://wordpressdotorg.polldaddy.com/s/2017-annual-meetup-member-survey\">meetup members</a> and <a href=\"https://wordpressdotorg.polldaddy.com/s/2017-annual-meetup-organizer-survey\">meetup organizers</a> are available for people to fill out — if you’re involved in or attend your local meetup group then be sure to complete those.</li>\n <li>10up has <a href=\"https://distributorplugin.com/\">a brand new plugin in beta</a> that will assist with powerful and flexible content publishing and syndication across WordPress sites.</li>\n <li><a href=\"https://make.wordpress.org/community/2017/12/07/should-we-change-the-default-wordcamp-theme-to-campsite-2017/\">The Community Team is exploring a move</a> to make the recently developed CampSite theme the default theme for all new WordCamp websites. This is the theme that was developed and employed for <a href=\"https://2017.europe.wordcamp.org\">WordCamp Europe 2017</a>.</li>\n <li>The team working on the multisite features of WordPress Core has recently published <a href=\"https://make.wordpress.org/core/2017/12/19/multisite-roadmap-published/\">their planned roadmap for development</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5424\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 14 Apr 2018 14:47:55 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 12 Apr 2018 20:12:01 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20171003162754\";}','no'),(2357,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1523760475','no'),(2358,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1523717275','no'),(2359,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1523760475','no'),(2360,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt: Russell’s Treadmill\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48043\";s:7:\"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://ma.tt/2018/04/russells-treadmill/\";s: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:704:\"<p>From <a href=\"https://www.amazon.com/dp/B015D3X0YG\">Bertrand Russell’s A Conquest of Happiness</a>.</p>\n\n<blockquote class=\"wp-block-quote\">\n <p>It is very singular how little men seem to realize that they are not caught in the grip of a mechanism from which there is no escape, but that the treadmill is one upon which they remain merely because they have not noticed that it fails to take them up to a higher level.</p>\n</blockquote>\n\n<p>He also says later, “There are two motives for reading a book: one, that you enjoy it; the other, that you can boast about it.” <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f602.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Apr 2018 20:22:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:44:\"Dev Blog: GDPR Compliance Tools in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5728\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2018/04/gdpr-compliance-tools-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:3913:\"<p>GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core. </p>\n\n<h2>What is GDPR?</h2>\n\n<p>GDPR stands for <a href=\"https://en.wikipedia.org/wiki/General_Data_Protection_Regulation\">General Data Protection Regulation</a> and is intended to strengthen and unify data protection for all individuals within the European Union. Its primary aim is to give control back to the EU residents over their personal data. <br /></p>\n\n<p>Why the urgency? Although the GDPR was introduced two years ago, it becomes enforceable starting May 25, 2018.</p>\n\n<h2>Make WordPress GDPR Compliance Team</h2>\n\n<p>Currently, the GDPR Compliance Team understands that helping WordPress-based sites become compliant is a large and ongoing task. The team is focusing on creating a comprehensive core policy, plugin guidelines, privacy tools and documentation. All of this requires your help.<br /></p>\n\n<p>The GDPR Compliance Team is focusing on four main areas:</p>\n\n<ul>\n <li>Add functionality to assist site owners in creating comprehensive privacy policies for their websites.</li>\n <li>Create guidelines for plugins to become GDPR ready.</li>\n <li>Add administration tools to facilitate compliance and encourage user privacy in general.</li>\n <li>Add documentation to educate site owners on privacy, the main GDPR compliance requirements, and on how to use the new privacy tools.</li>\n</ul>\n\n<h2>Don’t we already have a privacy policy?</h2>\n\n<p>Yes and no. That said, The GDPR puts tighter guidelines and restrictions. Though we have many plugins that create privacy pages, we need means to generate a unified, comprehensive privacy policy. We will need tools for users to easily come into compliance.<br /></p>\n\n<p>Site owners will be able to create GDPR compliant privacy policy in three steps:</p>\n\n<ol>\n <li>Adding a dedicated page for the policy.<br /></li>\n <li>Adding privacy information from plugins.</li>\n <li>Reviewing and publishing the policy.</li>\n</ol>\n\n<p>A new “postbox” will be added to the Edit Page screen when editing the policy. All plugins that collect or store user data will be able to add privacy information there. In addition it will alert the site owners when any privacy information changes after a plugin is activated, deactivated, or updated.<br /></p>\n\n<p>There is a new functionality to confirm user requests by email address. It is intended for site owners to be able to verify requests from users for displaying, downloading, or anonymizing of personal data.<br /></p>\n\n<p>A new “Privacy” page is added under the “Tools” menu. It will display new, confirmed requests from users, as well as already fulfilled requests. It will also contain the tools for exporting and anonymizing of personal data and for requesting email confirmation to avoid abuse attempts.<br /></p>\n\n<p>New section on privacy will be added to the <a href=\"https://developer.wordpress.org/plugins/\">Plugin Handbook</a>. It will contain some general information on user privacy, what a plugin should do to be compliant, and also tips and examples on how to use the new privacy related functionality in WordPress.<br /></p>\n\n<p>The new privacy tools are scheduled for release at the end of April or beginning of May 2018.</p>\n\n<h2>How can you get involved?</h2>\n\n<p>We would love to have your help. The first step is awareness and education. For more information about the upcoming privacy tools see <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">the roadmap</a>.</p>\n\n<p>If you would like to get involved in building WordPress Core and testing the new privacy tools, please join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress</a> Slack group.</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, 12 Apr 2018 20:11:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"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: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:103:\"WPTavern: WPWeekly Episode 312 – Dragon Drop, WordPress Accessibility Statement, and WooCommerce GDPR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=79862&preview=true&preview_id=79862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/wpweekly-episode-312-dragon-drop-wordpress-accessibility-statement-and-woocommerce-gdpr\";s: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:1888:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I start the show by sharing our thoughts on Mark Zuckberberg’s congressional hearing. We then discuss what’s new in Gutenberg 2.6 and describe our user experience. We let you know what’s in WooCommerce 3.3.5 and discuss what the development team is doing to prepare for GDPR compliance.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/gutenberg-2-6-introduces-drag-and-drop-block-sorting\">Gutenberg 2.6 Introduces Drag and Drop Block Sorting</a><br />\n<a href=\"https://wptavern.com/theme-review-changes-place-more-onus-onto-theme-authors\">Theme Review Changes Place More Onus Onto Theme Authors</a><br />\n<a href=\"https://wordpress.org/about/accessibility/\">WordPress Accessibility Statement</a><br />\n<a href=\"https://woocommerce.wordpress.com/2018/04/10/woocommerce-3-3-5-fix-release-notes/\">WooCommerce 3.3.5 Released</a><br />\n<a href=\"https://woocommerce.wordpress.com/2018/04/10/how-were-tackling-gdpr-in-woocommerce-core/\">How WooCommerce is tackling GDPR</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://atomicblocks.com/introducing-the-atomic-blocks-plugin-and-theme/\">AtomBlocks by Mike McAlister</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 18th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #312:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Apr 2018 01:05:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"HeroPress: Growing Up Rural\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2503\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://heropress.com/growing-up-rural/#utm_source=rss&utm_medium=rss&utm_campaign=growing-up-rural\";s: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:2947:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2015/10/ImpactForOthers-HeroPress-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I hope and pray that in some small way I\'ll be able to take what I\'ve learned and make an impact for others.\" /><p>This week’s throwback essay is titled “<a href=\"https://heropress.com/essays/i-dont-know-anything-and-thats-ok/\">I don’t know anything, and that’s ok</a>“. It was written back in 2015 by my friend Kyle. He and I grew up in similar circumstances; far from a hub of civilization, in a relatively economically depressed area, without the best education opportunities.</p>\n<p>Yet he and I both managed to find the web, dive in, and find home. We support our families and find joy in the work we produce. I’m not sure there’s a better way to live than that.</p>\n<p>Check out Kyle’s essay and let him know what you think.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/i-dont-know-anything-and-thats-ok/\">I Don’t Know Anything and That’s OK</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Growing Up Rural\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Growing%20Up%20Rural&via=heropress&url=https%3A%2F%2Fheropress.com%2Fgrowing-up-rural%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Growing Up Rural\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fgrowing-up-rural%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fgrowing-up-rural%2F&title=Growing+Up+Rural\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Growing Up Rural\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/growing-up-rural/&media=https://heropress.com/wp-content/uploads/2015/10/ImpactForOthers-HeroPress-150x150.jpg&description=Growing Up Rural\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Growing Up Rural\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/growing-up-rural/\" title=\"Growing Up Rural\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/growing-up-rural/\">Growing Up Rural</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Apr 2018 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:\"\";}}}}}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:65:\"WPTavern: Theme Review Changes Place More Onus Onto Theme Authors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79771\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/theme-review-changes-place-more-onus-onto-theme-authors\";s: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:2093:\"<p>The WordPress Theme Review team has <a href=\"https://make.wordpress.org/themes/2018/04/09/changes-in-theme-review-process/\">implemented changes</a> that simplify the process and places more responsibility onto theme authors. Theme reviewers now only need to check the following items to pass a theme.</p>\n\n<ul>\n <li>Licensing</li>\n <li>Malicious or egregious stuff</li>\n <li>Content Creation</li>\n <li>Security</li>\n</ul>\n\n<p>Although the bar to pass a theme is significantly lower, theme authors are still expected to follow the <a href=\"https://make.wordpress.org/themes/handbook/review/required/\">required</a> and <a href=\"https://make.wordpress.org/themes/handbook/review/recommended/\">recommended</a> requirements listed in the theme handbook.</p>\n\n<p>Moderators will check themes after they’ve gone live to make sure the author is following guidelines. If a moderator discovers any issues, a request will be made to the theme author to correct them. Failure to do so could lead to a temporary or permanent suspension.</p>\n\n<p>Justin Tadlock <a href=\"https://make.wordpress.org/themes/2018/04/09/changes-in-theme-review-process/#comment-43128\">clarified</a> in the comments examples of egregious issues.</p>\n\n<ul>\n <li>Illegal</li>\n <li>Dishonest</li>\n <li>Morally offensive</li>\n <li>PHP Errors</li>\n</ul>\n\n<p>In the past two years, The Theme Review Team has battled the theme review queue with moderate success. <a href=\"https://wptavern.com/wordpress-theme-review-team-making-progress-on-clearing-out-1000-review-backlog\">In early 2017</a>, the number of themes in the queue dropped below 200. Although there has been some work on automating the process, it’s largely reliant on humans.</p>\n\n<p>Even though it hasn’t been updated in more than a year, theme authors are highly encouraged to use the <a href=\"https://wordpress.org/plugins/theme-check/\">Theme Check plugin</a> before submitting themes for review.</p>\n\n<p>With a simplified process to get a theme live, reviewers are hoping it will free them up to focus on larger projects.</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, 10 Apr 2018 23:45: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:\"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:62:\"WPTavern: Gutenberg 2.6 Introduces Drag and Drop Block Sorting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79658\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/gutenberg-2-6-introduces-drag-and-drop-block-sorting\";s: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:1729:\"<p><a href=\"https://wordpress.org/plugins/Gutenberg/\">Gutenberg 2.6</a> is available for download and with it, comes a new way of sorting blocks. In addition to using up and down arrows, this version introduces the ability to sort blocks by <a href=\"https://github.com/WordPress/gutenberg/issues/6041\">dragging and dropping</a>.</p>\n\n<p>If you hover the cursor over the up and down arrows on the left side of a block, you’ll see a hand icon. Simply click, hold, and drag the block up or down below or above the blue indicator.</p>\n\n\n \n\n\n<p>In my limited testing, I found drag and drop to be hit or miss. Sometimes, when I try to drag and drop a block, the blue line doesn’t show up.</p>\n\n<p>The hand icon for the cursor is different for the top and bottom of the block. You can drag a block by hovering over the bottom of it but you can’t do it from the top.</p>\n\n<img />\n Hovering the cursor at the top of the block\n\n\n<img />\n Hovering the cursor at the bottom of the block\n\n\n<p>I also found it difficult to add a new block manually. For example, when I add a paragraph block, I don’t see the Plus icon to create a new block underneath it anymore.</p>\n\n<p>Pressing enter at the end of a paragraph creates a new Paragraph block automatically. But I don’t know how to transform it into an image block. I’ll need to do more testing to figure out what’s going on. <br /></p>\n\n<p>There’s a host of <a href=\"https://make.wordpress.org/core/2018/04/05/whats-new-in-gutenberg-5th-april/\">other improvements and bug fixes </a>in this release, some of which I covered <a href=\"https://wptavern.com/an-update-to-my-gutenberg-experience\">in this post</a>. <br />. <br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Apr 2018 00:09:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:49:\"Post Status: Designing the news — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=45154\";s:7:\"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://poststatus.com/designing-the-news-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1904:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p><span>In this episode, Brian and Brian discuss a variety of news topics spanning design, development, and business. Tune in to learn about the history of WordPress and the web, the newest TechCrunch redesign, a WordCamp for WordCamp organizers, and more.</span></p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://zeen101.com/for-developers/leakypaywall/\">Leaky Paywall</a></li>\n<li><a href=\"https://designintech.report/\">2018 Design in Tech report</a></li>\n<li><a href=\"https://gutenberg.courses/development/\">Gutenberg Development Course</a></li>\n<li><a href=\"https://techcrunch.com/2018/03/13/welcome-to-the-new-techcrunch/\">TechCrunch redesign</a></li>\n<li><a href=\"https://thehistoryoftheweb.com/the-story-of-wordpress/\">WordPress turns 15</a>, via History of the Web</li>\n<li><a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">Proposal for a WordCamp for WordCamp organizers </a></li>\n</ul>\n<h3>Sponsor: Gravity Forms</h3>\n<p><a href=\"http://www.gravityforms.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">Gravity Forms</a> makes the best web forms on the planet. Over a million WordPress sites are already using Gravity Forms. Is yours? Thanks to Gravity Forms for being a Post Status partner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Apr 2018 18:36: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:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:46:\"WPTavern: An Update to My Gutenberg 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79564\";s:7:\"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://wptavern.com/an-update-to-my-gutenberg-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2508:\"<p>Not long after I published <a href=\"https://wptavern.com/my-gutenberg-experience-thus-far\">my experience with Gutenberg</a>, developers reached out to me to work on some of the issues I mentioned. Riad Benguella <a href=\"https://github.com/WordPress/gutenberg/pull/5902\">figured out</a> why meta boxes were not collapsing or expanding.</p>\n\n<p>It turns out that some meta boxes depend on the post script which has a side effect of calling the window.postboxes.add_postbox_toggles( postType ) twice, causing meta boxes to break.</p>\n\n<p>Gutenberg 2.6 <a href=\"https://make.wordpress.org/core/2018/04/05/whats-new-in-gutenberg-5th-april/\">released earlier this week</a>, fixes the issue and all meta boxes function properly again. This also fixes the issue I had with the Telegram for WordPress plugin. <br /></p>\n\n<p><a href=\"https://wordpress.org/plugins/public-post-preview/\">Public Post Preview</a> still doesn’t work in Gutenberg but the plugin’s developer, Dominik Schilling, shared some experiments he has conducted with adding support for Gutenberg on Twitter.</p>\n\n\n <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Can\'t wait for seeing Gutenberg in WordPress core. So many new possibilities. Even for Public Post Preview (<a href=\"https://t.co/Xsw9hugxKT\">https://t.co/Xsw9hugxKT</a>). With just a few lines I was able to create this: <a href=\"https://t.co/fxyuBIMPOl\">pic.twitter.com/fxyuBIMPOl</a></p>— Dominik Schilling <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f30a.png\" alt=\"?\" class=\"wp-smiley\" /> (@ocean90) <a href=\"https://twitter.com/ocean90/status/980420608822562816?ref_src=twsrc%5Etfw\">April 1, 2018</a></blockquote>\n\n\n<p>In the preview video, you can see Public Post Preview’s options added to the sidebar and in addition to generating a link, you can choose when that URL expires which is better than what’s currently available in the plugin.</p>\n\n<p>I mentioned how Tags would sometimes disappear and there overall behavior was inconsistent. This <a href=\"https://github.com/WordPress/gutenberg/pull/5913\">pull request </a>that made it into Gutenberg 2.6, fixes the issue by only including the term in the Tag selector if it’s known.</p>\n\n<p>Although I’m still bummed that certain plugins are not yet compatible with Gutenberg, I’m pretty happy that two of the major pain points I experienced have been fixed. Thanks to Riad, Tammie Lister, and others for helping to solve these problems so quickly. </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, 06 Apr 2018 21:29: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: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:61:\"WPTavern: A WordCamp for Organizers Is in the Planning Stages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79513\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/a-wordcamp-for-organizers-is-in-the-planning-stages\";s: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:2684:\"<p>Last year, Drew Jaynes and Carol Stambaugh <a href=\"https://make.wordpress.org/community/2017/08/16/proposed-event-wordcamp-for-wordcamp-organizers/\">proposed</a> a new WordCamp event geared towards organizers to the WordPress Community Team. After fleshing out the details and discussing the idea over the course of seven months, the duo <a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">has announced</a> that a WordCamp for Organizers is officially on the table.</p>\n\n<p>The goal of the event is to provide an opportunity for meetup and WordPress event organizers to share their experience with others in the community. The plan is to host a one-day event a day or two before <a href=\"https://2018.us.wordcamp.org/\">WordCamp US</a> in Nashville, TN, later this year.</p>\n\n<p>“The idea for WordCamp for Organizers – what some of us affectionately refer to as ‘dotOrganize’ – was really borne out of many conversations I’ve had over the years with others in the WordPress community lamenting the lack of a ready knowledge sharing opportunity between event organizers,” Jaynes said.</p>\n\n<p>“One common thread seemed to be the idea of common lessons learned, and how awesome it would be to just have an event for organizers to get together and swap tips and tricks. </p>\n\n<p>“We’re all here organizing the same community, maybe we should get together and trade notes! And so we now have a new topic-based WordCamp just for organizers. </p>\n\n<p>“It’s kind of meta – organizing a WordCamp for Organizers, but I really feel like this could be a boon for anybody currently organizing or looking to start organizing in WordPress. Exciting!”</p>\n\n<p>Some of the session topics that could be presented on include:</p>\n\n<ul>\n <li>Spreading the word about your community events</li>\n <li>Tips for wrangling speakers, volunteers, and sponsors</li>\n <li>Conflict resolution among organizing teams</li>\n <li>How to respond to a code of conduct issue</li>\n <li>Finding and using official organizing tools and resources<br /></li>\n</ul>\n\n<p>The team is seeking volunteers who can spend 2-4 hours per week to help organize the event. Although it’s focused on organizers, those who have attended many conferences, including WordCamps, with little event organizing experience, are encouraged to join the team.</p>\n\n<p>If you’re interested in volunteering, please leave a comment on the <a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">official announcement post</a>. </p>\n\n<p><br /></p><br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Apr 2018 00:22:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:57:\"WPTavern: Jetpack 6.0 Takes Steps Towards GDPR Compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79459\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wptavern.com/jetpack-6-0-takes-steps-towards-gdpr-compliance\";s: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:1148:\"<p>Jetpack 6.0 <a href=\"https://jetpack.com/2018/04/03/jetpack-6-0/\">is available</a> for upgrade. It comes with improvements to the social media icons widget, enhanced brute force protection, and better compatibility between WooCommerce and Jetpack.</p>\n\n<p>Its headlining features though are privacy related as the <a href=\"https://www.eugdpr.org/\">General Data Protection Regulation</a> (GDPR) is set to go into effect May 25th. In 6.0, Jetpack has a dedicated privacy settings page that links to privacy documents and includes a way to opt-out of activity tracking.</p>\n\n<p>These settings can be accessed by clicking the Privacy link at the bottom of the Jetpack Dashboard page. </p>\n\n<img />\n Jetpack 6.0 Privacy Settings\n\n\n<p>The '<a href=\"https://jetpack.com/support/what-data-does-jetpack-sync/\">What Data Does Jetpack Sync</a>' page outlines what data is used, how it's used, the relationship it has with the WordPress mobile apps, and provides an inside look at how Jetpack works.</p>\n\n<p>These are the first steps towards GDPR compliance with more updates planned before the regulation goes into effect next month. </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, 05 Apr 2018 23:20:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:94:\"WPTavern: WPWeekly Episode 311 – Jetpack 6.0, WordPress 4.9.5, and A WordCamp for Organizers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=79447&preview=true&preview_id=79447\";s:7:\"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:\"https://wptavern.com/wpweekly-episode-311-jetpack-wordpress-4-9-5-and-a-wordcamp-for-organizers\";s: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:1628:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss a <a href=\"https://glueckpress.com/9336/amp-and-wordpress/\">great article</a> published by Caspar Hübinger on AMP and WordPress. We cover what’s new in WordPress 4.9.5, Jetpack 6.0, and a WordCamp geared toward organizers.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-4-9-5-squashes-25-bugs\">WordPress 4.9.5 Squashes 25 Bugs</a><br />\n<a href=\"https://wptavern.com/try-gutenberg-prompt-pushed-back-to-a-later-release\">‘Try Gutenberg’ Prompt Pushed Back to A Later Release</a><br />\n<a href=\"https://jetpack.com/2018/04/03/jetpack-6-0/\">Jetpack 6.0 Released</a><br />\n<a href=\"https://make.wordpress.org/community/2018/04/03/code-of-conduct-survey/\">Code of Conduct Survey</a><br />\n<a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">Want to Help Organize a WordCamp for Organizers?</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 11th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #311:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Apr 2018 01:15: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:\"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: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:\"HeroPress: The Year I Got Cancer Was The Year My WordPress Business Took Off\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2497\";s:7:\"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:204:\"https://heropress.com/essays/the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off/#utm_source=rss&utm_medium=rss&utm_campaign=the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off\";s: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:8809:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/04/040418-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Take care of yourselves and of each other, it\'s very important.\" /><p>In 2010 I was beginning to take on client work creating WordPress web sites when I was diagnosed with ovarian cancer. Ironically, at 43 years old I was more fit and healthy than I had ever been in my entire life. I had been running road marathons and trail ultra marathons for a few years leading up to my diagnosis. Good thing too, because surgery and treatment were obviously very tough.</p>\n<p>I was transitioning my design studio from analog to digital. Previously, I was working as a professional artist and illustrator creating commission portraiture and college mascot illustrations with some moderate successes. My background is in Fine Art and Design. I studied Drawing, Sculpture, & Time Arts. (2D, 3D & 4D – 4D can be described as: Length, width, height, and time/ motion) Naturally, as a Time Arts artist/illustrator I love the web! I love designing for the web and mobile too. Web work is immediately gratifying. I do design for both the web and print but I have always felt drawn to the web as it is more accessible, more fluid, dynamic, interconnected, animated, media rich, and well … if you are reading this then you already get the picture. <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<blockquote><p>To get through treatment it was important to me that I still work every day.</p></blockquote>\n<p>Some days it was just a couple hours in the afternoon but it really helped me to cope and endure unplanned surgery and many painful chemotherapy treatments. I had recently completed a couple of websites with the help of my mentor Jerry Turk. Those sites had good reach. I mean they were the kind of sites that groups of people used and managed so I got some attention for the work and word of mouth spread locally.</p>\n<p>It was while getting through that period of treatment and the shock of a devastating diagnosis that my digital design agency really got legs. It could not have happened at a better time. So, my studio, C&D Studios – <a href=\"https://CandDStudios.com\">https://CandDStudios.com</a> continued it’s move towards being 100% digital. No more analog photography and not much more drawing at the drawing table either. Now my work was nearly 100% focused on screens and it would also begin to pay the bills. That was eight years ago. I was very fortunate to learn using reliable frameworks, themes, plug-ins, and hosts that would also stand the test of time. Thank you Genesis Framework, StudioPress and Gravity Forms to name a few…</p>\n<p>Fast forward to 2016 after having been cancer free all those years and cranking out a lot of agency work, I had a cancer reoccurrence. I never wanted cancer to be part of my story and I tried to deny or overcome it in all ways but it had resurfaced in October of 2016. Professionally, I was involved in collaborating on very large scale enterprise sites with teams. I was spending the year testing the waters at a new level of production. It was not good timing to require another surgery and 18 more rounds of chemotherapy. Fortunately, I found support in the community from other designers and developers whom helped me to the finish lines with 3 large projects in areas of e-commerce, college membership and enterprise site work -one with a large volume of SVG animations. After surgery, in February of 2017 I completed 18 rounds of chemotherapy treatments.</p>\n<blockquote><p>I have survived and am cancer free once again!</p></blockquote>\n<p>While going through treatment the second time I was not really focused on what good thing will I be able to grow towards professionally. Honestly, when you go through these things in life – you just spend your energy getting through as best as you can. I think it is worth noting here that while a positive attitude is great and it can improve a patient’s overall experience. Please don’t tell people they will survive cancer because of their positive attitude. Cancer is horrible, it does not discriminate and when people can’t beat a disease with their mental attitude they end up blaming themselves unnecessarily. That is not good. That is not what people intend when then try to offer support in that way but that is something I wanted to share.</p>\n<p>Now I have landed on the other side of treatment again and as I reflect, it’s been a really epic year! Our WordPress community has been open and supportive, welcoming me at conferences, online, and in slack groups, whether I had hair, energy, or resources – always welcoming and always encouraging. Over the years I have made some wonderful friends through WordPress! Some of us have been at this for a long time and we now have many shared experiences and skills.</p>\n<h3>Having Survived Again I’m Launching a WordPress Product</h3>\n<p>Having survived again, and having been inspired at PressNomics in Tempe last spring, I’m busy launching a mobile product/service with my team Dr. Kendra Remington and Rita Best called <a href=\"https://docswithapps.com\">Docs With Apps</a>.</p>\n<p>I still accept some client work, and some retainer work but I’m pretty selective about the projects we work on “in house.”</p>\n<p>I love SVG animation work so in 2018 I’m overjoyed to be doing more contracted SVG animation work with my collaborator Jackie D’Elia. Hit us up!!</p>\n<p>These are some very wonderful times in technology and within the Internet of things. I feel very grateful to have been able to ride the digital wave into the present and future. At WCUS in Nashville I began the process of contributing to make WordPress after having spent many years empowering others with it.</p>\n<p>When I was young I needed a way to get my portfolio on line and that is how I got started. Thank you for the opportunity to share my story, to publicly thank my husband Dominic, my family, and friends too. The future is going to be awesome!</p>\n<p>Take care of yourself and of each other, it’s very important.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: The Year I Got Cancer Was The Year My WordPress Business Took Off\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=The%20Year%20I%20Got%20Cancer%20Was%20The%20Year%20My%20WordPress%20Business%20Took%20Off&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fthe-year-i-got-cancer-was-the-year-my-wordpress-business-took-off%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: The Year I Got Cancer Was The Year My WordPress Business Took Off\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fthe-year-i-got-cancer-was-the-year-my-wordpress-business-took-off%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fthe-year-i-got-cancer-was-the-year-my-wordpress-business-took-off%2F&title=The+Year+I+Got+Cancer+Was+The+Year+My+WordPress+Business+Took+Off\" rel=\"nofollow\" target=\"_blank\" title=\"Share: The Year I Got Cancer Was The Year My WordPress Business Took Off\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off/&media=https://heropress.com/wp-content/uploads/2018/04/040418-150x150.jpg&description=The Year I Got Cancer Was The Year My WordPress Business Took Off\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: The Year I Got Cancer Was The Year My WordPress Business Took Off\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off/\" title=\"The Year I Got Cancer Was The Year My WordPress Business Took Off\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off/\">The Year I Got Cancer Was The Year My WordPress Business Took Off</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Apr 2018 12:00: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:11:\"Cathi Bosco\";s: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:42:\"WPTavern: WordPress 4.9.5 Squashes 25 Bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79399\";s:7:\"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://wptavern.com/wordpress-4-9-5-squashes-25-bugs\";s: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:940:\"<p>WordPress 4.9.5 <a href=\"https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/\">is available</a> for download and is a maintenance and security release. WordPress 4.9.4 and earlier versions are affected by three security issues. The following security hardening changes are in 4.9.5.</p>\n\n<ul>\n <li>Localhost is no longer treated as the same host by default.<br /></li>\n <li>Safe redirects are used when redirecting the login page if SSL is forced.</li>\n <li>Versions strings are correctly escaped for use in generator tags.</li>\n</ul>\n\n<p>Twenty-five bugs are fixed in this release including, improve compatibility with PHP 7.2, previous styles on caption shortcodes are restored, and clearer error messages. To see a full list of changes along with their associated trac tickets, check out <a href=\"https://make.wordpress.org/core/2018/04/02/wordpress-4-9-5/\">the detailed release post</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Apr 2018 23:02: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: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:58:\"Dev Blog: WordPress 4.9.5 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6336:\"<p>WordPress 4.9.5 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n<p>WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented in 4.9.5:</p>\n\n<ol>\n <li>Don't treat <code>localhost</code> as same host by default.</li>\n <li>Use safe redirects when redirecting the login page if SSL is forced.</li>\n <li>Make sure the version string is correctly escaped for use in generator tags.</li>\n</ol>\n\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">coordinated security disclosure</a>: <a href=\"https://profiles.wordpress.org/xknown\">xknown</a> of the WordPress Security Team, <a href=\"https://hackerone.com/nitstorm\">Nitin Venkatesh (nitstorm)</a>, and <a href=\"https://twitter.com/voldemortensen\">Garth Mortensen</a> of the WordPress Security Team.</p>\n\n<p>Twenty-five other bugs were fixed in WordPress 4.9.5. Particularly of note were:</p>\n\n<ul>\n <li>The previous styles on caption shortcodes have been restored.</li>\n <li>Cropping on touch screen devices is now supported.</li>\n <li>A variety of strings such as error messages have been updated for better clarity.</li>\n <li>The position of an attachment placeholder during uploads has been fixed.</li>\n <li>Custom nonce functionality in the REST API JavaScript client has been made consistent throughout the code base.</li>\n <li>Improved compatibility with PHP 7.2.</li>\n</ul>\n\n<p><a href=\"https://make.wordpress.org/core/2018/04/03/wordpress-4-9-5/\">This post has more information about all of the issues fixed in 4.9.5 if you'd like to learn more</a>.</p>\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.5</a> or venture over to Dashboard → Updates and click \"Update Now.\" Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.5:</p>\n\n<p><a href=\"https://profiles.wordpress.org/1265578519-1/\">1265578519</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/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/alexgso/\">alexgso</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrei0x309/\">andrei0x309</a>, <a href=\"https://profiles.wordpress.org/antipole/\">antipole</a>, <a href=\"https://profiles.wordpress.org/aranwer104/\">Anwer AR</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/blair-jersyer/\">Blair jersyer</a>, <a href=\"https://profiles.wordpress.org/bandonrandon/\">Brooke.</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/codegrau/\">codegrau</a>, <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/electricfeet/\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/ericmeyer/\">ericmeyer</a>, <a href=\"https://profiles.wordpress.org/fpcsjames/\">FPCSJames</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a>, <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/lancewillett/\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mrmadhat/\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/nandorsky/\">nandorsky</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/qcmiao/\">qcmiao</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/ravanh/\">RavanH</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sebastienthivinfocom/\">Sebastien SERRE</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale/\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/kwonye/\">Will Kwon</a>, and <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</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, 03 Apr 2018 19:56:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s: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:67:\"WPTavern: ‘Try Gutenberg’ Prompt Pushed Back to A Later Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79273\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/try-gutenberg-prompt-pushed-back-to-a-later-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4312:\"<p>Last week, <a href=\"https://wptavern.com/in-wordpress-4-9-5-users-will-be-two-clicks-away-from-installing-and-activating-gutenberg-from-the-dashboard\">we reported</a> that WordPress 4.9.5 would ship with a call-out prompt that asks users if they want to try the new editor experience.</p>\n\n<p>Within the comments of the post, Gary Pendergast, who works for Automattic, is a WordPress core contributor, and a lead developer on the Gutenberg project, <a href=\"https://wptavern.com/in-wordpress-4-9-5-users-will-be-two-clicks-away-from-installing-and-activating-gutenberg-from-the-dashboard#comment-246119\">informed us</a> that the prompt would not be in WordPress 4.9.5. Instead, it will ship in a later version once it has gone through a few more refinements.</p>\n\n<blockquote class=\"wp-block-quote\">\n <p>Change of plans, this won’t be happening in the 4.9.5 release: there are still a few issues we’d like to fix up the callout happens, they won’t be done in time for the 4.9.5 release. I expect there will be a smaller 4.9.6 release that contains this callout, and any bugfixes that happen to be ready.</p><cite>Gary Pendergast</cite></blockquote>\n\n<p>Reverting the call-out has <a href=\"https://core.trac.wordpress.org/ticket/41316\">extended the conversation</a> surrounding its implementation. Jadon N who works for InMotion hosting and is a contributor to the <a href=\"https://make.wordpress.org/chat/\">#hosting-community slack channel</a>, says the hosting-community group is working on ideas to help test popular plugins for Gutenberg compatibility.</p>\n\n<blockquote class=\"wp-block-quote\">\n <p>We have been working to expand our collection of data about how well plugins function with Gutenberg. To help with that effort, we would like to explore using feedback collected from WordPress users through the Try Gutenberg effort to add to the existing database on WordPress plugin compatibility if that could be worked out. </p>\n <p>The goal of this project is to make sure everyone can use Gutenberg without having to worry about plugin incompatibilities.</p><cite>Jadon N</cite></blockquote>\n\n<p>The <a href=\"https://plugincompat.danielbachhuber.com/\">Gutenberg Plugin Compatibility Database project</a> launched by Daniel Bachhuber last month attempts to determine which popular plugins are already compatible with Gutenberg by having volunteers test them in a sandboxed environment.</p>\n\n<p>Out of the 4,213 plugins in the database, 84% have an unknown compatibility status. Out of 610 plugins that have been tested, 82% don't include editor functionality.</p>\n\n<p>Pendergast <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:92\">supports the idea</a> of hosts collecting a wide range of testing data and turning it into actionable items for the team to work on. There's also been some discussion on creating snapshots of plugin compatibility and filtering those results into Bachhuber's project.</p>\n\n<p>Chris Lema, Vice President of Products at LiquidWeb, <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:98\">responded</a> in the trac ticket with a suggestion that the team place as much emphasis on the Learn More and Report Issues sections as the Try Gutenberg message. He also added a prototype screenshot of what the call-out could look like. <br /></p>\n\n<img />\n Gutenberg Call Out Prototype by Chris Lema\n\n\n<p>\"The reality is that people don't read a lot, so people may not fully grasp the 'testing' part given the proposed design,\" Lema said. \"When there are equal weight to the design, the message also carries with it the same equality.\"</p>\n\n<p>One of the best suggestions I've read comes <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:98\">from Bachhuber</a>. He suggests displaying the prompt to a small percentage of WordPress sites to prevent thousands of users from re-reporting known issues with Gutenberg. It would also help lessen the load on the support forums.</p>\n\n<p>One of my main concerns with the call-out is the lack of upfront information to the user that it is beta software and it could cause adverse affects on their site. Lema's prototype does a great job of informing the user of this possibility and a link to known issues is a great enhancement. 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, 03 Apr 2018 00:13: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: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: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:21:\"Matt: Goose-down Nape\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48011\";s:7:\"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:\"https://ma.tt/2018/04/goose-down-nape/\";s: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:1378:\"<p>There was a <a href=\"https://www.nytimes.com/2018/03/28/magazine/poem-the-nod.html\">beautiful poem by Kayo Chingonyi in the New York Magazine this week</a> titled The Nod:</p>\n\n<blockquote class=\"wp-block-quote\">\n <p>When we’re strangers that pass each other<br />in the street, it will come down to this tilt<br />of the head — acknowledging another<br />version of events set in a new-build<br />years from now, a mess of a place filled<br />with books and records, our kids thick as thieves<br />redefining all notions of mischief.</p>\n <p>Perhaps our paths will cross in a city<br />of seven hills as the light draws your face<br />out from the bliss of anonymity.<br />Maybe you’ll be stroking the goose-down nape<br />of a small child with eyes the exact shade<br />of those I met across a room at the start<br />of this pain-in-the-heart, this febrile dance.</p>\n</blockquote>\n\n<p>When I hear \"seven hills\" my mind immediately goes to Rome, then San Francisco, but <a href=\"https://en.wikipedia.org/wiki/List_of_cities_claimed_to_be_built_on_seven_hills\">Wikipedia has a helpful list of cities that claim to be built on seven hills</a>.</p>\n\n<p>A friend pointed out <em>The Nod</em> is a <a href=\"https://www.familyfriendpoems.com/poem/the-invitation-by-oriah-mountain-dreamer\">fine complement to <em>The Invitation</em> by Oriah Mountain Dreamer</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, 03 Apr 2018 00:05: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: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: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:77:\"Post Status: Contextualized Learning in or around WordPress — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=44987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://poststatus.com/contextualized-learning-in-or-around-wordpress-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1838:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p><span>In this episode, the dynamic Brian duo discuss the highly-anticipated return of WordSesh, the different ways in which we all learn the same, and some of the problems we face in skill building. The guys also spend time finding and contacting the addressable market around WordPress, characterizing a business as WordPress-focused vs providing WordPress services in the context of a broader market, and some of the nuances of providing contextualized services (whether they be training, consulting, or otherwise).</span></p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://www.nbcnews.com/health/health-news/scientists-say-they-ve-discovered-unknown-human-organ-could-help-n860601\">New human organ</a></li>\n<li><a href=\"http://wordsesh.com/\">WordSesh.com</a></li>\n<li><a href=\"https://wpsessions.com/\">WPSessions.com</a></li>\n</ul>\n<h3>Sponsor: OptinMonster</h3>\n<p><a href=\"http://optinmonster.com\">OptinMonster</a> allows you to convert visitors into subscribers. You can easily create & A/B test beautiful lead capture forms without a developer. Be sure to check out their new <a href=\"http://optinmonster.com/announcing-the-inactivitysensor-activity-logs-and-more/\">Inactivity Sensor</a> technology.</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, 02 Apr 2018 19:31: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:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:44:\"Dev Blog: The Month in WordPress: March 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5632\";s:7:\"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/2018/04/the-month-in-wordpress-march-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4323:\"<p>With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March.\n\n</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress Now Powers 30% of the Internet</h2>\n\n<p>Over the last 15 years, the popularity and usage of WordPress has been steadily growing. That growth hit a significant milestone this month when <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">W3Techs reported that WordPress now powers over 30% of sites on the web.</a></p>\n\n<p>The percentage is determined based on W3Techs’ review of the top 10 million sites on the web, and it’s a strong indicator of the popularity and flexibility of WordPress as a platform.</p>\n\n<p>If you would like to have hand in helping to grow WordPress even further, <a href=\"https://make.wordpress.org/\">you can get involved today</a>.</p>\n\n<h2>WordPress Jargon Glossary Goes Live</h2>\n\n<p>The WordPress Marketing Team has been hard at work lately putting together <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">a comprehensive glossary of WordPress jargon</a> to help newcomers to the project become more easily acquainted with things.</p>\n\n<p>The glossary <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">is available here</a> along with a downloadable PDF to make it simpler to reference offline.</p>\n\n<p>Publishing this resource is part of an overall effort to make WordPress more easily accessible for people who are not so familiar with the project. If you would like to assist the Marketing Team with this, you can follow <a href=\"https://make.wordpress.org/marketing/\">the team blog</a> and join the #marketing channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n<h2>Focusing on Privacy in WordPress</h2>\n\n<p>Online privacy has been in the news this month for all the wrong reasons. It has reinforced the commitment of the GDPR Compliance Team to continue working on enhancements to WordPress core that allow site owners to improve privacy standards.</p>\n\n<p>The team's work, and the wider privacy project, spans four areas: Adding tools which will allow site administrators to collect the information they need about their sites, examining the plugin guidelines with privacy in mind, enhancing privacy standards in WordPress core, and creating documentation focused on best practices in online privacy.</p>\n\n<p>To get involved with the project, you can <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">view the roadmap</a>, <a href=\"https://make.wordpress.org/core/tag/gdpr-compliance/\">follow the updates</a>, <a href=\"https://core.trac.wordpress.org/query?status=!closed&keywords=~gdpr\">submit patches</a>, and join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat\">Making WordPress Slack group</a>. Office hours are 15:00 UTC on Wednesdays.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>The WordPress Foundation has published <a href=\"https://wordpressfoundation.org/2017-annual-report/\">their annual report for 2017</a> showing just how much the community has grown over the last year.</li>\n <li>The dates for WordCamp US <a href=\"https://2018.us.wordcamp.org/2018/03/13/announcing-wordcamp-us-2018/\">have been announced</a> — this flagship WordCamp event will be held on 7-9 December this year in Nashville, Tennessee.</li>\n <li>WordPress 4.9.5 is due for release on April 3 — <a href=\"https://make.wordpress.org/core/2018/03/21/wordpress-4-9-5-beta/\">find out more here</a>.</li>\n <li>Version 2.5 of Gutenberg, the new editor for WordPress core, <a href=\"https://make.wordpress.org/core/2018/03/29/whats-new-in-gutenberg-29th-march/\">was released this month</a> with a host of great improvements.</li>\n <li>WordSesh, a virtual WordPress conference, <a href=\"http://wordsesh.com/\">is returning in July this year</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em><br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Apr 2018 08:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:77:\"WPTavern: WPWeekly Episode 310 – Community Management, PHP, and Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=79249&preview=true&preview_id=79249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/wpweekly-episode-310-community-management-php-and-hello-dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2325:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss the news of the week including, the removal of offensive lyrics in Hello Dolly, a request for plugin developers to stop supporting legacy PHP versions, and changes coming in WordPress 4.9.5.</p>\n<p>We also talk about community management, the difference between comments and forums, and finally, John shares his concerns on how the Gutenberg call-out prompt is being built into core.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/a-plea-for-plugin-developers-to-stop-supporting-legacy-php-versions\">A Plea For Plugin Developers to Stop Supporting Legacy PHP Versions</a><br />\n<a href=\"https://wptavern.com/without-context-some-lyrics-inside-the-hello-dolly-plugin-are-degrading-to-women\">Without Context, Some Lyrics Inside the Hello Dolly Plugin Are Degrading to Women</a><br />\n<a href=\"https://wptavern.com/why-gutenberg-and-why-now\">Why Gutenberg and Why Now?</a><br />\n<a href=\"https://wptavern.com/noteworthy-changes-coming-in-wordpress-4-9-5\">Noteworthy Changes Coming in WordPress 4.9.5</a><br />\n<a href=\"https://wptavern.com/in-wordpress-4-9-5-users-will-be-two-clicks-away-from-installing-and-activating-gutenberg-from-the-dashboard\">In WordPress 4.9.5, Users Will Be Two Clicks Away From Installing and Activating Gutenberg From the Dashboard</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://wptavern.com/how-to-disable-push-notification-requests-in-firefox\">How to Disable Push Notification Requests in Firefox</a></p>\n<p><a href=\"https://addons.mozilla.org/en-US/firefox/addon/facebook-container/\">Facebook Container Add-on for Firefox</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 4th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #310:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Mar 2018 21:07:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:42:\"WPTavern: My Gutenberg Experience Thus Far\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78991\";s:7:\"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://wptavern.com/my-gutenberg-experience-thus-far\";s: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:5397:\"<p>Ive used Gutenberg for several months and during that time, there have been moments where I love it and situations where I've had to disable the plugin because of frustrating bugs. </p>\n\n<p>One of the most frustrating aspects of using Gutenberg is the lack of support from the plugins I depend on.</p>\n\n<h2>Publish Post Preview</h2>\n\n<p>I use the <a href=\"https://wordpress.org/plugins/public-post-preview/\">Publish Post Preview</a> plugin to generate a preview link for posts so that people can see what it looks like before it's published.</p>\n\n<img />\n Publish Preview Checkbox in the Current Editor\n\n\n<p>In the current editor, the checkbox to generate a link is in the Publish meta box. In Gutenberg, that option doesn't exist. According to a <a href=\"https://wordpress.org/support/topic/compatibility-with-gutenberg/\">recent support forum post</a>, the author does not plan on making it Gutenberg compatible until there is a finalized API to extend the sidebar.</p>\n\n<h2>Telegram for WordPress</h2>\n\n<p>We use the <a href=\"https://wordpress.org/plugins/telegram-for-wp/\">Telegram for WordPress</a> plugin to automatically send published posts to our Telegram channel. The plugin adds a meta box that has options to send the post, configure the message structure, send a file, and display the featured image.</p>\n\n<p>In Gutenberg, the meta box is open by default which provides access to those options. However, when I edit a published post, there are times when the meta box is closed and clicking the arrow to expand it doesn't work. <em>Since the Send this post to channel</em> option is on by default, saving changes to the post will resend the post to Telegram subscribers. Something I don't want to happen for simple edits. <br /></p>\n\n<h2>Edit Flow</h2>\n\n<p>We use <a href=\"https://wordpress.org/plugins/edit-flow/\">Edit Flow</a> to collaborate on posts and often use the Editorial Comments feature to provide feedback. In Gutenberg, the meta boxes for Editorial Comments and Notifications do not open when clicking the arrow. Therefor, we can't use those features. <br /></p>\n\n<img />\n <br /><br />Edit Flow Meta Boxes are Broken\n\n\n<h2>After the Deadline</h2>\n\n<p>I'm a fan of <a href=\"https://jetpack.com/support/spelling-and-grammar/\">After the Deadline</a> which is a proofreading module in Jetpack. It checks posts for spelling, grammar, and misused words. When activated, a button is added to the visual editor to perform the checks. This button is not available in Gutenberg, so those features are not available as well.</p>\n\n<h2>Adding Images to Paragraphs is a Pain</h2>\n\n<p>Adding images to paragraphs in Gutenberg is more cumbersome than it needs to be. In the current editor, all I have to do is place the cursor where I want to insert an image, add media, choose image size, align it, and I'm done.</p>\n\n<p>In Gutenberg, you need to create an image block below the paragraph block, move the image block to the paragraph block, align it, and use handlebars on the corner of the image to resize it. </p>\n\n<p>I realize that there are a few workflows that I'm going to have to change because of how Gutenberg works, but this workflow doesn't make any sense to me, especially when I can't insert images without creating a new block. Thankfully, the Gutenberg team is on top of it and is <a href=\"https://github.com/WordPress/gutenberg/pull/5794\">working on a solution</a> to add images within a paragraph block.</p>\n\n<h2>Random Blank Paragraph Blocks</h2>\n\n<p>I recently copied a large amount of text from a Google Doc and pasted it into Gutenberg and was surprised by how well it worked. Blocks were created in the right spots and I didn't have to edit it much.</p>\n\n<p>I opened the post in the classic editor so that I could use the proofreading feature and it mangled the post. I opened the post in Gutenberg again and noticed a bunch of empty paragraph blocks created in-between paragraph blocks.</p>\n\n<p>This resulted in having to spend some time deleting the empty paragraph blocks and questioning whether I should avoid transferring posts between editors in the future.</p>\n\n<h2>Tags Sometimes Appear Blank in the Meta Box</h2>\n\n<p>When adding tags to posts, sometimes the tags appear blank although they show up on the front-end. Also, deleting tags sometimes doesn't work. I click on the X and nothing happens in the back-end, but the tag will be removed from the front-end. <br /></p>\n\n<img />\n Blank Tags in Gutenberg\n\n\n<h2>Gutenberg Has a Lot of Rough Edges</h2>\n\n<p>If this version of Gutenberg were merged into WordPress today, it would be a disaster. It's clear that the project has a long way to go before being considered for merge into core. Most of the issues I've outlined in this post are known and are being addressed. <br /></p>\n\n<p>Gutenberg is supposed to make everything we do in the current editor easier and more efficient. If it doesn't, then I have to ask, what's the point?</p>\n\n<p>What concerns me the most about Gutenberg is plugin support. Some of the plugins I mentioned above are active on 10K sites or less but are important to the way I craft and publish content in WordPress. <br /></p>\n\n<p> Without them, using Gutenberg is not a great experience and instead, makes me want to use the current editor where things simply work. <br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Mar 2018 20:28:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"HeroPress: Giving Back In Your Own 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:29:\"https://heropress.com/?p=2490\";s:7:\"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:133:\"https://heropress.com/giving-back-in-your-own-community/#utm_source=rss&utm_medium=rss&utm_campaign=giving-back-in-your-own-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:3298:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2015/11/GoodtimeToBe-HeroPress-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull quote: It is a good time to be part of the global WordPress community: the costs are low, the developer community is strong, and job availability is at an all time high.\" /><p>I was delighted to find several years ago that there’s a thriving WordPress community in Nepal. Via Slack I got to meet Sakin Shrestha, and learned all about what their group is doing in Nepal to create jobs and keep the Nepali from having to leave the country to find work.</p>\n<p>I recently found out that Sakin is finding a new way to give back to his community: <a href=\"https://sakinshrestha.com/events/announcing-my-new-venture-aksharaa-kindergarten/\">opening a kindergarten</a>. In order for any country to grow strong it has to have good education for its children, and Sakin is working to make that happen.</p>\n<p>Read about how the Nepali WordPress community is working to build their own country.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/doing-our-part-for-the-community/\">Doing Our Part for the Community</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Giving Back In Your Own Community\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Giving%20Back%20In%20Your%20Own%20Community&via=heropress&url=https%3A%2F%2Fheropress.com%2Fgiving-back-in-your-own-community%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Giving Back In Your Own Community\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fgiving-back-in-your-own-community%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fgiving-back-in-your-own-community%2F&title=Giving+Back+In+Your+Own+Community\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Giving Back In Your Own Community\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/giving-back-in-your-own-community/&media=https://heropress.com/wp-content/uploads/2015/11/GoodtimeToBe-HeroPress-150x150.jpg&description=Giving Back In Your Own Community\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Giving Back In Your Own Community\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/giving-back-in-your-own-community/\" title=\"Giving Back In Your Own Community\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/giving-back-in-your-own-community/\">Giving Back In Your Own Community</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Mar 2018 14:21: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:\"\";}}}}}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:119:\"WPTavern: In WordPress 4.9.5, Users Will Be Two Clicks Away From Installing and Activating Gutenberg From the Dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78827\";s:7:\"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:129:\"https://wptavern.com/in-wordpress-4-9-5-users-will-be-two-clicks-away-from-installing-and-activating-gutenberg-from-the-dashboard\";s: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:3920:\"<p>At the end of last month, Matt Cromwell, Head of Support and Community Outreach for <a href=\"https://givewp.com/\">GiveWP</a> and an administrator for the <a href=\"https://www.facebook.com/groups/advancedwp/\">Advanced WordPress Facebook group</a>, hosted a <a href=\"https://wptavern.com/matt-cromwell-hosts-matt-mullenweg-in-qa-gutenberg-interview\">question and answer session</a> about Gutenberg with Matt Mullenweg.</p>\n\n<p>Mullenweg was asked a few times if he could provide a concrete date on when Gutenberg and WordPress 5.0 would be ready. While a date was not given, Mullenweg said, \"For those who want a concrete date, we will have one or two orders of magnitude more users of Gutenberg in April.\"</p>\n\n<p>It's now clear what he meant by that. WordPress 4.9.5, scheduled for release in April, will <a href=\"https://core.trac.wordpress.org/ticket/41316\">feature a call-out prompt</a> that has links to information about Gutenberg and a button to quickly install the plugin if user permissions allow. <br /></p>\n\n<img />\n Gutenberg Call-out in WordPress 4.9.5\n\n\n<p>The core team added a Try Gutenberg prompt in October of last year but <a href=\"https://wptavern.com/wordpress-4-9-beta-4-removes-try-gutenberg-call-to-action\">it was removed</a> in WordPress 4.9 Beta 4. After discussing the subject with Mullenweg, it was determined that Gutenberg was not ready for large-scale testing.</p>\n\n<p>The prompt in WordPress 4.9.5 changes the button text based on the following scenarios.<br /></p>\n\n<ul>\n <li>If Gutenberg is not installed, <em>and</em> the user can install plugins, the Install Today button is displayed.<br /></li>\n <li>If Gutenberg is installed but not activated, <em>and</em> the user can install plugins, the Activate Today button is displayed.<br /></li>\n <li>If Gutenberg is installed and activated, <em>and</em> the user can edit posts, the Try Today button is displayed.<br /></li>\n</ul>\n\n<p>If Gutenberg is not installed and the user can not install plugins, the button is hidden from view. If you'd like to hide the prompt from users, David Decker has <a href=\"https://github.com/deckerweb/remove-gutenberg-panel\">created a plugin</a> that's available on GitHub that simply hides it from view.</p>\n\n<p>One of the concerns about the prompt is the lack of warning of the risks involved using beta software on a live site. Gutenberg is beta software that's still in development that could <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:75\">adversely affect sites</a>. There is no warning on the call-out box and in two clicks, users can install and activate Gutenberg. <br /></p>\n\n<p>Whether it's Gutenberg or some other beta software, this general advice applies. Create a full backup of your site before installing and if possible, install it on a staging site first.</p>\n\n<p>I predict that the volunteers who manage the WordPress.org support forums will have their hands full once WordPress 4.9.5 is released. The support team <a href=\"https://make.wordpress.org/support/2018/03/agenda-for-march-22nd-support-meeting/\">is preparing</a> by brainstorming user outcomes, common questions that may be asked, and potential pitfalls users experience after installing Gutenberg. <br /></p>\n\n<p>If you'd like to give them a helping hand, check out the <a href=\"https://make.wordpress.org/support/handbook/\">Support Handbook</a> and if you have any questions, stop by the <a href=\"https://wordpress.slack.com/?redir=%2Fmessages%2Fforums%2F\">#forums</a> channel in <a href=\"https://make.wordpress.org/chat/\">Slack</a>.</p>\n\n<p>The Gutenberg call-out has the potential to pave the way for large audiences to test major features in core without needing to use or install a beta branch of WordPress. However, this convenience comes with risks and while they can be reduced, WordPress needs to be up front and center to users about those risks.</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 Mar 2018 22:55:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:36:\"WPTavern: Why Gutenberg and Why Now?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78707\";s:7:\"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://wptavern.com/why-gutenberg-and-why-now\";s: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:17921:\"<img />\n\n<p>Tevya Washburn has been building websites for more than 20 years and building them on WordPress for 10. He bootstrapped his website maintenance and support company, <a href=\"http://wordx.press\">WordXpress</a>, that he’s worked on full-time for more than seven years.</p>\n\n<p>Late last year he launched his first premium plugin, and presented at WordCamp Salt Lake City. He lives in Caldwell, ID and is the founding member of the WordPress Meetup group in Western Idaho. <br /></p>\n\n<hr />\n\n<p>It was only a few months ago that I knew almost nothing about WordPress’ new Gutenberg editor. I had a basic concept of what it was and this vague annoyance that it would mean I’d have to learn new things and probably put a lot of effort into making some sites or projects work with it.</p>\n\n<p>I kept hearing all of the frustration and issues with Gutenberg itself and the lack of information on how to integrate with it. At <a href=\"https://wordx.press\">WordX</a>p<a href=\"https://wordx.press\">ress</a> we recently pivoted away from designing websites. When we designed them in the past, we used premium themes. I figured Gutenberg was the theme developer’s problem.<br /></p>\n\n<p>I still had this feeling of dread though, knowing many of my favorite plugins might not add support for it. I also felt some apprehension that even if the themes we use did add support for it, they might have a lot of new bugs through the first few releases.</p>\n\n<p>Then I launched my first WordPress plugin, <a href=\"https://starfishwp.com\">Starfish Reviews</a>, and suddenly they weren’t someone else’s problems anymore! Now I’d have to come up with a plan to integrate our plugin with Gutenberg. I installed the Gutenberg plugin on a test site where we were testing our plugin with the nightly releases of WordPress and started playing around with it.</p>\n\n<p>I was pleasantly surprised at how intuitive and easy it was to use! Now it wasn’t (and isn’t) finished, so there were bugs and annoyances, but overall I was impressed.</p>\n\n<p>Around the same time, I suggested we should have someone present on Gutenberg at our local meetup. My brief experience was more than what anyone else had, so the responsibility fell on me. Preparing for the presentation forced me to look at Gutenberg more carefully and pay more attention to the information and debate going on throughout the community.</p>\n\n<p>I started reading blog posts, paying more attention in podcasts, and even looking at what was being said on Twitter. I watched the State of the Word at WordCamp US where the general tide in the feelings toward Gutenberg, seemed to turn, though many people still remain skeptical, critical, or antagonistic toward the project as a whole.</p>\n\n<p>Today, I saw someone suggesting legal action if Gutenberg caused problems on their sites. That’s ridiculous on several levels, but shows that there’s still a lot of suspicion, frustration, and outright anger around Gutenberg.</p>\n\n<p><em>A couple notes: 1. the graphs below are for illustration purposes only, they’re not meant to be accurate to any actual data. 2. If you prefer listening, you can </em><a href=\"https://www.youtube.com/watch?v=S4ZqrVJ465E\"><em>watch my screencast version</em></a><em> (13:12) of what follows. The message is the same, but differs in many aspects of presentation.</em></p>\n\n<h2><strong>Finding the Why</strong></h2>\n\n<p>Simon Sinek is known for <a href=\"https://www.youtube.com/watch?v=u4ZoJKF_VuA\">his Ted talk</a> where he explains that most people explain a new product or service by talking about ‘what’ it is and ‘how’ it works, but they rarely explain the ‘why’ behind it. The ‘why’ actually resonates with people the most. They want to understand the reason and beliefs behind it.</p>\n\n<p>In my research, I couldn’t seem to find a clear answer to the most important question: “Why Gutenberg?” If I was going to present to people who knew little or nothing about it, I wanted to provide a reason why this major change was coming that might cause significant frustration, work, and pain for them.</p>\n\n<img />\n\n<p>I found a lot of ‘what’ and ‘how’ about Gutenberg. In some posts by <a href=\"https://ma.tt/2017/08/we-called-it-gutenberg-for-a-reason/\">Matt Mullenweg</a> and <a href=\"https://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/\">Matías Ventura</a>, I found hints about ‘why’ Gutenberg existed, but no really clear, simple explanation of why this whole project was happening. Why would Matt and others want to seemingly force this major change on us all? Why does it have to be such a radical departure from the past? Why now?</p>\n\n<p>I was certain the conspiracy theorists—who seem to believe that Automattic’s sole mission is to make their lives more miserable—were wrong. But what was the purpose? Could it really just be a <strong>me too</strong> attitude that left all of these brilliant minds feeling like they had to keep up with Squarespace and Medium? That didn’t seem to fit. Especially since Gutenberg is already leagues better than Squarespace’s convoluted visual editor.</p>\n\n<h2><strong>Innovative Disruption</strong></h2>\n\n<img />\n The Innovator's Dilemma Book Cover\n\n\n<p>Taking cues from those hints and suggestions, I started thinking about the innovative disruption model. It was popularized in business circles, starting in 1997 when the book “<a href=\"https://en.wikipedia.org/wiki/The_Innovator%27s_Dilemma\">The Innovator’s Dilemma</a>” was published by Clayton Christensen, a Harvard professor. His book was an expansion of an <a href=\"https://hbr.org/1995/01/disruptive-technologies-catching-the-wave\">earlier article</a> in the Harvard Business Review.</p>\n\n<p>At the risk of oversimplifying the model, innovative disruption is what happens when an existing company who is the top dog (either in sales or market share) gets comfortable with their position at the top along with their revenue stream and quits innovating. They make small, incremental updates to their products or services to keep customers happy, but fail to look at the future of their industry.</p>\n\n<p>This makes it easier for a startup or smaller, more innovative company to bring a new product or service to market that completely disrupts the existing market because it’s better, faster, cheaper. The established company doesn’t see the disruption coming because they feel secure in their large market share and steady sales revenue. They often respond with “why would anyone want that?” when approached with the new model that is about to completely upset their business model.</p>\n\n<h2><strong>Blockbuster Gets Busted</strong></h2>\n\n<p>The classic example of this is Blockbuster Entertainment, Inc. They had over 9,000 stores at one time, allowing people to rent VHS tapes and later, DVDs. They had a huge portion of the market all to themselves and it seemed nobody could compete with this juggernaut.</p>\n\n<p>Then along came two small startups: Netflix and Redbox. Netflix comes along and says “we’re going to stream movies over the internet. That’s the future and the way everyone will want to consume movies and TV in the future. But since the internet is too slow right now, we’ll just start by mailing DVDs to people.”</p>\n\n<p>Blockbuster looked at this and said, “the internet is <em>way</em> too slow to stream movies. That’s ridiculous! Who wants to wait two weeks to get a movie in the mail?! Hahaha! Stupid startup, they’re wasting their money and energy.” In hindsight this seems ridiculous. At the time, most people would have agreed with Blockbuster.</p>\n\n<p>As you know, people started changing the way they rented movies. Once they tried it, they were happy to pay a subscription and use a queue to get DVDs delivered in the mail. Ultimately, making the decision of what to watch ahead of time was better than wandering through a cathedral of DVDs only to find the one you wanted to watch has already been checked out.</p>\n\n<p>Consumer internet bandwidth speeds quickly caught up. Netflix even invented some of the technologies that provide high quality streaming video to your home. Now, most of us can’t imagine having to go to the store to rent a physical copy of a movie. And those that can, get them from a Redbox kiosk that has a limited selection, but is much quicker and easier than a video store. Netflix now has a larger market share than Blockbuster ever did, with <em>zero</em> physical locations.</p>\n\n<img />\n\n<p>There are exactly nine Blockbuster stores still operating, mostly in Alaska. From 9,000 down to nine in only a few years! This is what failing to innovate does. This is how comfort and confidence in market share and sales blinds people and organizations to the coming innovations that will disrupt their market.</p>\n\n<h2><strong>Literacy, Disruption, and Gutenberg</strong></h2>\n\n<p>Disruptive innovation doesn’t apply just in business. I have a Bachelor’s degree in history. So one example I love to use is how literacy and education ultimately toppled monarchies and traditional power structures in favor of republics and representative democracy.</p>\n\n<p>The choice of Gutenberg as the name of the new WordPress editor seems prescient in this example as well. The name was one of the clues that led me to answer the ‘why?’ question. It was Johannes Gutenberg and his movable type printing press that was the innovative disruption that changed everything!</p>\n\n<p>Before that, the vast majority of people in Europe were illiterate and uneducated. The scarcity of books and written material made it impractical and prohibitively expensive for most people to learn to read. It also allowed the Church and aristocracy to control the opportunity to become literate. That meant the rich and powerful were the gatekeepers of knowledge. Most riots and uprisings to this point were about hunger.</p>\n\n<p>The Gutenberg press changed all that. Suddenly books could be mass-produced faster, cheaper, better than they ever could before. Literacy caught on like a wildfire. The power structures thought they could control it and maintain the status quo. They outlawed printing without state approval and did many other things to limit the spread of ideas through printed materials.</p>\n\n<p>But it was too late, the power to spread ideas that the printing press provided was much too viral. Many printing presses were operated illegally, then destroyed when they were discovered by authorities.</p>\n\n<img />\n\n<p>The tipping point had been reached though. The ability to read and spread ideas via printed documents was much more powerful than the money, soldiers, and weapons of the monarchy. Though hunger might have sparked riots and uprisings from this time on, those tiny flames were fanned into an inferno of revolution by ideas spread through printed words. <a href=\"https://en.wikipedia.org/wiki/Thomas_Paine\">Thomas Paine</a>’s Common Sense is a great example if you want to learn more about concrete examples.</p>\n\n<h2><strong>The Pain of Disrupting Yourself</strong></h2>\n\n<p>I don’t have a business degree, but from my understanding, <em>The Innovator’s Dilemma</em> can be simplified down to this: to survive, and stay on top, a company (or software, or community) must innovate. It <em>can not</em> be incremental innovation. It <em>must</em> be innovation that disrupts the company’s core product or business model, even to the point of entirely replacing it.</p>\n\n<p>Blockbuster tried some Redbox-like and Netflix-like solutions, but they were too little, too late. The only way they could have survived would have been to disrupt their own business model and service. They would have had to say, “in five years we will close all 9k stores and completely shift our business to providing video online.”</p>\n\n<p>Who does that? Who thinks “we have built an empire, but we have to completely change it and replace it all over again”? That’s “The Innovator’s Dilemma” that the book’s title refers to: it’s incredibly difficult to think in those terms when you’re on the top. It’s nearly impossible to say, “we have to disrupt ourselves. We must compete with our own business and products and services.” But ultimately it’s the only way to survive.</p>\n\n<p>…Or you can buy an innovative company and let them disrupt your main business. Did you know Blockbuster had the <a href=\"http://www.businessinsider.com/blockbuster-ceo-passed-up-chance-to-buy-netflix-for-50-million-2015-7\">chance to buy Netflix</a> for $50 million in 2000? It was pocket change, but they passed because it was a very small, niche business.</p>\n\n<p>Had they bought Netflix and allowed it to continue innovating and disrupting their core retail rental model, Blockbuster might still be around. It wouldn’t have 9k retail stores, but it would have an even larger market share than it ever did renting DVDs.</p>\n\n<img />\n\n<p>In either case, the process is painful. That’s why it’s called disruptive. Not because it’s a walk on the beach or small speed bump, but because it takes a lot of work and forward-thinking and causes a lot of pain to create and implement.</p>\n\n<p>If you are the market leader, you can’t rest on your previous success. You have to change everything once again, like you did to get to where you are now. Despite the pain of doing it, you have to invest yourself and your resources into hard work and difficult questions and challenging thinking that goes directly counter to our natural tendency as humans. If you want to stay on top, it’s the only way.</p>\n\n<h2><strong>WordPress is Ripe for Disruption</strong></h2>\n\n<p>WordPress has a 30% market share right now. It won’t be long before 1 out of every 3 websites is built on WordPress. No other platform is even close.</p>\n\n<p>As WordPress professionals and community members, it seems like we have all the momentum and benefits of being the leader. “Surely nothing could displace WordPress!” That’s what Blockbuster said. That’s what monarchs of past ages said. The truth is simple: “yes, something could. In fact, something will, if WordPress doesn’t innovatively disrupt itself.”</p>\n\n<img />\n\n<p>Is it going to be painful? Yes. Is it going to cause a lot of work and effort on the part of the community? Yes! Absolutely. But the alternative is to learn a totally new platform in five years when WordPress dies like Blockbuster did. You think this change is going to be difficult? Try throwing out WordPress entirely and moving your website(s) to an entirely new platform. Because that’s the alternative.</p>\n\n<h2><strong>Good Arguments Against Gutenberg</strong></h2>\n\n<p>I see many people listing a string of bugs in the Gutenberg UI/UX and concluding that Gutenberg shouldn’t exist. I see others critiquing the underlying technologies and claiming that’s evidence that Gutenberg is entirely wrong.</p>\n\n<p>I’m sorry, but those arguments are entirely invalid. They may be great arguments for how Gutenberg needs to change or improve, but they are <em>not</em> valid arguments against the existence of Gutenberg and its inclusion in core.</p>\n\n<p>Hopefully, I’ve made it clear that WordPress is in dire need of innovation. If that’s true, then as I see it, there’s only one really great argument against Gutenberg. As one person in one of the meetups I presented at put it: “is it the right innovation?”</p>\n\n<p>That's the crux of the whole thing: <strong>WordPress must innovate to survive</strong>. Matt Mullenweg and the entire Gutenberg team have looked at the past and the future and decided that a better, faster, easier user interface and experience, are the disruptive innovations that WordPress needs to survive.</p>\n\n<p>You can argue that it’s not, that there’s some other innovation that will completely change WordPress and thereby save it from disruption by outside forces. And that's a totally valid argument to make. But in my opinion, <strong>you can’t argue that continued, incremental changes are enough.</strong> You can’t argue that the path we’ve been on the last five years is going to keep WordPress on top for the next five years. It simply won’t.</p>\n\n<h2><strong>I Like Gutenberg, but I Love What it’s Doing</strong></h2>\n\n<p>In my experience thus far, I like Gutenberg. I believe it is the right disruptive innovation WordPress needs at this time. It will make WordPress easier to use and help its underpinnings be ready for the future. Being easy to use is what got WordPress where it is today.</p>\n\n<p>It’s not very easy to use any more. There are significantly easier options out there, that could disrupt WordPress and replace it. I think Gutenberg will allow WordPress to disrupt itself and keep ahead of other disruptive innovations. It will save WordPress and allow us all to keep using it and building our businesses on it for another 10 years into the future.</p>\n\n<p>I like Gutenberg, but I really love what Gutenberg means, what it represents, and what it's doing. Gutenberg is bigger than just a new post editor, it shows that the leaders of the WordPress community are willing to make hard decisions and innovate even when it means disrupting their own work and previous innovations.</p>\n\n<img />\n\n<p>I have huge respect for the Gutenberg team, who have not only had to rethink everything and do all those difficult things I referred to before, but have had to do it all very publicly, while navigating a gauntlet of criticism, personal attacks, and much more.</p>\n\n<p>I hope this post shows my thanks and newfound appreciation for what they’re doing and going through. Flipping the phrase from <em>The Dark Knight,</em> the members of the Gutenberg team are “the heroes the WordPress community needs right now, even if they’re not the ones we deserve.”</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 Mar 2018 18:20:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:65:\"Post Status: The Future of Content Distribution — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=44599\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://poststatus.com/future-content-distribution-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2385:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p><span>This week the Brians put their brains together and discuss content distribution across various mediums and platforms as well as subscriptions for both digital and physical products. The conversation shifts between different tooling and platforms that exist for enabling content distribution as well as some of the societal shifts that have shaped how we share and consume both content and products. </span></p>\n<p><span>This is a good episode for anyone who is developing sites and selling solutions around content distribution or subscriptions as well as anyone who is running (or looking to run) a business based around a subscriber model (paid or otherwise).</span></p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">WP Jargon Glossary</a></li>\n<li><a href=\"https://www.blog.google/topics/google-news-initiative/announcing-google-news-initiative/\">Google News subscription initiative</a></li>\n<li><a href=\"https://woocommerce.com/2018/02/succeed-with-woocommerce-subscriptions-technical-tips/\">Brent’s blog post</a></li>\n<li><a href=\"https://woocommerce.com/products/teams-woocommerce-memberships/\">Teams for WooCommerce Memberships</a></li>\n<li><a href=\"https://www.recode.net/2017/12/13/16771646/target-shipt-acquisition-price-550-million-grocery-delivery-same-day\">Target acquires Shipt</a></li>\n</ul>\n<h3>Sponsor: Pagely</h3>\n<p><a href=\"https://pagely.com\"><span>Pagely</span></a><span> offers best in class managed WordPress hosting, powered by the Amazon Cloud, the Internet’s most reliable infrastructure. Post Status is proudly hosted by Pagely. Thank you to </span><a href=\"https://pagely.com\"><span>Pagely</span></a><span> for being a Post Status partner</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Mar 2018 13:24:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:20:\"BuddyPress: 10 years\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=271550\";s:7:\"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://buddypress.org/2018/03/10-years/\";s: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:5437:\"<p>In 2008 (just 10 short years ago) <a href=\"https://profiles.wordpress.org/apeatling\">Andy Peatling</a> made the very first code-commit to the newly adopted BuddyPress project, joining bbPress, GlotPress, and BackPress at the time. As most of you can probably imagine, BuddyPress was a different piece of software back then, trying to solve a completely different decade’s worth of problems for a completely different version of WordPress.</p>\n<p>BuddyPress was multisite only, meaning it did not work on the regular version of WordPress that most people were accustomed to installing. It needed to completely take over the entire website experience to work, with a specific theme for the primary part of your site, and blog themes for user profiles and everything else.</p>\n<p>There was a lot to love about the original vision and version of BuddyPress. It was ambitious, but in a clever kind of way that made everyone tilt their heads, squint their eyes, and ponder what WordPress was capable of. BuddyPress knew exactly what it was trying to do, and owned it without apologies.</p>\n<p>It touted itself as a “Social Network in a box” at a time when MySpace was generating 75.9 million <em>unique</em> visitors per month, so if you couldn’t imagine how different BuddyPress may have been before, imagine how excited everyone was at the idea of owning their own MySpace.</p>\n<p>Since then, Andy invited <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone</a>, <a href=\"https://profiles.wordpress.org/djpaul\">Paul</a>, and <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">me</a> to help lead the project forward, and in-turn we’ve invited several other prolific BuddyPress contributors to help with every aspect of the project, website, design, and so on.</p>\n<p>The BuddyPress team has grown in a few different ways. Most recently, we’ve added <a href=\"https://profiles.wordpress.org/espellcaste\">Renato Alves</a> to the team to help with WP-CLI support. Renato is a long-time contributor who stepped up big-time to really own the WP-CLI implementation and finally see it through to the end.</p>\n<p><a href=\"https://profiles.wordpress.org/slaffik\">Slava Abakumov</a> lead the 2.8 release, and we finally met in person for the very first time just last week at WordCamp Miami. He’s another long-time contributor who has always had the best interests of the project in mind and at heart.</p>\n<p><a href=\"https://profiles.wordpress.org/offereins\">Laurens Offereins</a> has been helping fix BuddyPress bugs and work on evolving features since version 2.1, and while we haven’t met in person <em>yet</em>, I look forward to it someday!</p>\n<p><a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a> (who you may recognize from bbPress) also works a bit on BuddyPress, largely around tooling & meta related things, but he’s fully capable and will jump in and help anywhere he can, be it the forums or features.</p>\n<p><a href=\"https://profiles.wordpress.org/mercime\">Mercime</a> would prefer I not blather on endlessly here about how important she is, or how much I appreciate her, or anything like that, so please forget I mentioned it.</p>\n<p><a href=\"https://profiles.wordpress.org/hnla\">Hugo Ashmore</a> has spent the past 2 years completely rebuilding the default template pack. This is an absolutely huge undertaking, and everyone is really excited about sunsetting ye olde <code>bp-legacy</code>.</p>\n<p><a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a> has moved on to work on the enormously important and equally ambitious <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg</a> project. Tammie is wonderful, and doing a great job crafting what the future of democratizing publishing is.</p>\n<p>Lastly, a few of our veteran team members took sabbaticals from contributing to BuddyPress in the past few years, which I see as an opportunity to return with fresh ideas and perspectives, or maybe moving onto new & exciting challenges. This is a good, healthy thing to do, both for oneself and the project. Space makes the heart grow fonder, and all that.</p>\n<hr />\n<p>A small aside but worth saying here & now, is that leading an open-source project is everything you think it is (or maybe have read already that it is) and like a million other things that are hard to understand until you understand. The one constant (and subsequently the hardest and funnest part) is how to provide opportunities for personal growth, without prohibiting contributions, while also doing what’s best for the greater vision of the project itself, amongst a completely remote group of bespoke volunteers. I think Paul, Boone, and I do OK at this, but we are always learning and adjusting, so please reach out to us if there is anything we can do differently or better.</p>\n<hr />\n<p>BuddyPress is my personal favorite piece of software. It’s my favorite community. I wake up excited every day because of what it can do and who it does it for. Put another way, I love what we make it do and who we make it for: ourselves, one another, each other, and you.</p>\n<p>Cheers to 10 years, and here’s to another 10!</p>\n<p><img class=\"alignnone wp-image-271562 size-full\" src=\"https://buddypress.org/wp-content/uploads/1/2018/03/Screen-Shot-2018-03-25-at-4.38.12-PM.png\" alt=\"\" width=\"898\" height=\"452\" /></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, 25 Mar 2018 22:54: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:3:\"JJJ\";s: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:54:\"WPTavern: Noteworthy Changes Coming in WordPress 4.9.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78611\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wptavern.com/noteworthy-changes-coming-in-wordpress-4-9-5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2401:\"<p>WordPress 4.9.5 Beta 1 <a href=\"https://make.wordpress.org/core/2018/03/21/wordpress-4-9-5-beta/\">is available</a> for testing and brings with it 23 bug fixes and improvements. A release candidate is scheduled for release on March 20th and a final release on April 3rd. Here are some notable changes you can expect in the release.</p>\n\n<h3>\"Cheatin’ uh?\" Error Message is Replaced</h3>\n\n<p>The \"Cheatin’ uh?\" error message has existed in WordPress for years and for some, is insulting. The error doesn't explain what went wrong and accuses the user of trying to cheat the system.</p>\n\n<img />\n Cheatin' Uh Error Message<br />\n\n\n<p>Eric Meyer highlighted the error in <a href=\"https://wordpress.tv/2016/06/24/eric-a-meyer-design-for-real-life/\">his keynote</a> at WordCamp North East Ohio in 2016, when talking about Designing for Real Life. He also <a href=\"https://core.trac.wordpress.org/ticket/38332#comment:11\">contributed to the ticket</a> with suggestions on how to improve the wording.</p>\n\n<p>In WordPress 4.9.5, the error <a href=\"https://core.trac.wordpress.org/ticket/38332\">has been changed</a> to more meaningful messages depending on the error that occurs.</p>\n\n<h3>Recommended PHP Version Increased to 7.2</h3>\n\n<p>Inside of the readme file in WordPress, the current recommended PHP version is 7.0. This version of PHP reached end of life last December. In 4.9.5, the recommend version is PHP 7.2. This is the same version that is <a href=\"https://wordpress.org/about/requirements/\">recommended on WordPress.org</a>.</p>\n\n<h3>Offensive Lyrics Removed From Hello Dolly</h3>\n\n<p>As we covered <a href=\"https://wptavern.com/without-context-some-lyrics-inside-the-hello-dolly-plugin-are-degrading-to-women\">earlier this week</a>, some of the lines displayed in the dashboard from the Hello Dolly plugin are inappropriate without context. In 4.9.5, the plugin will no longer display those lines.</p>\n\n<p>There's a possibility that in the future, there will be a musical note icon or symbol placed next to the line to indicate it's from a song. In addition, the lyrics are more in line with Louis Armstrong's recording.</p>\n\n<p>To see a full list of changes in WordPress 4.9.5, you can <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.9.5&group=component\">view a full list</a> of closed tickets on Trac. </p>\n\n<p><br /></p><br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Mar 2018 21:32: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: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:47:\"WPTavern: WPWeekly Episode 309 – All AMPed Up\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=78601&preview=true&preview_id=78601\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wptavern.com/wpweekly-episode-309-all-amped-up\";s: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:2180:\"<p>In this episode, I’m joined by <a href=\"https://medinathoughts.com/\">Alberto Medina</a>, Developer Advocate working with the Web Content Ecosystems Team at Google, and <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, CTO of XWP. We have a candid conversation about <a href=\"https://www.ampproject.org/\">Google’s AMP Project</a>. We start by learning why the project was created, what its main goal is, and the technology behind it.</p>\n<p>We also dive into some of the controversy surrounding the project by discussing whether or not AMP is a threat to the Open Web. Medina and Ruter provide insight into AMP’s transformation from focusing on the mobile web to providing a great user experience across the entire web. Last but not least, we learn about the relationship between Automattic, XWP, and the AMP team and how it’s helping to shape the future of the project.</p>\n<h2>Notable Links Mentioned:</h2>\n<p><a href=\"https://wordpress.org/plugins/amp/\">AMP for WordPress Plugin</a><br />\n<a href=\"https://github.com/Automattic/amp-wp\">AMP for WordPress GitHub Repository</a><br />\n<a href=\"https://github.com/ampproject\">AMP GitHub Repository</a><br />\n<a href=\"https://www.youtube.com/watch?v=GGS-tKTXw4Y\">Video presentation from AMP Conf 2018 showcasing the work that’s gone into the AMP for WordPress plugin</a><br />\n<a href=\"https://www.ampproject.org/latest/blog/standardizing-lessons-learned-from-amp/\">Official blog post outlining the future of the AMP Project</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 28th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #309:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Mar 2018 14:34:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Don’t Like 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:22:\"https://ma.tt/?p=47998\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2018/03/dont-like-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:407:\"<blockquote class=\"wp-block-quote\">\n <p>If you don't like change, you're going to like irrelevance even less.</p><cite>General Eric Shinseki</cite></blockquote>\n\n<p>I actually heard this on the <a href=\"https://www.fs.blog/2015/06/michael-lombardi/\">Farnam Street podcast with Patriots coach Michael Lombardi</a>, but it seems like General Shinseki said it first so attributing it there.</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 Mar 2018 00:01:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"HeroPress: Keeping Community Alive\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2487\";s:7:\"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:113:\"https://heropress.com/keeping-community-alive/#utm_source=rss&utm_medium=rss&utm_campaign=keeping-community-alive\";s: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:3425:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2016/09/090716-David-Laietta-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Be a pillar of support for your community.\" /><p>In the last year or so I’ve been a lot more involved with the business side of WordPress than the community side. The business side isn’t nearly as loving and supportive as the community side, and some of that is out of necessity. Business is business, and people need to eat.</p>\n<p>The problem comes when people get so focused on the business side of things that they forget they’re dealing with people. Recently <a href=\"https://twitter.com/carlhancock/status/971182969514799105\">Carl Hancock mentioned on twitter</a> that there are things that happen in business in the WordPress community that would horrify people. I don’t know who those people are that do those things, and I don’t even know what the things are, but I have hope that the community can be bigger and better than that.</p>\n<p>There will always be selfish jerks who abuse the system for personal gain, but I have hope that the WordPress community can generally rise above that, and perhaps even change the hearts of poor players.</p>\n<p>This week’s HeroPress replay is from David Laietta, about how our community changes lives.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/a-community-of-acceptance/\">A Community of Acceptance</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Keeping Community Alive\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Keeping%20Community%20Alive&via=heropress&url=https%3A%2F%2Fheropress.com%2Fkeeping-community-alive%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Keeping Community Alive\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fkeeping-community-alive%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fkeeping-community-alive%2F&title=Keeping+Community+Alive\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Keeping Community Alive\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/keeping-community-alive/&media=https://heropress.com/wp-content/uploads/2016/09/090716-David-Laietta-150x150.jpg&description=Keeping Community Alive\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Keeping Community Alive\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/keeping-community-alive/\" title=\"Keeping Community Alive\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/keeping-community-alive/\">Keeping Community Alive</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Mar 2018 15:39:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:77:\"WPTavern: A Plea For Plugin Developers to Stop Supporting Legacy PHP Versions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78533\";s:7:\"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:88:\"https://wptavern.com/a-plea-for-plugin-developers-to-stop-supporting-legacy-php-versions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2188:\"<p>Iain Poulson has <a href=\"https://deliciousbrains.com/legacy-php-version-support/\">published a thoughtful request</a> on the Delicious Brains blog asking WordPress plugin developers to stop supporting legacy PHP versions. He covers some of the benefits of developing with newer versions of PHP, what Delicious Brains is doing with its plugins, and using the <a href=\"https://make.wordpress.org/plugins/2017/08/29/minimum-php-version-requirement/\">Requires Minimum PHP Version header</a> in readme.txt.<br /></p>\n\n<blockquote class=\"wp-block-quote\">\n <p>While we wait for the Trac discussion to roll on and the WordPress development wheels to turn we can take action ourselves in our plugins to stop them working on installs that don’t meet our requirements. </p>\n <p>We do this in our own plugins where it is strictly necessary (<a href=\"https://deliciousbrains.com/wp-offload-s3/\">WP Offload S3</a> relies on the Amazon Web Services S3 SDK, which requires PHP 5.3.3+ and will we will <a href=\"https://deliciousbrains.com/wp-offload-s3/doc/php-version-requirements/\">move to PHP 5.5</a> in the future), and the more plugins that do this out of choice will help move the needle further.</p><cite>Iain Poulson <br type=\"_moz\" /></cite></blockquote>\n\n<p>Poulson mentions the <a href=\"https://github.com/WordPress/servehappy\">ServeHappy project</a> in his post and it's worth a mention here as well. The ServeHappy project was <a href=\"https://make.wordpress.org/core/2018/01/09/servehappy-roadmap/\">launched earlier this year</a> by a group of volunteers.</p>\n\n<p>Its main goal is to reduce the number of WordPress installs running on unsupported PHP versions through education, awareness, and tools to help users update their site's PHP versions.</p>\n\n<p>This project is in need of contributors. If you're interested, join the #core-php channel on <a href=\"https://make.wordpress.org/chat/\">WordPress Slack</a>. The team has meetings every Monday at 11:00 AM EDT. You can also follow the <a href=\"https://make.wordpress.org/core/tag/core-php/\">#core-php tag</a> on the Make WordPress.org Core site where links to chat logs and meeting summaries are published. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Mar 2018 00:31: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: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:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: How to Disable Push Notification Requests in Firefox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78475\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/how-to-disable-push-notification-requests-in-firefox\";s: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:1246:\"<p>Have you noticed how many sites ask if you want to enable push notifications? I've answered no to every request but thanks <a href=\"https://twitter.com/tkraftner/status/976116234365358081\">to a tip</a> suggested by Thomas Kräftner, you can disable requests from appearing altogether in Firefox.</p>\n\n<p>Last week, Mozilla <a href=\"https://www.mozilla.org/en-US/firefox/59.0/releasenotes/\">released Firefox 59.0</a> and added a <a href=\"https://support.mozilla.org/en-US/kb/push-notifications-firefox\">new privacy feature</a> that allows users to block sites from sending push notification requests. To enable it, open the Options panel in Firefox 59.0 and click the Privacy&Security tab.<br /></p>\n\n<p>Scroll down to the Permissions section. Click on the Settings button for Notifications and check the box that says <em>Block new requests asking to allow notifications.</em></p>\n\n<img />\n Settings panel for Notifications\n\n\n<p>Click the Save Changes button and enjoy one less thing interrupting your browsing experience. To accomplish the same thing in Chrome, follow <a href=\"https://fieldguide.gizmodo.com/how-to-block-super-annoying-website-notification-reques-1797499616\">this tutorial published by Field Guide</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, 20 Mar 2018 23:32:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:91:\"WPTavern: Without Context, Some Lyrics Inside the Hello Dolly Plugin Are Degrading to Women\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78372\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wptavern.com/without-context-some-lyrics-inside-the-hello-dolly-plugin-are-degrading-to-women\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2914:\"<p>There have been <a href=\"https://core.trac.wordpress.org/ticket/11538\">many discussions</a> over the years on whether or not <a href=\"https://wordpress.org/plugins/hello-dolly/\">Hello Dolly</a> should be unbundled with WordPress. Seven years ago, it was <a href=\"https://core.trac.wordpress.org/ticket/15769\">argued</a> that the lyrics are copyrighted and could potentially violate the GPL license.</p>\n\n<p>The latest issue with Hello Dolly is that some lyrics that appear in users dashboards with the plugin activated can be degrading to women without context.</p>\n\n<p><blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Find her an empty lap, fellas.<br /><br />Wondering about my <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a> dashboard. Apparently they\'re lyrics. <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f643.png\" alt=\"?\" class=\"wp-smiley\" /> <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f644.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://t.co/oxNU9czr5X\">pic.twitter.com/oxNU9czr5X</a></p>— Michelle Felt (@michellefelt) <a href=\"https://twitter.com/michellefelt/status/974060334502719488?ref_src=twsrc%5Etfw\">March 14, 2018</a></blockquote></p>\n\n<p>Two examples are:</p>\n\n<ul>\n <li>Find her an empty lap, fellas</li>\n <li>Find her a vacant knee, fellas</li>\n</ul>\n\n<p>Joe McGill has <a href=\"https://core.trac.wordpress.org/ticket/43555\">created a trac ticket</a> proposing that those two lines be removed. \"The Hello Dolly plugin has been bundled in WordPress for many years, being a simple example of how to build a plugin for WordPress while also adding a bit of whimsy to admin,\" he said.</p>\n\n<p>\"However, there are several passages of text from this song which are inappropriate to display without any context to people using WordPress—particularly as the WordPress project seeks to promote inclusivity for all.\"</p>\n\n<p>The discussion within the ticket suggests creating a black list or replacing the lyrics with less offensive versions. In many of the Google search results for Hello Dolly lyrics by Jerry Herman, shows that the lyrics inside the plugin and those in the song are different.</p>\n\n<p>The lyrics say, \"Find me a vacant knee, fellas.\" In a <a href=\"https://www.youtube.com/watch?v=RETJfq1U_gg\">video on YouTube</a> of Hello Dolly featuring Sarah Gardner singing the lyrics, she clearly says \"Find her an empty lap, fellas.\" In a YouTube video of <a href=\"https://www.youtube.com/watch?v=kmfeKUNDDYs\">Louis Armstrong singing Hello Dolly live</a>, he says \"Find her an empty lap, fellas.\"<br /></p>\n\n<p>Putting aside the debate of which version of the lyrics are used, displaying the text above without context can and is seen as degrading women. At a time when WordPress and its community are doing what it can to be more inclusive, changing or removing the lyrics seems like an easy win. </p>\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Mar 2018 20:45: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: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: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: Watch WordCamp Miami 2018 Via Free 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78359\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wptavern.com/watch-wordcamp-miami-2018-via-free-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:618:\"<p>Tickets for the event may be sold out, but you can watch the event from anywhere thanks to a <a href=\"https://2018.miami.wordcamp.org/live/\">free livestream</a>. The stream starts today and covers both the E-Commerce and developers workshops. The stream begins tomorrow at 8:30AM EDT with separate links to <a href=\"https://bizstreams.fiu.edu/Mediasite/Play/05a25d9473ca4c919b5f29aa426bb0c01d?catalog=f4f4edd3-2dee-4302-91c6-d77c1da5f437\">morning</a> and <a href=\"https://bizstreams.fiu.edu/Mediasite/Play/30c9fdc284ce46648866ed715fd3b90d1d?catalog=f4f4edd3-2dee-4302-91c6-d77c1da5f437\">afternoon</a> sessions. </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 Mar 2018 16:18: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:\"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:65:\"WPTavern: Let’s Encrypt Wildcard Certificates Are Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78287\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/lets-encrypt-wildcard-certificates-are-now-available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1765:\"<p>In July of last year, <a href=\"https://letsencrypt.org/\">Let's Encrypt</a> announced that it would begin <a href=\"https://letsencrypt.org/2017/07/06/wildcard-certificates-coming-jan-2018.html\">issuing Wildcard certificates</a> for free in January of 2018. Although a little late, the organization <a href=\"https://community.letsencrypt.org/t/acme-v2-and-wildcard-certificate-support-is-live/55579\">has announced</a> that Wildcard certificate support is now live.</p>\n\n<p>In addition to these certificates, the organization has updated its <a href=\"https://datatracker.ietf.org/wg/acme/about/\">ACME protocol</a> to version 2.0. ACMEv2 is required for clients that want to use Wildcard certificates.</p>\n\n<p>Wildcard certificates enable site administrators to secure all sub domains with a single certificate. This can be especially convenient for WordPress Multi-site networks.</p>\n\n<p>Let's Encrypt is working on transitioning all clients and subscribers to ACMEv2, though it hasn't set a time table on when it will expire the ACMEv1 API. </p>\n\n<p>In July of 2017, Let's Encrypt was securing 47 million domains. Today, the organization is <a href=\"https://letsencrypt.org/stats/\">securing nearly 70 million domains with 54 million certificates</a>. In the United States, nearly 80% of sites loaded in Firefox are through HTTPS.</p>\n\n<p>Let's Encrypt is an open certificate authority that's part of the non-profit <a href=\"https://letsencrypt.org/isrg/\">Internet Security Research Group</a>. It's mission is to make 100% of the web HTTPS. Operations are financed through sponsors and donations. If this is a mission you believe in, please consider <a href=\"https://letsencrypt.org/donate/\">donating</a> to the project.<br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Mar 2018 17:23: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: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:68:\"WPTavern: WPWeekly Episode 308 – Wildcard SSL Certificates For All\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=78291&preview=true&preview_id=78291\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/wpweekly-episode-308-wildcard-ssl-certificates-for-all\";s: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:2349:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss the news of the week including the results from the 2018 Stack Overflow survey, Tech Crunch’s rebuild, and Let’s Encrypt adding support for wildcard certificates. We also talk about Google working towards AMP or parts of it becoming official web standards. I ranted about how the mobile experience on the web sucks, and we end the show with some event news.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/stack-overflow-survey-respondents-still-rank-wordpress-among-the-most-dreadful-platforms\">Stack Overflow Survey Respondents Still Rank WordPress Among the Most Dreadful Platforms</a><br />\n<a href=\"https://www.theverge.com/2018/3/8/17095078/google-amp-accelerated-mobile-page-announcement-standard-web-packaging-urls\">Inside Google’s plan to make the whole web as fast as AMP</a><br />\n<a href=\"https://community.letsencrypt.org/t/acme-v2-and-wildcard-certificate-support-is-live/55579\">ACME v2 and Wildcard Certificate Support is Live</a><br />\n<a href=\"https://techcrunch.com/2018/03/13/welcome-to-the-new-techcrunch/\">TechCrunch rebuilt using the REST API</a><br />\n<a href=\"https://wptavern.com/wpcampus-scheduled-for-july-12-14-in-st-louis-mo\">WPCampus Scheduled for July 12-14 in St. Louis, MO</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://themeshaper.com/2018/03/07/designing-gutenberg-block-driven-themes-with-sketch/\">Designing Themes with Gutenberg Blocks and Sketch</a></p>\n<p><a href=\"https://www.pioneerdj.com/en-us/product/controller/ddj-1000/black/overview/\">DDJ-1000 The 4-channel professional performance DJ controller for rekordbox dj</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 21st 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #308:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Mar 2018 01:09: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:35;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"HeroPress: A look back: Tamsin Taylor, Freedom Through Blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2484\";s:7:\"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:167:\"https://heropress.com/a-look-back-tamsin-taylor-freedom-through-blogging/#utm_source=rss&utm_medium=rss&utm_campaign=a-look-back-tamsin-taylor-freedom-through-blogging\";s: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:3463:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2016/10/100516-2-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: We cannot know the end of any journey until we find ourselves there.\" /><p>In August of 2016 I saw <a href=\"https://wordpress.tv/2016/08/09/tamsin-taylor-a-heros-journey/\">a WordCamp talk on WordPress.tv</a> called “A Hero’s Journey”, and I thought that seemed like something I should know a lot more about. A short time later I was speaking with Tamsin Taylor on Slack.</p>\n<p><img class=\"aligncenter wp-image-2485 size-full\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/03/Screen-Shot-2018-03-14-at-8.46.22-AM.png\" alt=\"A greeting conversation\" width=\"356\" height=\"201\" /></p>\n<p>I love telling stories, but I love hearing them more. Tamsin told me a story grief and loss, and how WordPress provided an outlet for those feelings. I hope her story resonates with you as well.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/bumpy-journey-becoming/\">The Bumpy Journey of Becoming</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: A look back: Tamsin Taylor, Freedom Through Blogging\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=A%20look%20back%3A%20Tamsin%20Taylor%2C%20Freedom%20Through%20Blogging&via=heropress&url=https%3A%2F%2Fheropress.com%2Fa-look-back-tamsin-taylor-freedom-through-blogging%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: A look back: Tamsin Taylor, Freedom Through Blogging\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fa-look-back-tamsin-taylor-freedom-through-blogging%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fa-look-back-tamsin-taylor-freedom-through-blogging%2F&title=A+look+back%3A+Tamsin+Taylor%2C+Freedom+Through+Blogging\" rel=\"nofollow\" target=\"_blank\" title=\"Share: A look back: Tamsin Taylor, Freedom Through Blogging\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/a-look-back-tamsin-taylor-freedom-through-blogging/&media=https://heropress.com/wp-content/uploads/2016/10/100516-2-150x150.jpg&description=A look back: Tamsin Taylor, Freedom Through Blogging\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: A look back: Tamsin Taylor, Freedom Through Blogging\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/a-look-back-tamsin-taylor-freedom-through-blogging/\" title=\"A look back: Tamsin Taylor, Freedom Through Blogging\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/a-look-back-tamsin-taylor-freedom-through-blogging/\">A look back: Tamsin Taylor, Freedom Through Blogging</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Mar 2018 12:46: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:\"\";}}}}}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:98:\"WPTavern: Stack Overflow Survey Respondents Still Rank WordPress Among the Most Dreadful Platforms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78278\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://wptavern.com/stack-overflow-survey-respondents-still-rank-wordpress-among-the-most-dreadful-platforms\";s: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:2902:\"<p><a href=\"https://stackoverflow.com/\">Stack Overflow</a>, a Q&A community for developers, has published the results of <a href=\"https://insights.stackoverflow.com/survey/2018/\">its 2018 developer survey</a>. The survey was held between January 8th through the 28th and includes responses from 101,592 software developers from 183 countries across the world. This is nearly twice the amount of responses compared to <a href=\"https://insights.stackoverflow.com/survey/2017#methodology\">last year’s survey</a>.</p>\n<p><a href=\"https://insights.stackoverflow.com/survey/2017#technology-most-loved-dreaded-and-wanted-platforms\">Last year</a>, WordPress was the third most dreaded software platform behind Salesforce and SharePoint. This year, WordPress has improved in the rankings and is the sixth most dreaded platform. Respondents found Windows Phone, Mainframe, Salesforce, Drupal, and SharePoint to be more dreadful.</p>\n<img />WordPress is the sixth most dreaded software platform\n<p>Despite making headway, WordPress has <a href=\"https://wptavern.com/stack-overflow-developer-survey-ranks-wordpress-as-the-3rd-most-dreaded-technology\">consistently ranked near the top</a> in Stack Overflow’s survey for most dreadful platform. Asking developers why is probably akin to opening <a href=\"https://en.wikipedia.org/wiki/Pandora%27s_box\">Pandora’s box</a>.</p>\n<p>JavaScript was once again the <a href=\"https://insights.stackoverflow.com/survey/2018/#most-popular-technologies\">most popular technology</a> with HTML, CSS, and SQL following closely behind. Among the various JavaScript frameworks and libraries that exist, <a href=\"https://insights.stackoverflow.com/survey/2018/#technology-frameworks-libraries-and-tools\">Node.js is the most commonly used</a> followed by Angular and React.</p>\n<p>The survey introduced a few new topics this year, including questions about <a href=\"https://insights.stackoverflow.com/survey/2018/#technology-and-society\">artificial intelligence</a> and ethics. When <a href=\"https://insights.stackoverflow.com/survey/2018/#work-what-would-developers-do-if-asked-to-write-code-for-an-unethical-purpose\">posed with a hypothetical situation</a> in which a developer was asked if they would write code for unethical purposes, more than half of the respondents said no. Also of note is that <a href=\"https://insights.stackoverflow.com/survey/2018/#developer-profile-contributing-to-open-source\">less than half</a> of the respondents say they contribute to open source.</p>\n<p>There are a lot of interesting data points in the survey. I encourage you to <a href=\"https://insights.stackoverflow.com/survey/2018/#overview\">check out the results</a> and let me know in the comments what sticks out to you.</p>\n<p><strong>Updated 3/14/2018</strong> Corrected to say that WordPress has improved in the rankings and is therefor, less dreadful than before.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Mar 2018 10:08:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: WPCampus Scheduled for July 12-14 in St. Louis, MO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78273\";s:7:\"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://wptavern.com/wpcampus-scheduled-for-july-12-14-in-st-louis-mo\";s: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:1138:\"<p><a href=\"https://2018.wpcampus.org/about/\">WPCampus</a>, an in-person conference dedicated to WordPress in higher education <a href=\"https://2018.wpcampus.org/\">has announced</a> its third annual event will be held July 12-14 at <a href=\"https://wustl.edu/\">Washington University</a> in St. Louis, MO. The <a href=\"https://2018.wpcampus.org/call-for-speakers/application/\">call for speakers</a> is open until April 7th. The event is two months after <a href=\"https://2018.stlouis.wordcamp.org/\">WordCamp St. Louis </a>which will also be held at Washington University.</p>\n<p>WPCampus held its first event in 2016 in Sarasota, FL, and its second in 2017 in Buffalo, NY. The schedule is not yet finalized but to get an idea on what to expect, check out the <a href=\"http://wpcampus.org/videos/\">video presentations</a> from previous events. Organizers expect about 200 attendees and are accepting <a href=\"https://2018.wpcampus.org/sponsors/\">sponsorship inquiries</a>.</p>\n<p>Tickets are not yet available but those interested in attending can sign up to the WPCampus mailing list where ticket information will be distributed first.</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, 13 Mar 2018 00:12: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: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: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:60:\"Post Status: Network effects and WordPress — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=44341\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://poststatus.com/network-effects-wordpress-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2200:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, Brian and Brian discuss the power of network effects and how they relate to WordPress’ increasing market share and maturity. WordPress has recently hit two major milestones, turning 15 years old and reaching 30% market share of the top 10 million websites, and we spend this episode reflecting on the innovations that brought us here and where innovations are likely to occur over the next 10 years.</p>\n<p>We’ve come quite a long way in these 15 years. From the famous 5-minute install to being entirely pre-installed. From a supportive band of volunteers and vast ecosystem of free software to the commercially supported and highly-polished products that exist today. There is a lot about WordPress to be thankful for, and a lot of great things that will exist in the future because of it. And you can hear a bit about all of that on this episode of the Post Status Draft podcast.</p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://medium.com/evergreen-business-weekly/the-power-of-network-effects-why-they-make-such-valuable-companies-and-how-to-harness-them-5d3fbc3659f8\">The Power of Network Effects</a></li>\n<li>Mel Choice’s LoopConf presentation on <a href=\"https://loopconf.com/talk/customizing-the-future/\">Customizing the Future</a></li>\n</ul>\n<h3>Sponsor: Yoast</h3>\n<p>Yoast SEO Premium gives you 24/7 support from a great support team and extra features such as a redirect manager, recommended internal links, tutorial videos and integration with Google Webmaster Tools! Check out <a href=\"https://yoast.com/\">Yoast SEO Premium</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, 10 Mar 2018 20:18:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:79:\"WPTavern: Yoast Launches Fund to Increase Speaker Diversity at Tech Conferences\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78248\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/yoast-launches-fund-to-increase-speaker-diversity-at-tech-conferences\";s: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:1421:\"<p>In an effort to increase speaker diversity at conferences worldwide, the team at Yoast SEO has <a href=\"https://yoast.com/yoast-diversity-fund/\">launched</a> a diversity fund. The fund will pledge a minimum of €25,000 each year. Its purpose is to remove the financial burdens that can cause minorities or underrepresented groups to speak at conferences.</p>\n<p>“There are WordCamps throughout the world, these are conferences about, by and for the WordPress community,” Joost de Valk said.</p>\n<p>“While we already sponsor a lot of them, they tend to not have the budget to pay for speakers’ travel and accommodation cost. The same applies to other conferences about open source, certainly those that are not commercially run. We want to take away that particular reason for not having a diverse conference.”</p>\n<p>Eligible candidates will be reimbursed €1,000 for travel and accommodations per event. In order to qualify for the fund, speakers must meet the following requirements:</p>\n<ul>\n<li>Is a part of – or identifies as part of – a typically underrepresented group.</li>\n<li>The conference is not commercial.</li>\n<li>The conference targets either the WordPress, Magento, or TYPO3 community.</li>\n<li>Has been accepted as a speaker to the conference.</li>\n</ul>\n<p>To submit an application, email diversity-fund at yoast.com where applications are reviewed within a week.</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, 09 Mar 2018 03:20: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: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:60:\"WPTavern: WPWeekly Episode 307 – Thirty Percent of the Web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=78242&preview=true&preview_id=78242\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wptavern.com/wpweekly-episode-307-thirty-percent-of-the-web\";s: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:2423:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I start with a continued discussion of AMP from last week. We cover the big releases of the week including Jetpack, Genesis, Yoast SEO, and Gutenberg. We discuss a new project that aims to determine Gutenberg compatible plugins, debate the terminology used to describe WordPress’ market share, and a new plugin that makes WordPress updates more secure.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://make.wordpress.org/core/2018/03/02/whats-new-in-gutenberg-2nd-march/\">Gutenberg 2.3, Now With Nested Blocks</a><br />\n<a href=\"https://studiopress.blog/genesis-2-6/\">Genesis 2.6</a><br />\n<a href=\"https://yoast.com/yoast-seo-7-0/\">Yoast SEO 7.0</a><br />\n<a href=\"https://jetpack.com/category/releases/\">Jetpack 5.9</a><br />\n<a href=\"https://wptavern.com/4500-plugins-need-your-help-in-determining-gutenberg-compatibility\">4,500 Plugins Need Your Help in Determining Gutenberg Compatibility</a><br />\n<a href=\"https://wptavern.com/new-plugin-makes-wordpress-core-updates-more-secure-by-requiring-cryptographic-signature-verification\">New Plugin Makes WordPress Core Updates More Secure by Requiring Cryptographic Signature Verification</a><br />\n<a href=\"https://wptavern.com/wordpress-now-used-on-30-of-the-top-10-million-sites\">WordPress Now Used on 30% of the Top 10 Million Sites</a></p>\n<h2>Picks of the Week:</h2>\n<p>Mel Choyce’s presentation on <a href=\"https://wptavern.com/conceptual-ideas-on-how-the-customizer-could-integrate-with-gutenberg\">Customizing the Future</a> at LoopConf.</p>\n<p>Felix Arntz’s presentation on a Global Admin, a <a href=\"https://www.youtube.com/watch?v=V085zCBdRfc\">deep dive into multi-network organization</a> at LoopConf.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, February 14th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #307:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Mar 2018 03:39:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:22:\"Matt: Back to Blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47991\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2018/03/back-to-blogging/\";s: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:134:\"<p>I really enjoyed <a href=\"http://tomcritchlow.com/2018/02/23/small-b-blogging/\">Tom Critchlow's post Small b blogging</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Mar 2018 22:59:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:79:\"WPTavern: Conceptual Ideas on How the Customizer Could Integrate With Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78232\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/conceptual-ideas-on-how-the-customizer-could-integrate-with-gutenberg\";s: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:1598:\"<p>While the initial focus of Gutenberg is the editor, the second focus is the Customization experience in WordPress. <a href=\"https://choycedesign.com/\">Mel Choyce</a>, Product Designer at Automattic, recently spoke at <a href=\"https://loopconf.com/\">LoopConf</a>, on the <a href=\"https://loopconf.com/talk/customizing-the-future/\">past, present, and future</a> of the customizer.</p>\n<p>Choyce begins the presentation by describing when and how the customizer was added to WordPress. Fun fact, the customizer or what was known as the Theme Customizer at the time, was added to <a href=\"https://wordpress.org/news/2012/06/green/\">WordPress 3.4 “Green”</a> in June 2012.</p>\n<p>The session continues with Choyce showcasing new features and enhancements that have been made to the customizer since 2012. Near the 23 minute mark, Choyce shows conceptual images of what the customization experience could be like when implemented with Gutenberg.</p>\n<p>In the experimental images, you can see options to choose page templates or layouts, live previewing changes to blocks, global site styles, and a standard set of user interface patterns. The ideas presented are concepts and likely to change.</p>\n<p>Because the session was recorded with a picture-in-picture, I’m not able to provide high quality screen captures of the conceptual images. To see those items in detail, I recommend viewing the video in full-screen 1080p. You can full all of the LoopConf sessions for free via <a href=\"https://www.youtube.com/channel/UCAwOVsWiMdlz6snWRF2HdSQ\">their YouTube channel</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:\"Wed, 07 Mar 2018 10:17: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:\"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:30:\"HeroPress: Building A New Life\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2480\";s:7:\"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:112:\"https://heropress.com/essays/building-a-new-life/#utm_source=rss&utm_medium=rss&utm_campaign=building-a-new-life\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12981:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/03/030718-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Plan your business around what matters to you/\" /><p>This is the story of how I co-founded Barn2 Media with my husband Andy, and scaled it from a startup to one of the UK’s best known WordPress agencies – all while working part-time.</p>\n<p>I’ll tell you about the challenges I faced in building a WordPress business that is compatible with a good work-life balance. I’ll share what I did each time the growing business started to threaten my lifestyle, and how you can do the same.</p>\n<h2>The Beginning</h2>\n<p>I had a traditional full-time job throughout my 20’s. I enjoyed building my career and earning a regular salary, but didn’t like the lack of flexibility that came with it.</p>\n<p>I didn’t like having to arrive at work by a fixed time, or being unable to choose when I worked. As a hard-working person, it felt counter-productive to be forced to work set hours when I may not be at my best.</p>\n<p>My daily commute was anything from 25-50 minutes (which I realise is less than many people). It felt like a waste of time as I could work just as well from home, not to mention the environmental impact of driving so far just to sit in an office. Day-to-day tasks such as ordering items for home delivery became a big deal, as I wasn’t home during the day.</p>\n<p>As a result, I spent most of my 20’s simultaneously building my career in a traditional job, while dreaming about running my own business and working for myself. Andy felt the same about his own job as a senior software developer.</p>\n<blockquote><p>I think that most people want a better lifestyle, but not many actually do anything about it. I thought I was one of those people.</p></blockquote>\n<p>Andy and I would talk endlessly about different business ideas (most of them terrible!) and even experimented with building a few websites that were never launched. However, we didn’t have the drive to make it happen and launch a business in the real world.</p>\n<h2>Starting a Business</h2>\n<p>In late 2009, Andy had finally had enough of his job and we agreed that it was time for him to quit. We decided to start a web design business together. He would work solely on the new business, while I would support it alongside my main job (which I didn’t hate, even though I didn’t like the lifestyle).</p>\n<p>We started by building WordPress websites for small local businesses. Andy built the websites and I was responsible for copywriting and marketing. We approached local tradespeople who didn’t already have a website – back in 2010, there were still a lot of these! Our first clients were local plumbers, electricians, a washing machine repair shop, etc.</p>\n<p>These early projects were quite low budget. The average hourly rate was quite low because we were still learning and hadn’t perfected our processes yet. We wasted a lot of time on projects where we had under-quoted but were committed to honoring the agreed price.</p>\n<blockquote><p>We made a lot of mistakes, and learned from them all!</p></blockquote>\n<p>By Year 2, the business was making the equivalent of a fairly low salary for one person. However, we had to work a lot for a relatively small income. This encouraged us to work more hours, and it wasn’t bringing the lifestyle benefits I was looking for.</p>\n<h2>Lifestyle Tip #1: Learn to Specialize</h2>\n<p>In late 2010, it occurred to me that we were building all our websites in WordPress but not advertising ourself as a WordPress company. I wondered whether people were actually searching for WordPress experts and whether this could be a good way to advertise. That may seem obvious in 2018 now WordPress is the world’s biggest web platform – but it was a genuine question back in 2010.</p>\n<p>On a whim, I invested $100 in Google AdWords targeting keywords such as ‘WordPress web design’ and ‘WordPress developer’. Amazingly, we were overwhelmed with enquiries and quickly brought in over $4,000 of business – not a bad return on investment! The work came from medium sized companies who had never used our services before, with higher budgets.</p>\n<blockquote><p>Positioning ourselves as WordPress specialists completely changed the profile of our client base, as well as the budgets we were working with.</p></blockquote>\n<p>This vastly increased our average hourly income, so we were making more money without having to work more hours. Finally, it felt like a proper business with a better work-life balance.</p>\n<h2>Lifestyle Tip #2: Build a (virtual) team</h2>\n<p>The business grew quickly under its new identity as a specialist WordPress agency. By mid-2011, we had more work than we could manage ourselves. I also had a baby and increased my hours on the business while on maternity leave – eventually not returning to my old job. We still needed to increase the company’s income, while working towards the lifestyle we wanted.</p>\n<p>We grew the business to the next level by building a virtual team.</p>\n<blockquote><p>I felt quite strongly that I didn’t want to become a traditional employer with a team of staff, all working together in an office. That would bring me back to the lifestyle I started with!</p></blockquote>\n<p>Instead, I decided to recruit a team of freelancers.</p>\n<p>It took time to find the right freelancers, but the good news is that you can try someone out on a single project with no further commitment. If it doesn’t work out, then you don’t have to work with them again. Through trial and error, I built a team of freelancers with different WordPress-related skills. This increased capacity and allowed us to take on more projects without having to work more hours.</p>\n<p>I was still managing all the projects, but could take a step back and wasn’t directly building the websites. Finally, it felt like a proper WordPress agency.</p>\n<h2>Lifestyle Tip #3: Selling WordPress products</h2>\n<p>By building a distributed team, the business became more and more successful. We were taking on more and more projects, and I was managing all of them. By the time we were running 20 projects at once, I had reached the limits of my capacity and was having to work a lot of hours.</p>\n<p>From 2014-15, I experimented with working with freelance project managers, but had to give up because quality was dropping and our clients were less happy. I realised that with the current business model, I could only continue growing the business by working more and more hours. This wasn’t what I had been working towards!</p>\n<p>It was time for Andy and I to pursue our other dream: selling WordPress products. We’d been talking about this since the early days of the business, but the client projects had kept us so busy that we’d never done anything about it.</p>\n<p>In early 2016, Andy stepped out of the client business and started writing WordPress and WooCommerce plugins to sell. I continued managing client projects for the next 6 months, until the plugins were making enough money to stop taking on new projects and I could spend all my time marketing and supporting the plugins.</p>\n<blockquote><p>Selling WordPress plugins has been very successful because we already knew the market inside out from our years of developing WordPress sites.</p></blockquote>\n<p>We knew where the gaps were and what plugin customers want. We knew where other plugin companies get it wrong, and could learn from their mistakes without making the same mistakes ourselves!</p>\n<p>By launching several plugins, we could listen to what our customers were asking for and build even more. In October 2016, we launched our <a href=\"https://barn2.co.uk/wordpress-plugins/woocommerce-product-table/\">WooCommerce Product Table plugin</a> because so many people asked for a way to list products in a table with add to cart buttons. This immediately became our bestselling plugin and has sold more than all our other plugins combined. Since then, the plugin business has gone from strength to strength.</p>\n<blockquote><p>I have found that selling WordPress products brings a much better work-life balance than providing WordPress services.</p></blockquote>\n<p>We receive (many) plugin support requests every day, but each one takes relatively little time and is less pressured than fixing problems for web design clients. The whole business feels much more relaxed, and I don’t feel guilty about taking time off.</p>\n<p>Between the two of us, we spend a couple of hours a day on plugin support. We continue improving the plugins, marketing, adding features and building the business on top of that. However, all of this is optional and can easily be done while working part-time.</p>\n<h2>Snow Day! Putting It Into Practice</h2>\n<p>Before we finish, I’ll tell you about my week. Today is Friday. At 10.30am on Wednesday, I received a text that my daughter’s school had closed for the rest of the week because of the unusual snow here in the UK.</p>\n<p>The parents with traditional jobs panicked and had to quickly arrange childcare or time-off work. Some of them were stuck in cars on snowed-in roads as they tried to return to the village. No one could get to work the next day. A lot of people lost a lot of money.</p>\n<p>Andy and I simply stopped work, put on our snow gear, walked the 10 minutes to the school, and then went sledging. Since then, we’ve been sharing the childcare in between responding to plugin support requests (and writing this article!). We’ve had 37 plugin sales on our website since the school closed, even though we’ve been working less hours than usual. Now, that’s what I’ve been working towards!</p>\n<h2>Conclusion</h2>\n<p>I’ve worked hard and have been extremely committed to building Barn2 Media. However, this has always been on the condition that it wouldn’t sacrifice my lifestyle goals.</p>\n<blockquote><p>For me, the ideal business is measured against a combination of financial success and lifestyle benefits. If the founders are working 70 hours a week to keep the money coming in, then it’s not a successful business!</p></blockquote>\n<p>You can do the same. Design a WordPress business that will give you the lifestyle you want, as well as making money. If you love working with people, build a team and provide WordPress services (WordPress design and development are good for this). If you want to travel, choose work that you can do remotely from different time zones (WordPress products are good for this). Plan your business around what matters to you.</p>\n<p>WordPress is such a huge ecosystem that it comes with many opportunities to build a successful business. With a bit of extra thought and planning, you can build a WordPress business that is successful AND lets you life the lifestyle you’ve always wanted. That is the true measure of success.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Building A New Life\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Building%20A%20New%20Life&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbuilding-a-new-life%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Building A New Life\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fbuilding-a-new-life%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbuilding-a-new-life%2F&title=Building+A+New+Life\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Building A New Life\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/building-a-new-life/&media=https://heropress.com/wp-content/uploads/2018/03/030718-150x150.jpg&description=Building A New Life\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Building A New Life\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/building-a-new-life/\" title=\"Building A New Life\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/building-a-new-life/\">Building A New Life</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Mar 2018 08: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:11:\"Katie Keith\";s: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:63:\"WPTavern: WordPress Now Used on 30% of the Top 10 Million Sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78214\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/wordpress-now-used-on-30-of-the-top-10-million-sites\";s: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:2379:\"<p><a href=\"https://w3techs.com/\">W3Techs</a>, a survey company that monitors usage of various web technologies, <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">is reporting</a> that WordPress has reached 30% usage or 60.2% market share of all the websites whose content management systems it knows about. This represents a 0.6% increase since February 1st and 13.1% over the last seven years.</p>\n<p>Just five days ago, Matt Mullenweg, co-creator of WordPress, brought attention to the approaching milestone.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"und\" dir=\"ltr\">29.9%…</p>\n<p>— Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/969378724305973249?ref_src=twsrc%5Etfw\">March 2, 2018</a></p></blockquote>\n<p></p>\n<p>When it comes to WordPress’ market share numbers, W3Techs is the most cited source. While some say that <a href=\"https://thenextweb.com/dd/2018/03/05/30-of-the-web-now-runs-on-wordpress/\">WordPress now powers 30% of the web</a>, <a href=\"https://w3techs.com/technologies\">technically</a>, it is used by 30% of the top 10 million sites based on traffic according to <a href=\"https://www.alexa.com/\">Alexa</a>. All sub-domains on WordPress.com and WordPress.org count as one site.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">All the subdomains of <a href=\"https://t.co/37ETZ4JMFf\">https://t.co/37ETZ4JMFf</a> and <a href=\"https://t.co/YtO6Msd90U\">https://t.co/YtO6Msd90U</a> do indeed only count as one site. Sites that are hosted by Automattic under their own domain do count if they have significant traffic on that domain. These are 0.4%, 29.5% are hosted somewhere else.</p>\n<p>— W3Techs (@W3Techs) <a href=\"https://twitter.com/W3Techs/status/969523570530451456?ref_src=twsrc%5Etfw\">March 2, 2018</a></p></blockquote>\n<p></p>\n<p>The internet is larger than the top 10 million sites. According to <a href=\"http://www.internetlivestats.com/total-number-of-websites/\">Internet live stats</a>, there are close to 2 billion sites on the internet although a majority of them are inactive.</p>\n<p>W3Techs’ numbers show that WordPress’ use is growing on sites that receive a lot of traffic and shows no signs of slowing down as it makes <a href=\"https://wptavern.com/how-important-is-jetpack-on-wordpress-road-to-50-market-share\">its way towards 50%</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Mar 2018 10:22:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:111:\"WPTavern: New Plugin Makes WordPress Core Updates More Secure by Requiring Cryptographic Signature Verification\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78171\";s:7:\"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:122:\"https://wptavern.com/new-plugin-makes-wordpress-core-updates-more-secure-by-requiring-cryptographic-signature-verification\";s: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:4278:\"<p>In 2016, WordFence <a href=\"https://www.wordfence.com/blog/2016/11/hacking-27-web-via-wordpress-auto-update/\">published their findings</a> of a vulnerability that could have compromised the servers that are used to send out WordPress updates. It turned out to be a complex, obscure vulnerability that ignited a conversation surrounding the security of api.wordpress.org and what could happen if the servers were compromised.</p>\n<p>One idea that was brought forth is to digitally sign WordPress core, theme, and plugin updates. For at least five years, <a href=\"https://core.trac.wordpress.org/ticket/25052\">a trac ticket</a> has laid semi-dormant with this idea in mind.</p>\n<p>Fifteen months ago, Scott Arciszewski, Chief Development Officer for Paragon Initiative Enterprises, who is most widely known for his <a href=\"https://paragonie.com/blog/2017/02/cryptographically-secure-php-development\">cryptography engineering work</a>, <a href=\"https://web.archive.org/web/20170214062414/https://medium.com/@CiPHPerCoder/stopmullware-on-the-security-of-27-of-the-websites-on-the-internet-298a7e5b6871\">published an article</a> that has since been taken down, expressing his strong desire for Matt Mullenweg to make secure cryptographic signatures a priority. Mullenweg responded to his post with <a href=\"https://medium.com/@photomatt/wordpress-and-update-signing-51501213e1\">one of his own</a> stating that although WordPress update signing is important, it’s not a high priority.</p>\n<p>“We will at some point; as said above it’s a good idea — can’t hurt, might help,” Mullenweg responded when asked if WordPress was ever going to do update signing. “There are, however, some more important security issues in front of it, that impact millions of sites in the real world, so we are prioritizing those issues above a nice-to-have, defense in-depth effort.”</p>\n<h2>Eric Mann Launches Secure WordPress Updates Plugin</h2>\n<p>While WordPress does not digitally sign updates, Eric Mann, founder of <a href=\"https://displace.tech/\">Displace Technologies, LLC</a>, has <a href=\"https://ttmm.io/tech/introducing-secure-updates-for-wordpress/\">created and released</a> a new plugin that adds code signing to WordPress core updates. It’s called DGXPCO or <a href=\"https://wordpress.org/plugins/dgxpco/\">Digital Guarantees for eXplicitly Permitted Core Operations</a>. You’ll find it on the plugin directory by searching for DGXPCO.</p>\n<p>When installed and activated, the plugin integrates with the core updater and requires that any core update must have a valid signature before it can be installed. The signature provides a secondary source of truth that confirms the integrity of the files. The signatures are created using a Ed25519 public/private keypair and <a href=\"https://github.com/jedisct1/libsodium\">Libsodium</a> to sign the files’ contents.</p>\n<p>Mann keeps the private key offline and has published the public key online. The public key will not change and if a core update is signed by a different key, it is a red flag and the update should be avoided. In addition, commits made to the <a href=\"https://github.com/DisplaceTech/release-hashes\">release hashes repository</a> on GitHub are signed with <a href=\"https://keybase.io/eamann\">Mann’s PGP key</a> to verify that he is the one who added new code.</p>\n<p>Mann admits that the solution is not fool-proof and is working towards improving it. In future versions, the plugin will only notify the user of a WordPress core update if a digital signature is available. Plugins and themes are on the roadmap as well with the ability to opt-in.</p>\n<p>Although he is the only person allowed to digitally sign packages, the model is not sustainable.</p>\n<p>“As I prove out the update system, I’ll also begin adding sets of public keys that are scoped to specific sets of packages,” Mann said. “This will, for example, allow me to whitelist a small number of trusted developers to also sign core packages. It might also empower plugin developers to sign their own releases (but not anyone else’s).”</p>\n<p>Mann is seeking feedback and is hoping the project provides evidence that something like it can be added to WordPress core.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 03 Mar 2018 00:56: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: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:75:\"Post Status: Marketing and positioning WordPress products — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=44157\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://poststatus.com/marketing-positioning-wordpress-products-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2776:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>This week BK and BR discuss a number of different aspects surrounding marketing and selling WordPress products and services. The conversation flows from selling benefits vs features, to social proof, to marketing and conversion funnels, to understanding and reacting to the problem space, to customer support, and many things in between. Whether you’re already selling products or services, about to sell something, or routinely buy things, there’s likely something for you in this episode.</p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li>Krogs’ <a href=\"https://wordpress.tv/2015/12/13/brian-krogsgard-how-to-build-a-compelling-wordpress-product-or-service\">WCUS funnel talk</a>: and <a href=\"https://cdn.poststatus.com/wp-content/uploads/2015/12/krogsgard-wc-us-2015-presentation.pdf\">slides</a></li>\n<li><a href=\"https://wpsessions.com/sessions/understand-price-anchoring/\">Price Anchoring session</a> on WPS</li>\n<li><a href=\"https://poststatus.com/marketing-wordpress-products/\">Tips for marketing WordPress products</a></li>\n<li><a href=\"https://poststatus.com/resources/marketing-success-wordpress-case-study-siteground/\">SiteGround’s Publish presentation</a></li>\n<li><a href=\"https://www.ted.com/talks/barry_schwartz_on_the_paradox_of_choice\">TED talk on decision fatigue and the paradox of choice</a> (also good “<a href=\"https://www.ted.com/talks/dan_gilbert_researches_happiness\">Why we make bad decisions</a>”)</li>\n<li><a href=\"https://stripe.com/atlas/guides/saas-pricing\">Stripe Atlas guide to SaaS pricing</a></li>\n</ul>\n<h3>Sponsor: SiteGround</h3>\n<p><a href=\"https://www.siteground.com/wordpress-hosting.htm/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">SiteGround</a> is engineered for speed, built for security, and crafted for WordPress. They offer feature-rich managed WordPress hosting with premium support, and are officially recommended by WordPress.org. Check out <a href=\"https://siteground.com/poststatus/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">SiteGround’s website</a> for a special deal for Post Status listeners, and thanks to SiteGround for being a Post Status partner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Mar 2018 20:24:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:77:\"WPTavern: 4,500 Plugins Need Your Help in Determining Gutenberg Compatibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78194\";s:7:\"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:\"https://wptavern.com/4500-plugins-need-your-help-in-determining-gutenberg-compatibility\";s: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:2608:\"<p>One of the keys to a successful roll out of Gutenberg is plugin compatibility. Without it, users will experience unnecessary frustration and hamper enthusiasm of the new editor. In an effort to figure out what plugins are already compatible with Gutenberg, Daniel Bachhuber <a href=\"https://make.wordpress.org/core/2018/03/01/introducing-the-gutenberg-plugin-compatibility-database/\">has created</a> a <a href=\"https://plugincompat.danielbachhuber.com/\">Gutenberg Plugin Compatibility Database</a>.</p>\n<img />Gutenberg Plugin Compatibility Database\n<p>The database contains 5,000 plugins that represent more than 90% of the total active install count. Plugins are compatible with Gutenberg if they meet the following two requirements.</p>\n<ul>\n<li>A WordPress user can perform the same functional task with Gutenberg active. For instance, if the plugin includes an ‘Add Media’ button, it’s considered Gutenberg-compatible when it has a block registered for the Gutenberg inserter.</li>\n<li>There are no (obvious) errors when the WordPress plugin is active alongside Gutenberg.</li>\n</ul>\n<p>In order to participate in the testing process, you’ll need to <a href=\"https://plugincompat.danielbachhuber.com/#account-details/\">register an account</a> on the site. Once approved, testers will be able to create a fresh sandboxed WordPress install on the site and test randomly selected plugins. After a manual review is complete, plugins will be marked as <code>is_compatible=yes</code> or <code>is_compatible=no</code>.</p>\n<p>Some plugins are already classified with <code>is_compatible=likely_yes</code> or <code>is_compatible=likely_</code>. As reports are completed, two pie charts that display compatibility results at the bottom of the site update automatically.</p>\n<p>Bachhuber estimates that if each plugin takes about a minute to test, they’ll need roughly 75 person-hours to get through the remaining 4,500 plugins in the database. This project is a great opportunity for individuals and businesses to contribute back to WordPress via the <a href=\"https://ma.tt/2014/09/five-for-the-future/\">Five for The Future initiative</a>.</p>\n<p>Ideal testers are those who can review dozens of plugins, but even reviewing a few will help the project. If you’re interested in contributing, check out the project’s <a href=\"https://github.com/danielbachhuber/gutenberg-plugin-compatibility#gutenberg-plugin-compatibility\">GitHub page</a> to learn what’s involved in the testing process. Alternatively, visitors can watch the following YouTube video.</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, 02 Mar 2018 00:57:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:47:\"Dev Blog: The Month in WordPress: February 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5613\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2018/03/the-month-in-wordpress-february-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5935:\"<p>Judging by the flurry of activity across the WordPress project throughout February, it looks like everyone is really getting into the swing of things for 2018. There have been a lot of interesting new developments, so read on to see what the community has been up to for the past month.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress 4.9.3 & 4.9.4</h2>\n\n<p>Early in the month, <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/\">version 4.9.3 of WordPress was released</a>, including a number of important bug fixes. Unfortunately it introduced a bug that prevented many sites from automatically updating to future releases. To remedy this issue, <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/\">version 4.9.4 was released</a> the following day requiring many people to manually update their sites.</p>\n\n<p>While this kind of issue is always regrettable, the good thing is that it was fixed quickly, and that not all sites had updated to 4.9.3 yet, which meant they bypassed the bug in that version.</p>\n\n<p>You can find out more technical information about this issue <a href=\"https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/\">on the Core development blog</a>.</p>\n\n<h2>The WordCamp Incubator is Back</h2>\n\n<p>In 2016, the Global Community Team ran an experimental program to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event. This program was dubbed the WordCamp Incubator, and it was so successful in the three cities where it ran that <a href=\"https://wordpress.org/news/2018/02/wordcamp-incubator-2-0/\">the program is back for 2018</a>.</p>\n\n<p>Right now, the Community Team is looking for cities to be a part of this year’s incubator by <a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application\">taking applications</a>. Additionally, each incubator community will need an experienced WordCamp organizer to assist them as a co-lead organizer for their event — if that sounds interesting to you, then you can <a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-co-lead-application\">fill in the application form for co-leads</a>.</p>\n\n<p>You can find out further information about the WordCamp Incubator <a href=\"https://make.wordpress.org/community/2018/02/19/wordcamp-incubator-program-2018-announcement/\">on the Community Team blog</a>.</p>\n\n<h2>WordPress Meetup Roundtables scheduled for March</h2>\n\n<p>In order to assist local WordPress meetup organizers with running their meetup groups, some members of the Community Team have organized <a href=\"https://make.wordpress.org/community/2018/02/23/wordpress-meetup-roundtables-scheduled-for-march/\">weekly meetup roundtable discussions through the month of March</a>.</p>\n\n<p>These will be run as video chats at 16:00 UTC every Wednesday this month and will be a great place for meetup organizers to come together and help each other out with practical ideas and advice.</p>\n\n<p>If you are not already in the WordPress meetup program and would like to join, you can find out more information in <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the WordPress Meetup Organizer Handbook</a>.</p>\n\n<h2>GDPR Compliance in WordPress Core</h2>\n\n<p>The General Data Protection Regulation (GDPR) is an upcoming regulation that will affect all online services across Europe. In order to prepare for this, a working group has been formed to make sure that WordPress is compliant with the GDPR regulations.</p>\n\n<p>Aside from the fact that this will be a requirement for the project going forward, it will also have an important and significant impact on the privacy and security of WordPress as a whole. The working group has posted <a href=\"https://make.wordpress.org/core/2018/02/19/proposed-roadmap-tools-for-gdpr-compliance/\">their proposed roadmap</a> for this project and it looks very promising.</p>\n\n<p>To get involved in building WordPress Core, jump into the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>WPShout published <a href=\"https://wpshout.com/complete-guide-wordpress-security/\">a thorough guide to WordPress security</a>.</li>\n <li>The Community Team has published interesting statistics from the WordCamp program in <a href=\"https://make.wordpress.org/community/2018/02/27/wordcamps-in-2016/\">2016</a> and <a href=\"https://make.wordpress.org/community/2018/02/28/wordcamps-in-2017/\">2017</a>.</li>\n <li><a href=\"https://make.wordpress.org/community/2018/02/15/potential-addition-of-a-new-onboarding-team/\">An intriguing proposal has been made</a> for a new ‘Onboarding’ team to be started in the WordPress project.</li>\n <li>The new editing experience for WordPress, named Gutenberg, continues to be actively developed with <a href=\"https://make.wordpress.org/core/2018/02/16/whats-new-in-gutenberg-16th-february/\">a feature-packed release</a> this past month.</li>\n <li>The Advanced WordPress Facebook group <a href=\"https://www.youtube.com/watch?v=4vS_jR5-nIo\">held an interview with WordPress co-founder, Matt Mullenweg</a> about the Gutenberg project.</li>\n <li><a href=\"https://make.wordpress.org/meta/2018/02/27/two-factor-authentication-on-wp-org/\">Two factor authentication is on its way to the WordPress.org network</a> — this will be a great improvement to the overall security of the project.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Mar 2018 08:41:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:83:\"WPTavern: WPWeekly Episode 306 – AMP, GDPR, and Brewing Beer At The Boss’ House\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=78185&preview=true&preview_id=78185\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/wpweekly-episode-306-amp-gdpr-and-brewing-beer-at-the-boss-house\";s: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:1707:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> joins me live from Hutchinson, KS, to talk about the news of the week. We started off the show discussing the GDPR and the number of things that need to be considered surrounding the right to be forgotten.</p>\n<p>We also have a lengthy conversation about AMP, the open web, and Automattic’s relationship with Google. Last but not least, we discussed Automattic’s recent hiring of Kinsey Wilson to be president of the company.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/matt-cromwell-hosts-matt-mullenweg-in-qa-gutenberg-interview\">Matt Cromwell Hosts Matt Mullenweg in Q&A Gutenberg Interview</a><br />\n<a href=\"https://wptavern.com/new-team-forms-to-facilitate-gdpr-compliance-in-wordpress-core\">New Team Forms to Facilitate GDPR Compliance in WordPress Core</a><br />\n<a href=\"https://www.poynter.org/news/one-time-npr-and-nyt-digital-chief-new-adventure-wordpress\">For one-time NPR and NYT digital chief, a new adventure: WordPress</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 7th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #306:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Mar 2018 02:19: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:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 14 Apr 2018 14:47:55 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sat, 14 Apr 2018 14:30:27 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20171003162754\";}','no'),(2361,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1523760476','no'),(2362,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1523717276','no'),(2363,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1523760476','no'),(2364,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2018/04/gdpr-compliance-tools-in-wordpress/\'>GDPR Compliance Tools in WordPress</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ma.tt/2018/04/russells-treadmill/\'>Matt: Russell’s Treadmill</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2018/04/gdpr-compliance-tools-in-wordpress/\'>Dev Blog: GDPR Compliance Tools in WordPress</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wpweekly-episode-312-dragon-drop-wordpress-accessibility-statement-and-woocommerce-gdpr\'>WPTavern: WPWeekly Episode 312 – Dragon Drop, WordPress Accessibility Statement, and WooCommerce GDPR</a></li></ul></div>','no'),(2365,'_site_transient_timeout_community-events-91db0218fcd18ae1e52cff0967eeef03','1523760476','no'),(2366,'_site_transient_community-events-91db0218fcd18ae1e52cff0967eeef03','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"24.147.252.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:22:\"Western Mass Wordpress\";s:3:\"url\";s:69:\"https://www.meetup.com/Northampton-WordPress-Meetup/events/246044667/\";s:6:\"meetup\";s:28:\"Northampton WordPress Meetup\";s:10:\"meetup_url\";s:52:\"https://www.meetup.com/Northampton-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-04-19 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Northampton, MA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:42.325333000000001;s:9:\"longitude\";d:-72.650469999999999;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:40:\"How to Create an Engaging Instagram Feed\";s:3:\"url\";s:69:\"https://www.meetup.com/Brattleboro-WordPress-Meetup/events/249667934/\";s:6:\"meetup\";s:28:\"Brattleboro WordPress Meetup\";s:10:\"meetup_url\";s:52:\"https://www.meetup.com/Brattleboro-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-04-26 17:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Brattleboro, VT, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:42.850273000000001;s:9:\"longitude\";d:-72.556549000000004;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"Topic TBD But It Will Be Awesome!\";s:3:\"url\";s:55:\"https://www.meetup.com/WordPressRI/events/gnmxzmyxhblb/\";s:6:\"meetup\";s:42:\"The WordPress RI Meetup Group - Since 2009\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/WordPressRI/\";s:4:\"date\";s:19:\"2018-05-08 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Pawtucket, RI, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:41.88252;s:9:\"longitude\";d:-71.378783999999996;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:43:\"May 2018: WP Security Essentials, and more!\";s:3:\"url\";s:55:\"https://www.meetup.com/WordPressDevNH/events/249032144/\";s:6:\"meetup\";s:59:\"New Hampshire WordPress for Fun, Profit and Not-for-Profits\";s:10:\"meetup_url\";s:38:\"https://www.meetup.com/WordPressDevNH/\";s:4:\"date\";s:19:\"2018-05-08 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Londonderry, NH, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:42.869999999999997;s:9:\"longitude\";d:-71.379999999999995;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:22:\"Western Mass Wordpress\";s:3:\"url\";s:69:\"https://www.meetup.com/Northampton-WordPress-Meetup/events/246044675/\";s:6:\"meetup\";s:28:\"Northampton WordPress Meetup\";s:10:\"meetup_url\";s:52:\"https://www.meetup.com/Northampton-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-05-17 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Northampton, MA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:42.325333000000001;s:9:\"longitude\";d:-72.650469999999999;}}}}','no'),(2367,'_transient_timeout_plugin_slugs','1523807165','no'),(2368,'_transient_plugin_slugs','a:9:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:50:\"cf7-widget-elementor/void-cf7-widget-elementor.php\";i:2;s:35:\"contact-widgets/contact-widgets.php\";i:3;s:23:\"elementor/elementor.php\";i:4;s:27:\"ocean-extra/ocean-extra.php\";i:5;s:27:\"updraftplus/updraftplus.php\";i:6;s:33:\"w3-total-cache/w3-total-cache.php\";i:7;s:35:\"wp-fastest-cache/wpFastestCache.php\";i:8;s:23:\"wp-smushit/wp-smush.php\";}','no'),(2374,'elementor_version','2.0.5','yes'),(2375,'elementor_remote_info_library','a:2:{s:10:\"categories\";a:18:{i:0;s:5:\"about\";i:1;s:7:\"archive\";i:2;s:14:\"call to action\";i:3;s:7:\"clients\";i:4;s:7:\"contact\";i:5;s:3:\"faq\";i:6;s:8:\"features\";i:7;s:6:\"footer\";i:8;s:6:\"header\";i:9;s:4:\"hero\";i:10;s:9:\"portfolio\";i:11;s:7:\"pricing\";i:12;s:8:\"services\";i:13;s:6:\"single\";i:14;s:5:\"stats\";i:15;s:9:\"subscribe\";i:16;s:4:\"team\";i:17;s:12:\"testimonials\";}s:9:\"templates\";a:373:{i:0;a:14:{s:2:\"id\";s:4:\"5525\";s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443532\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"57\";s:11:\"trend_index\";s:2:\"12\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:1;a:14:{s:2:\"id\";s:4:\"5533\";s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520443534\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"114\";s:11:\"trend_index\";s:2:\"50\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:2;a:14:{s:2:\"id\";s:4:\"5575\";s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443543\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"76\";s:11:\"trend_index\";s:2:\"18\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:3;a:14:{s:2:\"id\";s:4:\"5615\";s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"107\";s:11:\"trend_index\";s:2:\"30\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:4;a:14:{s:2:\"id\";s:4:\"5624\";s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443553\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"180\";s:11:\"trend_index\";s:2:\"98\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:5;a:14:{s:2:\"id\";s:4:\"5684\";s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"152\";s:11:\"trend_index\";s:2:\"60\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:6;a:14:{s:2:\"id\";s:4:\"5693\";s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"252\";s:11:\"trend_index\";s:3:\"146\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:7;a:14:{s:2:\"id\";s:4:\"5703\";s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"105\";s:11:\"trend_index\";s:2:\"39\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:8;a:14:{s:2:\"id\";s:4:\"5711\";s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443571\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"253\";s:11:\"trend_index\";s:3:\"123\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:9;a:14:{s:2:\"id\";s:4:\"5719\";s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"189\";s:11:\"trend_index\";s:3:\"107\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:10;a:14:{s:2:\"id\";s:4:\"5729\";s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"296\";s:11:\"trend_index\";s:3:\"164\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:11;a:14:{s:2:\"id\";s:4:\"5737\";s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443576\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"219\";s:11:\"trend_index\";s:3:\"110\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:12;a:14:{s:2:\"id\";s:4:\"5746\";s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"229\";s:11:\"trend_index\";s:3:\"118\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:13;a:14:{s:2:\"id\";s:4:\"5755\";s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"169\";s:11:\"trend_index\";s:2:\"78\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:14;a:14:{s:2:\"id\";s:4:\"5764\";s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443582\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"303\";s:11:\"trend_index\";s:3:\"198\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:15;a:14:{s:2:\"id\";s:4:\"5773\";s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";s:10:\"1520443584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"80\";s:11:\"trend_index\";s:2:\"25\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:16;a:14:{s:2:\"id\";s:4:\"5783\";s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";s:10:\"1520443586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"278\";s:11:\"trend_index\";s:3:\"226\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:17;a:14:{s:2:\"id\";s:4:\"5792\";s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";s:10:\"1520443588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"239\";s:11:\"trend_index\";s:3:\"157\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:18;a:14:{s:2:\"id\";s:4:\"5801\";s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";s:10:\"1520443589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"55\";s:11:\"trend_index\";s:2:\"20\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:19;a:14:{s:2:\"id\";s:4:\"5811\";s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";s:10:\"1520443591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"157\";s:11:\"trend_index\";s:2:\"75\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:20;a:14:{s:2:\"id\";s:4:\"5820\";s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"243\";s:11:\"trend_index\";s:3:\"150\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:21;a:14:{s:2:\"id\";s:4:\"5828\";s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"293\";s:11:\"trend_index\";s:3:\"309\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:22;a:14:{s:2:\"id\";s:4:\"5836\";s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"181\";s:11:\"trend_index\";s:2:\"94\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:23;a:14:{s:2:\"id\";s:4:\"5844\";s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"270\";s:11:\"trend_index\";s:3:\"169\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:24;a:14:{s:2:\"id\";s:4:\"5852\";s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";s:10:\"1520443600\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"353\";s:11:\"trend_index\";s:3:\"257\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:25;a:14:{s:2:\"id\";s:4:\"5947\";s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443621\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"315\";s:11:\"trend_index\";s:3:\"293\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:26;a:14:{s:2:\"id\";s:4:\"5956\";s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443623\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"355\";s:11:\"trend_index\";s:3:\"359\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:27;a:14:{s:2:\"id\";s:4:\"5963\";s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443626\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"145\";s:11:\"trend_index\";s:2:\"41\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:28;a:14:{s:2:\"id\";s:4:\"5974\";s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443629\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"137\";s:11:\"trend_index\";s:2:\"45\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:29;a:14:{s:2:\"id\";s:4:\"5983\";s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443630\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"261\";s:11:\"trend_index\";s:3:\"176\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:30;a:14:{s:2:\"id\";s:4:\"5991\";s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443632\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"198\";s:11:\"trend_index\";s:3:\"143\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:31;a:14:{s:2:\"id\";s:4:\"5999\";s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520443634\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"154\";s:11:\"trend_index\";s:2:\"83\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:32;a:14:{s:2:\"id\";s:4:\"6008\";s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"151\";s:11:\"trend_index\";s:2:\"62\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:33;a:14:{s:2:\"id\";s:4:\"6027\";s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";s:10:\"1520443639\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"112\";s:11:\"trend_index\";s:2:\"58\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:34;a:14:{s:2:\"id\";s:4:\"6036\";s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";s:10:\"1520443641\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"159\";s:11:\"trend_index\";s:2:\"69\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:35;a:14:{s:2:\"id\";s:4:\"6044\";s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443643\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"161\";s:11:\"trend_index\";s:2:\"81\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:36;a:14:{s:2:\"id\";s:4:\"6053\";s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443645\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"225\";s:11:\"trend_index\";s:3:\"117\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:37;a:14:{s:2:\"id\";s:4:\"6063\";s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443647\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"222\";s:11:\"trend_index\";s:3:\"119\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:38;a:14:{s:2:\"id\";s:4:\"6071\";s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443649\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"238\";s:11:\"trend_index\";s:3:\"144\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:39;a:14:{s:2:\"id\";s:4:\"6079\";s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443651\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"312\";s:11:\"trend_index\";s:3:\"200\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:40;a:14:{s:2:\"id\";s:4:\"6089\";s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443653\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"246\";s:11:\"trend_index\";s:3:\"142\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:41;a:14:{s:2:\"id\";s:4:\"6097\";s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443655\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"273\";s:11:\"trend_index\";s:3:\"178\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:42;a:14:{s:2:\"id\";s:4:\"6106\";s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443657\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"329\";s:11:\"trend_index\";s:3:\"311\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:43;a:14:{s:2:\"id\";s:4:\"6114\";s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"340\";s:11:\"trend_index\";s:3:\"232\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:44;a:14:{s:2:\"id\";s:4:\"6122\";s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";s:10:\"1520443661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"99\";s:11:\"trend_index\";s:2:\"40\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:45;a:14:{s:2:\"id\";s:4:\"6135\";s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443663\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"149\";s:11:\"trend_index\";s:2:\"73\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:46;a:14:{s:2:\"id\";s:4:\"6144\";s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520443664\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"257\";s:11:\"trend_index\";s:3:\"140\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:47;a:14:{s:2:\"id\";s:4:\"6152\";s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443666\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"267\";s:11:\"trend_index\";s:3:\"172\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:48;a:14:{s:2:\"id\";s:4:\"6162\";s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443668\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"308\";s:11:\"trend_index\";s:3:\"288\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:49;a:14:{s:2:\"id\";s:4:\"6170\";s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443670\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"311\";s:11:\"trend_index\";s:3:\"247\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:14:{s:2:\"id\";s:4:\"6178\";s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443676\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"323\";s:11:\"trend_index\";s:3:\"223\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:51;a:14:{s:2:\"id\";s:4:\"6186\";s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"358\";s:11:\"trend_index\";s:3:\"317\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:52;a:14:{s:2:\"id\";s:4:\"6196\";s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443680\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"164\";s:11:\"trend_index\";s:2:\"79\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:53;a:14:{s:2:\"id\";s:4:\"6204\";s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"228\";s:11:\"trend_index\";s:3:\"124\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:54;a:14:{s:2:\"id\";s:4:\"6212\";s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"168\";s:11:\"trend_index\";s:2:\"71\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:55;a:14:{s:2:\"id\";s:4:\"6220\";s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"167\";s:11:\"trend_index\";s:2:\"77\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:56;a:14:{s:2:\"id\";s:4:\"6230\";s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443687\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"298\";s:11:\"trend_index\";s:3:\"276\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:57;a:14:{s:2:\"id\";s:4:\"6239\";s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"89\";s:11:\"trend_index\";s:2:\"28\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:58;a:14:{s:2:\"id\";s:4:\"6249\";s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"134\";s:11:\"trend_index\";s:2:\"56\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:59;a:14:{s:2:\"id\";s:4:\"6258\";s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"318\";s:11:\"trend_index\";s:3:\"212\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:60;a:14:{s:2:\"id\";s:4:\"6266\";s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"103\";s:11:\"trend_index\";s:2:\"38\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:61;a:14:{s:2:\"id\";s:4:\"6274\";s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443698\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"141\";s:11:\"trend_index\";s:2:\"74\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:62;a:14:{s:2:\"id\";s:4:\"6017\";s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";s:10:\"1520520331\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"192\";s:11:\"trend_index\";s:2:\"95\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:63;a:14:{s:2:\"id\";s:4:\"4826\";s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520544\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"286\";s:11:\"trend_index\";s:3:\"229\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:64;a:14:{s:2:\"id\";s:4:\"4835\";s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520546\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"331\";s:11:\"trend_index\";s:3:\"301\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:65;a:14:{s:2:\"id\";s:4:\"4843\";s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520548\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"342\";s:11:\"trend_index\";s:3:\"308\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:66;a:14:{s:2:\"id\";s:4:\"4854\";s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520520549\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"365\";s:11:\"trend_index\";s:3:\"316\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:67;a:14:{s:2:\"id\";s:4:\"4863\";s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520520551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"269\";s:11:\"trend_index\";s:3:\"235\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:68;a:14:{s:2:\"id\";s:4:\"4871\";s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520520552\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"288\";s:11:\"trend_index\";s:3:\"224\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:69;a:14:{s:2:\"id\";s:4:\"4880\";s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";s:10:\"1520520554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"324\";s:11:\"trend_index\";s:3:\"266\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:70;a:14:{s:2:\"id\";s:4:\"4889\";s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";s:10:\"1520520556\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"343\";s:11:\"trend_index\";s:3:\"332\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:71;a:14:{s:2:\"id\";s:4:\"4897\";s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520520557\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"188\";s:11:\"trend_index\";s:2:\"86\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:72;a:14:{s:2:\"id\";s:4:\"4905\";s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"216\";s:11:\"trend_index\";s:3:\"145\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:73;a:14:{s:2:\"id\";s:4:\"4913\";s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520561\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"297\";s:11:\"trend_index\";s:3:\"256\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:74;a:14:{s:2:\"id\";s:4:\"4921\";s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520520562\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"266\";s:11:\"trend_index\";s:3:\"156\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:75;a:14:{s:2:\"id\";s:4:\"4929\";s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520564\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"142\";s:11:\"trend_index\";s:2:\"59\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:76;a:14:{s:2:\"id\";s:4:\"4939\";s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"173\";s:11:\"trend_index\";s:3:\"103\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:77;a:14:{s:2:\"id\";s:4:\"4947\";s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"250\";s:11:\"trend_index\";s:3:\"141\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:78;a:14:{s:2:\"id\";s:4:\"4955\";s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520520569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"304\";s:11:\"trend_index\";s:3:\"292\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:79;a:14:{s:2:\"id\";s:4:\"4963\";s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520570\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"321\";s:11:\"trend_index\";s:3:\"329\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:80;a:14:{s:2:\"id\";s:4:\"4971\";s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520520572\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"367\";s:11:\"trend_index\";s:3:\"337\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:81;a:14:{s:2:\"id\";s:4:\"4979\";s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"349\";s:11:\"trend_index\";s:3:\"331\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:82;a:14:{s:2:\"id\";s:4:\"4987\";s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";s:10:\"1520520575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"220\";s:11:\"trend_index\";s:3:\"138\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:83;a:14:{s:2:\"id\";s:4:\"4995\";s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520520577\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"317\";s:11:\"trend_index\";s:3:\"297\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:84;a:14:{s:2:\"id\";s:4:\"5007\";s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"126\";s:11:\"trend_index\";s:2:\"31\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:85;a:14:{s:2:\"id\";s:4:\"5019\";s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"209\";s:11:\"trend_index\";s:3:\"152\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:86;a:14:{s:2:\"id\";s:4:\"5027\";s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520581\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"281\";s:11:\"trend_index\";s:3:\"218\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:87;a:14:{s:2:\"id\";s:4:\"5037\";s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520520583\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"234\";s:11:\"trend_index\";s:3:\"233\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:88;a:14:{s:2:\"id\";s:4:\"5057\";s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520520586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"237\";s:11:\"trend_index\";s:3:\"163\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:14:{s:2:\"id\";s:4:\"5071\";s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520520588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"263\";s:11:\"trend_index\";s:3:\"295\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:90;a:14:{s:2:\"id\";s:4:\"5082\";s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520520589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"316\";s:11:\"trend_index\";s:3:\"346\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:91;a:14:{s:2:\"id\";s:4:\"5090\";s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"280\";s:11:\"trend_index\";s:3:\"173\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:92;a:14:{s:2:\"id\";s:4:\"5098\";s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"247\";s:11:\"trend_index\";s:3:\"111\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:93;a:14:{s:2:\"id\";s:4:\"5107\";s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520520594\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"322\";s:11:\"trend_index\";s:3:\"338\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:94;a:14:{s:2:\"id\";s:4:\"5115\";s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520596\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"88\";s:11:\"trend_index\";s:2:\"23\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:95;a:14:{s:2:\"id\";s:4:\"5125\";s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"259\";s:11:\"trend_index\";s:3:\"126\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:96;a:14:{s:2:\"id\";s:4:\"5133\";s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"245\";s:11:\"trend_index\";s:3:\"154\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:97;a:14:{s:2:\"id\";s:4:\"5141\";s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520601\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"207\";s:11:\"trend_index\";s:3:\"128\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:98;a:14:{s:2:\"id\";s:4:\"5149\";s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520602\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"193\";s:11:\"trend_index\";s:3:\"115\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:99;a:14:{s:2:\"id\";s:4:\"5542\";s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"217\";s:11:\"trend_index\";s:3:\"137\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:100;a:14:{s:2:\"id\";s:4:\"5550\";s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"289\";s:11:\"trend_index\";s:3:\"182\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:101;a:14:{s:2:\"id\";s:4:\"5558\";s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"194\";s:11:\"trend_index\";s:2:\"89\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:102;a:14:{s:2:\"id\";s:4:\"5567\";s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520520685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"231\";s:11:\"trend_index\";s:3:\"151\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:103;a:14:{s:2:\"id\";s:4:\"5583\";s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520520689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"274\";s:11:\"trend_index\";s:3:\"240\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:104;a:14:{s:2:\"id\";s:4:\"5591\";s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520520691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"182\";s:11:\"trend_index\";s:3:\"104\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:105;a:14:{s:2:\"id\";s:4:\"5599\";s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520520693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"279\";s:11:\"trend_index\";s:3:\"188\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:106;a:14:{s:2:\"id\";s:4:\"5607\";s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520520695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"212\";s:11:\"trend_index\";s:3:\"132\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:107;a:14:{s:2:\"id\";s:4:\"5634\";s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"232\";s:11:\"trend_index\";s:3:\"136\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:108;a:14:{s:2:\"id\";s:4:\"5642\";s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520520701\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"265\";s:11:\"trend_index\";s:3:\"186\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:109;a:14:{s:2:\"id\";s:4:\"5650\";s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520702\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"187\";s:11:\"trend_index\";s:2:\"90\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:110;a:14:{s:2:\"id\";s:4:\"5658\";s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520520704\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"256\";s:11:\"trend_index\";s:3:\"168\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:111;a:14:{s:2:\"id\";s:4:\"5667\";s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520705\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"210\";s:11:\"trend_index\";s:2:\"72\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:112;a:14:{s:2:\"id\";s:4:\"5675\";s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520707\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"327\";s:11:\"trend_index\";s:3:\"190\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:113;a:14:{s:2:\"id\";s:4:\"5860\";s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520746\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"203\";s:11:\"trend_index\";s:2:\"91\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:114;a:14:{s:2:\"id\";s:4:\"5869\";s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520747\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"287\";s:11:\"trend_index\";s:3:\"231\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:14:{s:2:\"id\";s:4:\"5877\";s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520749\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"357\";s:11:\"trend_index\";s:3:\"303\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:116;a:14:{s:2:\"id\";s:4:\"5885\";s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520520751\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"294\";s:11:\"trend_index\";s:3:\"205\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:117;a:14:{s:2:\"id\";s:4:\"5893\";s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520520752\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"264\";s:11:\"trend_index\";s:3:\"215\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:118;a:14:{s:2:\"id\";s:4:\"5904\";s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";s:10:\"1520520754\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"339\";s:11:\"trend_index\";s:3:\"237\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:119;a:14:{s:2:\"id\";s:4:\"5912\";s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";s:10:\"1520520755\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"370\";s:11:\"trend_index\";s:3:\"350\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:120;a:14:{s:2:\"id\";s:4:\"5921\";s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";s:10:\"1520520757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"275\";s:11:\"trend_index\";s:3:\"197\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:121;a:14:{s:2:\"id\";s:4:\"5930\";s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";s:10:\"1520520758\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"139\";s:11:\"trend_index\";s:2:\"42\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:122;a:14:{s:2:\"id\";s:4:\"5939\";s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";s:10:\"1520520760\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"226\";s:11:\"trend_index\";s:3:\"105\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:123;a:14:{s:2:\"id\";s:4:\"7596\";s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/hero_1.png\";s:12:\"tmpl_created\";s:10:\"1521546999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"95\";s:11:\"trend_index\";s:2:\"34\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:124;a:14:{s:2:\"id\";s:4:\"7615\";s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/hero_2.png\";s:12:\"tmpl_created\";s:10:\"1521547237\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"71\";s:11:\"trend_index\";s:2:\"21\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:125;a:14:{s:2:\"id\";s:4:\"7627\";s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";s:10:\"1521547332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"166\";s:11:\"trend_index\";s:2:\"97\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:126;a:14:{s:2:\"id\";s:4:\"7638\";s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";s:10:\"1521547502\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"153\";s:11:\"trend_index\";s:2:\"82\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:127;a:14:{s:2:\"id\";s:4:\"7663\";s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2.png\";s:12:\"tmpl_created\";s:10:\"1521547761\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"single\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"183\";s:11:\"trend_index\";s:3:\"134\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:128;a:14:{s:2:\"id\";s:4:\"7650\";s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1.png\";s:12:\"tmpl_created\";s:10:\"1521557736\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"single\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"158\";s:11:\"trend_index\";s:3:\"121\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:129;a:14:{s:2:\"id\";s:4:\"7686\";s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";s:10:\"1521558047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:26:\"[\"archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"111\";s:11:\"trend_index\";s:2:\"55\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:130;a:14:{s:2:\"id\";s:4:\"4676\";s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";s:10:\"1522014215\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"190\";s:11:\"trend_index\";s:2:\"57\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:131;a:14:{s:2:\"id\";s:4:\"4212\";s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443248\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"206\";s:11:\"trend_index\";s:3:\"108\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:132;a:14:{s:2:\"id\";s:4:\"4227\";s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443250\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"309\";s:11:\"trend_index\";s:3:\"300\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:133;a:14:{s:2:\"id\";s:4:\"4235\";s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443251\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"302\";s:11:\"trend_index\";s:3:\"280\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:134;a:14:{s:2:\"id\";s:4:\"4244\";s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"348\";s:11:\"trend_index\";s:3:\"319\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:135;a:14:{s:2:\"id\";s:4:\"4252\";s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443255\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"135\";s:11:\"trend_index\";s:2:\"47\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:136;a:14:{s:2:\"id\";s:4:\"4260\";s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443257\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"242\";s:11:\"trend_index\";s:3:\"139\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:137;a:14:{s:2:\"id\";s:4:\"4268\";s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"221\";s:11:\"trend_index\";s:3:\"129\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:138;a:14:{s:2:\"id\";s:4:\"4276\";s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443261\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"310\";s:11:\"trend_index\";s:3:\"196\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:139;a:14:{s:2:\"id\";s:4:\"4284\";s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443263\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"148\";s:11:\"trend_index\";s:2:\"92\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:140;a:14:{s:2:\"id\";s:4:\"4293\";s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443265\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"307\";s:11:\"trend_index\";s:3:\"221\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:141;a:14:{s:2:\"id\";s:4:\"4302\";s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"156\";s:11:\"trend_index\";s:2:\"51\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:142;a:14:{s:2:\"id\";s:4:\"4313\";s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443268\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"215\";s:11:\"trend_index\";s:3:\"131\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:143;a:14:{s:2:\"id\";s:4:\"4324\";s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"301\";s:11:\"trend_index\";s:3:\"208\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:144;a:14:{s:2:\"id\";s:4:\"4332\";s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443272\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"208\";s:11:\"trend_index\";s:3:\"109\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:145;a:14:{s:2:\"id\";s:4:\"4341\";s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520443274\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"200\";s:11:\"trend_index\";s:3:\"114\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:146;a:14:{s:2:\"id\";s:4:\"4349\";s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";s:10:\"1520443275\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"290\";s:11:\"trend_index\";s:3:\"189\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:147;a:14:{s:2:\"id\";s:4:\"4357\";s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";s:10:\"1520443277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"100\";s:11:\"trend_index\";s:2:\"32\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:148;a:14:{s:2:\"id\";s:4:\"4368\";s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";s:10:\"1520443279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"147\";s:11:\"trend_index\";s:2:\"68\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:149;a:14:{s:2:\"id\";s:4:\"4376\";s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520443281\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"178\";s:11:\"trend_index\";s:3:\"100\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:150;a:14:{s:2:\"id\";s:4:\"4391\";s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";s:10:\"1520443283\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"196\";s:11:\"trend_index\";s:3:\"102\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:151;a:14:{s:2:\"id\";s:4:\"4400\";s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";s:10:\"1520443285\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"254\";s:11:\"trend_index\";s:3:\"149\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:152;a:14:{s:2:\"id\";s:4:\"4411\";s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443287\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"176\";s:11:\"trend_index\";s:2:\"96\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:153;a:14:{s:2:\"id\";s:4:\"4420\";s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443289\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"227\";s:11:\"trend_index\";s:3:\"112\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:154;a:14:{s:2:\"id\";s:4:\"4428\";s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"174\";s:11:\"trend_index\";s:2:\"76\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:155;a:14:{s:2:\"id\";s:4:\"4436\";s:5:\"title\";s:11:\"Contact 16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443293\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"218\";s:11:\"trend_index\";s:3:\"170\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:156;a:14:{s:2:\"id\";s:4:\"4444\";s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443295\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"185\";s:11:\"trend_index\";s:2:\"93\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:157;a:14:{s:2:\"id\";s:4:\"4452\";s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443296\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"223\";s:11:\"trend_index\";s:3:\"116\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:158;a:14:{s:2:\"id\";s:4:\"4460\";s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"211\";s:11:\"trend_index\";s:3:\"127\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:159;a:14:{s:2:\"id\";s:4:\"4468\";s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"202\";s:11:\"trend_index\";s:3:\"120\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:160;a:14:{s:2:\"id\";s:4:\"4476\";s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"262\";s:11:\"trend_index\";s:3:\"195\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:161;a:14:{s:2:\"id\";s:4:\"4484\";s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443305\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"292\";s:11:\"trend_index\";s:3:\"194\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:162;a:14:{s:2:\"id\";s:4:\"4492\";s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443307\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"138\";s:11:\"trend_index\";s:2:\"46\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:163;a:14:{s:2:\"id\";s:4:\"4500\";s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443308\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"354\";s:11:\"trend_index\";s:3:\"324\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:164;a:14:{s:2:\"id\";s:4:\"4509\";s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443310\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"373\";s:11:\"trend_index\";s:3:\"362\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:165;a:14:{s:2:\"id\";s:4:\"4521\";s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443312\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"305\";s:11:\"trend_index\";s:3:\"273\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:166;a:14:{s:2:\"id\";s:4:\"4529\";s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443314\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"359\";s:11:\"trend_index\";s:3:\"269\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:167;a:14:{s:2:\"id\";s:4:\"4537\";s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443315\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"362\";s:11:\"trend_index\";s:3:\"342\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:168;a:14:{s:2:\"id\";s:4:\"4545\";s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"368\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:169;a:14:{s:2:\"id\";s:4:\"4553\";s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"351\";s:11:\"trend_index\";s:3:\"328\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:170;a:14:{s:2:\"id\";s:4:\"4562\";s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443322\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"369\";s:11:\"trend_index\";s:3:\"364\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:171;a:14:{s:2:\"id\";s:4:\"4572\";s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443324\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"291\";s:11:\"trend_index\";s:3:\"275\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:172;a:14:{s:2:\"id\";s:4:\"4580\";s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"361\";s:11:\"trend_index\";s:3:\"333\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:173;a:14:{s:2:\"id\";s:4:\"4589\";s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443327\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"371\";s:11:\"trend_index\";s:3:\"366\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:174;a:14:{s:2:\"id\";s:4:\"4597\";s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443330\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"366\";s:11:\"trend_index\";s:3:\"347\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:175;a:14:{s:2:\"id\";s:4:\"4605\";s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520443332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"372\";s:11:\"trend_index\";s:3:\"349\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:176;a:14:{s:2:\"id\";s:4:\"4613\";s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"356\";s:11:\"trend_index\";s:3:\"357\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:177;a:14:{s:2:\"id\";s:4:\"4690\";s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443348\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"271\";s:11:\"trend_index\";s:3:\"207\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:178;a:14:{s:2:\"id\";s:4:\"4698\";s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"346\";s:11:\"trend_index\";s:3:\"258\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:179;a:14:{s:2:\"id\";s:4:\"4706\";s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443352\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"224\";s:11:\"trend_index\";s:3:\"161\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:180;a:14:{s:2:\"id\";s:4:\"4718\";s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443354\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"241\";s:11:\"trend_index\";s:3:\"167\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:181;a:14:{s:2:\"id\";s:4:\"4727\";s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443356\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"332\";s:11:\"trend_index\";s:3:\"336\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:182;a:14:{s:2:\"id\";s:4:\"4736\";s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443358\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"236\";s:11:\"trend_index\";s:3:\"159\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:183;a:14:{s:2:\"id\";s:4:\"4746\";s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443360\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"272\";s:11:\"trend_index\";s:3:\"242\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:184;a:14:{s:2:\"id\";s:4:\"4759\";s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443362\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"276\";s:11:\"trend_index\";s:3:\"179\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:185;a:14:{s:2:\"id\";s:4:\"4770\";s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443364\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"299\";s:11:\"trend_index\";s:3:\"259\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:186;a:14:{s:2:\"id\";s:4:\"4781\";s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"230\";s:11:\"trend_index\";s:3:\"158\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:187;a:14:{s:2:\"id\";s:4:\"4793\";s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"260\";s:11:\"trend_index\";s:3:\"160\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:188;a:14:{s:2:\"id\";s:4:\"4801\";s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520443369\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"313\";s:11:\"trend_index\";s:3:\"298\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:189;a:14:{s:2:\"id\";s:4:\"4809\";s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"285\";s:11:\"trend_index\";s:3:\"133\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:190;a:14:{s:2:\"id\";s:4:\"4818\";s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"338\";s:11:\"trend_index\";s:3:\"263\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:191;a:14:{s:2:\"id\";s:4:\"5045\";s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"344\";s:11:\"trend_index\";s:3:\"348\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:192;a:14:{s:2:\"id\";s:4:\"5157\";s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443448\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"334\";s:11:\"trend_index\";s:3:\"274\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:193;a:14:{s:2:\"id\";s:4:\"5165\";s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"350\";s:11:\"trend_index\";s:3:\"299\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:194;a:14:{s:2:\"id\";s:4:\"5173\";s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"283\";s:11:\"trend_index\";s:3:\"214\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:195;a:14:{s:2:\"id\";s:4:\"5181\";s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443454\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"325\";s:11:\"trend_index\";s:3:\"230\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:196;a:14:{s:2:\"id\";s:4:\"5189\";s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443456\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"326\";s:11:\"trend_index\";s:3:\"251\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:197;a:14:{s:2:\"id\";s:4:\"5198\";s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443458\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"341\";s:11:\"trend_index\";s:3:\"252\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:198;a:14:{s:2:\"id\";s:4:\"5206\";s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443459\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"360\";s:11:\"trend_index\";s:3:\"354\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:199;a:14:{s:2:\"id\";s:4:\"5214\";s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443462\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"179\";s:11:\"trend_index\";s:3:\"225\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:200;a:14:{s:2:\"id\";s:4:\"5222\";s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443464\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"347\";s:11:\"trend_index\";s:3:\"312\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:201;a:14:{s:2:\"id\";s:4:\"5230\";s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443466\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"314\";s:11:\"trend_index\";s:3:\"271\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:202;a:14:{s:2:\"id\";s:4:\"5238\";s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"335\";s:11:\"trend_index\";s:3:\"334\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:203;a:14:{s:2:\"id\";s:4:\"5249\";s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443470\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"319\";s:11:\"trend_index\";s:3:\"305\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:204;a:14:{s:2:\"id\";s:4:\"5257\";s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443472\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"333\";s:11:\"trend_index\";s:3:\"281\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:205;a:14:{s:2:\"id\";s:4:\"5266\";s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"197\";s:11:\"trend_index\";s:2:\"85\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:206;a:14:{s:2:\"id\";s:4:\"5275\";s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443476\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"306\";s:11:\"trend_index\";s:3:\"241\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:207;a:14:{s:2:\"id\";s:4:\"5283\";s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"295\";s:11:\"trend_index\";s:3:\"282\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:208;a:14:{s:2:\"id\";s:4:\"5290\";s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443480\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"337\";s:11:\"trend_index\";s:3:\"327\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:209;a:14:{s:2:\"id\";s:4:\"5298\";s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"328\";s:11:\"trend_index\";s:3:\"353\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:210;a:14:{s:2:\"id\";s:4:\"5306\";s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"363\";s:11:\"trend_index\";s:3:\"363\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:211;a:14:{s:2:\"id\";s:4:\"5315\";s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";s:10:\"1520443486\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"336\";s:11:\"trend_index\";s:3:\"291\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:212;a:14:{s:2:\"id\";s:4:\"5324\";s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";s:10:\"1520443488\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"352\";s:11:\"trend_index\";s:3:\"307\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:213;a:14:{s:2:\"id\";s:4:\"5333\";s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443489\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"268\";s:11:\"trend_index\";s:3:\"166\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:214;a:14:{s:2:\"id\";s:4:\"5341\";s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443491\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"364\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:215;a:14:{s:2:\"id\";s:4:\"5349\";s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443493\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"282\";s:11:\"trend_index\";s:3:\"181\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:216;a:14:{s:2:\"id\";s:4:\"5357\";s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520443495\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"284\";s:11:\"trend_index\";s:3:\"210\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:217;a:14:{s:2:\"id\";s:4:\"5368\";s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443497\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"248\";s:11:\"trend_index\";s:3:\"162\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:218;a:14:{s:2:\"id\";s:4:\"5381\";s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443499\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"244\";s:11:\"trend_index\";s:3:\"130\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:219;a:14:{s:2:\"id\";s:4:\"5389\";s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"320\";s:11:\"trend_index\";s:3:\"219\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:220;a:14:{s:2:\"id\";s:4:\"5397\";s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443503\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"204\";s:11:\"trend_index\";s:3:\"122\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:221;a:14:{s:2:\"id\";s:4:\"5405\";s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443505\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"249\";s:11:\"trend_index\";s:3:\"135\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:222;a:14:{s:2:\"id\";s:4:\"5413\";s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"199\";s:11:\"trend_index\";s:3:\"106\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:223;a:14:{s:2:\"id\";s:4:\"5421\";s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443509\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"277\";s:11:\"trend_index\";s:3:\"184\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:224;a:14:{s:2:\"id\";s:4:\"5429\";s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443510\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"184\";s:11:\"trend_index\";s:2:\"80\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:225;a:14:{s:2:\"id\";s:4:\"5438\";s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443512\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"258\";s:11:\"trend_index\";s:3:\"125\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:226;a:14:{s:2:\"id\";s:4:\"5447\";s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443514\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"143\";s:11:\"trend_index\";s:2:\"70\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:227;a:14:{s:2:\"id\";s:4:\"5455\";s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443516\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"191\";s:11:\"trend_index\";s:3:\"101\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:228;a:14:{s:2:\"id\";s:4:\"5464\";s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443518\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"255\";s:11:\"trend_index\";s:3:\"187\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:229;a:14:{s:2:\"id\";s:4:\"5472\";s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443520\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"240\";s:11:\"trend_index\";s:3:\"148\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:230;a:14:{s:2:\"id\";s:4:\"5480\";s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520443522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"330\";s:11:\"trend_index\";s:3:\"216\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:231;a:14:{s:2:\"id\";s:4:\"5488\";s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443524\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"300\";s:11:\"trend_index\";s:3:\"175\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:232;a:14:{s:2:\"id\";s:4:\"5496\";s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520443526\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"345\";s:11:\"trend_index\";s:3:\"250\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:233;a:14:{s:2:\"id\";s:4:\"5504\";s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"160\";s:11:\"trend_index\";s:2:\"52\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:234;a:14:{s:2:\"id\";s:4:\"5515\";s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443530\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"251\";s:11:\"trend_index\";s:3:\"153\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:235;a:14:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:20:\"Homepage – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";s:10:\"1470829868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";s:1:\"2\";s:16:\"popularity_index\";s:1:\"1\";s:11:\"trend_index\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:236;a:14:{s:2:\"id\";s:4:\"2402\";s:5:\"title\";s:32:\"Homepage – Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";s:10:\"1506441447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:193:\"[\"Architecture\",\"building\",\"business\",\"Creative\",\"exterior design\",\"furniture design\",\"Gallery\",\"garden design\",\"house\",\"interior design\",\"landscape design\",\"multipurpose\",\"portfolio\",\"studio\"]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:2:\"41\";s:11:\"trend_index\";s:2:\"63\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:237;a:14:{s:2:\"id\";s:3:\"777\";s:5:\"title\";s:28:\"Homepage – Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";s:10:\"1485273092\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:2:\"39\";s:11:\"trend_index\";s:2:\"88\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:238;a:14:{s:2:\"id\";s:4:\"2404\";s:5:\"title\";s:24:\"Homepage – Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";s:10:\"1506441452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:103:\"[\"business\",\"colorful\",\"ecommerce\",\"flat\",\"mobile\",\"modern\",\"responsive\",\"retina\",\"Shop\",\"woocommerce\"]\";s:10:\"menu_order\";s:1:\"5\";s:16:\"popularity_index\";s:2:\"43\";s:11:\"trend_index\";s:2:\"87\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:239;a:14:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:24:\"Homepage – Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";s:10:\"1477388808\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:1:\"6\";s:11:\"trend_index\";s:1:\"6\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:240;a:14:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:25:\"Homepage – Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";s:10:\"1477388365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";s:1:\"7\";s:16:\"popularity_index\";s:1:\"4\";s:11:\"trend_index\";s:1:\"8\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:241;a:14:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:27:\"Homepage – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";s:10:\"1470829872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";s:1:\"8\";s:16:\"popularity_index\";s:1:\"2\";s:11:\"trend_index\";s:1:\"2\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:242;a:14:{s:2:\"id\";s:4:\"3451\";s:5:\"title\";s:39:\"Homepage – Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";s:10:\"1512054116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:2:\"59\";s:11:\"trend_index\";s:3:\"180\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:243;a:14:{s:2:\"id\";s:4:\"2152\";s:5:\"title\";s:26:\"Homepage – Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";s:10:\"1499774132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"10\";s:16:\"popularity_index\";s:2:\"69\";s:11:\"trend_index\";s:3:\"267\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:244;a:14:{s:2:\"id\";s:4:\"1068\";s:5:\"title\";s:27:\"Homepage – Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";s:10:\"1488805928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"11\";s:16:\"popularity_index\";s:2:\"44\";s:11:\"trend_index\";s:3:\"165\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:245;a:14:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:23:\"Homepage – Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";s:10:\"1470826567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"12\";s:16:\"popularity_index\";s:1:\"3\";s:11:\"trend_index\";s:1:\"5\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:246;a:14:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:22:\"Homepage – Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";s:10:\"1477388340\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";s:2:\"13\";s:16:\"popularity_index\";s:1:\"7\";s:11:\"trend_index\";s:1:\"4\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:247;a:14:{s:2:\"id\";s:4:\"2813\";s:5:\"title\";s:32:\"Homepage – Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1509615049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"14\";s:16:\"popularity_index\";s:2:\"42\";s:11:\"trend_index\";s:2:\"65\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:248;a:14:{s:2:\"id\";s:3:\"728\";s:5:\"title\";s:33:\"Homepage – Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485269993\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"15\";s:16:\"popularity_index\";s:2:\"45\";s:11:\"trend_index\";s:3:\"204\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:249;a:14:{s:2:\"id\";s:4:\"2403\";s:5:\"title\";s:29:\"Homepage – Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";s:10:\"1506441428\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"16\";s:16:\"popularity_index\";s:2:\"60\";s:11:\"trend_index\";s:3:\"177\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:250;a:14:{s:2:\"id\";s:4:\"1903\";s:5:\"title\";s:20:\"One Page – Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";s:10:\"1496822325\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:132:\"[\"beauty\",\"care\",\"girly\",\"hair\",\"Health\",\"hospitality\",\"massage\",\"medical\",\"parlor\",\"physiotherapy\",\"salon\",\"spa\",\"wellness\",\"yoga\"]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:2:\"46\";s:11:\"trend_index\";s:3:\"147\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:251;a:14:{s:2:\"id\";s:4:\"2123\";s:5:\"title\";s:33:\"One Page – Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";s:10:\"1499772989\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"18\";s:16:\"popularity_index\";s:2:\"10\";s:11:\"trend_index\";s:1:\"7\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:252;a:14:{s:2:\"id\";s:4:\"1888\";s:5:\"title\";s:32:\"One Page – Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:2:\"48\";s:11:\"trend_index\";s:3:\"171\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:253;a:14:{s:2:\"id\";s:4:\"1880\";s:5:\"title\";s:24:\"One Page – Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";s:10:\"1496822317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"bride\",\"ceremony\",\"cute\",\"event\",\"fancy\",\"girly\",\"groom\",\"guestbook\",\"marriage\"]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"124\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:254;a:14:{s:2:\"id\";s:4:\"1891\";s:5:\"title\";s:35:\"One Page – Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822323\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:2:\"94\";s:11:\"trend_index\";s:3:\"220\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:255;a:14:{s:2:\"id\";s:4:\"1885\";s:5:\"title\";s:29:\"One Page – Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";s:10:\"1496822321\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"22\";s:16:\"popularity_index\";s:2:\"47\";s:11:\"trend_index\";s:3:\"202\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:256;a:14:{s:2:\"id\";s:4:\"2723\";s:5:\"title\";s:34:\"Portfolio – Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509633883\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"23\";s:16:\"popularity_index\";s:2:\"51\";s:11:\"trend_index\";s:3:\"174\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:257;a:14:{s:2:\"id\";s:4:\"2145\";s:5:\"title\";s:30:\"About – Delivery Company\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";s:10:\"1499774125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:10:\"[\"moving\"]\";s:10:\"menu_order\";s:2:\"24\";s:16:\"popularity_index\";s:2:\"79\";s:11:\"trend_index\";s:3:\"243\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:258;a:14:{s:2:\"id\";s:4:\"2155\";s:5:\"title\";s:23:\"About – Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";s:10:\"1499774130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Food\"]\";s:10:\"menu_order\";s:2:\"25\";s:16:\"popularity_index\";s:3:\"113\";s:11:\"trend_index\";s:3:\"272\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:259;a:14:{s:2:\"id\";s:4:\"1085\";s:5:\"title\";s:21:\"About – Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";s:10:\"1488810874\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:1:\"5\";s:11:\"trend_index\";s:1:\"3\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:260;a:14:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:22:\"About – Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";s:10:\"1470820447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:2:\"15\";s:11:\"trend_index\";s:2:\"17\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:261;a:14:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:16:\"About – CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";s:10:\"1470829785\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"creative portfolio\",\"Personal\",\"portfolio\",\"professional\",\"resume\",\"vcard\"]\";s:10:\"menu_order\";s:2:\"28\";s:16:\"popularity_index\";s:2:\"22\";s:11:\"trend_index\";s:2:\"36\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:262;a:14:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:25:\"About – Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";s:10:\"1470820463\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";s:2:\"29\";s:16:\"popularity_index\";s:2:\"12\";s:11:\"trend_index\";s:2:\"11\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:263;a:14:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:26:\"About – Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";s:10:\"1470829766\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:2:\"13\";s:11:\"trend_index\";s:2:\"13\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:264;a:14:{s:2:\"id\";s:4:\"2802\";s:5:\"title\";s:38:\"Portfolio – Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509615440\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:2:\"62\";s:11:\"trend_index\";s:3:\"155\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:265;a:14:{s:2:\"id\";s:4:\"2828\";s:5:\"title\";s:35:\"Landing Page – Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";s:2:\"32\";s:16:\"popularity_index\";s:3:\"104\";s:11:\"trend_index\";s:3:\"192\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:266;a:14:{s:2:\"id\";s:4:\"1461\";s:5:\"title\";s:28:\"Landing Page – Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";s:10:\"1494352121\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:127:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"marketing\",\"product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";s:2:\"33\";s:16:\"popularity_index\";s:2:\"72\";s:11:\"trend_index\";s:3:\"236\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:267;a:14:{s:2:\"id\";s:4:\"1460\";s:5:\"title\";s:28:\"Landing Page – Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";s:10:\"1494352124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"34\";s:16:\"popularity_index\";s:2:\"68\";s:11:\"trend_index\";s:3:\"245\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:268;a:14:{s:2:\"id\";s:4:\"1459\";s:5:\"title\";s:28:\"Landing Page – Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";s:10:\"1494352125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:2:\"58\";s:11:\"trend_index\";s:3:\"239\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:269;a:14:{s:2:\"id\";s:4:\"1052\";s:5:\"title\";s:33:\"Landing Page – Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";s:10:\"1488810873\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:2:\"18\";s:11:\"trend_index\";s:2:\"22\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:270;a:14:{s:2:\"id\";s:4:\"1503\";s:5:\"title\";s:33:\"Landing Page – Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";s:10:\"1494352113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"37\";s:16:\"popularity_index\";s:2:\"56\";s:11:\"trend_index\";s:3:\"279\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:271;a:14:{s:2:\"id\";s:4:\"1504\";s:5:\"title\";s:33:\"Landing Page – Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";s:10:\"1494352112\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:2:\"61\";s:11:\"trend_index\";s:3:\"213\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:272;a:14:{s:2:\"id\";s:4:\"1505\";s:5:\"title\";s:33:\"Landing Page – Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";s:10:\"1494352110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"39\";s:16:\"popularity_index\";s:2:\"92\";s:11:\"trend_index\";s:3:\"315\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:273;a:14:{s:2:\"id\";s:3:\"726\";s:5:\"title\";s:33:\"Landing Page – Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485270062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"40\";s:16:\"popularity_index\";s:2:\"96\";s:11:\"trend_index\";s:3:\"302\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:274;a:14:{s:2:\"id\";s:4:\"1613\";s:5:\"title\";s:33:\"Landing Page – Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"41\";s:16:\"popularity_index\";s:3:\"118\";s:11:\"trend_index\";s:3:\"289\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:275;a:14:{s:2:\"id\";s:4:\"1612\";s:5:\"title\";s:33:\"Landing Page – Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"42\";s:16:\"popularity_index\";s:3:\"123\";s:11:\"trend_index\";s:3:\"325\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:276;a:14:{s:2:\"id\";s:4:\"1614\";s:5:\"title\";s:33:\"Landing Page – Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352131\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:2:\"77\";s:11:\"trend_index\";s:3:\"322\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:277;a:14:{s:2:\"id\";s:3:\"906\";s:5:\"title\";s:29:\"Landing Page – Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";s:10:\"1494352066\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"44\";s:16:\"popularity_index\";s:2:\"50\";s:11:\"trend_index\";s:3:\"262\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:278;a:14:{s:2:\"id\";s:3:\"955\";s:5:\"title\";s:31:\"Landing Page – Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";s:10:\"1494352069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";s:2:\"45\";s:16:\"popularity_index\";s:2:\"53\";s:11:\"trend_index\";s:3:\"249\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:279;a:14:{s:2:\"id\";s:3:\"879\";s:5:\"title\";s:41:\"Landing Page – Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";s:10:\"1494352064\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:2:\"54\";s:11:\"trend_index\";s:3:\"191\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:280;a:14:{s:2:\"id\";s:3:\"926\";s:5:\"title\";s:33:\"Landing Page – Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";s:10:\"1494352068\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"47\";s:16:\"popularity_index\";s:2:\"90\";s:11:\"trend_index\";s:3:\"265\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:281;a:14:{s:2:\"id\";s:3:\"855\";s:5:\"title\";s:37:\"Landing Page – Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";s:10:\"1494352061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"48\";s:16:\"popularity_index\";s:2:\"81\";s:11:\"trend_index\";s:3:\"340\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:282;a:14:{s:2:\"id\";s:3:\"974\";s:5:\"title\";s:28:\"Landing Page – Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";s:10:\"1494352071\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"cosmetics\",\"fashion\",\"girly\",\"hairdresser\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";s:2:\"49\";s:16:\"popularity_index\";s:3:\"106\";s:11:\"trend_index\";s:3:\"361\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:283;a:14:{s:2:\"id\";s:4:\"1032\";s:5:\"title\";s:27:\"Landing Page – Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";s:10:\"1488810866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"50\";s:16:\"popularity_index\";s:2:\"74\";s:11:\"trend_index\";s:3:\"284\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:284;a:14:{s:2:\"id\";s:4:\"1634\";s:5:\"title\";s:33:\"Landing Page – Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";s:10:\"1494352119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:2:\"86\";s:11:\"trend_index\";s:3:\"203\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:285;a:14:{s:2:\"id\";s:3:\"730\";s:5:\"title\";s:24:\"Landing Page – App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485273430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"52\";s:16:\"popularity_index\";s:2:\"73\";s:11:\"trend_index\";s:3:\"323\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:286;a:14:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:29:\"Landing Page – Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";s:10:\"1481549290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"53\";s:16:\"popularity_index\";s:2:\"67\";s:11:\"trend_index\";s:3:\"255\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:287;a:14:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:29:\"Landing Page – Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";s:10:\"1477388357\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:2:\"23\";s:11:\"trend_index\";s:2:\"35\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:288;a:14:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:28:\"Landing Page – Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";s:10:\"1477388484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:2:\"33\";s:11:\"trend_index\";s:2:\"64\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:289;a:14:{s:2:\"id\";s:4:\"1187\";s:5:\"title\";s:32:\"Landing Page – Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";s:10:\"1490707385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:2:\"24\";s:11:\"trend_index\";s:2:\"29\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:290;a:14:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:28:\"Landing Page – Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1481549264\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"57\";s:16:\"popularity_index\";s:2:\"49\";s:11:\"trend_index\";s:3:\"193\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:291;a:14:{s:2:\"id\";s:3:\"189\";s:5:\"title\";s:30:\"Landing Page – Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";s:10:\"1470820715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"58\";s:16:\"popularity_index\";s:1:\"8\";s:11:\"trend_index\";s:1:\"9\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:292;a:14:{s:2:\"id\";s:4:\"1547\";s:5:\"title\";s:30:\"Landing Page – Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";s:10:\"1494352115\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:2:\"82\";s:11:\"trend_index\";s:3:\"246\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:293;a:14:{s:2:\"id\";s:4:\"1546\";s:5:\"title\";s:30:\"Landing Page – Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";s:10:\"1494352116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:3:\"119\";s:11:\"trend_index\";s:3:\"345\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:294;a:14:{s:2:\"id\";s:4:\"1545\";s:5:\"title\";s:30:\"Landing Page – Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";s:10:\"1494352118\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"61\";s:16:\"popularity_index\";s:3:\"101\";s:11:\"trend_index\";s:3:\"314\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:295;a:14:{s:2:\"id\";s:4:\"2714\";s:5:\"title\";s:30:\"Landing Page – Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631782\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"62\";s:16:\"popularity_index\";s:3:\"128\";s:11:\"trend_index\";s:3:\"318\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:296;a:14:{s:2:\"id\";s:4:\"1190\";s:5:\"title\";s:26:\"Landing Page – Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";s:10:\"1490707391\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:2:\"20\";s:11:\"trend_index\";s:2:\"24\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:297;a:14:{s:2:\"id\";s:3:\"195\";s:5:\"title\";s:28:\"Landing Page – Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";s:10:\"1470820765\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:2:\"21\";s:11:\"trend_index\";s:2:\"37\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:298;a:14:{s:2:\"id\";s:3:\"197\";s:5:\"title\";s:34:\"Landing Page – Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";s:10:\"1470825711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"65\";s:16:\"popularity_index\";s:2:\"35\";s:11:\"trend_index\";s:2:\"84\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:299;a:14:{s:2:\"id\";s:4:\"1193\";s:5:\"title\";s:34:\"Landing Page – Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";s:10:\"1490707422\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:2:\"28\";s:11:\"trend_index\";s:2:\"61\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:300;a:14:{s:2:\"id\";s:4:\"1415\";s:5:\"title\";s:34:\"Landing Page – Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";s:10:\"1494352106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"67\";s:16:\"popularity_index\";s:2:\"93\";s:11:\"trend_index\";s:3:\"217\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:301;a:14:{s:2:\"id\";s:4:\"1414\";s:5:\"title\";s:34:\"Landing Page – Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";s:10:\"1494352107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"68\";s:16:\"popularity_index\";s:3:\"165\";s:11:\"trend_index\";s:3:\"352\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:302;a:14:{s:2:\"id\";s:4:\"1413\";s:5:\"title\";s:34:\"Landing Page – Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";s:10:\"1494352109\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:134:\"[\"Agent\",\"business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"listing\",\"modern\",\"real estate\",\"realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"136\";s:11:\"trend_index\";s:3:\"260\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:303;a:14:{s:2:\"id\";s:4:\"1573\";s:5:\"title\";s:29:\"Landing Page – Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";s:10:\"1494352133\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"70\";s:16:\"popularity_index\";s:3:\"150\";s:11:\"trend_index\";s:3:\"344\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:304;a:14:{s:2:\"id\";s:4:\"1572\";s:5:\"title\";s:29:\"Landing Page – Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";s:10:\"1494352134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"177\";s:11:\"trend_index\";s:3:\"341\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:305;a:14:{s:2:\"id\";s:4:\"1570\";s:5:\"title\";s:29:\"Landing Page – Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";s:10:\"1494352136\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"214\";s:11:\"trend_index\";s:3:\"360\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:306;a:14:{s:2:\"id\";s:4:\"1571\";s:5:\"title\";s:29:\"Landing Page – Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";s:10:\"1494352138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"73\";s:16:\"popularity_index\";s:3:\"175\";s:11:\"trend_index\";s:3:\"330\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:307;a:14:{s:2:\"id\";s:3:\"192\";s:5:\"title\";s:28:\"Landing Page – Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";s:10:\"1470820734\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"74\";s:16:\"popularity_index\";s:2:\"30\";s:11:\"trend_index\";s:2:\"54\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:308;a:14:{s:2:\"id\";s:4:\"2141\";s:5:\"title\";s:32:\"Contact – Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774122\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"75\";s:16:\"popularity_index\";s:2:\"78\";s:11:\"trend_index\";s:3:\"201\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:309;a:14:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Contact – Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";s:10:\"1470829828\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"76\";s:16:\"popularity_index\";s:2:\"25\";s:11:\"trend_index\";s:2:\"26\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:310;a:14:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:26:\"Contact – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";s:10:\"1470829796\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"77\";s:16:\"popularity_index\";s:2:\"36\";s:11:\"trend_index\";s:2:\"99\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:311;a:14:{s:2:\"id\";s:4:\"2150\";s:5:\"title\";s:25:\"Contact – Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"78\";s:16:\"popularity_index\";s:2:\"38\";s:11:\"trend_index\";s:2:\"43\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:312;a:14:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:21:\"Contact – Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";s:10:\"1470820471\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"79\";s:16:\"popularity_index\";s:2:\"37\";s:11:\"trend_index\";s:2:\"67\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:313;a:14:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:25:\"Contact – Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";s:10:\"1470248619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"80\";s:16:\"popularity_index\";s:2:\"11\";s:11:\"trend_index\";s:2:\"10\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:314;a:14:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:23:\"Services – Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";s:10:\"1470829889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"81\";s:16:\"popularity_index\";s:2:\"17\";s:11:\"trend_index\";s:2:\"19\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:315;a:14:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:31:\"Services – Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549196\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"82\";s:16:\"popularity_index\";s:3:\"127\";s:11:\"trend_index\";s:3:\"355\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:316;a:14:{s:2:\"id\";s:3:\"187\";s:5:\"title\";s:20:\"Services – Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";s:10:\"1470829892\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:2:\"27\";s:11:\"trend_index\";s:2:\"49\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:317;a:14:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:27:\"Services – Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";s:10:\"1470829865\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"84\";s:16:\"popularity_index\";s:2:\"14\";s:11:\"trend_index\";s:2:\"15\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:318;a:14:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:33:\"Services – Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549320\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"85\";s:16:\"popularity_index\";s:3:\"109\";s:11:\"trend_index\";s:3:\"339\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:319;a:14:{s:2:\"id\";s:4:\"2138\";s:5:\"title\";s:33:\"Services – Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";s:10:\"1499774119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"86\";s:16:\"popularity_index\";s:3:\"115\";s:11:\"trend_index\";s:3:\"313\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:320;a:14:{s:2:\"id\";s:3:\"823\";s:5:\"title\";s:19:\"Pricing – App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";s:10:\"1485272966\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"87\";s:16:\"popularity_index\";s:2:\"75\";s:11:\"trend_index\";s:3:\"335\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:321;a:14:{s:2:\"id\";s:3:\"824\";s:5:\"title\";s:24:\"Pricing – Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";s:10:\"1485272900\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"88\";s:16:\"popularity_index\";s:2:\"85\";s:11:\"trend_index\";s:3:\"287\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:322;a:14:{s:2:\"id\";s:3:\"825\";s:5:\"title\";s:24:\"Product – Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485272513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:2:\"87\";s:11:\"trend_index\";s:3:\"261\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:323;a:14:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:21:\"Product – Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";s:10:\"1470829876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"fast\",\"minimal\",\"minimalistic\",\"seo\",\"simple\"]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:2:\"29\";s:11:\"trend_index\";s:2:\"48\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:324;a:14:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:19:\"Product – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";s:10:\"1470829879\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:2:\"16\";s:11:\"trend_index\";s:2:\"27\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:325;a:14:{s:2:\"id\";s:3:\"751\";s:5:\"title\";s:25:\"Homepage – Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";s:10:\"1485269743\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:2:\"63\";s:11:\"trend_index\";s:3:\"306\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:326;a:14:{s:2:\"id\";s:3:\"753\";s:5:\"title\";s:22:\"About – Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";s:10:\"1485269710\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:2:\"84\";s:11:\"trend_index\";s:3:\"304\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:327;a:14:{s:2:\"id\";s:3:\"754\";s:5:\"title\";s:25:\"Services – Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";s:10:\"1485269691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"94\";s:16:\"popularity_index\";s:2:\"98\";s:11:\"trend_index\";s:3:\"320\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:328;a:14:{s:2:\"id\";s:3:\"752\";s:5:\"title\";s:24:\"Contact – Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";s:10:\"1485269737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"95\";s:16:\"popularity_index\";s:2:\"83\";s:11:\"trend_index\";s:3:\"277\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:329;a:14:{s:2:\"id\";s:4:\"1075\";s:5:\"title\";s:19:\"Shop – Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";s:10:\"1488810871\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:154:\"[\"bakery\",\"beverage\",\"business\",\"cafe\",\"candy bar\",\"catering\",\"delivery service\",\"Food\",\"online shop\",\"pastry\",\"Restaurant\",\"store\",\"sweet shop\",\"sweets\"]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:2:\"31\";s:11:\"trend_index\";s:2:\"53\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:330;a:14:{s:2:\"id\";s:4:\"1051\";s:5:\"title\";s:24:\"Blog Post – Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";s:10:\"1488810869\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:210:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"launch\",\"marketing campaign\",\"marketing landing page\",\"marketing template landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:2:\"97\";s:16:\"popularity_index\";s:2:\"19\";s:11:\"trend_index\";s:2:\"14\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:331;a:14:{s:2:\"id\";s:4:\"1245\";s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";s:10:\"1491207184\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:2:\"70\";s:11:\"trend_index\";s:3:\"183\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:332;a:14:{s:2:\"id\";s:4:\"1247\";s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";s:10:\"1491207138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"99\";s:16:\"popularity_index\";s:2:\"26\";s:11:\"trend_index\";s:2:\"33\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:333;a:14:{s:2:\"id\";s:4:\"1248\";s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";s:10:\"1491207050\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"100\";s:16:\"popularity_index\";s:3:\"102\";s:11:\"trend_index\";s:3:\"285\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:334;a:14:{s:2:\"id\";s:4:\"1249\";s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";s:10:\"1491207380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"101\";s:16:\"popularity_index\";s:3:\"144\";s:11:\"trend_index\";s:3:\"264\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:335;a:14:{s:2:\"id\";s:4:\"1250\";s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";s:10:\"1491207450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"102\";s:16:\"popularity_index\";s:2:\"32\";s:11:\"trend_index\";s:2:\"44\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:336;a:14:{s:2:\"id\";s:4:\"1260\";s:5:\"title\";s:13:\"Coming Soon 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";s:10:\"1491207507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"103\";s:16:\"popularity_index\";s:3:\"140\";s:11:\"trend_index\";s:3:\"356\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:337;a:14:{s:2:\"id\";s:4:\"1261\";s:5:\"title\";s:13:\"Coming Soon 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";s:10:\"1491207584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"104\";s:16:\"popularity_index\";s:2:\"34\";s:11:\"trend_index\";s:2:\"66\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:338;a:14:{s:2:\"id\";s:4:\"1272\";s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";s:10:\"1491207674\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:2:\"64\";s:11:\"trend_index\";s:3:\"185\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:339;a:14:{s:2:\"id\";s:4:\"1279\";s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";s:10:\"1491207756\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"106\";s:16:\"popularity_index\";s:2:\"40\";s:11:\"trend_index\";s:3:\"113\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:340;a:14:{s:2:\"id\";s:4:\"1745\";s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";s:10:\"1494849745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:2:\"66\";s:11:\"trend_index\";s:3:\"254\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:341;a:14:{s:2:\"id\";s:4:\"1742\";s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";s:10:\"1494849744\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"108\";s:16:\"popularity_index\";s:3:\"125\";s:11:\"trend_index\";s:3:\"253\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:342;a:14:{s:2:\"id\";s:4:\"1748\";s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";s:10:\"1494849742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"109\";s:16:\"popularity_index\";s:2:\"65\";s:11:\"trend_index\";s:3:\"238\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:343;a:14:{s:2:\"id\";s:4:\"3963\";s:5:\"title\";s:32:\"Restaurant Site – Homepage\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284821\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"110\";s:16:\"popularity_index\";s:3:\"110\";s:11:\"trend_index\";s:3:\"206\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:344;a:14:{s:2:\"id\";s:4:\"3969\";s:5:\"title\";s:28:\"Restaurant Site – Menu\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"111\";s:16:\"popularity_index\";s:3:\"195\";s:11:\"trend_index\";s:3:\"296\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:345;a:14:{s:2:\"id\";s:4:\"3966\";s:5:\"title\";s:29:\"Restaurant Site – About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png\";s:12:\"tmpl_created\";s:10:\"1516284839\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:3:\"146\";s:11:\"trend_index\";s:3:\"310\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:346;a:14:{s:2:\"id\";s:4:\"3972\";s:5:\"title\";s:31:\"Restaurant Site – Contact\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"113\";s:16:\"popularity_index\";s:3:\"170\";s:11:\"trend_index\";s:3:\"199\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:347;a:14:{s:2:\"id\";s:4:\"2080\";s:5:\"title\";s:27:\"Ski Resort – Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508161124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"114\";s:16:\"popularity_index\";s:2:\"97\";s:11:\"trend_index\";s:3:\"286\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:348;a:14:{s:2:\"id\";s:4:\"2088\";s:5:\"title\";s:24:\"Ski Resort – About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";s:10:\"1508161129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:3:\"172\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:349;a:14:{s:2:\"id\";s:4:\"2085\";s:5:\"title\";s:27:\"Ski Resort – Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";s:10:\"1508161134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"116\";s:16:\"popularity_index\";s:3:\"201\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:350;a:14:{s:2:\"id\";s:4:\"2462\";s:5:\"title\";s:23:\"Architect – About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";s:10:\"1508243317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:3:\"132\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:351;a:14:{s:2:\"id\";s:4:\"2362\";s:5:\"title\";s:26:\"Architect – Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";s:10:\"1508243335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"118\";s:16:\"popularity_index\";s:3:\"155\";s:11:\"trend_index\";s:3:\"321\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:352;a:14:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:25:\"Architect – Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";s:10:\"1481549169\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"119\";s:16:\"popularity_index\";s:2:\"52\";s:11:\"trend_index\";s:3:\"326\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:353;a:14:{s:2:\"id\";s:4:\"2126\";s:5:\"title\";s:37:\"Construction Company – Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508325849\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"120\";s:16:\"popularity_index\";s:2:\"91\";s:11:\"trend_index\";s:3:\"234\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:354;a:14:{s:2:\"id\";s:4:\"2129\";s:5:\"title\";s:34:\"Construction Company – About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";s:10:\"1508325881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"121\";s:16:\"popularity_index\";s:3:\"121\";s:11:\"trend_index\";s:3:\"222\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:355;a:14:{s:2:\"id\";s:4:\"2135\";s:5:\"title\";s:36:\"Construction Company – Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";s:10:\"1508325922\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"122\";s:16:\"popularity_index\";s:3:\"120\";s:11:\"trend_index\";s:3:\"244\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:356;a:14:{s:2:\"id\";s:4:\"2094\";s:5:\"title\";s:28:\"Plants Shop – Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";s:10:\"1509621053\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"123\";s:16:\"popularity_index\";s:3:\"117\";s:11:\"trend_index\";s:3:\"270\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:357;a:14:{s:2:\"id\";s:4:\"2120\";s:5:\"title\";s:25:\"Plants Shop – About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";s:10:\"1509631820\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"124\";s:16:\"popularity_index\";s:3:\"108\";s:11:\"trend_index\";s:3:\"278\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:358;a:14:{s:2:\"id\";s:4:\"3619\";s:5:\"title\";s:31:\"Snowboard Site – Homepage\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2017/12/home.png\";s:12:\"tmpl_created\";s:10:\"1513513137\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"125\";s:16:\"popularity_index\";s:3:\"129\";s:11:\"trend_index\";s:3:\"227\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:359;a:14:{s:2:\"id\";s:4:\"3632\";s:5:\"title\";s:31:\"Snowboard Site – Services\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/2.png\";s:12:\"tmpl_created\";s:10:\"1513513171\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"126\";s:16:\"popularity_index\";s:3:\"130\";s:11:\"trend_index\";s:3:\"211\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:360;a:14:{s:2:\"id\";s:4:\"3626\";s:5:\"title\";s:30:\"Snowboard Site – Contact\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/3.png\";s:12:\"tmpl_created\";s:10:\"1513513193\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"127\";s:16:\"popularity_index\";s:3:\"116\";s:11:\"trend_index\";s:3:\"209\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:361;a:14:{s:2:\"id\";s:4:\"3153\";s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";s:10:\"1508950132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"128\";s:16:\"popularity_index\";s:3:\"186\";s:11:\"trend_index\";s:3:\"358\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:362;a:14:{s:2:\"id\";s:4:\"3338\";s:5:\"title\";s:31:\"Black Friday – Nature Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";s:10:\"1511203351\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"129\";s:16:\"popularity_index\";s:3:\"171\";s:11:\"trend_index\";s:3:\"351\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:363;a:14:{s:2:\"id\";s:4:\"3339\";s:5:\"title\";s:35:\"Black Friday – Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";s:10:\"1511203636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"130\";s:16:\"popularity_index\";s:3:\"122\";s:11:\"trend_index\";s:3:\"283\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:364;a:14:{s:2:\"id\";s:4:\"3335\";s:5:\"title\";s:31:\"Black Friday – Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";s:10:\"1511203246\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"131\";s:16:\"popularity_index\";s:3:\"131\";s:11:\"trend_index\";s:3:\"290\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:365;a:14:{s:2:\"id\";s:4:\"3340\";s:5:\"title\";s:41:\"Black Friday – Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";s:10:\"1511203713\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"132\";s:16:\"popularity_index\";s:3:\"133\";s:11:\"trend_index\";s:3:\"365\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:366;a:14:{s:2:\"id\";s:4:\"3517\";s:5:\"title\";s:27:\"Christmas – Gift Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png\";s:12:\"tmpl_created\";s:10:\"1513877937\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"133\";s:16:\"popularity_index\";s:3:\"235\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:367;a:14:{s:2:\"id\";s:4:\"3734\";s:5:\"title\";s:28:\"Christmas – Car Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png\";s:12:\"tmpl_created\";s:10:\"1514197794\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"134\";s:16:\"popularity_index\";s:3:\"233\";s:11:\"trend_index\";s:3:\"343\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:368;a:14:{s:2:\"id\";s:4:\"3764\";s:5:\"title\";s:33:\"Christmas – Interior Design\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png\";s:12:\"tmpl_created\";s:10:\"1514198234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"135\";s:16:\"popularity_index\";s:3:\"213\";s:11:\"trend_index\";s:3:\"248\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:369;a:14:{s:2:\"id\";s:4:\"3565\";s:5:\"title\";s:27:\"Christmas – Tree Shop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png\";s:12:\"tmpl_created\";s:10:\"1514204382\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"136\";s:16:\"popularity_index\";s:3:\"205\";s:11:\"trend_index\";s:3:\"228\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:370;a:14:{s:2:\"id\";s:4:\"3862\";s:5:\"title\";s:35:\"Christmas – Design Conference\";s:9:\"thumbnail\";s:63:\"https://library.elementor.com/wp-content/uploads/2017/12/q1.png\";s:12:\"tmpl_created\";s:10:\"1514206745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"137\";s:16:\"popularity_index\";s:3:\"162\";s:11:\"trend_index\";s:3:\"294\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:371;a:14:{s:2:\"id\";s:4:\"3777\";s:5:\"title\";s:39:\"Christmas – Snowboard Competition\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png\";s:12:\"tmpl_created\";s:10:\"1514205420\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"138\";s:16:\"popularity_index\";s:3:\"163\";s:11:\"trend_index\";s:3:\"268\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:372;a:14:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"139\";s:16:\"popularity_index\";s:1:\"9\";s:11:\"trend_index\";s:2:\"16\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}}}','no'),(2376,'_transient_timeout_elementor_remote_info_api_data_2.0.5','1523763221','no'),(2377,'_transient_elementor_remote_info_api_data_2.0.5','a:2:{s:9:\"timestamp\";i:1523720020;s:14:\"upgrade_notice\";a:2:{s:7:\"version\";s:5:\"1.5.0\";s:7:\"message\";s:0:\"\";}}','no'),(2378,'_elementor_global_css','a:3:{s:4:\"time\";i:1523720054;s:5:\"fonts\";a:1:{i:0;s:4:\"Lato\";}s:6:\"status\";s:4:\"file\";}','yes'),(2380,'_site_transient_timeout_theme_roots','1523721893','no'),(2381,'_site_transient_theme_roots','a:4:{s:7:\"oceanwp\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(2382,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1523720708;s:7:\"checked\";a:4:{s:7:\"oceanwp\";s:6:\"1.4.16\";s:13:\"twentyfifteen\";s:3:\"1.9\";s:15:\"twentyseventeen\";s:3:\"1.4\";s:13:\"twentysixteen\";s:3:\"1.4\";}s:8:\"response\";a:2:{s:7:\"oceanwp\";a:4:{s:5:\"theme\";s:7:\"oceanwp\";s:11:\"new_version\";s:6:\"1.5.10\";s:3:\"url\";s:37:\"https://wordpress.org/themes/oceanwp/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/oceanwp.1.5.10.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.5.zip\";}}s:12:\"translations\";a:0:{}}','no'),(2384,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1523720721;s:7:\"checked\";a:9:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.0.1\";s:50:\"cf7-widget-elementor/void-cf7-widget-elementor.php\";s:5:\"1.0.5\";s:35:\"contact-widgets/contact-widgets.php\";s:5:\"1.4.1\";s:23:\"elementor/elementor.php\";s:5:\"2.0.5\";s:27:\"ocean-extra/ocean-extra.php\";s:5:\"1.4.3\";s:27:\"updraftplus/updraftplus.php\";s:6:\"1.14.5\";s:33:\"w3-total-cache/w3-total-cache.php\";s:5:\"0.9.6\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:7:\"0.8.7.6\";s:23:\"wp-smushit/wp-smush.php\";s:5:\"2.7.8\";}s:8:\"response\";a:2:{s:27:\"ocean-extra/ocean-extra.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/ocean-extra\";s:4:\"slug\";s:11:\"ocean-extra\";s:6:\"plugin\";s:27:\"ocean-extra/ocean-extra.php\";s:11:\"new_version\";s:6:\"1.4.10\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ocean-extra/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/ocean-extra.1.4.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ocean-extra/assets/icon-256x256.png?rev=1520440\";s:2:\"1x\";s:64:\"https://ps.w.org/ocean-extra/assets/icon-128x128.png?rev=1520440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/ocean-extra/assets/banner-1544x500.png?rev=1583113\";s:2:\"1x\";s:66:\"https://ps.w.org/ocean-extra/assets/banner-772x250.png?rev=1583113\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.5\";s:12:\"requires_php\";N;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:35:\"wp-fastest-cache/wpFastestCache.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/wp-fastest-cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:6:\"plugin\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:11:\"new_version\";s:7:\"0.8.7.8\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wp-fastest-cache/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wp-fastest-cache.0.8.7.8.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/wp-fastest-cache/assets/icon-128x128.png?rev=1068904\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/wp-fastest-cache/assets/banner-772x250.jpg?rev=1064099\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.5\";s:12:\"requires_php\";N;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}}s:50:\"cf7-widget-elementor/void-cf7-widget-elementor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/cf7-widget-elementor\";s:4:\"slug\";s:20:\"cf7-widget-elementor\";s:6:\"plugin\";s:50:\"cf7-widget-elementor/void-cf7-widget-elementor.php\";s:11:\"new_version\";s:5:\"1.0.5\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/cf7-widget-elementor/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/cf7-widget-elementor.1.0.5.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/cf7-widget-elementor/assets/icon-128x128.png?rev=1674152\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/cf7-widget-elementor/assets/banner-772x250.jpg?rev=1674152\";}s:11:\"banners_rtl\";a:0:{}}s:35:\"contact-widgets/contact-widgets.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/contact-widgets\";s:4:\"slug\";s:15:\"contact-widgets\";s:6:\"plugin\";s:35:\"contact-widgets/contact-widgets.php\";s:11:\"new_version\";s:5:\"1.4.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/contact-widgets/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/contact-widgets.1.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/contact-widgets/assets/icon-256x256.png?rev=1476167\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-widgets/assets/icon-128x128.png?rev=1476167\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/contact-widgets/assets/banner-1544x500.png?rev=1356900\";s:2:\"1x\";s:70:\"https://ps.w.org/contact-widgets/assets/banner-772x250.png?rev=1356900\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.0.5.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:6:\"1.14.5\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/updraftplus.1.14.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/w3-total-cache\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:33:\"w3-total-cache/w3-total-cache.php\";s:11:\"new_version\";s:5:\"0.9.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806\";s:2:\"1x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-128x128.png?rev=1041806\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"wp-smushit/wp-smush.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/wp-smushit\";s:4:\"slug\";s:10:\"wp-smushit\";s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:11:\"new_version\";s:5:\"2.7.8\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-smushit/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wp-smushit.2.7.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-256x256.jpg?rev=1513049\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-128x128.jpg?rev=1513049\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-smushit/assets/banner-1544x500.jpg?rev=1642596\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-smushit/assets/banner-772x250.jpg?rev=1642596\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(2385,'_transient_doing_cron','1530548631.0726559162139892578125','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1280 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (7,6,'_edit_last','1'),(8,6,'_wp_page_template','default'),(9,6,'ocean_sidebar','0'),(10,6,'ocean_second_sidebar','0'),(11,6,'ocean_disable_margins','enable'),(12,6,'ocean_display_top_bar','default'),(13,6,'ocean_display_header','default'),(14,6,'ocean_center_header_left_menu','0'),(15,6,'ocean_custom_header_template','0'),(16,6,'ocean_header_custom_menu','0'),(17,6,'ocean_disable_title','on'),(18,6,'ocean_disable_heading','default'),(19,6,'ocean_disable_breadcrumbs','default'),(20,6,'ocean_display_footer_widgets','default'),(21,6,'ocean_display_footer_bottom','default'),(22,6,'ocean_link_format_target','self'),(23,6,'ocean_quote_format_link','post'),(24,6,'_edit_lock','1518825709:1'),(25,8,'_edit_last','1'),(26,8,'_wp_page_template','default'),(27,8,'ocean_sidebar','0'),(28,8,'ocean_second_sidebar','0'),(29,8,'ocean_disable_margins','enable'),(30,8,'ocean_display_top_bar','default'),(31,8,'ocean_display_header','default'),(32,8,'ocean_center_header_left_menu','0'),(33,8,'ocean_custom_header_template','0'),(34,8,'ocean_header_custom_menu','0'),(35,8,'ocean_disable_title','on'),(36,8,'ocean_disable_heading','default'),(37,8,'ocean_disable_breadcrumbs','default'),(38,8,'ocean_display_footer_widgets','default'),(39,8,'ocean_display_footer_bottom','default'),(40,8,'ocean_link_format_target','self'),(41,8,'ocean_quote_format_link','post'),(42,8,'_edit_lock','1518824972:1'),(43,10,'_edit_last','1'),(44,10,'_wp_page_template','default'),(45,10,'ocean_sidebar','0'),(46,10,'ocean_second_sidebar','0'),(47,10,'ocean_disable_margins','enable'),(48,10,'ocean_display_top_bar','default'),(49,10,'ocean_display_header','default'),(50,10,'ocean_center_header_left_menu','0'),(51,10,'ocean_custom_header_template','0'),(52,10,'ocean_header_custom_menu','0'),(53,10,'ocean_disable_title','on'),(54,10,'ocean_disable_heading','default'),(55,10,'ocean_disable_breadcrumbs','default'),(56,10,'ocean_display_footer_widgets','default'),(57,10,'ocean_display_footer_bottom','default'),(58,10,'ocean_link_format_target','self'),(59,10,'ocean_quote_format_link','post'),(60,10,'_edit_lock','1518727946:1'),(61,12,'_edit_last','1'),(62,12,'_wp_page_template','default'),(63,12,'ocean_sidebar','0'),(64,12,'ocean_second_sidebar','0'),(65,12,'ocean_disable_margins','enable'),(66,12,'ocean_display_top_bar','default'),(67,12,'ocean_display_header','default'),(68,12,'ocean_center_header_left_menu','0'),(69,12,'ocean_custom_header_template','0'),(70,12,'ocean_header_custom_menu','0'),(71,12,'ocean_disable_title','on'),(72,12,'ocean_disable_heading','default'),(73,12,'ocean_disable_breadcrumbs','default'),(74,12,'ocean_display_footer_widgets','default'),(75,12,'ocean_display_footer_bottom','default'),(76,12,'ocean_link_format_target','self'),(77,12,'ocean_quote_format_link','post'),(78,12,'_edit_lock','1518727944:1'),(79,14,'_edit_last','1'),(80,14,'_wp_page_template','default'),(81,14,'ocean_sidebar','0'),(82,14,'ocean_second_sidebar','0'),(83,14,'ocean_disable_margins','enable'),(84,14,'ocean_display_top_bar','default'),(85,14,'ocean_display_header','default'),(86,14,'ocean_center_header_left_menu','0'),(87,14,'ocean_custom_header_template','0'),(88,14,'ocean_header_custom_menu','0'),(89,14,'ocean_disable_title','on'),(90,14,'ocean_disable_heading','default'),(91,14,'ocean_disable_breadcrumbs','default'),(92,14,'ocean_display_footer_widgets','default'),(93,14,'ocean_display_footer_bottom','default'),(94,14,'ocean_link_format_target','self'),(95,14,'ocean_quote_format_link','post'),(96,14,'_edit_lock','1523720036:1'),(101,19,'_menu_item_type','post_type'),(102,19,'_menu_item_menu_item_parent','0'),(103,19,'_menu_item_object_id','6'),(104,19,'_menu_item_object','page'),(105,19,'_menu_item_target',''),(106,19,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(107,19,'_menu_item_xfn',''),(108,19,'_menu_item_url',''),(109,19,'_menu_item_template',''),(110,19,'_menu_item_mega_template',''),(111,19,'_menu_item_nolink',''),(112,19,'_menu_item_category_post',''),(113,19,'_menu_item_megamenu',''),(114,19,'_menu_item_megamenu_auto_width',''),(115,19,'_menu_item_megamenu_col',''),(116,19,'_menu_item_megamenu_heading',''),(117,19,'_menu_item_megamenu_widgetarea',''),(118,19,'_menu_item_icon',''),(119,20,'_menu_item_type','post_type'),(120,20,'_menu_item_menu_item_parent','0'),(121,20,'_menu_item_object_id','14'),(122,20,'_menu_item_object','page'),(123,20,'_menu_item_target',''),(124,20,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(125,20,'_menu_item_xfn',''),(126,20,'_menu_item_url',''),(127,20,'_menu_item_template',''),(128,20,'_menu_item_mega_template',''),(129,20,'_menu_item_nolink',''),(130,20,'_menu_item_category_post',''),(131,20,'_menu_item_megamenu',''),(132,20,'_menu_item_megamenu_auto_width',''),(133,20,'_menu_item_megamenu_col',''),(134,20,'_menu_item_megamenu_heading',''),(135,20,'_menu_item_megamenu_widgetarea',''),(136,20,'_menu_item_icon',''),(137,21,'_menu_item_type','post_type'),(138,21,'_menu_item_menu_item_parent','0'),(139,21,'_menu_item_object_id','12'),(140,21,'_menu_item_object','page'),(141,21,'_menu_item_target',''),(142,21,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(143,21,'_menu_item_xfn',''),(144,21,'_menu_item_url',''),(145,21,'_menu_item_template',''),(146,21,'_menu_item_mega_template',''),(147,21,'_menu_item_nolink',''),(148,21,'_menu_item_category_post',''),(149,21,'_menu_item_megamenu',''),(150,21,'_menu_item_megamenu_auto_width',''),(151,21,'_menu_item_megamenu_col',''),(152,21,'_menu_item_megamenu_heading',''),(153,21,'_menu_item_megamenu_widgetarea',''),(154,21,'_menu_item_icon',''),(155,22,'_menu_item_type','post_type'),(156,22,'_menu_item_menu_item_parent','0'),(157,22,'_menu_item_object_id','10'),(158,22,'_menu_item_object','page'),(159,22,'_menu_item_target',''),(160,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(161,22,'_menu_item_xfn',''),(162,22,'_menu_item_url',''),(163,22,'_menu_item_template',''),(164,22,'_menu_item_mega_template',''),(165,22,'_menu_item_nolink',''),(166,22,'_menu_item_category_post',''),(167,22,'_menu_item_megamenu',''),(168,22,'_menu_item_megamenu_auto_width',''),(169,22,'_menu_item_megamenu_col',''),(170,22,'_menu_item_megamenu_heading',''),(171,22,'_menu_item_megamenu_widgetarea',''),(172,22,'_menu_item_icon',''),(173,23,'_menu_item_type','post_type'),(174,23,'_menu_item_menu_item_parent','0'),(175,23,'_menu_item_object_id','8'),(176,23,'_menu_item_object','page'),(177,23,'_menu_item_target',''),(178,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(179,23,'_menu_item_xfn',''),(180,23,'_menu_item_url',''),(181,23,'_menu_item_template',''),(182,23,'_menu_item_mega_template',''),(183,23,'_menu_item_nolink',''),(184,23,'_menu_item_category_post',''),(185,23,'_menu_item_megamenu',''),(186,23,'_menu_item_megamenu_auto_width',''),(187,23,'_menu_item_megamenu_col',''),(188,23,'_menu_item_megamenu_heading',''),(189,23,'_menu_item_megamenu_widgetarea',''),(190,23,'_menu_item_icon',''),(199,6,'ocean_post_layout','full-screen'),(200,6,'_elementor_edit_mode','builder'),(201,6,'_elementor_data','[{\"id\":\"46b0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":310,\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/Unas-Front-2400-1300-1500x813-.jpg\"},\"background_position\":\"top center\",\"background_size\":\"cover\",\"background_repeat\":\"no-repeat\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"76ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1e98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"title_color\":\"#327097\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"_animation\":\"fadeInDown\",\"_margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5eb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#757575\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c96\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"112f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5fce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/about\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"background_color\":\"#327097\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"6678\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3422\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"background_color\":\"#327097\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65a8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"id\":314,\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/Unas-Front-2400-1300-1024x555.jpg\"},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"72e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3589\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6643\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#757575\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66cc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"53ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ce8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2973\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fac\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge7-parts-300.jpg\",\"id\":257},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">Take a look at previous examples of our work that showcase our quality workmanship. \\u00a0We have many years of examples to showcase our experience.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(202,30,'_elementor_edit_mode','builder'),(203,30,'_elementor_data','[{\"id\":\"4972\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5032\",\"elType\":\"widget\",\"settings\":{\"editor\":\" \\r\\n\\r\\n \\r\\n<p style=\\\"text-align: center;\\\"><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(204,6,'_elementor_version','0.4'),(210,33,'_elementor_edit_mode','builder'),(211,33,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(212,33,'_elementor_version','0.4'),(215,34,'_elementor_edit_mode','builder'),(216,34,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(217,34,'_elementor_version','0.4'),(220,35,'_elementor_edit_mode','builder'),(221,35,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(222,35,'_elementor_version','0.4'),(225,36,'_elementor_edit_mode','builder'),(226,36,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(227,36,'_elementor_version','0.4'),(230,37,'_elementor_edit_mode','builder'),(231,37,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(232,37,'_elementor_version','0.4'),(235,38,'_elementor_edit_mode','builder'),(236,38,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(237,38,'_elementor_version','0.4'),(240,39,'_elementor_edit_mode','builder'),(241,39,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(242,39,'_elementor_version','0.4'),(245,40,'_elementor_edit_mode','builder'),(246,40,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(247,40,'_elementor_version','0.4'),(250,41,'_elementor_edit_mode','builder'),(251,41,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click me\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click me\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click me\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(252,41,'_elementor_version','0.4'),(260,45,'_elementor_edit_mode','builder'),(261,45,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click me\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click me\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click me\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(262,45,'_elementor_version','0.4'),(264,46,'_elementor_edit_mode','builder'),(265,46,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">service<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click me\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click me\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click me\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(266,46,'_elementor_version','0.4'),(268,47,'_elementor_edit_mode','builder'),(269,47,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click me\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click me\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click me\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(270,47,'_elementor_version','0.4'),(271,48,'_elementor_edit_mode','builder'),(272,48,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(273,48,'_elementor_version','0.4'),(274,49,'_elementor_edit_mode','builder'),(275,49,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(276,49,'_elementor_version','0.4'),(278,50,'_elementor_edit_mode','builder'),(279,50,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(280,50,'_elementor_version','0.4'),(283,51,'_elementor_edit_mode','builder'),(284,51,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a4a12d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"9daeebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff5882a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7db26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"456a6ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4156e54\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"4fb5d4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6ba34a1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"4215843\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"8796c7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"6bca5ba\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"f6f132f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"920334a\",\"elType\":\"widget\",\"settings\":{\"address\":\"28 Cherry St. E.Hartford, CT \"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(285,51,'_elementor_version','0.4'),(293,55,'_wp_attached_file','2017/11/ugc2.jpg'),(294,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:16:\"2017/11/ugc2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ugc2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ugc2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(300,57,'_elementor_edit_mode','builder'),(301,57,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a4a12d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"9daeebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff5882a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7db26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"456a6ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4156e54\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"4fb5d4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6ba34a1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"4215843\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"8796c7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"6bca5ba\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"0100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"f6f132f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"920334a\",\"elType\":\"widget\",\"settings\":{\"address\":\"28 Cherry St. E.Hartford, CT \",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(302,57,'_elementor_version','0.4'),(305,58,'_elementor_edit_mode','builder'),(306,58,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a4a12d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"9daeebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff5882a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7db26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"456a6ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4156e54\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"4fb5d4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6ba34a1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"9145be6\",\"link\":{\"url\":\"http:\\/\\/www.facebook.com\\/wsurferdude\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"8796c7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"6bca5ba\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"f6f132f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"920334a\",\"elType\":\"widget\",\"settings\":{\"address\":\"28 Cherry St. E.Hartford, CT \",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(307,58,'_elementor_version','0.4'),(315,62,'_elementor_edit_mode','builder'),(316,62,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a4a12d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"9daeebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff5882a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7db26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"456a6ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4156e54\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"4fb5d4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6ba34a1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"9145be6\",\"link\":{\"url\":\"http:\\/\\/www.facebook.com\\/wsurferdude\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"8796c7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"6bca5ba\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"f6f132f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"920334a\",\"elType\":\"widget\",\"settings\":{\"address\":\"28 Cherry St. E.Hartford, CT USA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(317,62,'_elementor_version','0.4'),(324,65,'_elementor_edit_mode','builder'),(325,65,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a4a12d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"9daeebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff5882a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7db26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"456a6ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4156e54\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"4fb5d4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6ba34a1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"9145be6\",\"link\":{\"url\":\"http:\\/\\/www.facebook.com\\/wsurferdude\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"8796c7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"6bca5ba\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"f6f132f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"920334a\",\"elType\":\"widget\",\"settings\":{\"address\":\"28 Cherry St. E.Hartford, CT USA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\",\"zoom\":{\"unit\":\"px\",\"size\":15},\"prevent_scroll\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(326,65,'_elementor_version','0.4'),(329,66,'_elementor_edit_mode','builder'),(330,66,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Explore.jpg\",\"id\":32},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a4a12d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"9daeebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff5882a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7db26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"456a6ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4156e54\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4fb5d4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6ba34a1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"9145be6\",\"link\":{\"url\":\"http:\\/\\/www.facebook.com\\/wsurferdude\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"8796c7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"6bca5ba\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"f6f132f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"920334a\",\"elType\":\"widget\",\"settings\":{\"address\":\"28 Cherry St. E.Hartford, CT USA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\",\"zoom\":{\"unit\":\"px\",\"size\":15},\"prevent_scroll\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(331,66,'_elementor_version','0.4'),(336,68,'_elementor_edit_mode','builder'),(337,68,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front.png\",\"id\":67},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a4a12d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"9daeebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff5882a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7db26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"456a6ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4156e54\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4fb5d4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6ba34a1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"9145be6\",\"link\":{\"url\":\"http:\\/\\/www.facebook.com\\/wsurferdude\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"8796c7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"6bca5ba\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"f6f132f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"920334a\",\"elType\":\"widget\",\"settings\":{\"address\":\"28 Cherry St. E.Hartford, CT USA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\",\"zoom\":{\"unit\":\"px\",\"size\":15},\"prevent_scroll\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(338,68,'_elementor_version','0.4'),(341,69,'_elementor_edit_mode','builder'),(342,69,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front.png\",\"id\":67},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a4a12d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"9daeebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff5882a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7db26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"456a6ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4156e54\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4fb5d4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6ba34a1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"9145be6\",\"link\":{\"url\":\"http:\\/\\/www.facebook.com\\/wsurferdude\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"8796c7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"6bca5ba\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"f6f132f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"920334a\",\"elType\":\"widget\",\"settings\":{\"address\":\"28 Cherry St. E.Hartford, CT USA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\",\"zoom\":{\"unit\":\"px\",\"size\":15},\"prevent_scroll\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(343,69,'_elementor_version','0.4'),(346,70,'_elementor_edit_mode','builder'),(347,70,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front.png\",\"id\":67},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"145\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a4a12d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"9daeebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff5882a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7db26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"456a6ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4156e54\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4fb5d4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6ba34a1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"9145be6\",\"link\":{\"url\":\"http:\\/\\/www.facebook.com\\/wsurferdude\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"8796c7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"6bca5ba\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"f6f132f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"920334a\",\"elType\":\"widget\",\"settings\":{\"address\":\"28 Cherry St. E.Hartford, CT USA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\",\"zoom\":{\"unit\":\"px\",\"size\":15},\"prevent_scroll\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(348,70,'_elementor_version','0.4'),(351,71,'_elementor_edit_mode','builder'),(352,71,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front.png\",\"id\":67},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"145\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a4a12d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"9daeebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff5882a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7db26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"456a6ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4156e54\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4fb5d4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6ba34a1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"9145be6\",\"link\":{\"url\":\"http:\\/\\/www.facebook.com\\/wsurferdude\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"8796c7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"6bca5ba\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"f6f132f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"920334a\",\"elType\":\"widget\",\"settings\":{\"address\":\"28 Cherry St. E.Hartford, CT USA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\",\"zoom\":{\"unit\":\"px\",\"size\":15},\"prevent_scroll\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(353,71,'_elementor_version','0.4'),(356,72,'_elementor_edit_mode','builder'),(357,72,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front.png\",\"id\":67},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"145\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a4a12d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"9daeebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff5882a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7db26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"456a6ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4156e54\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4fb5d4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6ba34a1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"9145be6\",\"link\":{\"url\":\"http:\\/\\/www.facebook.com\\/wsurferdude\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"8796c7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"6bca5ba\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"f6f132f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"920334a\",\"elType\":\"widget\",\"settings\":{\"address\":\"28 Cherry St. E.Hartford, CT USA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\",\"zoom\":{\"unit\":\"px\",\"size\":15},\"prevent_scroll\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(358,72,'_elementor_version','0.4'),(363,74,'_elementor_edit_mode','builder'),(364,74,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"145\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a4a12d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"9daeebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff5882a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7db26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"456a6ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4156e54\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4fb5d4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6ba34a1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"9145be6\",\"link\":{\"url\":\"http:\\/\\/www.facebook.com\\/wsurferdude\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"8796c7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"6bca5ba\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"f6f132f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"920334a\",\"elType\":\"widget\",\"settings\":{\"address\":\"28 Cherry St. E.Hartford, CT USA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\",\"zoom\":{\"unit\":\"px\",\"size\":15},\"prevent_scroll\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(365,74,'_elementor_version','0.4'),(368,75,'_elementor_edit_mode','builder'),(369,75,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"145\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a4a12d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"9daeebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff5882a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7db26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"456a6ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4156e54\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4fb5d4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6ba34a1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"9145be6\",\"link\":{\"url\":\"http:\\/\\/www.facebook.com\\/wsurferdude\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"8796c7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"6bca5ba\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"f6f132f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"920334a\",\"elType\":\"widget\",\"settings\":{\"address\":\"28 Cherry St. E.Hartford, CT USA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\",\"zoom\":{\"unit\":\"px\",\"size\":15},\"prevent_scroll\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(370,75,'_elementor_version','0.4'),(373,76,'_elementor_edit_mode','builder'),(374,76,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a4a12d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"9daeebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff5882a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7db26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"456a6ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4156e54\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4fb5d4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6ba34a1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"9145be6\",\"link\":{\"url\":\"http:\\/\\/www.facebook.com\\/wsurferdude\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"8796c7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"6bca5ba\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"f6f132f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"920334a\",\"elType\":\"widget\",\"settings\":{\"address\":\"28 Cherry St. E.Hartford, CT USA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\",\"zoom\":{\"unit\":\"px\",\"size\":15},\"prevent_scroll\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(375,76,'_elementor_version','0.4'),(378,77,'_elementor_edit_mode','builder'),(379,77,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a4a12d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"9daeebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff5882a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7db26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"456a6ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4156e54\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4fb5d4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6ba34a1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"9145be6\",\"link\":{\"url\":\"http:\\/\\/www.facebook.com\\/wsurferdude\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"8796c7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"6bca5ba\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"f6f132f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"920334a\",\"elType\":\"widget\",\"settings\":{\"address\":\"28 Cherry St. E.Hartford, CT USA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\",\"zoom\":{\"unit\":\"px\",\"size\":15},\"prevent_scroll\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(380,77,'_elementor_version','0.4'),(388,80,'_elementor_edit_mode','builder'),(389,80,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a4a12d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"9daeebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff5882a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7db26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"456a6ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4156e54\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4fb5d4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6ba34a1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"9145be6\",\"link\":{\"url\":\"http:\\/\\/www.facebook.com\\/wsurferdude\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"8796c7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"6bca5ba\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"f6f132f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"920334a\",\"elType\":\"widget\",\"settings\":{\"address\":\"28 Cherry St. E.Hartford, CT USA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\",\"zoom\":{\"unit\":\"px\",\"size\":15},\"prevent_scroll\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(390,80,'_elementor_version','0.4'),(393,81,'_elementor_edit_mode','builder'),(394,81,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9a4a12d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"9daeebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff5882a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"040\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"a7db26d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"456a6ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4156e54\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4fb5d4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6ba34a1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"9145be6\",\"link\":{\"url\":\"http:\\/\\/www.facebook.com\\/wsurferdude\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"8796c7c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"6bca5ba\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"f6f132f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"920334a\",\"elType\":\"widget\",\"settings\":{\"address\":\"28 Cherry St. E.Hartford, CT USA\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#000000\",\"zoom\":{\"unit\":\"px\",\"size\":15},\"prevent_scroll\":\"\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(395,81,'_elementor_version','0.4'),(398,82,'_elementor_edit_mode','builder'),(399,82,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(400,82,'_elementor_version','0.4'),(403,83,'_elementor_edit_mode','builder'),(404,83,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(405,83,'_elementor_version','0.4'),(407,84,'_elementor_edit_mode','builder'),(408,84,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(409,84,'_elementor_version','0.4'),(417,88,'_elementor_edit_mode','builder'),(418,88,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(419,88,'_elementor_version','0.4'),(421,89,'_elementor_edit_mode','builder'),(422,89,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(423,89,'_elementor_version','0.4'),(425,90,'_elementor_edit_mode','builder'),(426,90,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(427,90,'_elementor_version','0.4'),(430,91,'_elementor_edit_mode','builder'),(431,91,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(432,91,'_elementor_version','0.4'),(435,92,'_elementor_edit_mode','builder'),(436,92,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"auto\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_position\":\"bottom center\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(437,92,'_elementor_version','0.4'),(440,93,'_elementor_edit_mode','builder'),(441,93,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_position\":\"center center\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(442,93,'_elementor_version','0.4'),(445,94,'_elementor_edit_mode','builder'),(446,94,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(447,94,'_elementor_version','0.4'),(450,95,'_elementor_edit_mode','builder'),(451,95,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(452,95,'_elementor_version','0.4'),(455,96,'_elementor_edit_mode','builder'),(456,96,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6ec1e4\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(457,96,'_elementor_version','0.4'),(460,97,'_elementor_edit_mode','builder'),(461,97,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(462,97,'_elementor_version','0.4'),(465,98,'_elementor_edit_mode','builder'),(466,98,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(467,98,'_elementor_version','0.4'),(470,99,'_elementor_edit_mode','builder'),(471,99,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(472,99,'_elementor_version','0.4'),(475,100,'_elementor_edit_mode','builder'),(476,100,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(477,100,'_elementor_version','0.4'),(480,101,'_elementor_edit_mode','builder'),(481,101,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(482,101,'_elementor_version','0.4'),(485,102,'_elementor_edit_mode','builder'),(486,102,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(487,102,'_elementor_version','0.4'),(490,103,'_elementor_edit_mode','builder'),(491,103,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(492,103,'_elementor_version','0.4'),(495,104,'_elementor_edit_mode','builder'),(496,104,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(497,104,'_elementor_version','0.4'),(500,105,'_elementor_edit_mode','builder'),(501,105,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(502,105,'_elementor_version','0.4'),(505,106,'_elementor_edit_mode','builder'),(506,106,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(507,106,'_elementor_version','0.4'),(510,107,'_elementor_edit_mode','builder'),(511,107,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(512,107,'_elementor_version','0.4'),(515,108,'_elementor_edit_mode','builder'),(516,108,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(517,108,'_elementor_version','0.4'),(520,109,'_elementor_edit_mode','builder'),(521,109,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(522,109,'_elementor_version','0.4'),(525,110,'_elementor_edit_mode','builder'),(526,110,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(527,110,'_elementor_version','0.4'),(530,111,'_elementor_edit_mode','builder'),(531,111,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(532,111,'_elementor_version','0.4'),(535,112,'_elementor_edit_mode','builder'),(536,112,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(537,112,'_elementor_version','0.4'),(539,113,'_elementor_edit_mode','builder'),(540,113,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(541,113,'_elementor_version','0.4'),(543,114,'_elementor_edit_mode','builder'),(544,114,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(545,114,'_elementor_version','0.4'),(548,115,'_elementor_edit_mode','builder'),(549,115,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(550,115,'_elementor_version','0.4'),(553,116,'_elementor_edit_mode','builder'),(554,116,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(555,116,'_elementor_version','0.4'),(558,117,'_elementor_edit_mode','builder'),(559,117,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(560,117,'_elementor_version','0.4'),(563,118,'_elementor_edit_mode','builder'),(564,118,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(565,118,'_elementor_version','0.4'),(568,119,'_elementor_edit_mode','builder'),(569,119,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(570,119,'_elementor_version','0.4'),(573,120,'_elementor_edit_mode','builder'),(574,120,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(575,120,'_elementor_version','0.4'),(578,121,'_elementor_edit_mode','builder'),(579,121,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(580,121,'_elementor_version','0.4'),(583,122,'_elementor_edit_mode','builder'); INSERT INTO `wp_postmeta` VALUES (584,122,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(585,122,'_elementor_version','0.4'),(588,123,'_elementor_edit_mode','builder'),(589,123,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(590,123,'_elementor_version','0.4'),(593,124,'_elementor_edit_mode','builder'),(594,124,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(595,124,'_elementor_version','0.4'),(598,125,'_elementor_edit_mode','builder'),(599,125,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(600,125,'_elementor_version','0.4'),(603,126,'_elementor_edit_mode','builder'),(604,126,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#ffffff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(605,126,'_elementor_version','0.4'),(608,127,'_elementor_edit_mode','builder'),(609,127,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#ffffff\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(610,127,'_elementor_version','0.4'),(613,128,'_elementor_edit_mode','builder'),(614,128,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"125\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(615,128,'_elementor_version','0.4'),(618,129,'_elementor_edit_mode','builder'),(619,129,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(620,129,'_elementor_version','0.4'),(623,130,'_elementor_edit_mode','builder'),(624,130,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"135\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(625,130,'_elementor_version','0.4'),(628,131,'_elementor_edit_mode','builder'),(629,131,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Gallery.png\",\"id\":43}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(630,131,'_elementor_version','0.4'),(633,8,'ocean_post_layout','full-screen'),(634,8,'_elementor_edit_mode','builder'),(637,8,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/Unas-Front-2400-1300-1500x813-.jpg\",\"id\":310},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"50\",\"bottom\":\"75\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\",\"_box_shadow_box_shadow_type\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05712d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"67f05c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b25ec44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d68cdd6\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\"},\"elements\":[{\"id\":\"86598aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":17.148},\"elements\":[{\"id\":\"510949d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/ge.jpg\",\"id\":177},\"image_size\":\"medium\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ca70b0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":19.851},\"elements\":[{\"id\":\"4a559ff\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/pw.jpg\",\"id\":180}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f43ac0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.173},\"elements\":[{\"id\":\"e08a8fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Colt.jpg\",\"id\":197},\"image_size\":\"medium\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7d9f906\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.824},\"elements\":[{\"id\":\"012679b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/warren.jpg\",\"id\":181},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db4589f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"2262a65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/imo.jpg\",\"id\":179},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(638,133,'_elementor_edit_mode','builder'),(639,133,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Tyler-About.jpg\",\"id\":132},\"background_position\":\"center center\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"b6e211d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.009},\"elements\":[],\"isInner\":false},{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.981},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>My mission is to help you start a business so you can change the world.<\\/p>\",\"align\":\"center\",\"text_color\":\"#707070\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"375\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"424d9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.006},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(640,8,'_elementor_version','0.4'),(642,134,'_elementor_edit_mode','builder'),(643,134,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Tyler-About.jpg\",\"id\":132},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6e211d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.009},\"elements\":[],\"isInner\":false},{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.981},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>My mission is to help you start a business so you can change the world.<\\/p>\",\"align\":\"center\",\"text_color\":\"#707070\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"375\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"424d9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.006},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(644,134,'_elementor_version','0.4'),(647,135,'_elementor_edit_mode','builder'),(648,135,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Tyler-About.jpg\",\"id\":132},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6e211d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.009},\"elements\":[],\"isInner\":false},{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.981},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>My mission is to help you start a business so you can change the world.<\\/p>\",\"align\":\"center\",\"text_color\":\"#707070\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"375\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"424d9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.006},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(649,135,'_elementor_version','0.4'),(652,136,'_elementor_edit_mode','builder'),(653,136,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Tyler-About.jpg\",\"id\":132},\"background_position\":\"top center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6e211d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.009},\"elements\":[],\"isInner\":false},{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.981},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>My mission is to help you start a business so you can change the world.<\\/p>\",\"align\":\"center\",\"text_color\":\"#707070\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"375\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"424d9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.006},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(654,136,'_elementor_version','0.4'),(657,137,'_elementor_edit_mode','builder'),(658,137,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Tyler-About.jpg\",\"id\":132},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6e211d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.009},\"elements\":[],\"isInner\":false},{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.981},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>My mission is to help you start a business so you can change the world.<\\/p>\",\"align\":\"center\",\"text_color\":\"#707070\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"375\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"424d9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.006},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(659,137,'_elementor_version','0.4'),(662,138,'_elementor_edit_mode','builder'),(663,138,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b6e211d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.009},\"elements\":[],\"isInner\":false},{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.981},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>My mission is to help you start a business so you can change the world.<\\/p>\",\"align\":\"center\",\"text_color\":\"#707070\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"0\",\"bottom\":\"375\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"424d9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.006},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(664,138,'_elementor_version','0.4'),(667,139,'_elementor_edit_mode','builder'),(668,139,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#707070\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"125\",\"right\":\"50\",\"bottom\":\"375\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(669,139,'_elementor_version','0.4'),(672,140,'_elementor_edit_mode','builder'),(673,140,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#707070\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(674,140,'_elementor_version','0.4'),(677,141,'_elementor_edit_mode','builder'),(678,141,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(679,141,'_elementor_version','0.4'),(682,142,'_elementor_edit_mode','builder'),(683,142,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05712d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"67f05c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b25ec44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(684,142,'_elementor_version','0.4'),(687,143,'_elementor_edit_mode','builder'),(688,143,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05712d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"67f05c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b25ec44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(689,143,'_elementor_version','0.4'),(692,144,'_elementor_edit_mode','builder'),(693,144,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05712d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"67f05c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b25ec44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(694,144,'_elementor_version','0.4'),(696,145,'_elementor_edit_mode','builder'),(697,145,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05712d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"67f05c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b25ec44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"75\",\"bottom\":\"50\",\"left\":\"75\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(698,145,'_elementor_version','0.4'),(700,146,'_elementor_edit_mode','builder'),(701,146,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05712d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"67f05c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b25ec44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"35\",\"bottom\":\"50\",\"left\":\"35\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(702,146,'_elementor_version','0.4'),(705,147,'_elementor_edit_mode','builder'),(706,147,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05712d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"67f05c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b25ec44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(707,147,'_elementor_version','0.4'),(710,148,'_elementor_edit_mode','builder'),(711,148,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05712d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#4054b2\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"67f05c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b25ec44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(712,148,'_elementor_version','0.4'),(715,149,'_elementor_edit_mode','builder'),(716,149,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05712d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#13497e\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"67f05c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b25ec44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(717,149,'_elementor_version','0.4'),(720,150,'_elementor_edit_mode','builder'),(721,150,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05712d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#13497e\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"67f05c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b25ec44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(722,150,'_elementor_version','0.4'),(725,151,'_elementor_edit_mode','builder'),(726,151,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05712d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"67f05c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b25ec44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#13497e\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(727,151,'_elementor_version','0.4'),(730,152,'_elementor_edit_mode','builder'),(731,152,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05712d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"67f05c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b25ec44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#13497e\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d68cdd6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"86598aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efa24cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Client Logo Here<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ca70b0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1e63a5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Client Logo Here<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f43ac0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4f1b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Client Logo Here<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"db4589f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dc3bf44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Client Logo Here<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(732,152,'_elementor_version','0.4'),(735,14,'_elementor_edit_mode','builder'),(737,14,'ocean_post_layout','full-screen'),(738,14,'_elementor_data','[{\"id\":\"9b931fa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"67f62c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c54ae85\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch and we\'ll get back to you as soon as we can. We look forward to hearing from you!\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c81f576\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3baee49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3eccbc4\",\"elType\":\"widget\",\"settings\":{\"cf7\":\"173\"},\"elements\":[],\"widgetType\":\"void-section-cf7\"}],\"isInner\":false}],\"isInner\":false}]'),(739,154,'_elementor_edit_mode','builder'),(741,154,'_elementor_data','[{\"id\":\"906a171\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"daa8d5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.009},\"elements\":[],\"isInner\":false},{\"id\":\"4259148\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.981},\"elements\":[],\"isInner\":false},{\"id\":\"33103f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.006},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(742,14,'_elementor_version','0.4'),(744,10,'ocean_post_layout','full-screen'),(745,12,'ocean_post_layout','full-screen'),(746,12,'_elementor_edit_mode','builder'),(747,10,'_elementor_edit_mode','builder'),(748,155,'_field_29','John'),(749,155,'_field_30','jc@pcpros.com'),(750,155,'_field_31','Yes.... Number 2....'),(751,155,'_form_id','7'),(752,155,'_seq_num','2'),(755,157,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(756,157,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:35:\"Unas Grinding Corp \"[your-subject]\"\";s:6:\"sender\";s:37:\"[your-name] <dianen@unasgrinding.com>\";s:9:\"recipient\";s:23:\"dianen@unasgrinding.com\";s:4:\"body\";s:190:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Unas Grinding Corp (http://unasgrinding.com/wordpress)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(757,157,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:35:\"Unas Grinding Corp \"[your-subject]\"\";s:6:\"sender\";s:47:\"Unas Grinding Corp <wordpress@unasgrinding.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:132:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Unas Grinding Corp (http://unasgrinding.com/wordpress)\";s:18:\"additional_headers\";s:23:\"Reply-To: jc@pcpros.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(758,157,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(759,157,'_additional_settings',''),(760,157,'_locale','en_US'),(761,158,'_elementor_edit_mode','builder'),(762,158,'_elementor_data','[{\"id\":\"906a171\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"daa8d5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.009},\"elements\":[],\"isInner\":false},{\"id\":\"4259148\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.981},\"elements\":[{\"id\":\"63ab150\",\"elType\":\"widget\",\"settings\":{\"cf7_redirect_page\":\"6\"},\"elements\":[],\"widgetType\":\"void-section-cf7\"}],\"isInner\":false},{\"id\":\"33103f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30.006},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(763,158,'_elementor_version','0.4'),(766,159,'_elementor_edit_mode','builder'),(767,159,'_elementor_data','[]'),(768,159,'_elementor_version','0.4'),(771,160,'cf7_style_image_preview','/admin/images/monochrome-light.png'),(772,161,'cf7_style_image_preview','/admin/images/transparent-two-columns.png'),(773,162,'cf7_style_image_preview','/admin/images/minimal-brown.png'),(774,163,'cf7_style_image_preview','/admin/images/monochrome.png'),(775,164,'cf7_style_image_preview','/admin/images/cf7_simple_twentyfifteen_pattern.jpg'),(776,165,'cf7_style_image_preview','/admin/images/cf7_xmas_classic.jpg'),(777,166,'cf7_style_image_preview','/admin/images/cf7_xmas_red.jpg'),(778,167,'cf7_style_image_preview','/admin/images/cf7_xmas_simple.jpg'),(779,168,'cf7_style_image_preview','/admin/images/cf7_vday_classic.jpg'),(780,169,'cf7_style_image_preview','/admin/images/cf7_vday_roses.jpg'),(781,170,'cf7_style_image_preview','/admin/images/cf7_vday_birds.jpg'),(782,171,'cf7_style_image_preview','/admin/images/cf7_vday_blue_birds.jpg'),(783,160,'_edit_lock','1511320458:1'),(784,172,'_elementor_edit_mode','builder'),(785,172,'_elementor_data','[{\"id\":\"9b931fa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"67f62c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aa448ce\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"void-section-cf7\"}],\"isInner\":false}],\"isInner\":false}]'),(786,172,'_elementor_version','0.4'),(789,160,'_edit_last','1'),(790,160,'cf7_style_font','none'),(791,157,'cf7_style_id','160'),(794,173,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(795,173,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:35:\"Unas Grinding Corp \"[your-subject]\"\";s:6:\"sender\";s:37:\"[your-name] <dianen@unasgrinding.com>\";s:9:\"recipient\";s:23:\"dianen@unasgrinding.com\";s:4:\"body\";s:190:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Unas Grinding Corp (http://unasgrinding.com/wordpress)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(796,173,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:35:\"Unas Grinding Corp \"[your-subject]\"\";s:6:\"sender\";s:47:\"Unas Grinding Corp <wordpress@unasgrinding.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:132:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Unas Grinding Corp (http://unasgrinding.com/wordpress)\";s:18:\"additional_headers\";s:23:\"Reply-To: jc@pcpros.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(797,173,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(798,173,'_additional_settings',''),(799,173,'_locale','en_US'),(800,174,'_elementor_edit_mode','builder'),(801,174,'_elementor_data','[{\"id\":\"9b931fa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"67f62c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aa448ce\",\"elType\":\"widget\",\"settings\":{\"cf7\":\"173\"},\"elements\":[],\"widgetType\":\"void-section-cf7\"}],\"isInner\":false}],\"isInner\":false}]'),(802,174,'_elementor_version','0.4'),(806,164,'_edit_lock','1518448325:1'),(807,173,'cf7_style_id','164'),(808,175,'_elementor_edit_mode','builder'),(809,175,'_elementor_data','[{\"id\":\"9b931fa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"67f62c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c54ae85\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch and we\'ll get back to you as soon as we can. We look forward to hearing from you!\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c81f576\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3baee49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3eccbc4\",\"elType\":\"widget\",\"settings\":{\"cf7\":\"173\"},\"elements\":[],\"widgetType\":\"void-section-cf7\"}],\"isInner\":false}],\"isInner\":false}]'),(810,175,'_elementor_version','0.4'),(814,177,'_wp_attached_file','2017/11/ge.jpg'),(815,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:112;s:4:\"file\";s:14:\"2017/11/ge.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1511352257\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(816,178,'_wp_attached_file','2017/11/IMG_3788.jpg'),(817,178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:32;s:4:\"file\";s:20:\"2017/11/IMG_3788.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1511352267\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(818,179,'_wp_attached_file','2017/11/imo.jpg'),(819,179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:413;s:6:\"height\";i:122;s:4:\"file\";s:15:\"2017/11/imo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"imo-150x122.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"imo-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1511352409\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(820,180,'_wp_attached_file','2017/11/pw.jpg'),(821,180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:145;s:4:\"file\";s:14:\"2017/11/pw.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"pw-150x145.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1511352311\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(822,181,'_wp_attached_file','2017/11/warren.jpg'),(823,181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:282;s:6:\"height\";i:143;s:4:\"file\";s:18:\"2017/11/warren.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"warren-150x143.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1511352532\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(824,181,'_edit_lock','1511371083:1'),(825,182,'_elementor_edit_mode','builder'),(826,182,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05712d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"67f05c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b25ec44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#13497e\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d68cdd6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"86598aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"510949d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/ge.jpg\",\"id\":177},\"image_size\":\"medium\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ca70b0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"4a559ff\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/pw.jpg\",\"id\":180}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f43ac0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7e469df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/warren.jpg\",\"id\":181}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db4589f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2262a65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/imo.jpg\",\"id\":179},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(827,182,'_elementor_version','0.4'),(829,183,'_elementor_edit_mode','builder'),(830,183,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05712d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"67f05c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b25ec44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#13497e\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d68cdd6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"86598aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.715},\"elements\":[{\"id\":\"510949d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/ge.jpg\",\"id\":177},\"image_size\":\"medium\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ca70b0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":19.478},\"elements\":[{\"id\":\"4a559ff\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/pw.jpg\",\"id\":180}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f43ac0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.636},\"elements\":[{\"id\":\"7e469df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/warren.jpg\",\"id\":181}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db4589f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.171},\"elements\":[{\"id\":\"2262a65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/imo.jpg\",\"id\":179},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(831,183,'_elementor_version','0.4'),(834,12,'_elementor_data','[{\"id\":\"3284645\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fe9d97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d76c5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 1<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a10987e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/surf1.jpg\",\"id\":229},\"image_size\":\"medium_large\",\"_margin\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dc9c93d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a58c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 2<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa40813\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/PicSlice_f2.jpg\",\"id\":238}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43cf80c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"eb2b74e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4052c26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 3<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e47d81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/PicSlice_f6.jpg\",\"id\":241}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a18f78d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a7c8504\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 4<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9203c82\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"medium_large\",\"_margin\":{\"unit\":\"px\",\"top\":\"91\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1730e8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c4b0fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9fa0405\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 5<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14aaf8a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/spfld2.jpg\",\"id\":243},\"image_size\":\"medium_large\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ed50c30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"932d039\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 6<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9161857\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/spfld4.png\",\"id\":205},\"_margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(835,184,'_elementor_edit_mode','builder'),(837,184,'_elementor_data','[{\"id\":\"3284645\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fe9d97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d76c5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 1<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dc9c93d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fa40813\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43cf80c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"eb2b74e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"e47d81d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a18f78d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a7c8504\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 2<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1730e8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c4b0fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9fa0405\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 3<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ed50c30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9161857\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(838,12,'_elementor_version','0.4'),(840,10,'_elementor_data','[{\"id\":\"8994967\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6dd8863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7b8d63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 1<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7926767\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge7.jpg\",\"id\":233}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ef45385\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bd5804d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 2<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0763453\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge6.jpg\",\"id\":232}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30ff4aa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cf7bfdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0adfdfb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 3<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5658b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/odpic_f2.jpg\",\"id\":235},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e27d304\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6bd4e01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 4<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f58bbce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/surfaceblanchardmain_r2_c2_f2.jpg\",\"id\":237},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"351d498\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ec0a1a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e6e40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 5<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae8fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/spfdthum1.jpg\",\"id\":249},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"34e2c73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d776f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 6<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a69a333\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/spfdthum.jpg\",\"id\":248},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(841,185,'_elementor_edit_mode','builder'),(843,185,'_elementor_data','[{\"id\":\"8994967\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6dd8863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7b8d63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 1<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ef45385\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0763453\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30ff4aa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cf7bfdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5658b87\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e27d304\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00b7603\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 2<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"351d498\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ec0a1a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3bda38b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 3<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34e2c73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a69a333\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(844,10,'_elementor_version','0.4'),(846,186,'_elementor_edit_mode','builder'),(847,186,'_elementor_data','[{\"id\":\"8994967\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6dd8863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7b8d63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 1<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ef45385\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0763453\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30ff4aa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cf7bfdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5658b87\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e27d304\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00b7603\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 2<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"351d498\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ec0a1a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3bda38b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 3<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34e2c73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a69a333\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9423ec\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c8e488f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"79b2341\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":177,\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/ge.jpg\"},{\"id\":178,\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/IMG_3788.jpg\"},{\"id\":179,\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/imo.jpg\"},{\"id\":180,\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/pw.jpg\"},{\"id\":181,\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/warren.jpg\"}],\"thumbnail_size\":\"medium\",\"gallery_columns\":\"5\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(848,186,'_elementor_version','0.4'),(851,187,'_elementor_edit_mode','builder'),(852,187,'_elementor_data','[{\"id\":\"8994967\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6dd8863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7b8d63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 1<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ef45385\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0763453\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30ff4aa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cf7bfdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5658b87\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e27d304\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00b7603\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 2<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"351d498\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ec0a1a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3bda38b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 3<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34e2c73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a69a333\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9423ec\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c8e488f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"79b2341\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":177,\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/ge.jpg\"},{\"id\":178,\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/IMG_3788.jpg\"},{\"id\":179,\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/imo.jpg\"},{\"id\":180,\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/pw.jpg\"},{\"id\":181,\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/warren.jpg\"}],\"thumbnail_size\":\"medium\",\"gallery_columns\":\"3\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(853,187,'_elementor_version','0.4'),(856,188,'_elementor_edit_mode','builder'),(857,188,'_elementor_data','[{\"id\":\"8994967\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6dd8863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7b8d63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 1<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7926767\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ef45385\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bd5804d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 2<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0763453\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30ff4aa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cf7bfdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0adfdfb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 3<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5658b87\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e27d304\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6bd4e01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 4<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f58bbce\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"351d498\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ec0a1a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e6e40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 5<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae8fd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"34e2c73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d776f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 6<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a69a333\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(858,188,'_elementor_version','0.4'),(861,189,'_elementor_edit_mode','builder'),(862,189,'_elementor_data','[{\"id\":\"3284645\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fe9d97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d76c5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 1<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a10987e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dc9c93d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a58c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 2<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa40813\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43cf80c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"eb2b74e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4052c26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 3<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e47d81d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a18f78d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a7c8504\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 4<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9203c82\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1730e8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c4b0fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9fa0405\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 5<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14aaf8a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ed50c30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"932d039\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 6<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9161857\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(863,189,'_elementor_version','0.4'),(866,190,'_wp_attached_file','2017/11/ugc1.jpg'),(867,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:16:\"2017/11/ugc1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(868,191,'_wp_attached_file','2017/11/cropped-ugc1.jpg'),(869,191,'_wp_attachment_context','custom-logo'),(870,191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:82;s:4:\"file\";s:24:\"2017/11/cropped-ugc1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(873,193,'_wp_attached_file','2017/11/cropped-ugc1-1.jpg'),(874,193,'_wp_attachment_context','custom-logo'),(875,193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:81;s:6:\"height\";i:83;s:4:\"file\";s:26:\"2017/11/cropped-ugc1-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(878,195,'_wp_attached_file','2017/11/cropped-cropped-ugc1-1.jpg'),(879,195,'_wp_attachment_context','custom-logo'),(880,195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:58;s:6:\"height\";i:67;s:4:\"file\";s:34:\"2017/11/cropped-cropped-ugc1-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(883,197,'_wp_attached_file','2017/11/Colt.jpg'),(884,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:212;s:4:\"file\";s:16:\"2017/11/Colt.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Colt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(885,198,'_elementor_edit_mode','builder'),(886,198,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05712d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"67f05c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b25ec44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#13497e\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d68cdd6\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\"},\"elements\":[{\"id\":\"86598aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":17.148},\"elements\":[{\"id\":\"510949d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/ge.jpg\",\"id\":177},\"image_size\":\"medium\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ca70b0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":19.851},\"elements\":[{\"id\":\"4a559ff\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/pw.jpg\",\"id\":180}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f43ac0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.173},\"elements\":[{\"id\":\"e08a8fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Colt.jpg\",\"id\":197},\"image_size\":\"medium\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7d9f906\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.824},\"elements\":[{\"id\":\"012679b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/warren.jpg\",\"id\":181},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db4589f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"2262a65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/imo.jpg\",\"id\":179},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(887,198,'_elementor_version','0.4'),(890,199,'_elementor_edit_mode','builder'),(891,199,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\",\"_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05712d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"67f05c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b25ec44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#13497e\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d68cdd6\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\"},\"elements\":[{\"id\":\"86598aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":17.148},\"elements\":[{\"id\":\"510949d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/ge.jpg\",\"id\":177},\"image_size\":\"medium\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ca70b0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":19.851},\"elements\":[{\"id\":\"4a559ff\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/pw.jpg\",\"id\":180}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f43ac0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.173},\"elements\":[{\"id\":\"e08a8fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Colt.jpg\",\"id\":197},\"image_size\":\"medium\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7d9f906\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.824},\"elements\":[{\"id\":\"012679b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/warren.jpg\",\"id\":181},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db4589f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"2262a65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/imo.jpg\",\"id\":179},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(892,199,'_elementor_version','0.4'),(894,200,'_elementor_edit_mode','builder'),(895,200,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"50\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\",\"_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05712d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"67f05c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b25ec44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#13497e\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d68cdd6\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\"},\"elements\":[{\"id\":\"86598aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":17.148},\"elements\":[{\"id\":\"510949d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/ge.jpg\",\"id\":177},\"image_size\":\"medium\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ca70b0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":19.851},\"elements\":[{\"id\":\"4a559ff\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/pw.jpg\",\"id\":180}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f43ac0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.173},\"elements\":[{\"id\":\"e08a8fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Colt.jpg\",\"id\":197},\"image_size\":\"medium\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7d9f906\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.824},\"elements\":[{\"id\":\"012679b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/warren.jpg\",\"id\":181},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db4589f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"2262a65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/imo.jpg\",\"id\":179},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(896,200,'_elementor_version','0.4'),(897,201,'_elementor_edit_mode','builder'),(898,201,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"50\",\"bottom\":\"75\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\",\"_box_shadow_box_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05712d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"67f05c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b25ec44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#13497e\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d68cdd6\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\"},\"elements\":[{\"id\":\"86598aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":17.148},\"elements\":[{\"id\":\"510949d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/ge.jpg\",\"id\":177},\"image_size\":\"medium\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ca70b0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":19.851},\"elements\":[{\"id\":\"4a559ff\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/pw.jpg\",\"id\":180}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f43ac0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.173},\"elements\":[{\"id\":\"e08a8fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Colt.jpg\",\"id\":197},\"image_size\":\"medium\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7d9f906\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.824},\"elements\":[{\"id\":\"012679b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/warren.jpg\",\"id\":181},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db4589f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"2262a65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/imo.jpg\",\"id\":179},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(899,201,'_elementor_version','0.4'),(901,202,'_elementor_edit_mode','builder'),(902,202,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"50\",\"bottom\":\"75\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\",\"_box_shadow_box_shadow_type\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05712d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"67f05c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b25ec44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#13497e\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d68cdd6\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\"},\"elements\":[{\"id\":\"86598aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":17.148},\"elements\":[{\"id\":\"510949d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/ge.jpg\",\"id\":177},\"image_size\":\"medium\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ca70b0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":19.851},\"elements\":[{\"id\":\"4a559ff\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/pw.jpg\",\"id\":180}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f43ac0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.173},\"elements\":[{\"id\":\"e08a8fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Colt.jpg\",\"id\":197},\"image_size\":\"medium\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7d9f906\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.824},\"elements\":[{\"id\":\"012679b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/warren.jpg\",\"id\":181},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db4589f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"2262a65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/imo.jpg\",\"id\":179},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(903,202,'_elementor_version','0.4'),(910,205,'_wp_attached_file','2017/11/spfld4.png'),(911,205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2017/11/spfld4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"spfld4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(912,206,'_elementor_edit_mode','builder'),(913,206,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/float.png\",\"id\":42}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/spfld4.png\",\"id\":205},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Ocean-Squid.png\",\"id\":44}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(914,206,'_elementor_version','0.4'),(919,208,'_wp_attached_file','2017/11/inspct1.png'),(920,208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:299;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2017/11/inspct1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"inspct1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(921,209,'_wp_attached_file','2017/11/contactus.png'),(922,209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:242;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2017/11/contactus.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"contactus-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(923,210,'_elementor_edit_mode','builder'),(924,210,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"299\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/spfld4.png\",\"id\":205},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"fb739af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac457d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(925,210,'_elementor_version','0.4'),(928,213,'_elementor_template_type','section'),(929,213,'_elementor_edit_mode','builder'),(930,213,'_elementor_data','[{\"id\":\"c81f576\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3baee49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3eccbc4\",\"elType\":\"widget\",\"settings\":{\"cf7\":\"173\"},\"elements\":[],\"widgetType\":\"void-section-cf7\"}],\"isInner\":false}],\"isInner\":false}]'),(931,214,'_elementor_template_type','page'),(932,214,'_elementor_edit_mode','builder'),(933,214,'_elementor_data','[{\"id\":\"c81f576\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3baee49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3eccbc4\",\"elType\":\"widget\",\"settings\":{\"cf7\":\"173\"},\"elements\":[],\"widgetType\":\"void-section-cf7\"}],\"isInner\":false}],\"isInner\":false}]'),(934,213,'_elementor_version','0.4'),(941,221,'_elementor_edit_mode','builder'),(942,221,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"299\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/spfld4.png\",\"id\":205},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"911f4c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"172737c\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(943,221,'_elementor_version','0.4'),(946,222,'_elementor_edit_mode','builder'),(947,222,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"299\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/spfld4.png\",\"id\":205},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(948,222,'_elementor_version','0.4'),(951,223,'_elementor_edit_mode','builder'),(952,223,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"299\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This helps you better enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/spfld4.png\",\"id\":205},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(953,223,'_elementor_version','0.4'),(955,224,'_elementor_edit_mode','builder'),(956,224,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"299\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This helps you better enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/spfld4.png\",\"id\":205},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">Take a look at previous examples of our work that showcase our quality workmanship.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(957,224,'_elementor_version','0.4'),(958,225,'_elementor_edit_mode','builder'),(959,225,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"299\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This helps you better enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/spfld4.png\",\"id\":205},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">Take a look at previous examples of our work that showcase our quality workmanship.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(960,225,'_elementor_version','0.4'),(962,226,'_elementor_edit_mode','builder'),(963,226,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"299\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This helps you better enjoy your life.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/spfld4.png\",\"id\":205},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">Take a look at previous examples of our work that showcase our quality workmanship. \\u00a0We have many years of examples to showcase our experience.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(964,226,'_elementor_version','0.4'),(966,227,'_elementor_edit_mode','builder'),(967,227,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"299\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/spfld4.png\",\"id\":205},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">Take a look at previous examples of our work that showcase our quality workmanship. \\u00a0We have many years of examples to showcase our experience.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(968,227,'_elementor_version','0.4'),(970,228,'_elementor_edit_mode','builder'),(971,228,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"299\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/spfld4.png\",\"id\":205},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">Take a look at previous examples of our work that showcase our quality workmanship. \\u00a0We have many years of examples to showcase our experience.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(972,228,'_elementor_version','0.4'),(975,229,'_wp_attached_file','2018/02/surf1.jpg'),(976,229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:432;s:6:\"height\";i:287;s:4:\"file\";s:17:\"2018/02/surf1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"surf1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"surf1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(977,230,'_elementor_edit_mode','builder'),(978,230,'_elementor_data','[{\"id\":\"3284645\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fe9d97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d76c5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Surface 1<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a10987e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/surf1.jpg\",\"id\":229},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dc9c93d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a58c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 2<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa40813\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43cf80c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"eb2b74e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4052c26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 3<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e47d81d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a18f78d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a7c8504\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 4<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9203c82\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1730e8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c4b0fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9fa0405\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 5<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14aaf8a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ed50c30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"932d039\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 6<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9161857\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(979,230,'_elementor_version','0.4'),(981,231,'_elementor_edit_mode','builder'),(982,231,'_elementor_data','[{\"id\":\"3284645\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fe9d97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d76c5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Surface Grinding<\\/h1><p>\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a10987e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/surf1.jpg\",\"id\":229},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dc9c93d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a58c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 2<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa40813\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43cf80c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"eb2b74e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4052c26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 3<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e47d81d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a18f78d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a7c8504\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 4<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9203c82\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1730e8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c4b0fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9fa0405\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 5<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14aaf8a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ed50c30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"932d039\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 6<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9161857\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(983,231,'_elementor_version','0.4'),(985,232,'_wp_attached_file','2018/02/ge6.jpg'),(986,232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:459;s:6:\"height\";i:605;s:4:\"file\";s:15:\"2018/02/ge6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ge6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"ge6-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(987,233,'_wp_attached_file','2018/02/ge7.jpg'),(988,233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:613;s:4:\"file\";s:15:\"2018/02/ge7.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ge7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"ge7-221x300.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(989,234,'_elementor_edit_mode','builder'),(990,234,'_elementor_data','[{\"id\":\"8994967\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6dd8863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7b8d63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 1<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7926767\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge7.jpg\",\"id\":233}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ef45385\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bd5804d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 2<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0763453\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge6.jpg\",\"id\":232}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30ff4aa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cf7bfdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0adfdfb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 3<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5658b87\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e27d304\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6bd4e01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 4<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f58bbce\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"351d498\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ec0a1a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e6e40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 5<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae8fd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"34e2c73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d776f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 6<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a69a333\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(991,234,'_elementor_version','0.4'),(994,235,'_wp_attached_file','2018/02/odpic_f2.jpg'),(995,235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:291;s:4:\"file\";s:20:\"2018/02/odpic_f2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"odpic_f2-150x150.jpg\";s:5:\"width\";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:\"odpic_f2-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(996,236,'_wp_attached_file','2018/02/springfield48pic_f2.jpg'),(997,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:457;s:4:\"file\";s:31:\"2018/02/springfield48pic_f2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"springfield48pic_f2-150x150.jpg\";s:5:\"width\";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:\"springfield48pic_f2-230x300.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(998,237,'_wp_attached_file','2018/02/surfaceblanchardmain_r2_c2_f2.jpg'),(999,237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:347;s:6:\"height\";i:283;s:4:\"file\";s:41:\"2018/02/surfaceblanchardmain_r2_c2_f2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"surfaceblanchardmain_r2_c2_f2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"surfaceblanchardmain_r2_c2_f2-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1000,238,'_wp_attached_file','2018/02/PicSlice_f2.jpg'),(1001,238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:458;s:6:\"height\";i:366;s:4:\"file\";s:23:\"2018/02/PicSlice_f2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"PicSlice_f2-150x150.jpg\";s:5:\"width\";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:\"PicSlice_f2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1002,239,'_wp_attached_file','2018/02/PicSlice_f3.jpg'),(1003,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:458;s:6:\"height\";i:366;s:4:\"file\";s:23:\"2018/02/PicSlice_f3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"PicSlice_f3-150x150.jpg\";s:5:\"width\";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:\"PicSlice_f3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1004,240,'_wp_attached_file','2018/02/PicSlice_f5.jpg'),(1005,240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:458;s:6:\"height\";i:366;s:4:\"file\";s:23:\"2018/02/PicSlice_f5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"PicSlice_f5-150x150.jpg\";s:5:\"width\";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:\"PicSlice_f5-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1006,241,'_wp_attached_file','2018/02/PicSlice_f6.jpg'),(1007,241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:458;s:6:\"height\";i:366;s:4:\"file\";s:23:\"2018/02/PicSlice_f6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"PicSlice_f6-150x150.jpg\";s:5:\"width\";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:\"PicSlice_f6-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1008,242,'_wp_attached_file','2018/02/spfld1.jpg'),(1009,242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2018/02/spfld1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"spfld1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"spfld1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1010,243,'_wp_attached_file','2018/02/spfld2.jpg'),(1011,243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:254;s:4:\"file\";s:18:\"2018/02/spfld2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"spfld2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1012,244,'_wp_attached_file','2018/02/spfld3.jpg'),(1013,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:389;s:6:\"height\";i:495;s:4:\"file\";s:18:\"2018/02/spfld3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"spfld3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"spfld3-236x300.jpg\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1014,245,'_wp_attached_file','2018/02/spfld4.jpg'),(1015,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:497;s:6:\"height\";i:689;s:4:\"file\";s:18:\"2018/02/spfld4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"spfld4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"spfld4-216x300.jpg\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1016,246,'_wp_attached_file','2018/02/spfld5.jpg'),(1017,246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:467;s:4:\"file\";s:18:\"2018/02/spfld5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"spfld5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"spfld5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1018,247,'_elementor_edit_mode','builder'),(1019,247,'_elementor_data','[{\"id\":\"3284645\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fe9d97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d76c5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 1<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a10987e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/surf1.jpg\",\"id\":229},\"image_size\":\"medium_large\",\"_margin\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dc9c93d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a58c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 2<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa40813\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/PicSlice_f2.jpg\",\"id\":238}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43cf80c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"eb2b74e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4052c26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 3<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e47d81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/PicSlice_f6.jpg\",\"id\":241}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a18f78d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a7c8504\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 4<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9203c82\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"medium_large\",\"_margin\":{\"unit\":\"px\",\"top\":\"91\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1730e8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c4b0fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9fa0405\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 5<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14aaf8a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/spfld2.jpg\",\"id\":243},\"image_size\":\"medium_large\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ed50c30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"932d039\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 6<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9161857\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/spfld4.png\",\"id\":205},\"_margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1020,247,'_elementor_version','0.4'),(1022,248,'_wp_attached_file','2018/02/spfdthum.jpg'),(1023,248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:244;s:4:\"file\";s:20:\"2018/02/spfdthum.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"spfdthum-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1024,249,'_wp_attached_file','2018/02/spfdthum1.jpg'),(1025,249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:244;s:4:\"file\";s:21:\"2018/02/spfdthum1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"spfdthum1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1026,250,'_elementor_edit_mode','builder'),(1027,250,'_elementor_data','[{\"id\":\"8994967\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6dd8863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7b8d63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 1<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7926767\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge7.jpg\",\"id\":233}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ef45385\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bd5804d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 2<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0763453\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge6.jpg\",\"id\":232}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30ff4aa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cf7bfdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0adfdfb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 3<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5658b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/odpic_f2.jpg\",\"id\":235},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e27d304\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6bd4e01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 4<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f58bbce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/surfaceblanchardmain_r2_c2_f2.jpg\",\"id\":237},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"351d498\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ec0a1a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e6e40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 5<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae8fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/spfdthum1.jpg\",\"id\":249},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"34e2c73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d776f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 6<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a69a333\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/spfdthum.jpg\",\"id\":248},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1028,250,'_elementor_version','0.4'),(1036,254,'_elementor_edit_mode','builder'),(1037,254,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"299\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge7-parts-200.jpg\",\"id\":253},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"200\",\"height\":\"200\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">Take a look at previous examples of our work that showcase our quality workmanship. \\u00a0We have many years of examples to showcase our experience.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1038,254,'_elementor_version','0.4'),(1041,255,'_elementor_edit_mode','builder'),(1042,255,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"299\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge7-parts-200.jpg\",\"id\":253},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"225\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">Take a look at previous examples of our work that showcase our quality workmanship. \\u00a0We have many years of examples to showcase our experience.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1043,255,'_elementor_version','0.4'),(1046,256,'_elementor_edit_mode','builder'),(1047,256,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge7-parts-200.jpg\",\"id\":253},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">Take a look at previous examples of our work that showcase our quality workmanship. \\u00a0We have many years of examples to showcase our experience.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1048,256,'_elementor_version','0.4'),(1051,257,'_wp_attached_file','2018/02/ge7-parts-300.jpg'),(1052,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:225;s:4:\"file\";s:25:\"2018/02/ge7-parts-300.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ge7-parts-300-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1053,258,'_elementor_edit_mode','builder'),(1054,258,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge7-parts-300.jpg\",\"id\":257},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">Take a look at previous examples of our work that showcase our quality workmanship. \\u00a0We have many years of examples to showcase our experience.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1055,258,'_elementor_version','0.4'),(1057,259,'_elementor_edit_mode','builder'),(1058,259,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge7-parts-300.jpg\",\"id\":257},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">Take a look at previous examples of our work that showcase our quality workmanship. \\u00a0We have many years of examples to showcase our experience.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1059,259,'_elementor_version','0.4'),(1061,260,'_elementor_edit_mode','builder'),(1062,260,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge7-parts-300.jpg\",\"id\":257},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">Take a look at previous examples of our work that showcase our quality workmanship. \\u00a0We have many years of examples to showcase our experience.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1063,260,'_elementor_version','0.4'),(1066,261,'_elementor_edit_mode','builder'),(1067,261,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge7-parts-300.jpg\",\"id\":257},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">Take a look at previous examples of our work that showcase our quality workmanship. \\u00a0We have many years of examples to showcase our experience.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1068,261,'_elementor_version','0.4'),(1076,263,'_elementor_edit_mode','builder'),(1077,263,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/Unas-Front-1024x555-.png\",\"id\":262},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge7-parts-300.jpg\",\"id\":257},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">Take a look at previous examples of our work that showcase our quality workmanship. \\u00a0We have many years of examples to showcase our experience.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1078,263,'_elementor_version','0.4'),(1081,264,'_elementor_edit_mode','builder'),(1082,264,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge7-parts-300.jpg\",\"id\":257},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">Take a look at previous examples of our work that showcase our quality workmanship. \\u00a0We have many years of examples to showcase our experience.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1083,264,'_elementor_version','0.4'),(1089,265,'_elementor_edit_mode','builder'),(1090,265,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\",\"height\":\"full\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge7-parts-300.jpg\",\"id\":257},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">Take a look at previous examples of our work that showcase our quality workmanship. \\u00a0We have many years of examples to showcase our experience.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1091,265,'_elementor_version','0.4'),(1094,266,'_elementor_edit_mode','builder'),(1095,266,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge7-parts-300.jpg\",\"id\":257},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">Take a look at previous examples of our work that showcase our quality workmanship. \\u00a0We have many years of examples to showcase our experience.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1096,266,'_elementor_version','0.4'),(1098,267,'_elementor_edit_mode','builder'),(1099,267,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/Unas-Front-1024x555-.png\",\"id\":262},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#327097\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b941c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"887f581\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d54d0f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bb654\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#636363\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge7-parts-300.jpg\",\"id\":257},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">Take a look at previous examples of our work that showcase our quality workmanship. \\u00a0We have many years of examples to showcase our experience.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1100,267,'_elementor_version','0.4'),(1103,257,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.7087286527514234;s:5:\"bytes\";i:1300;s:11:\"size_before\";i:16864;s:10:\"size_after\";i:15564;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4900000000000002;s:5:\"bytes\";i:509;s:11:\"size_before\";i:6799;s:10:\"size_after\";i:6290;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8600000000000003;s:5:\"bytes\";i:791;s:11:\"size_before\";i:10065;s:10:\"size_after\";i:9274;s:4:\"time\";d:0.029999999999999999;}}}'),(1104,249,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.230235617749074;s:5:\"bytes\";i:4219;s:11:\"size_before\";i:16722;s:10:\"size_after\";i:12503;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:228;s:11:\"size_before\";i:5052;s:10:\"size_after\";i:4824;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.200000000000003;s:5:\"bytes\";i:3991;s:11:\"size_before\";i:11670;s:10:\"size_after\";i:7679;s:4:\"time\";d:0.01;}}}'),(1105,248,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.305082860638418;s:5:\"bytes\";i:4910;s:11:\"size_before\";i:17982;s:10:\"size_after\";i:13072;s:4:\"time\";d:0.069999999999999993;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:241;s:11:\"size_before\";i:5234;s:10:\"size_after\";i:4993;s:4:\"time\";d:0.059999999999999998;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.630000000000003;s:5:\"bytes\";i:4669;s:11:\"size_before\";i:12748;s:10:\"size_after\";i:8079;s:4:\"time\";d:0.01;}}}'),(1106,246,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.223630982610372;s:5:\"bytes\";i:5838;s:11:\"size_before\";i:57103;s:10:\"size_after\";i:51265;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:287;s:11:\"size_before\";i:5555;s:10:\"size_after\";i:5268;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:586;s:11:\"size_before\";i:12260;s:10:\"size_after\";i:11674;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.640000000000001;s:5:\"bytes\";i:4965;s:11:\"size_before\";i:39288;s:10:\"size_after\";i:34323;s:4:\"time\";d:0.050000000000000003;}}}'),(1107,245,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.457234259986077;s:5:\"bytes\";i:8411;s:11:\"size_before\";i:67519;s:10:\"size_after\";i:59108;s:4:\"time\";d:0.14000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:483;s:11:\"size_before\";i:6326;s:10:\"size_after\";i:5843;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:899;s:11:\"size_before\";i:13425;s:10:\"size_after\";i:12526;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.710000000000001;s:5:\"bytes\";i:7029;s:11:\"size_before\";i:47768;s:10:\"size_after\";i:40739;s:4:\"time\";d:0.080000000000000002;}}}'),(1108,244,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.246052478328147;s:5:\"bytes\";i:7360;s:11:\"size_before\";i:60101;s:10:\"size_after\";i:52741;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:466;s:11:\"size_before\";i:7236;s:10:\"size_after\";i:6770;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:822;s:11:\"size_before\";i:17186;s:10:\"size_after\";i:16364;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.02;s:5:\"bytes\";i:6072;s:11:\"size_before\";i:35679;s:10:\"size_after\";i:29607;s:4:\"time\";d:0.059999999999999998;}}}'),(1109,243,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.520349456637543;s:5:\"bytes\";i:6223;s:11:\"size_before\";i:23465;s:10:\"size_after\";i:17242;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996;s:5:\"bytes\";i:402;s:11:\"size_before\";i:7175;s:10:\"size_after\";i:6773;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.729999999999997;s:5:\"bytes\";i:5821;s:11:\"size_before\";i:16290;s:10:\"size_after\";i:10469;s:4:\"time\";d:0.01;}}}'),(1110,242,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.030208730881014;s:5:\"bytes\";i:5801;s:11:\"size_before\";i:34063;s:10:\"size_after\";i:28262;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:330;s:11:\"size_before\";i:6391;s:10:\"size_after\";i:6061;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9299999999999997;s:5:\"bytes\";i:1164;s:11:\"size_before\";i:13041;s:10:\"size_after\";i:11877;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.440000000000001;s:5:\"bytes\";i:4307;s:11:\"size_before\";i:14631;s:10:\"size_after\";i:10324;s:4:\"time\";d:0.01;}}}'),(1111,241,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.2883042185647942;s:5:\"bytes\";i:663;s:11:\"size_before\";i:51463;s:10:\"size_after\";i:50800;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:250;s:11:\"size_before\";i:6005;s:10:\"size_after\";i:5755;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:413;s:11:\"size_before\";i:13947;s:10:\"size_after\";i:13534;s:4:\"time\";d:0.050000000000000003;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31511;s:10:\"size_after\";i:31511;s:4:\"time\";d:0.13;}}}'),(1112,240,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.4930122133294172;s:5:\"bytes\";i:610;s:11:\"size_before\";i:40857;s:10:\"size_after\";i:40247;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0899999999999999;s:5:\"bytes\";i:266;s:11:\"size_before\";i:5222;s:10:\"size_after\";i:4956;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1000000000000001;s:5:\"bytes\";i:344;s:11:\"size_before\";i:11110;s:10:\"size_after\";i:10766;s:4:\"time\";d:0.040000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24525;s:10:\"size_after\";i:24525;s:4:\"time\";d:0.029999999999999999;}}}'),(1113,239,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.8177836180464302;s:5:\"bytes\";i:747;s:11:\"size_before\";i:41094;s:10:\"size_after\";i:40347;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:285;s:11:\"size_before\";i:5201;s:10:\"size_after\";i:4916;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:462;s:11:\"size_before\";i:11624;s:10:\"size_after\";i:11162;s:4:\"time\";d:0.040000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24269;s:10:\"size_after\";i:24269;s:4:\"time\";d:0.029999999999999999;}}}'),(1114,238,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.0462246937179596;s:5:\"bytes\";i:942;s:11:\"size_before\";i:46036;s:10:\"size_after\";i:45094;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:390;s:11:\"size_before\";i:6367;s:10:\"size_after\";i:5977;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:552;s:11:\"size_before\";i:13151;s:10:\"size_after\";i:12599;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26518;s:10:\"size_after\";i:26518;s:4:\"time\";d:0.10000000000000001;}}}'),(1115,237,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0568654646324549;s:5:\"bytes\";i:1102;s:11:\"size_before\";i:36050;s:10:\"size_after\";i:34948;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1900000000000004;s:5:\"bytes\";i:396;s:11:\"size_before\";i:5509;s:10:\"size_after\";i:5113;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:663;s:11:\"size_before\";i:12905;s:10:\"size_after\";i:12242;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.23999999999999999;s:5:\"bytes\";i:43;s:11:\"size_before\";i:17636;s:10:\"size_after\";i:17593;s:4:\"time\";d:0.040000000000000001;}}}'),(1116,236,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9696420258251046;s:5:\"bytes\";i:1212;s:11:\"size_before\";i:40813;s:10:\"size_after\";i:39601;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:360;s:11:\"size_before\";i:5260;s:10:\"size_after\";i:4900;s:4:\"time\";d:0.050000000000000003;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2300000000000004;s:5:\"bytes\";i:616;s:11:\"size_before\";i:11767;s:10:\"size_after\";i:11151;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.98999999999999999;s:5:\"bytes\";i:236;s:11:\"size_before\";i:23786;s:10:\"size_after\";i:23550;s:4:\"time\";d:0.02;}}}'),(1117,235,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.4929868205155348;s:5:\"bytes\";i:942;s:11:\"size_before\";i:37786;s:10:\"size_after\";i:36844;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:303;s:11:\"size_before\";i:5348;s:10:\"size_after\";i:5045;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:548;s:11:\"size_before\";i:12117;s:10:\"size_after\";i:11569;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.45000000000000001;s:5:\"bytes\";i:91;s:11:\"size_before\";i:20321;s:10:\"size_after\";i:20230;s:4:\"time\";d:0.050000000000000003;}}}'),(1118,233,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.1368011629277488;s:5:\"bytes\";i:3124;s:11:\"size_before\";i:50906;s:10:\"size_after\";i:47782;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1799999999999997;s:5:\"bytes\";i:462;s:11:\"size_before\";i:6439;s:10:\"size_after\";i:5977;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:784;s:11:\"size_before\";i:13661;s:10:\"size_after\";i:12877;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:1878;s:11:\"size_before\";i:30806;s:10:\"size_after\";i:28928;s:4:\"time\";d:0.059999999999999998;}}}'),(1119,232,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.3234955038044731;s:5:\"bytes\";i:3291;s:11:\"size_before\";i:52044;s:10:\"size_after\";i:48753;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4800000000000004;s:5:\"bytes\";i:488;s:11:\"size_before\";i:6526;s:10:\"size_after\";i:6038;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7800000000000002;s:5:\"bytes\";i:831;s:11:\"size_before\";i:14387;s:10:\"size_after\";i:13556;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000001;s:5:\"bytes\";i:1972;s:11:\"size_before\";i:31131;s:10:\"size_after\";i:29159;s:4:\"time\";d:0.029999999999999999;}}}'),(1120,229,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.0450990795635429;s:5:\"bytes\";i:2187;s:11:\"size_before\";i:43349;s:10:\"size_after\";i:41162;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:335;s:11:\"size_before\";i:6500;s:10:\"size_after\";i:6165;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:652;s:11:\"size_before\";i:14479;s:10:\"size_after\";i:13827;s:4:\"time\";d:0.050000000000000003;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:1200;s:11:\"size_before\";i:22370;s:10:\"size_after\";i:21170;s:4:\"time\";d:0.02;}}}'),(1121,209,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55420;s:10:\"size_after\";i:55420;s:4:\"time\";d:0.17999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23338;s:10:\"size_after\";i:23338;s:4:\"time\";d:0.080000000000000002;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32082;s:10:\"size_after\";i:32082;s:4:\"time\";d:0.10000000000000001;}}}'),(1122,208,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:140753;s:10:\"size_after\";i:140753;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45608;s:10:\"size_after\";i:45608;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:95145;s:10:\"size_after\";i:95145;s:4:\"time\";d:0.10000000000000001;}}}'),(1123,205,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:93247;s:10:\"size_after\";i:93247;s:4:\"time\";d:0.090000000000000011;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35836;s:10:\"size_after\";i:35836;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57411;s:10:\"size_after\";i:57411;s:4:\"time\";d:0.070000000000000007;}}}'),(1124,197,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5382605449794702;s:5:\"bytes\";i:612;s:11:\"size_before\";i:24111;s:10:\"size_after\";i:23499;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6600000000000001;s:5:\"bytes\";i:460;s:11:\"size_before\";i:6009;s:10:\"size_after\";i:5549;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.83999999999999997;s:5:\"bytes\";i:152;s:11:\"size_before\";i:18102;s:10:\"size_after\";i:17950;s:4:\"time\";d:0.02;}}}'),(1125,195,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.8672403196066369;s:5:\"bytes\";i:128;s:11:\"size_before\";i:1627;s:10:\"size_after\";i:1499;s:4:\"time\";i:0;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8700000000000001;s:5:\"bytes\";i:128;s:11:\"size_before\";i:1627;s:10:\"size_after\";i:1499;s:4:\"time\";i:0;}}}'),(1126,193,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.7519379844961236;s:5:\"bytes\";i:130;s:11:\"size_before\";i:1677;s:10:\"size_after\";i:1547;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:130;s:11:\"size_before\";i:1677;s:10:\"size_after\";i:1547;s:4:\"time\";d:0.01;}}}'),(1127,191,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.0548926014319804;s:5:\"bytes\";i:135;s:11:\"size_before\";i:1676;s:10:\"size_after\";i:1541;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0500000000000007;s:5:\"bytes\";i:135;s:11:\"size_before\";i:1676;s:10:\"size_after\";i:1541;s:4:\"time\";d:0.02;}}}'),(1128,190,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:59.20220082530949;s:5:\"bytes\";i:2152;s:11:\"size_before\";i:3635;s:10:\"size_after\";i:1483;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.200000000000003;s:5:\"bytes\";i:2152;s:11:\"size_before\";i:3635;s:10:\"size_after\";i:1483;s:4:\"time\";d:0.029999999999999999;}}}'),(1129,181,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.088426016899195;s:5:\"bytes\";i:5107;s:11:\"size_before\";i:20356;s:10:\"size_after\";i:15249;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3799999999999999;s:5:\"bytes\";i:450;s:11:\"size_before\";i:6099;s:10:\"size_after\";i:5649;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.659999999999997;s:5:\"bytes\";i:4657;s:11:\"size_before\";i:14257;s:10:\"size_after\";i:9600;s:4:\"time\";d:0.02;}}}'),(1130,180,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.901723430447273;s:5:\"bytes\";i:4075;s:11:\"size_before\";i:19496;s:10:\"size_after\";i:15421;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0199999999999996;s:5:\"bytes\";i:425;s:11:\"size_before\";i:7064;s:10:\"size_after\";i:6639;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.359999999999999;s:5:\"bytes\";i:3650;s:11:\"size_before\";i:12432;s:10:\"size_after\";i:8782;s:4:\"time\";d:0.01;}}}'),(1131,179,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:22.604610071480202;s:5:\"bytes\";i:5629;s:11:\"size_before\";i:24902;s:10:\"size_after\";i:19273;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3499999999999996;s:5:\"bytes\";i:467;s:11:\"size_before\";i:5591;s:10:\"size_after\";i:5124;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9500000000000002;s:5:\"bytes\";i:434;s:11:\"size_before\";i:5461;s:10:\"size_after\";i:5027;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.140000000000001;s:5:\"bytes\";i:4728;s:11:\"size_before\";i:13850;s:10:\"size_after\";i:9122;s:4:\"time\";d:0.02;}}}'),(1132,178,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:93.210635089091213;s:5:\"bytes\";i:33375;s:11:\"size_before\";i:35806;s:10:\"size_after\";i:2431;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:93.209999999999994;s:5:\"bytes\";i:33375;s:11:\"size_before\";i:35806;s:10:\"size_after\";i:2431;s:4:\"time\";d:0.01;}}}'),(1133,177,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:33.252944995825992;s:5:\"bytes\";i:3585;s:11:\"size_before\";i:10781;s:10:\"size_after\";i:7196;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.25;s:5:\"bytes\";i:3585;s:11:\"size_before\";i:10781;s:10:\"size_after\";i:7196;s:4:\"time\";d:0.01;}}}'),(1134,55,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.771647699158834;s:5:\"bytes\";i:3035;s:11:\"size_before\";i:16168;s:10:\"size_after\";i:13133;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5899999999999999;s:5:\"bytes\";i:228;s:11:\"size_before\";i:2377;s:10:\"size_after\";i:2149;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.84;s:5:\"bytes\";i:669;s:11:\"size_before\";i:5212;s:10:\"size_after\";i:4543;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.920000000000002;s:5:\"bytes\";i:2138;s:11:\"size_before\";i:8579;s:10:\"size_after\";i:6441;s:4:\"time\";d:0.040000000000000001;}}}'),(1142,213,'_edit_lock','1518464645:1'),(1143,213,'_wp_page_template','default'),(1159,278,'_elementor_template_type','section'),(1160,278,'_elementor_edit_mode','builder'),(1161,278,'_elementor_data','[{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/Unas-Front-1024x555-.png\",\"id\":262},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1162,278,'_elementor_version','0.4'),(1164,280,'_elementor_template_type','section'),(1165,280,'_elementor_edit_mode','builder'),(1166,280,'_elementor_data','[{\"id\":\"37e1235\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"cbf5776\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"020bf5a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2ec9ffc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">services<\\/h3><p style=\\\"text-align: center;\\\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620f867\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR SERVICES\",\"link\":{\"url\":\"\\/wordpress\\/services\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"c686cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c8ca6c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge7-parts-300.jpg\",\"id\":257},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c526af1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">our work<\\/h3><p style=\\\"text-align: center;\\\">Take a look at previous examples of our work that showcase our quality workmanship. \\u00a0We have many years of examples to showcase our experience.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d57611f\",\"elType\":\"widget\",\"settings\":{\"text\":\"OUR WORK\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"e725115\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97eb08c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/contactus.png\",\"id\":209},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"225\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e5228cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3 style=\\\"text-align: center;\\\">contact us<\\/h3><p style=\\\"text-align: center;\\\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9e8e159\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"link\":{\"url\":\"\\/wordpress\\/contact\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12},\"background_color\":\"#1097d3\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1167,280,'_elementor_version','0.4'),(1168,282,'_elementor_template_type','section'),(1169,282,'_elementor_edit_mode','builder'),(1170,282,'_elementor_data','[{\"id\":\"8cf09ca\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"6d59589\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ff10f6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83d74a4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"acf71be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b28766f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"be69859\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fa6c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1171,282,'_elementor_version','0.4'),(1172,284,'_elementor_template_type','section'),(1173,284,'_elementor_edit_mode','builder'),(1174,284,'_elementor_data','[{\"id\":\"1f5cf00\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"8ba3813\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"665e381\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.7},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eba323\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">We believe actions speak louder than words.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f133ded\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1af8dac\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"27\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"59dce84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9dfd78e\",\"elType\":\"widget\",\"settings\":{\"text\":\"SEE US IN ACTION\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_text_color\":\"#13497e\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#6ec1e4\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#6ec1e4\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#13497e\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1175,284,'_elementor_version','0.4'),(1176,286,'_elementor_template_type','section'),(1177,286,'_elementor_edit_mode','builder'),(1178,286,'_elementor_data','[{\"id\":\"406db49\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Unas-Front-2400-1300.png\",\"id\":73},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"d145c0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6fe45a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company.\\u00a0 The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943.\\u00a0 The Holland Machine Company quickly outgrew it\\u2019s original home, a two car garage, and by 1952 had thirty full time employees.\\u00a0 It was at this time the Holland Machine Company moved it\\u2019s precision grinding operation to a neighboring\\u00a0 four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.<\\/p><p>At it\\u2019s inception in 1952, Unas Grinding had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney.\\u00a0 Today, Unas Grinding employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street.\\u00a0 Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers.\\u00a0 Major customers of Unas Grinding include General Electric Aircraft Engines, United Technologies \\/ Pratt & Whitney and IMO Industries \\/ Warren Pump.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_family\":\"Lato\",\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"50\",\"bottom\":\"75\",\"left\":\"50\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255,255,255,0.55)\",\"_box_shadow_box_shadow_type\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1179,286,'_elementor_version','0.4'),(1180,288,'_elementor_template_type','section'),(1181,288,'_elementor_edit_mode','builder'),(1182,288,'_elementor_data','[{\"id\":\"8994967\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"6dd8863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7b8d63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 1<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7926767\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge7.jpg\",\"id\":233}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ef45385\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"bd5804d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 2<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0763453\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/ge6.jpg\",\"id\":232}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1183,288,'_elementor_version','0.4'),(1184,290,'_elementor_template_type','section'),(1185,290,'_elementor_edit_mode','builder'),(1186,290,'_elementor_data','[{\"id\":\"30ff4aa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"cf7bfdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0adfdfb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 3<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5658b87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/odpic_f2.jpg\",\"id\":235},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e27d304\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6bd4e01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 4<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f58bbce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/surfaceblanchardmain_r2_c2_f2.jpg\",\"id\":237},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1187,290,'_elementor_version','0.4'),(1188,292,'_elementor_template_type','section'),(1189,292,'_elementor_edit_mode','builder'),(1190,292,'_elementor_data','[{\"id\":\"351d498\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"ec0a1a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"70e6e40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 5<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35ae8fd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/spfdthum1.jpg\",\"id\":249},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"34e2c73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d776f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 6<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a69a333\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/spfdthum.jpg\",\"id\":248},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1191,292,'_elementor_version','0.4'),(1192,294,'_elementor_template_type','section'),(1193,294,'_elementor_edit_mode','builder'),(1194,294,'_elementor_data','[{\"id\":\"3284645\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"5fe9d97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3d76c5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 1<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a10987e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/surf1.jpg\",\"id\":229},\"image_size\":\"medium_large\",\"_margin\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dc9c93d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a1a58c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 2<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa40813\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/PicSlice_f2.jpg\",\"id\":238}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1195,294,'_elementor_version','0.4'),(1196,296,'_wp_attached_file','2018/02/odpic_f2-1.jpg'),(1197,296,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.2575938453375777;s:5:\"bytes\";i:851;s:11:\"size_before\";i:37695;s:10:\"size_after\";i:36844;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:303;s:11:\"size_before\";i:5348;s:10:\"size_after\";i:5045;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:548;s:11:\"size_before\";i:12117;s:10:\"size_after\";i:11569;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20230;s:10:\"size_after\";i:20230;s:4:\"time\";d:0.02;}}}'),(1198,296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:291;s:4:\"file\";s:22:\"2018/02/odpic_f2-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"odpic_f2-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:22:\"odpic_f2-1-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1199,296,'_elementor_source_image_hash','6aa66854c8c49b3383abd0f1bcc8768f076f56fe'),(1200,297,'_wp_attached_file','2018/02/surfaceblanchardmain_r2_c2_f2-1.jpg'),(1201,297,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9410947871247259;s:5:\"bytes\";i:1059;s:11:\"size_before\";i:36007;s:10:\"size_after\";i:34948;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1900000000000004;s:5:\"bytes\";i:396;s:11:\"size_before\";i:5509;s:10:\"size_after\";i:5113;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:663;s:11:\"size_before\";i:12905;s:10:\"size_after\";i:12242;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17593;s:10:\"size_after\";i:17593;s:4:\"time\";d:0.040000000000000001;}}}'),(1202,297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:347;s:6:\"height\";i:283;s:4:\"file\";s:43:\"2018/02/surfaceblanchardmain_r2_c2_f2-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"surfaceblanchardmain_r2_c2_f2-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:43:\"surfaceblanchardmain_r2_c2_f2-1-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1203,297,'_elementor_source_image_hash','dc9aa26512d3dbb0666ca8ed679968ec58ce5ccc'),(1204,298,'_elementor_template_type','section'),(1205,298,'_elementor_edit_mode','builder'),(1206,298,'_elementor_data','[{\"id\":\"3c9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"3bd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"5576\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 3<\\/h1>\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"176a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":296,\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/odpic_f2-1.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"1035\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 4<\\/h1>\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ce2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":297,\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/surfaceblanchardmain_r2_c2_f2-1.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1207,298,'_elementor_version','0.4'),(1208,300,'_wp_attached_file','2018/02/spfdthum1-1.jpg'),(1209,300,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.790904092372948;s:5:\"bytes\";i:228;s:11:\"size_before\";i:12731;s:10:\"size_after\";i:12503;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:228;s:11:\"size_before\";i:5052;s:10:\"size_after\";i:4824;s:4:\"time\";d:0.040000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7679;s:10:\"size_after\";i:7679;s:4:\"time\";d:0.01;}}}'),(1210,300,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"240\";s:6:\"height\";s:3:\"244\";s:4:\"file\";s:23:\"2018/02/spfdthum1-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"spfdthum1-1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1211,300,'_elementor_source_image_hash','447c370e0752bcbb7b421b8cd46b1861bc82967b'),(1212,301,'_wp_attached_file','2018/02/spfdthum-1.jpg'),(1213,301,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.8102606474874181;s:5:\"bytes\";i:241;s:11:\"size_before\";i:13313;s:10:\"size_after\";i:13072;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:241;s:11:\"size_before\";i:5234;s:10:\"size_after\";i:4993;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8079;s:10:\"size_after\";i:8079;s:4:\"time\";d:0.01;}}}'),(1214,301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:244;s:4:\"file\";s:22:\"2018/02/spfdthum-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"spfdthum-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1215,301,'_elementor_source_image_hash','a6da41146a9bd280d607438d6778d8ffd584684a'),(1216,302,'_elementor_template_type','section'),(1217,302,'_elementor_edit_mode','builder'),(1218,302,'_elementor_data','[{\"id\":\"4067\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"6034\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 5<\\/h1>\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5715\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":300,\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/spfdthum1-1.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4847\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"216d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Our Work 6<\\/h1>\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"79a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":301,\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/spfdthum-1.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1219,302,'_elementor_version','0.4'),(1220,304,'_elementor_template_type','section'),(1221,304,'_elementor_edit_mode','builder'),(1222,304,'_elementor_data','[{\"id\":\"43cf80c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"eb2b74e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4052c26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 3<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e47d81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/PicSlice_f6.jpg\",\"id\":241}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a18f78d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a7c8504\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 4<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9203c82\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/inspct1.png\",\"id\":208},\"image_size\":\"medium_large\",\"_margin\":{\"unit\":\"px\",\"top\":\"91\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1223,304,'_elementor_version','0.4'),(1224,306,'_elementor_template_type','section'),(1225,306,'_elementor_edit_mode','builder'),(1226,306,'_elementor_data','[{\"id\":\"1730e8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c4b0fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9fa0405\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 5<\\/h1>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14aaf8a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/spfld2.jpg\",\"id\":243},\"image_size\":\"medium_large\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ed50c30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"932d039\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h1 style=\\\"text-align: center;\\\">Services 6<\\/h1>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9161857\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/spfld4.png\",\"id\":205},\"_margin\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1227,306,'_elementor_version','0.4'),(1228,308,'_elementor_template_type','section'),(1229,308,'_elementor_edit_mode','builder'),(1230,308,'_elementor_data','[{\"id\":\"d68cdd6\",\"elType\":\"section\",\"settings\":{\"structure\":\"50\"},\"elements\":[{\"id\":\"86598aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":17.148},\"elements\":[{\"id\":\"510949d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/ge.jpg\",\"id\":177},\"image_size\":\"medium\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ca70b0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":19.851},\"elements\":[{\"id\":\"4a559ff\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/pw.jpg\",\"id\":180}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f43ac0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":18.173},\"elements\":[{\"id\":\"e08a8fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/Colt.jpg\",\"id\":197},\"image_size\":\"medium\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7d9f906\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":24.824},\"elements\":[{\"id\":\"012679b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/warren.jpg\",\"id\":181},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"db4589f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null},\"elements\":[{\"id\":\"2262a65\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2017\\/11\\/imo.jpg\",\"id\":179},\"_margin\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1231,308,'_elementor_version','0.4'),(1232,310,'_wp_attached_file','2018/02/Unas-Front-2400-1300-1500x813-.jpg'),(1233,310,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:3:\"813\";s:4:\"file\";s:42:\"2018/02/Unas-Front-2400-1300-1500x813-.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Unas-Front-2400-1300-1500x813--150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Unas-Front-2400-1300-1500x813--300x163.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"163\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Unas-Front-2400-1300-1500x813--768x416.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:3:\"416\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Unas-Front-2400-1300-1500x813--1024x555.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"555\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1234,310,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3924590481729182;s:5:\"bytes\";i:4900;s:11:\"size_before\";i:144438;s:10:\"size_after\";i:139538;s:4:\"time\";d:0.17999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:283;s:11:\"size_before\";i:5572;s:10:\"size_after\";i:5289;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:458;s:11:\"size_before\";i:11061;s:10:\"size_after\";i:10603;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3199999999999998;s:5:\"bytes\";i:1628;s:11:\"size_before\";i:49084;s:10:\"size_after\";i:47456;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2200000000000002;s:5:\"bytes\";i:2531;s:11:\"size_before\";i:78721;s:10:\"size_after\";i:76190;s:4:\"time\";d:0.089999999999999997;}}}'),(1235,314,'_wp_attached_file','2018/02/Unas-Front-2400-1300-1024x555.jpg'),(1236,314,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"555\";s:4:\"file\";s:41:\"2018/02/Unas-Front-2400-1300-1024x555.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Unas-Front-2400-1300-1024x555-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Unas-Front-2400-1300-1024x555-300x163.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"163\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Unas-Front-2400-1300-1024x555-768x416.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:3:\"416\";s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Unas-Front-2400-1300-1024x555-1024x555.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"555\";s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(1237,314,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6621962190038659;s:5:\"bytes\";i:5333;s:11:\"size_before\";i:145623;s:10:\"size_after\";i:140290;s:4:\"time\";d:0.17999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3799999999999999;s:5:\"bytes\";i:299;s:11:\"size_before\";i:5553;s:10:\"size_after\";i:5254;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1100000000000003;s:5:\"bytes\";i:449;s:11:\"size_before\";i:10919;s:10:\"size_after\";i:10470;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1600000000000001;s:5:\"bytes\";i:1483;s:11:\"size_before\";i:46960;s:10:\"size_after\";i:45477;s:4:\"time\";d:0.080000000000000002;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:3102;s:11:\"size_before\";i:82191;s:10:\"size_after\";i:79089;s:4:\"time\";d:0.050000000000000003;}}}'),(1245,320,'_elementor_template_type','section'),(1246,320,'_elementor_edit_mode','builder'),(1247,320,'_elementor_data','[{\"id\":\"69abae52\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"top center\",\"background_size\":\"cover\",\"background_repeat\":\"no-repeat\",\"hide_mobile\":\"hidden-phone\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"73c8564f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"6476036\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"title_color\":\"#327097\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"_animation\":\"fadeInDown\",\"_margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"13533e50\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"title_color\":\"#757575\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"702ed094\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"bd7de8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"76709047\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/about\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"background_color\":\"#327097\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4c4a6bf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"23eb6d1b\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"background_color\":\"#327097\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1248,320,'_elementor_version','0.4'),(1249,322,'_elementor_template_type','section'),(1250,322,'_elementor_edit_mode','builder'),(1251,322,'_elementor_data','[{\"id\":\"23d641e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/Unas-Front-2400-1300-1500x813-.jpg\",\"id\":310},\"background_size\":\"cover\",\"hide_mobile\":\"hidden-phone\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"37ff45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e663bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#327097\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"511c7dd\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f24c554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"03480fe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d0d620e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"0bdbc78\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1252,322,'_elementor_version','0.4'),(1266,336,'_elementor_template_type','section'),(1267,336,'_elementor_edit_mode','builder'),(1268,336,'_elementor_data','[{\"id\":\"bcf76b4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"id\":\"\",\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"2c05f621\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"4bfd0042\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e0054a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing all your machining and grinding needs\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#757575\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a8b3d23\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"58898884\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"4d305c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"be3849\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[{\"id\":\"97d6189\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1269,336,'_elementor_version','0.4'),(1270,338,'_elementor_template_type','section'),(1271,338,'_elementor_edit_mode','builder'),(1272,338,'_elementor_data','[{\"id\":\"c82ea2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#327097\",\"background_image\":{\"url\":\"http:\\/\\/unasgrinding.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/02\\/Unas-Front-2400-1300-1024x555.jpg\",\"id\":314},\"background_size\":\"contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"background_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"7187fbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56f055a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Precision Grinding Since 1952\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInDown\",\"title_color\":\"#13497e\",\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd8c672\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3d675\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":500},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e396130\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e802a29\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Mission\",\"link\":{\"url\":\"\\/wordpress\\/About\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"#1099d5\",\"button_background_hover_color\":\"#51aed6\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"8e64a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"faf76c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Our Work\",\"link\":{\"url\":\"\\/wordpress\\/our-work\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"#00a3ef\",\"button_background_hover_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"13\",\"bottom\":\"10\",\"left\":\"13\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1273,338,'_elementor_version','0.4'),(1275,341,'_elementor_template_type','section'),(1276,341,'_elementor_edit_mode','builder'),(1277,341,'_elementor_data','[{\"id\":\"9b931fa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"67f62c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c54ae85\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in touch and we\'ll get back to you as soon as we can. We look forward to hearing from you!\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1278,341,'_elementor_version','0.4'),(1279,6,'_elementor_css','a:3:{s:4:\"time\";i:1523720002;s:5:\"fonts\";a:0:{}s:6:\"status\";s:4:\"file\";}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=344 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2017-10-03 15:18:55','2017-10-03 15:18:55','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2017-10-03 15:18:55','2017-10-03 15:18:55','',0,'http://unasgrinding.com/wordpress/?p=1',0,'post','',1),(6,1,'2017-11-14 16:47:20','2017-11-14 16:47:20','<h2>Precision Grinding Since 1952</h2> \n <h2>providing all your machining and grinding needs</h2> \n <a href=\"/wordpress/about\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <h2>providing all your machining and grinding needs</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlrsuhq62jjfwsh38lumiwccxxr473iftfbcuod6ru.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>','Home','','publish','closed','closed','','home','','','2018-02-16 23:59:29','2018-02-16 23:59:29','',0,'http://unasgrinding.com/wordpress/?page_id=6',0,'page','',0),(7,1,'2017-11-14 16:47:20','2017-11-14 16:47:20','','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 16:47:20','2017-11-14 16:47:20','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(8,1,'2017-11-14 16:47:50','2017-11-14 16:47:50','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p> \n <img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /> \n <img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /> \n <img width=\"288\" height=\"212\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Colt.jpg\" alt=\"\" /> \n <img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /> \n <img width=\"300\" height=\"89\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w\" sizes=\"(max-width: 300px) 100vw, 300px\" />','About','','publish','closed','closed','','about','','','2018-02-16 23:45:12','2018-02-16 23:45:12','',0,'http://unasgrinding.com/wordpress/?page_id=8',0,'page','',0),(9,1,'2017-11-14 16:47:50','2017-11-14 16:47:50','','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-14 16:47:50','2017-11-14 16:47:50','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(10,1,'2017-11-14 16:48:17','2017-11-14 16:48:17','<h1 style=\"text-align: center;\">Our Work 1</h1> \n <img width=\"451\" height=\"613\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge7.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge7.jpg 451w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge7-221x300.jpg 221w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <h1 style=\"text-align: center;\">Our Work 2</h1> \n <img width=\"459\" height=\"605\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge6.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge6.jpg 459w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge6-228x300.jpg 228w\" sizes=\"(max-width: 459px) 100vw, 459px\" /> \n <h1 style=\"text-align: center;\">Our Work 3</h1> \n <img width=\"400\" height=\"291\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2.jpg 400w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2-300x218.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /> \n <h1 style=\"text-align: center;\">Our Work 4</h1> \n <img width=\"347\" height=\"283\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2.jpg 347w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2-300x245.jpg 300w\" sizes=\"(max-width: 347px) 100vw, 347px\" /> \n <h1 style=\"text-align: center;\">Our Work 5</h1> \n <img width=\"240\" height=\"244\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfdthum1.jpg\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Our Work 6</h1> \n <img width=\"240\" height=\"244\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfdthum.jpg\" alt=\"\" /> \n ','Our Work','','publish','closed','closed','','our-work','','','2018-02-08 15:47:31','2018-02-08 15:47:31','',0,'http://unasgrinding.com/wordpress/?page_id=10',0,'page','',0),(11,1,'2017-11-14 16:48:17','2017-11-14 16:48:17','','Our Work','','inherit','closed','closed','','10-revision-v1','','','2017-11-14 16:48:17','2017-11-14 16:48:17','',10,'http://unasgrinding.com/wordpress/10-revision-v1/',0,'revision','',0),(12,1,'2017-11-14 16:48:40','2017-11-14 16:48:40','<h1 style=\"text-align: center;\">Services 1</h1> \n <img width=\"432\" height=\"287\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surf1.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surf1.jpg 432w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surf1-300x199.jpg 300w\" sizes=\"(max-width: 432px) 100vw, 432px\" /> \n <h1 style=\"text-align: center;\">Services 2</h1> \n <img width=\"458\" height=\"366\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f2.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f2.jpg 458w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f2-300x240.jpg 300w\" sizes=\"(max-width: 458px) 100vw, 458px\" /> \n <h1 style=\"text-align: center;\">Services 3</h1> \n <img width=\"458\" height=\"366\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f6.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f6.jpg 458w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f6-300x240.jpg 300w\" sizes=\"(max-width: 458px) 100vw, 458px\" /> \n <h1 style=\"text-align: center;\">Services 4</h1> \n <img width=\"299\" height=\"200\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 5</h1> \n <img width=\"200\" height=\"254\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfld2.jpg\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 6</h1> \n <img width=\"200\" height=\"200\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/spfld4.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/spfld4.png 200w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/spfld4-150x150.png 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n ','Services','','publish','closed','closed','','services','','','2018-02-08 15:42:06','2018-02-08 15:42:06','',0,'http://unasgrinding.com/wordpress/?page_id=12',0,'page','',0),(13,1,'2017-11-14 16:48:40','2017-11-14 16:48:40','','Services','','inherit','closed','closed','','12-revision-v1','','','2017-11-14 16:48:40','2017-11-14 16:48:40','',12,'http://unasgrinding.com/wordpress/12-revision-v1/',0,'revision','',0),(14,1,'2017-11-14 16:49:06','2017-11-14 16:49:06','\n <h2>Get in touch and we\'ll get back to you as soon as we can. We look forward to hearing from you!</h2> \n<form action=\"/wordpress/wp-admin/admin-ajax.php#wpcf7-f173-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"173\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f173-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label> Your Name (required)<br />\n <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Email (required)<br />\n <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Subject<br />\n <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Message<br />\n <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form> \n ','Contact','','publish','closed','closed','','contact','','','2018-02-12 19:44:29','2018-02-12 19:44:29','',0,'http://unasgrinding.com/wordpress/?page_id=14',0,'page','',0),(15,1,'2017-11-14 16:49:06','2017-11-14 16:49:06','','Contact','','inherit','closed','closed','','14-revision-v1','','','2017-11-14 16:49:06','2017-11-14 16:49:06','',14,'http://unasgrinding.com/wordpress/14-revision-v1/',0,'revision','',0),(19,1,'2017-11-14 16:55:14','2017-11-14 16:55:14',' ','','','publish','closed','closed','','19','','','2017-11-14 16:55:14','2017-11-14 16:55:14','',0,'http://unasgrinding.com/wordpress/19/',1,'nav_menu_item','',0),(20,1,'2017-11-14 16:55:15','2017-11-14 16:55:15',' ','','','publish','closed','closed','','20','','','2017-11-14 16:55:15','2017-11-14 16:55:15','',0,'http://unasgrinding.com/wordpress/20/',5,'nav_menu_item','',0),(21,1,'2017-11-14 16:55:15','2017-11-14 16:55:15',' ','','','publish','closed','closed','','21','','','2017-11-14 16:55:15','2017-11-14 16:55:15','',0,'http://unasgrinding.com/wordpress/21/',4,'nav_menu_item','',0),(22,1,'2017-11-14 16:55:15','2017-11-14 16:55:15',' ','','','publish','closed','closed','','22','','','2017-11-14 16:55:15','2017-11-14 16:55:15','',0,'http://unasgrinding.com/wordpress/22/',3,'nav_menu_item','',0),(23,1,'2017-11-14 16:55:15','2017-11-14 16:55:15',' ','','','publish','closed','closed','','23','','','2017-11-14 16:55:15','2017-11-14 16:55:15','',0,'http://unasgrinding.com/wordpress/23/',2,'nav_menu_item','',0),(27,1,'2017-11-14 17:29:01','2017-11-14 17:29:01','Add Content Here!','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 17:29:01','2017-11-14 17:29:01','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(28,1,'2017-11-14 17:29:51','2017-11-14 17:29:51',' \r\n\r\n \r\n<p style=\"text-align: center;\"><strong>Add Content Here!</strong></p>','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 17:29:51','2017-11-14 17:29:51','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(29,1,'2017-11-14 17:30:57','2017-11-14 17:30:57',' \r\n\r\n \r\n<p style=\"text-align: center;\"></p>','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 17:30:57','2017-11-14 17:30:57','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(30,1,'2017-11-14 17:37:34','2017-11-14 17:37:34',' \n \n<p style=\"text-align: center;\"></p>','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 17:37:34','2017-11-14 17:37:34','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(33,1,'2017-11-14 19:31:04','2017-11-14 19:31:04','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/About\">\n Our Mission\n </a>\n <a href=\"/our-work\">\n View Our Work\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 19:31:04','2017-11-14 19:31:04','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(34,1,'2017-11-14 19:34:05','2017-11-14 19:34:05','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/About\">\n Our Mission\n </a>\n <a href=\"/our-work\">\n View Our Work\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 19:34:05','2017-11-14 19:34:05','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(35,1,'2017-11-14 19:37:26','2017-11-14 19:37:26','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/About\">\n Our Mission\n </a>\n <a href=\"/our-work\">\n View Our Work\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 19:37:26','2017-11-14 19:37:26','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(36,1,'2017-11-14 19:38:15','2017-11-14 19:38:15','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/About\">\n Our Mission\n </a>\n <a href=\"/our-work\">\n View Our Work\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 19:38:15','2017-11-14 19:38:15','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(37,1,'2017-11-14 19:40:00','2017-11-14 19:40:00','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/About\">\n Our Mission\n </a>\n <a href=\"/our-work\">\n View Our Work\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 19:40:00','2017-11-14 19:40:00','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(38,1,'2017-11-14 19:41:13','2017-11-14 19:41:13','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/About\">\n Our Mission\n </a>\n <a href=\"/our-work\">\n View Our Work\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 19:41:13','2017-11-14 19:41:13','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(39,1,'2017-11-14 19:41:46','2017-11-14 19:41:46','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/About\">\n Our Mission\n </a>\n <a href=\"/our-work\">\n View Our Work\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 19:41:46','2017-11-14 19:41:46','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(40,1,'2017-11-14 19:46:44','2017-11-14 19:46:44','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 19:46:44','2017-11-14 19:46:44','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(41,1,'2017-11-14 22:56:55','2017-11-14 22:56:55','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <a href=\"#\">\n Click me\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <a href=\"#\">\n Click me\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <a href=\"#\">\n Click me\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 22:56:55','2017-11-14 22:56:55','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(45,1,'2017-11-14 23:00:04','2017-11-14 23:00:04','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <a href=\"#\">\n Click me\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <a href=\"#\">\n Click me\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <a href=\"#\">\n Click me\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 23:00:04','2017-11-14 23:00:04','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(46,1,'2017-11-14 23:20:43','2017-11-14 23:20:43','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">service</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"#\">\n Click me\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"#\">\n Click me\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"#\">\n Click me\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 23:20:43','2017-11-14 23:20:43','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(47,1,'2017-11-14 23:21:14','2017-11-14 23:21:14','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"#\">\n Click me\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"#\">\n Click me\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"#\">\n Click me\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 23:21:14','2017-11-14 23:21:14','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(48,1,'2017-11-14 23:25:11','2017-11-14 23:25:11','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 23:25:11','2017-11-14 23:25:11','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(49,1,'2017-11-14 23:25:48','2017-11-14 23:25:48','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 23:25:48','2017-11-14 23:25:48','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(50,1,'2017-11-14 23:56:33','2017-11-14 23:56:33','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-14 23:56:33','2017-11-14 23:56:33','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(51,1,'2017-11-15 14:54:24','2017-11-15 14:54:24','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Follow Us</h2> \n <h2>Find Us</h2> \n <a href=\"\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=28+Cherry+St.+E.Hartford%2C+CT+&t=m&z=10&output=embed&iwloc=near\"></iframe> \n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-15 14:54:24','2017-11-15 14:54:24','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(55,1,'2017-11-15 15:34:12','2017-11-15 15:34:12','','ugc2','','inherit','open','closed','','ugc2','','','2017-11-15 15:34:12','2017-11-15 15:34:12','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ugc2.jpg',0,'attachment','image/jpeg',0),(57,1,'2017-11-15 15:44:03','2017-11-15 15:44:03','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Follow Us</h2> \n <h2>Find Us</h2> \n <a href=\"\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=28+Cherry+St.+E.Hartford%2C+CT+&t=m&z=10&output=embed&iwloc=near\"></iframe> \n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-15 15:44:03','2017-11-15 15:44:03','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(58,1,'2017-11-15 15:51:28','2017-11-15 15:51:28','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Follow Us</h2> \n <h2>Find Us</h2> \n <a href=\"http://www.facebook.com/wsurferdude\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=28+Cherry+St.+E.Hartford%2C+CT+&t=m&z=10&output=embed&iwloc=near\"></iframe> \n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-15 15:51:28','2017-11-15 15:51:28','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(62,1,'2017-11-15 16:37:53','2017-11-15 16:37:53','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Follow Us</h2> \n <h2>Find Us</h2> \n <a href=\"http://www.facebook.com/wsurferdude\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=28+Cherry+St.+E.Hartford%2C+CT+USA&t=m&z=10&output=embed&iwloc=near\"></iframe> \n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-15 16:37:53','2017-11-15 16:37:53','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(65,1,'2017-11-15 17:07:23','2017-11-15 17:07:23','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Follow Us</h2> \n <h2>Find Us</h2> \n <a href=\"http://www.facebook.com/wsurferdude\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=28+Cherry+St.+E.Hartford%2C+CT+USA&t=m&z=15&output=embed&iwloc=near\"></iframe> \n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-15 17:07:23','2017-11-15 17:07:23','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(66,1,'2017-11-15 17:12:45','2017-11-15 17:12:45','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Follow Us</h2> \n <h2>Find Us</h2> \n <a href=\"http://www.facebook.com/wsurferdude\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=28+Cherry+St.+E.Hartford%2C+CT+USA&t=m&z=15&output=embed&iwloc=near\"></iframe> \n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-15 17:12:45','2017-11-15 17:12:45','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(68,1,'2017-11-15 22:28:15','2017-11-15 22:28:15','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Follow Us</h2> \n <h2>Find Us</h2> \n <a href=\"http://www.facebook.com/wsurferdude\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=28+Cherry+St.+E.Hartford%2C+CT+USA&t=m&z=15&output=embed&iwloc=near\"></iframe> \n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-15 22:28:15','2017-11-15 22:28:15','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(69,1,'2017-11-15 22:43:02','2017-11-15 22:43:02','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Follow Us</h2> \n <h2>Find Us</h2> \n <a href=\"http://www.facebook.com/wsurferdude\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=28+Cherry+St.+E.Hartford%2C+CT+USA&t=m&z=15&output=embed&iwloc=near\"></iframe> \n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-15 22:43:02','2017-11-15 22:43:02','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(70,1,'2017-11-15 22:47:18','2017-11-15 22:47:18','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Follow Us</h2> \n <h2>Find Us</h2> \n <a href=\"http://www.facebook.com/wsurferdude\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=28+Cherry+St.+E.Hartford%2C+CT+USA&t=m&z=15&output=embed&iwloc=near\"></iframe> \n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-15 22:47:18','2017-11-15 22:47:18','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(71,1,'2017-11-15 22:51:03','2017-11-15 22:51:03','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Follow Us</h2> \n <h2>Find Us</h2> \n <a href=\"http://www.facebook.com/wsurferdude\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=28+Cherry+St.+E.Hartford%2C+CT+USA&t=m&z=15&output=embed&iwloc=near\"></iframe> \n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-15 22:51:03','2017-11-15 22:51:03','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(72,1,'2017-11-16 15:53:01','2017-11-16 15:53:01','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Follow Us</h2> \n <h2>Find Us</h2> \n <a href=\"http://www.facebook.com/wsurferdude\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=28+Cherry+St.+E.Hartford%2C+CT+USA&t=m&z=15&output=embed&iwloc=near\"></iframe> \n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-16 15:53:01','2017-11-16 15:53:01','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(74,1,'2017-11-16 16:07:11','2017-11-16 16:07:11','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Follow Us</h2> \n <h2>Find Us</h2> \n <a href=\"http://www.facebook.com/wsurferdude\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=28+Cherry+St.+E.Hartford%2C+CT+USA&t=m&z=15&output=embed&iwloc=near\"></iframe> \n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-16 16:07:11','2017-11-16 16:07:11','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(75,1,'2017-11-16 16:12:14','2017-11-16 16:12:14','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Follow Us</h2> \n <h2>Find Us</h2> \n <a href=\"http://www.facebook.com/wsurferdude\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=28+Cherry+St.+E.Hartford%2C+CT+USA&t=m&z=15&output=embed&iwloc=near\"></iframe> \n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-16 16:12:14','2017-11-16 16:12:14','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(76,1,'2017-11-16 16:19:33','2017-11-16 16:19:33','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Follow Us</h2> \n <h2>Find Us</h2> \n <a href=\"http://www.facebook.com/wsurferdude\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=28+Cherry+St.+E.Hartford%2C+CT+USA&t=m&z=15&output=embed&iwloc=near\"></iframe> \n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-16 16:19:33','2017-11-16 16:19:33','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(77,1,'2017-11-16 16:22:16','2017-11-16 16:22:16','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Follow Us</h2> \n <h2>Find Us</h2> \n <a href=\"http://www.facebook.com/wsurferdude\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=28+Cherry+St.+E.Hartford%2C+CT+USA&t=m&z=15&output=embed&iwloc=near\"></iframe> \n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-16 16:22:16','2017-11-16 16:22:16','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(80,1,'2017-11-16 16:43:18','2017-11-16 16:43:18','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Follow Us</h2> \n <h2>Find Us</h2> \n <a href=\"http://www.facebook.com/wsurferdude\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=28+Cherry+St.+E.Hartford%2C+CT+USA&t=m&z=15&output=embed&iwloc=near\"></iframe> \n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-16 16:43:18','2017-11-16 16:43:18','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(81,1,'2017-11-16 16:46:52','2017-11-16 16:46:52','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Follow Us</h2> \n <h2>Find Us</h2> \n <a href=\"http://www.facebook.com/wsurferdude\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <a href=\"\" target=\"_blank\">\n </a>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=28+Cherry+St.+E.Hartford%2C+CT+USA&t=m&z=15&output=embed&iwloc=near\"></iframe> \n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-16 16:46:52','2017-11-16 16:46:52','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(82,1,'2017-11-20 16:03:06','2017-11-20 16:03:06','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:03:06','2017-11-20 16:03:06','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(83,1,'2017-11-20 16:06:46','2017-11-20 16:06:46','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:06:46','2017-11-20 16:06:46','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(84,1,'2017-11-20 16:08:30','2017-11-20 16:08:30','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:08:30','2017-11-20 16:08:30','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(88,1,'2017-11-20 16:25:10','2017-11-20 16:25:10','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:25:10','2017-11-20 16:25:10','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(89,1,'2017-11-20 16:25:34','2017-11-20 16:25:34','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:25:34','2017-11-20 16:25:34','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(90,1,'2017-11-20 16:27:04','2017-11-20 16:27:04','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:27:04','2017-11-20 16:27:04','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(91,1,'2017-11-20 16:28:38','2017-11-20 16:28:38','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:28:38','2017-11-20 16:28:38','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(92,1,'2017-11-20 16:32:55','2017-11-20 16:32:55','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:32:55','2017-11-20 16:32:55','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(93,1,'2017-11-20 16:34:04','2017-11-20 16:34:04','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:34:04','2017-11-20 16:34:04','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(94,1,'2017-11-20 16:34:33','2017-11-20 16:34:33','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:34:33','2017-11-20 16:34:33','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(95,1,'2017-11-20 16:34:56','2017-11-20 16:34:56','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:34:56','2017-11-20 16:34:56','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(96,1,'2017-11-20 16:36:36','2017-11-20 16:36:36','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:36:36','2017-11-20 16:36:36','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(97,1,'2017-11-20 16:38:38','2017-11-20 16:38:38','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:38:38','2017-11-20 16:38:38','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(98,1,'2017-11-20 16:41:16','2017-11-20 16:41:16','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:41:16','2017-11-20 16:41:16','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(99,1,'2017-11-20 16:42:46','2017-11-20 16:42:46','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:42:46','2017-11-20 16:42:46','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(100,1,'2017-11-20 16:43:39','2017-11-20 16:43:39','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:43:39','2017-11-20 16:43:39','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(101,1,'2017-11-20 16:44:49','2017-11-20 16:44:49','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:44:49','2017-11-20 16:44:49','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(102,1,'2017-11-20 16:46:50','2017-11-20 16:46:50','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:46:50','2017-11-20 16:46:50','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(103,1,'2017-11-20 16:50:10','2017-11-20 16:50:10','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:50:10','2017-11-20 16:50:10','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(104,1,'2017-11-20 16:51:04','2017-11-20 16:51:04','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:51:04','2017-11-20 16:51:04','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(105,1,'2017-11-20 16:52:28','2017-11-20 16:52:28','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:52:28','2017-11-20 16:52:28','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(106,1,'2017-11-20 16:54:52','2017-11-20 16:54:52','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:54:52','2017-11-20 16:54:52','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(107,1,'2017-11-20 16:55:56','2017-11-20 16:55:56','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:55:56','2017-11-20 16:55:56','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(108,1,'2017-11-20 16:56:30','2017-11-20 16:56:30','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:56:30','2017-11-20 16:56:30','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(109,1,'2017-11-20 16:57:33','2017-11-20 16:57:33','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:57:33','2017-11-20 16:57:33','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(110,1,'2017-11-20 16:57:59','2017-11-20 16:57:59','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:57:59','2017-11-20 16:57:59','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(111,1,'2017-11-20 16:58:41','2017-11-20 16:58:41','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:58:41','2017-11-20 16:58:41','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(112,1,'2017-11-20 16:59:43','2017-11-20 16:59:43','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h5>Precision Grinding Since 1952</h5> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 16:59:43','2017-11-20 16:59:43','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(113,1,'2017-11-20 17:00:06','2017-11-20 17:00:06','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h5>Precision Grinding Since 1952</h5> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 17:00:06','2017-11-20 17:00:06','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(114,1,'2017-11-20 17:01:05','2017-11-20 17:01:05','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h5>Precision Grinding Since 1952</h5> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 17:01:05','2017-11-20 17:01:05','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(115,1,'2017-11-20 17:01:45','2017-11-20 17:01:45','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h5>Precision Grinding Since 1952</h5> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 17:01:45','2017-11-20 17:01:45','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(116,1,'2017-11-20 17:03:05','2017-11-20 17:03:05','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h5>Precision Grinding Since 1952</h5> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 17:03:05','2017-11-20 17:03:05','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(117,1,'2017-11-20 17:04:11','2017-11-20 17:04:11','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h5>Precision Grinding Since 1952</h5> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 17:04:11','2017-11-20 17:04:11','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(118,1,'2017-11-20 17:04:43','2017-11-20 17:04:43','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h4>Precision Grinding Since 1952</h4> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 17:04:43','2017-11-20 17:04:43','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(119,1,'2017-11-20 17:06:35','2017-11-20 17:06:35','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h4>Precision Grinding Since 1952</h4> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 17:06:35','2017-11-20 17:06:35','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(120,1,'2017-11-20 17:08:26','2017-11-20 17:08:26','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h4>Precision Grinding Since 1952</h4> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 17:08:26','2017-11-20 17:08:26','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(121,1,'2017-11-20 17:09:59','2017-11-20 17:09:59','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h4>Precision Grinding Since 1952</h4> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 17:09:59','2017-11-20 17:09:59','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(122,1,'2017-11-20 17:11:15','2017-11-20 17:11:15','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h4>Precision Grinding Since 1952</h4> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 17:11:15','2017-11-20 17:11:15','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(123,1,'2017-11-20 17:14:13','2017-11-20 17:14:13','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h4>Precision Grinding Since 1952</h4> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 17:14:13','2017-11-20 17:14:13','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(124,1,'2017-11-20 17:16:11','2017-11-20 17:16:11','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h4>Precision Grinding Since 1952</h4> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 17:16:11','2017-11-20 17:16:11','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(125,1,'2017-11-20 17:17:06','2017-11-20 17:17:06','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 17:17:06','2017-11-20 17:17:06','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(126,1,'2017-11-20 17:18:04','2017-11-20 17:18:04','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 17:18:04','2017-11-20 17:18:04','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(127,1,'2017-11-20 17:19:53','2017-11-20 17:19:53','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 17:19:53','2017-11-20 17:19:53','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(128,1,'2017-11-20 17:22:36','2017-11-20 17:22:36','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 17:22:36','2017-11-20 17:22:36','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(129,1,'2017-11-20 17:26:37','2017-11-20 17:26:37','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 17:26:37','2017-11-20 17:26:37','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(130,1,'2017-11-20 17:27:13','2017-11-20 17:27:13','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 17:27:13','2017-11-20 17:27:13','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(131,1,'2017-11-20 17:27:32','2017-11-20 17:27:32','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Gallery-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-20 17:27:32','2017-11-20 17:27:32','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(133,1,'2017-11-21 16:07:24','2017-11-21 16:07:24','<p>My mission is to help you start a business so you can change the world.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 16:07:24','2017-11-21 16:07:24','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(134,1,'2017-11-21 16:12:30','2017-11-21 16:12:30','<p>My mission is to help you start a business so you can change the world.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 16:12:30','2017-11-21 16:12:30','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(135,1,'2017-11-21 16:13:28','2017-11-21 16:13:28','<p>My mission is to help you start a business so you can change the world.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 16:13:28','2017-11-21 16:13:28','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(136,1,'2017-11-21 16:14:44','2017-11-21 16:14:44','<p>My mission is to help you start a business so you can change the world.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 16:14:44','2017-11-21 16:14:44','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(137,1,'2017-11-21 16:16:34','2017-11-21 16:16:34','<p>My mission is to help you start a business so you can change the world.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 16:16:34','2017-11-21 16:16:34','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(138,1,'2017-11-21 16:19:27','2017-11-21 16:19:27','<p>My mission is to help you start a business so you can change the world.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 16:19:27','2017-11-21 16:19:27','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(139,1,'2017-11-21 16:37:07','2017-11-21 16:37:07','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p> </p><p> </p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 16:37:07','2017-11-21 16:37:07','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(140,1,'2017-11-21 16:40:49','2017-11-21 16:40:49','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 16:40:49','2017-11-21 16:40:49','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(141,1,'2017-11-21 16:44:13','2017-11-21 16:44:13','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 16:44:13','2017-11-21 16:44:13','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(142,1,'2017-11-21 16:54:43','2017-11-21 16:54:43','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 16:54:43','2017-11-21 16:54:43','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(143,1,'2017-11-21 16:55:43','2017-11-21 16:55:43','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 16:55:43','2017-11-21 16:55:43','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(144,1,'2017-11-21 16:56:05','2017-11-21 16:56:05','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 16:56:05','2017-11-21 16:56:05','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(145,1,'2017-11-21 16:57:18','2017-11-21 16:57:18','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 16:57:18','2017-11-21 16:57:18','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(146,1,'2017-11-21 16:58:09','2017-11-21 16:58:09','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 16:58:09','2017-11-21 16:58:09','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(147,1,'2017-11-21 16:59:02','2017-11-21 16:59:02','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 16:59:02','2017-11-21 16:59:02','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(148,1,'2017-11-21 17:01:23','2017-11-21 17:01:23','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 17:01:23','2017-11-21 17:01:23','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(149,1,'2017-11-21 17:06:28','2017-11-21 17:06:28','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 17:06:28','2017-11-21 17:06:28','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(150,1,'2017-11-21 17:08:26','2017-11-21 17:08:26','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 17:08:26','2017-11-21 17:08:26','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(151,1,'2017-11-21 17:16:51','2017-11-21 17:16:51','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 17:16:51','2017-11-21 17:16:51','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(152,1,'2017-11-21 17:23:48','2017-11-21 17:23:48','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p style=\"text-align: center;\">Client Logo Here</p><p style=\"text-align: center;\">Client Logo Here</p><p style=\"text-align: center;\">Client Logo Here</p><p style=\"text-align: center;\">Client Logo Here</p>','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-21 17:23:48','2017-11-21 17:23:48','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(153,1,'2017-11-21 18:42:52','2017-11-21 18:42:52','','Contact','','inherit','closed','closed','','14-autosave-v1','','','2017-11-21 18:42:52','2017-11-21 18:42:52','',14,'http://unasgrinding.com/wordpress/14-autosave-v1/',0,'revision','',0),(154,1,'2017-11-21 18:47:25','2017-11-21 18:47:25','','Contact','','inherit','closed','closed','','14-revision-v1','','','2017-11-21 18:47:25','2017-11-21 18:47:25','',14,'http://unasgrinding.com/wordpress/14-revision-v1/',0,'revision','',0),(155,1,'2017-11-21 20:32:16','2017-11-21 20:32:16','','','','publish','closed','closed','','155','','','2017-11-21 20:32:16','2017-11-21 20:32:16','',0,'http://unasgrinding.com/wordpress/nf_sub/155/',0,'nf_sub','',0),(157,1,'2017-11-21 23:52:32','2017-11-21 23:52:32','<label> Your Name (required)\r\n [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n [email* your-email] </label>\r\n\r\n<label> Subject\r\n [text your-subject] </label>\r\n\r\n<label> Your Message\r\n [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\n1\nUnas Grinding Corp \"[your-subject]\"\n[your-name] <dianen@unasgrinding.com>\ndianen@unasgrinding.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Unas Grinding Corp (http://unasgrinding.com/wordpress)\nReply-To: [your-email]\n\n\n\n\nUnas Grinding Corp \"[your-subject]\"\nUnas Grinding Corp <wordpress@unasgrinding.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Unas Grinding Corp (http://unasgrinding.com/wordpress)\nReply-To: jc@pcpros.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2018-02-07 21:43:44','2018-02-07 21:43:44','',0,'http://unasgrinding.com/wordpress/?post_type=wpcf7_contact_form&p=157',0,'wpcf7_contact_form','',0),(158,1,'2017-11-22 00:34:51','2017-11-22 00:34:51','\n ','Contact','','inherit','closed','closed','','14-revision-v1','','','2017-11-22 00:34:51','2017-11-22 00:34:51','',14,'http://unasgrinding.com/wordpress/14-revision-v1/',0,'revision','',0),(159,1,'2017-11-22 00:42:55','2017-11-22 00:42:55','','Contact','','inherit','closed','closed','','14-revision-v1','','','2017-11-22 00:42:55','2017-11-22 00:42:55','',14,'http://unasgrinding.com/wordpress/14-revision-v1/',0,'revision','',0),(160,1,'2017-11-22 01:07:18','2017-11-22 01:07:18','','Monochrome Light','','publish','closed','closed','','monochrome-light','','','2017-11-22 03:16:28','2017-11-22 03:16:28','',0,'http://unasgrinding.com/wordpress/cf7_style/monochrome-light/',0,'cf7_style','',0),(161,1,'2017-11-22 01:07:18','2017-11-22 01:07:18','','Transparent Two Columns','','publish','closed','closed','','transparent-two-columns','','','2017-11-22 01:07:18','2017-11-22 01:07:18','',0,'http://unasgrinding.com/wordpress/cf7_style/transparent-two-columns/',0,'cf7_style','',0),(162,1,'2017-11-22 01:07:18','2017-11-22 01:07:18','','Minimal Brown','','publish','closed','closed','','minimal-brown','','','2017-11-22 01:07:18','2017-11-22 01:07:18','',0,'http://unasgrinding.com/wordpress/cf7_style/minimal-brown/',0,'cf7_style','',0),(163,1,'2017-11-22 01:07:18','2017-11-22 01:07:18','','Monochrome','','publish','closed','closed','','monochrome','','','2017-11-22 01:07:18','2017-11-22 01:07:18','',0,'http://unasgrinding.com/wordpress/cf7_style/monochrome/',0,'cf7_style','',0),(164,1,'2017-11-22 01:07:18','2017-11-22 01:07:18','','Twenty Fifteen Pattern','','publish','closed','closed','','twenty-fifteen-pattern','','','2017-11-22 01:07:18','2017-11-22 01:07:18','',0,'http://unasgrinding.com/wordpress/cf7_style/twenty-fifteen-pattern/',0,'cf7_style','',0),(165,1,'2017-11-22 01:07:18','2017-11-22 01:07:18','','Christmas Classic','','publish','closed','closed','','christmas-classic','','','2017-11-22 01:07:18','2017-11-22 01:07:18','',0,'http://unasgrinding.com/wordpress/cf7_style/christmas-classic/',0,'cf7_style','',0),(166,1,'2017-11-22 01:07:18','2017-11-22 01:07:18','','Christmas Red','','publish','closed','closed','','christmas-red','','','2017-11-22 01:07:18','2017-11-22 01:07:18','',0,'http://unasgrinding.com/wordpress/cf7_style/christmas-red/',0,'cf7_style','',0),(167,1,'2017-11-22 01:07:18','2017-11-22 01:07:18','','Christmas Simple','','publish','closed','closed','','christmas-simple','','','2017-11-22 01:07:18','2017-11-22 01:07:18','',0,'http://unasgrinding.com/wordpress/cf7_style/christmas-simple/',0,'cf7_style','',0),(168,1,'2017-11-22 01:07:18','2017-11-22 01:07:18','','Valentine\'s Day Classic','','publish','closed','closed','','valentines-day-classic','','','2017-11-22 01:07:18','2017-11-22 01:07:18','',0,'http://unasgrinding.com/wordpress/cf7_style/valentines-day-classic/',0,'cf7_style','',0),(169,1,'2017-11-22 01:07:18','2017-11-22 01:07:18','','Valentine\'s Day Roses','','publish','closed','closed','','valentines-day-roses','','','2017-11-22 01:07:18','2017-11-22 01:07:18','',0,'http://unasgrinding.com/wordpress/cf7_style/valentines-day-roses/',0,'cf7_style','',0),(170,1,'2017-11-22 01:07:18','2017-11-22 01:07:18','','Valentine\'s Day Birds','','publish','closed','closed','','valentines-day-birds','','','2017-11-22 01:07:18','2017-11-22 01:07:18','',0,'http://unasgrinding.com/wordpress/cf7_style/valentines-day-birds/',0,'cf7_style','',0),(171,1,'2017-11-22 01:07:18','2017-11-22 01:07:18','','Valentine\'s Day Blue Birds','','publish','closed','closed','','valentines-day-blue-birds','','','2017-11-22 01:07:18','2017-11-22 01:07:18','',0,'http://unasgrinding.com/wordpress/cf7_style/valentines-day-blue-birds/',0,'cf7_style','',0),(172,1,'2017-11-22 01:17:41','2017-11-22 01:17:41','\n ','Contact','','inherit','closed','closed','','14-revision-v1','','','2017-11-22 01:17:41','2017-11-22 01:17:41','',14,'http://unasgrinding.com/wordpress/14-revision-v1/',0,'revision','',0),(173,1,'2017-11-22 03:10:17','2017-11-22 03:10:17','<label> Your Name (required)\r\n [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n [email* your-email] </label>\r\n\r\n<label> Subject\r\n [text your-subject] </label>\r\n\r\n<label> Your Message\r\n [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\n1\nUnas Grinding Corp \"[your-subject]\"\n[your-name] <dianen@unasgrinding.com>\ndianen@unasgrinding.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Unas Grinding Corp (http://unasgrinding.com/wordpress)\nReply-To: [your-email]\n\n\n\n\nUnas Grinding Corp \"[your-subject]\"\nUnas Grinding Corp <wordpress@unasgrinding.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Unas Grinding Corp (http://unasgrinding.com/wordpress)\nReply-To: jc@pcpros.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact Form 1','','publish','closed','closed','','contact-form-1-2','','','2018-02-07 21:42:49','2018-02-07 21:42:49','',0,'http://unasgrinding.com/wordpress/?post_type=wpcf7_contact_form&p=173',0,'wpcf7_contact_form','',0),(174,1,'2017-11-22 03:11:03','2017-11-22 03:11:03','\n<form action=\"/wordpress/wp-admin/admin-ajax.php#wpcf7-f173-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"173\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f173-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label> Your Name (required)<br />\n <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Email (required)<br />\n <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Subject<br />\n <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Message<br />\n <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form> \n ','Contact','','inherit','closed','closed','','14-revision-v1','','','2017-11-22 03:11:03','2017-11-22 03:11:03','',14,'http://unasgrinding.com/wordpress/14-revision-v1/',0,'revision','',0),(175,1,'2017-11-22 15:11:48','2017-11-22 15:11:48','\n <h2>Get in touch and we\'ll get back to you as soon as we can. We look forward to hearing from you!</h2> \n<form action=\"/wordpress/wp-admin/admin-ajax.php#wpcf7-f173-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"173\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f173-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label> Your Name (required)<br />\n <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Email (required)<br />\n <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Subject<br />\n <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Message<br />\n <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form> \n ','Contact','','inherit','closed','closed','','14-revision-v1','','','2017-11-22 15:11:48','2017-11-22 15:11:48','',14,'http://unasgrinding.com/wordpress/14-revision-v1/',0,'revision','',0),(177,1,'2017-11-22 17:19:24','2017-11-22 17:19:24','','ge','','inherit','open','closed','','ge','','','2017-11-22 17:19:24','2017-11-22 17:19:24','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg',0,'attachment','image/jpeg',0),(178,1,'2017-11-22 17:19:27','2017-11-22 17:19:27','','IMG_3788','','inherit','open','closed','','img_3788','','','2017-11-22 17:19:27','2017-11-22 17:19:27','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/IMG_3788.jpg',0,'attachment','image/jpeg',0),(179,1,'2017-11-22 17:19:29','2017-11-22 17:19:29','','imo','','inherit','open','closed','','imo','','','2017-11-22 17:19:29','2017-11-22 17:19:29','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg',0,'attachment','image/jpeg',0),(180,1,'2017-11-22 17:19:31','2017-11-22 17:19:31','','pw','','inherit','open','closed','','pw','','','2017-11-22 17:19:31','2017-11-22 17:19:31','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg',0,'attachment','image/jpeg',0),(181,1,'2017-11-22 17:19:34','2017-11-22 17:19:34','','warren','','inherit','open','closed','','warren','','','2017-11-22 17:19:34','2017-11-22 17:19:34','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg',0,'attachment','image/jpeg',0),(182,1,'2017-11-22 17:24:12','2017-11-22 17:24:12','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p> \n <img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /> \n <img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /> \n <img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /> \n <img width=\"413\" height=\"122\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w\" sizes=\"(max-width: 413px) 100vw, 413px\" /> \n ','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-22 17:24:12','2017-11-22 17:24:12','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(183,1,'2017-11-22 17:25:33','2017-11-22 17:25:33','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p> \n <img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /> \n <img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /> \n <img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /> \n <img width=\"413\" height=\"122\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w\" sizes=\"(max-width: 413px) 100vw, 413px\" /> \n ','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-22 17:25:33','2017-11-22 17:25:33','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(184,1,'2017-11-22 18:14:21','2017-11-22 18:14:21','<h1 style=\"text-align: center;\">Services 1</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 2</h1><h1 style=\"text-align: center;\">Services 3</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n ','Services','','inherit','closed','closed','','12-revision-v1','','','2017-11-22 18:14:21','2017-11-22 18:14:21','',12,'http://unasgrinding.com/wordpress/12-revision-v1/',0,'revision','',0),(185,1,'2017-11-22 18:20:22','2017-11-22 18:20:22','<h1 style=\"text-align: center;\">Our Work 1</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Our Work 2</h1><h1 style=\"text-align: center;\">Our Work 3</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n ','Our Work','','inherit','closed','closed','','10-revision-v1','','','2017-11-22 18:20:22','2017-11-22 18:20:22','',10,'http://unasgrinding.com/wordpress/10-revision-v1/',0,'revision','',0),(186,1,'2017-11-22 18:42:51','2017-11-22 18:42:51','<h1 style=\"text-align: center;\">Our Work 1</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Our Work 2</h1><h1 style=\"text-align: center;\">Our Work 3</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <figure class=\'gallery-item\'>\n <a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"79b2341\" href=\'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\'><img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /></a>\n </figure><figure class=\'gallery-item\'>\n <a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"79b2341\" href=\'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/IMG_3788.jpg\'><img width=\"112\" height=\"32\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/IMG_3788.jpg\" alt=\"\" /></a>\n </figure><figure class=\'gallery-item\'>\n <a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"79b2341\" href=\'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg\'><img width=\"300\" height=\"89\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>\n </figure><figure class=\'gallery-item\'>\n <a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"79b2341\" href=\'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\'><img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /></a>\n </figure><figure class=\'gallery-item\'>\n <a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"79b2341\" href=\'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\'><img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /></a>\n </figure>\n ','Our Work','','inherit','closed','closed','','10-revision-v1','','','2017-11-22 18:42:51','2017-11-22 18:42:51','',10,'http://unasgrinding.com/wordpress/10-revision-v1/',0,'revision','',0),(187,1,'2017-11-22 18:44:07','2017-11-22 18:44:07','<h1 style=\"text-align: center;\">Our Work 1</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Our Work 2</h1><h1 style=\"text-align: center;\">Our Work 3</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <figure class=\'gallery-item\'>\n <a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"79b2341\" href=\'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\'><img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /></a>\n </figure><figure class=\'gallery-item\'>\n <a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"79b2341\" href=\'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/IMG_3788.jpg\'><img width=\"112\" height=\"32\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/IMG_3788.jpg\" alt=\"\" /></a>\n </figure><figure class=\'gallery-item\'>\n <a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"79b2341\" href=\'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg\'><img width=\"300\" height=\"89\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>\n </figure><figure class=\'gallery-item\'>\n <a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"79b2341\" href=\'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\'><img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /></a>\n </figure><figure class=\'gallery-item\'>\n <a data-elementor-open-lightbox=\"default\" data-elementor-lightbox-slideshow=\"79b2341\" href=\'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\'><img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /></a>\n </figure>\n ','Our Work','','inherit','closed','closed','','10-revision-v1','','','2017-11-22 18:44:07','2017-11-22 18:44:07','',10,'http://unasgrinding.com/wordpress/10-revision-v1/',0,'revision','',0),(188,1,'2017-11-22 18:51:52','2017-11-22 18:51:52','<h1 style=\"text-align: center;\">Our Work 1</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Our Work 2</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Our Work 3</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Our Work 4</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Our Work 5</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Our Work 6</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n ','Our Work','','inherit','closed','closed','','10-revision-v1','','','2017-11-22 18:51:52','2017-11-22 18:51:52','',10,'http://unasgrinding.com/wordpress/10-revision-v1/',0,'revision','',0),(189,1,'2017-11-22 18:57:02','2017-11-22 18:57:02','<h1 style=\"text-align: center;\">Services 1</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 2</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 3</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 4</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 5</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 6</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n ','Services','','inherit','closed','closed','','12-revision-v1','','','2017-11-22 18:57:02','2017-11-22 18:57:02','',12,'http://unasgrinding.com/wordpress/12-revision-v1/',0,'revision','',0),(190,1,'2017-11-22 19:17:19','2017-11-22 19:17:19','','ugc1','','inherit','open','closed','','ugc1','','','2017-11-22 19:17:19','2017-11-22 19:17:19','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ugc1.jpg',0,'attachment','image/jpeg',0),(191,1,'2017-11-22 19:20:50','2017-11-22 19:20:50','http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/cropped-ugc1.jpg','cropped-ugc1.jpg','','inherit','open','closed','','cropped-ugc1-jpg','','','2017-11-22 19:20:50','2017-11-22 19:20:50','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/cropped-ugc1.jpg',0,'attachment','image/jpeg',0),(193,1,'2017-11-22 19:25:40','2017-11-22 19:25:40','http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/cropped-ugc1-1.jpg','cropped-ugc1-1.jpg','','inherit','open','closed','','cropped-ugc1-1-jpg','','','2017-11-22 19:25:40','2017-11-22 19:25:40','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/cropped-ugc1-1.jpg',0,'attachment','image/jpeg',0),(195,1,'2017-11-22 19:28:05','2017-11-22 19:28:05','http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/cropped-cropped-ugc1-1.jpg','cropped-cropped-ugc1-1.jpg','','inherit','open','closed','','cropped-cropped-ugc1-1-jpg','','','2017-11-22 19:28:05','2017-11-22 19:28:05','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/cropped-cropped-ugc1-1.jpg',0,'attachment','image/jpeg',0),(197,1,'2017-11-22 19:32:30','2017-11-22 19:32:30','','Colt','','inherit','open','closed','','colt','','','2017-11-22 19:32:30','2017-11-22 19:32:30','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Colt.jpg',0,'attachment','image/jpeg',0),(198,1,'2017-11-22 19:34:39','2017-11-22 19:34:39','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p> \n <img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /> \n <img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /> \n <img width=\"288\" height=\"212\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Colt.jpg\" alt=\"\" /> \n <img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /> \n <img width=\"300\" height=\"89\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w\" sizes=\"(max-width: 300px) 100vw, 300px\" /> \n ','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-22 19:34:39','2017-11-22 19:34:39','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(199,1,'2017-11-22 19:36:47','2017-11-22 19:36:47','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p> \n <img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /> \n <img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /> \n <img width=\"288\" height=\"212\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Colt.jpg\" alt=\"\" /> \n <img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /> \n <img width=\"300\" height=\"89\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w\" sizes=\"(max-width: 300px) 100vw, 300px\" /> \n ','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-22 19:36:47','2017-11-22 19:36:47','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(200,1,'2017-11-22 19:38:07','2017-11-22 19:38:07','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p> \n <img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /> \n <img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /> \n <img width=\"288\" height=\"212\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Colt.jpg\" alt=\"\" /> \n <img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /> \n <img width=\"300\" height=\"89\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w\" sizes=\"(max-width: 300px) 100vw, 300px\" /> \n ','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-22 19:38:07','2017-11-22 19:38:07','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(201,1,'2017-11-22 19:39:07','2017-11-22 19:39:07','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p> \n <img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /> \n <img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /> \n <img width=\"288\" height=\"212\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Colt.jpg\" alt=\"\" /> \n <img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /> \n <img width=\"300\" height=\"89\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w\" sizes=\"(max-width: 300px) 100vw, 300px\" /> \n ','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-22 19:39:07','2017-11-22 19:39:07','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(202,1,'2017-11-22 19:42:14','2017-11-22 19:42:14','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p> \n <img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /> \n <img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /> \n <img width=\"288\" height=\"212\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Colt.jpg\" alt=\"\" /> \n <img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /> \n <img width=\"300\" height=\"89\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w\" sizes=\"(max-width: 300px) 100vw, 300px\" /> \n ','About','','inherit','closed','closed','','8-revision-v1','','','2017-11-22 19:42:14','2017-11-22 19:42:14','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(205,1,'2017-11-22 20:07:46','2017-11-22 20:07:46','','spfld4','','inherit','open','closed','','spfld4','','','2017-11-22 20:07:46','2017-11-22 20:07:46','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/spfld4.png',0,'attachment','image/png',0),(206,1,'2017-11-22 20:09:06','2017-11-22 20:09:06','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img width=\"209\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float.png 209w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/float-150x150.png 150w\" sizes=\"(max-width: 209px) 100vw, 209px\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/spfld4-nht8r9ylpesswlkw9shnvzfu8objbuvq2bxacv2fgw.png\" title=\"spfld4\" alt=\"spfld4\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"195\" height=\"209\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Ocean-Squid.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-22 20:09:06','2017-11-22 20:09:06','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(208,1,'2017-11-28 16:37:58','2017-11-28 16:37:58','','inspct1','','inherit','open','closed','','inspct1','','','2017-11-28 16:37:58','2017-11-28 16:37:58','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png',0,'attachment','image/png',0),(209,1,'2017-11-28 16:48:58','2017-11-28 16:48:58','','contactus','','inherit','open','closed','','contactus','','','2017-11-28 16:48:58','2017-11-28 16:48:58','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png',0,'attachment','image/png',0),(210,1,'2017-11-28 16:49:37','2017-11-28 16:49:37','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/inspct1-ni3fm2ltnuw6n9hdjetgka0po7er7vvam84kqw4qs0.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n VIEW SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/spfld4-nht8r9ylpesswlkw9shnvzfu8objbuvq2bxacv2fgw.png\" title=\"spfld4\" alt=\"spfld4\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"242\" height=\"200\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p>We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2017-11-28 16:49:37','2017-11-28 16:49:37','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(213,1,'2017-11-29 17:37:41','2017-11-29 17:37:41','\n <ul>\n <li title=\"Edit Widget\">\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n<form action=\"/wordpress/wp-admin/admin-ajax.php#wpcf7-f173-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"173\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f173-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label> Your Name (required)<br />\n <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Email (required)<br />\n <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Subject<br />\n <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Message<br />\n <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form> \n ','Unas Contact','','publish','closed','closed','','unas-contact','','','2018-02-12 19:43:52','2018-02-12 19:43:52','',0,'http://unasgrinding.com/wordpress/?elementor_library=unas-contact',0,'elementor_library','',0),(214,1,'2017-11-29 17:37:42','2017-11-29 17:37:42','\n <ul>\n <li title=\"Edit Widget\">\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n<form action=\"/wordpress/wp-admin/admin-ajax.php#wpcf7-f173-o1\" method=\"post\" novalidate=\"novalidate\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"173\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9.1\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f173-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<p><label> Your Name (required)<br />\n <input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Email (required)<br />\n <input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" /> </label></p>\n<p><label> Subject<br />\n <input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" aria-invalid=\"false\" /> </label></p>\n<p><label> Your Message<br />\n <textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\"></textarea> </label></p>\n<p><input type=\"submit\" value=\"Send\" /></p>\n</form> \n ','Unas Contact','','inherit','closed','closed','','213-revision-v1','','','2017-11-29 17:37:42','2017-11-29 17:37:42','',213,'http://unasgrinding.com/wordpress/213-revision-v1/',0,'revision','',0),(221,1,'2018-02-08 12:49:32','2018-02-08 12:49:32','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/inspct1-ni3fm2ltnuw6n9hdjetgka0po7er7vvam84kqw4qs0.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/spfld4-nht8r9ylpesswlkw9shnvzfu8objbuvq2bxacv2fgw.png\" title=\"spfld4\" alt=\"spfld4\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"242\" height=\"200\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-08 12:49:32','2018-02-08 12:49:32','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(222,1,'2018-02-08 12:51:26','2018-02-08 12:51:26','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/inspct1-ni3fm2ltnuw6n9hdjetgka0po7er7vvam84kqw4qs0.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/spfld4-nht8r9ylpesswlkw9shnvzfu8objbuvq2bxacv2fgw.png\" title=\"spfld4\" alt=\"spfld4\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"242\" height=\"200\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-08 12:51:26','2018-02-08 12:51:26','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(223,1,'2018-02-08 12:57:59','2018-02-08 12:57:59','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/inspct1-ni3fm2ltnuw6n9hdjetgka0po7er7vvam84kqw4qs0.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This helps you better enjoy your life.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/spfld4-nht8r9ylpesswlkw9shnvzfu8objbuvq2bxacv2fgw.png\" title=\"spfld4\" alt=\"spfld4\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"242\" height=\"200\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-08 12:57:59','2018-02-08 12:57:59','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(224,1,'2018-02-08 13:02:23','2018-02-08 13:02:23','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/inspct1-ni3fm2ltnuw6n9hdjetgka0po7er7vvam84kqw4qs0.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This helps you better enjoy your life.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/spfld4-nht8r9ylpesswlkw9shnvzfu8objbuvq2bxacv2fgw.png\" title=\"spfld4\" alt=\"spfld4\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"242\" height=\"200\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice, or you can join us on a retreat.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-08 13:02:23','2018-02-08 13:02:23','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(225,1,'2018-02-08 13:04:11','2018-02-08 13:04:11','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/inspct1-ni3fm2ltnuw6n9hdjetgka0po7er7vvam84kqw4qs0.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This helps you better enjoy your life.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/spfld4-nht8r9ylpesswlkw9shnvzfu8objbuvq2bxacv2fgw.png\" title=\"spfld4\" alt=\"spfld4\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"242\" height=\"200\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-08 13:04:11','2018-02-08 13:04:11','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(226,1,'2018-02-08 13:08:34','2018-02-08 13:08:34','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/inspct1-ni3fm2ltnuw6n9hdjetgka0po7er7vvam84kqw4qs0.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This helps you better enjoy your life.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/spfld4-nht8r9ylpesswlkw9shnvzfu8objbuvq2bxacv2fgw.png\" title=\"spfld4\" alt=\"spfld4\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"242\" height=\"200\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-08 13:08:34','2018-02-08 13:08:34','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(227,1,'2018-02-08 13:10:46','2018-02-08 13:10:46','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/inspct1-ni3fm2ltnuw6n9hdjetgka0po7er7vvam84kqw4qs0.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/spfld4-nht8r9ylpesswlkw9shnvzfu8objbuvq2bxacv2fgw.png\" title=\"spfld4\" alt=\"spfld4\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"242\" height=\"200\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-08 13:10:46','2018-02-08 13:10:46','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(228,1,'2018-02-08 13:13:39','2018-02-08 13:13:39','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/inspct1-ni3fm2ltnuw6n9hdjetgka0po7er7vvam84kqw4qs0.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/spfld4-nht8r9ylpesswlkw9shnvzfu8objbuvq2bxacv2fgw.png\" title=\"spfld4\" alt=\"spfld4\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"242\" height=\"200\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-08 13:13:39','2018-02-08 13:13:39','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(229,1,'2018-02-08 15:16:17','2018-02-08 15:16:17','','surf1','','inherit','open','closed','','surf1','','','2018-02-08 15:16:17','2018-02-08 15:16:17','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surf1.jpg',0,'attachment','image/jpeg',0),(230,1,'2018-02-08 15:17:46','2018-02-08 15:17:46','<h1 style=\"text-align: center;\">Surface 1</h1> \n <img width=\"432\" height=\"287\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surf1.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surf1.jpg 432w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surf1-300x199.jpg 300w\" sizes=\"(max-width: 432px) 100vw, 432px\" /> \n <h1 style=\"text-align: center;\">Services 2</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 3</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 4</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 5</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 6</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n ','Services','','inherit','closed','closed','','12-revision-v1','','','2018-02-08 15:17:46','2018-02-08 15:17:46','',12,'http://unasgrinding.com/wordpress/12-revision-v1/',0,'revision','',0),(231,1,'2018-02-08 15:18:44','2018-02-08 15:18:44','<h1 style=\"text-align: center;\">Surface Grinding</h1><p> </p> \n <img width=\"432\" height=\"287\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surf1.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surf1.jpg 432w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surf1-300x199.jpg 300w\" sizes=\"(max-width: 432px) 100vw, 432px\" /> \n <h1 style=\"text-align: center;\">Services 2</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 3</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 4</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 5</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 6</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n ','Services','','inherit','closed','closed','','12-revision-v1','','','2018-02-08 15:18:44','2018-02-08 15:18:44','',12,'http://unasgrinding.com/wordpress/12-revision-v1/',0,'revision','',0),(232,1,'2018-02-08 15:24:42','2018-02-08 15:24:42','','ge6','','inherit','open','closed','','ge6','','','2018-02-08 15:24:42','2018-02-08 15:24:42','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge6.jpg',0,'attachment','image/jpeg',0),(233,1,'2018-02-08 15:24:47','2018-02-08 15:24:47','','ge7','','inherit','open','closed','','ge7','','','2018-02-08 15:24:47','2018-02-08 15:24:47','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge7.jpg',0,'attachment','image/jpeg',0),(234,1,'2018-02-08 15:26:06','2018-02-08 15:26:06','<h1 style=\"text-align: center;\">Our Work 1</h1> \n <img width=\"451\" height=\"613\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge7.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge7.jpg 451w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge7-221x300.jpg 221w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <h1 style=\"text-align: center;\">Our Work 2</h1> \n <img width=\"459\" height=\"605\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge6.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge6.jpg 459w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge6-228x300.jpg 228w\" sizes=\"(max-width: 459px) 100vw, 459px\" /> \n <h1 style=\"text-align: center;\">Our Work 3</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Our Work 4</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Our Work 5</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Our Work 6</h1> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n ','Our Work','','inherit','closed','closed','','10-revision-v1','','','2018-02-08 15:26:06','2018-02-08 15:26:06','',10,'http://unasgrinding.com/wordpress/10-revision-v1/',0,'revision','',0),(235,1,'2018-02-08 15:29:39','2018-02-08 15:29:39','','odpic_f2','','inherit','open','closed','','odpic_f2','','','2018-02-08 15:29:39','2018-02-08 15:29:39','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2.jpg',0,'attachment','image/jpeg',0),(236,1,'2018-02-08 15:29:43','2018-02-08 15:29:43','','springfield48pic_f2','','inherit','open','closed','','springfield48pic_f2','','','2018-02-08 15:29:43','2018-02-08 15:29:43','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/springfield48pic_f2.jpg',0,'attachment','image/jpeg',0),(237,1,'2018-02-08 15:29:48','2018-02-08 15:29:48','','surfaceblanchardmain_r2_c2_f2','','inherit','open','closed','','surfaceblanchardmain_r2_c2_f2','','','2018-02-08 15:29:48','2018-02-08 15:29:48','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2.jpg',0,'attachment','image/jpeg',0),(238,1,'2018-02-08 15:31:14','2018-02-08 15:31:14','','PicSlice_f2','','inherit','open','closed','','picslice_f2','','','2018-02-08 15:31:14','2018-02-08 15:31:14','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f2.jpg',0,'attachment','image/jpeg',0),(239,1,'2018-02-08 15:31:18','2018-02-08 15:31:18','','PicSlice_f3','','inherit','open','closed','','picslice_f3','','','2018-02-08 15:31:18','2018-02-08 15:31:18','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f3.jpg',0,'attachment','image/jpeg',0),(240,1,'2018-02-08 15:31:21','2018-02-08 15:31:21','','PicSlice_f5','','inherit','open','closed','','picslice_f5','','','2018-02-08 15:31:21','2018-02-08 15:31:21','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f5.jpg',0,'attachment','image/jpeg',0),(241,1,'2018-02-08 15:31:25','2018-02-08 15:31:25','','PicSlice_f6','','inherit','open','closed','','picslice_f6','','','2018-02-08 15:31:25','2018-02-08 15:31:25','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f6.jpg',0,'attachment','image/jpeg',0),(242,1,'2018-02-08 15:36:00','2018-02-08 15:36:00','','spfld1','','inherit','open','closed','','spfld1','','','2018-02-08 15:36:00','2018-02-08 15:36:00','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfld1.jpg',0,'attachment','image/jpeg',0),(243,1,'2018-02-08 15:37:30','2018-02-08 15:37:30','','spfld2','','inherit','open','closed','','spfld2','','','2018-02-08 15:37:30','2018-02-08 15:37:30','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfld2.jpg',0,'attachment','image/jpeg',0),(244,1,'2018-02-08 15:37:34','2018-02-08 15:37:34','','spfld3','','inherit','open','closed','','spfld3','','','2018-02-08 15:37:34','2018-02-08 15:37:34','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfld3.jpg',0,'attachment','image/jpeg',0),(245,1,'2018-02-08 15:37:38','2018-02-08 15:37:38','','spfld4','','inherit','open','closed','','spfld4-2','','','2018-02-08 15:37:38','2018-02-08 15:37:38','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfld4.jpg',0,'attachment','image/jpeg',0),(246,1,'2018-02-08 15:37:41','2018-02-08 15:37:41','','spfld5','','inherit','open','closed','','spfld5','','','2018-02-08 15:37:41','2018-02-08 15:37:41','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfld5.jpg',0,'attachment','image/jpeg',0),(247,1,'2018-02-08 15:42:06','2018-02-08 15:42:06','<h1 style=\"text-align: center;\">Services 1</h1> \n <img width=\"432\" height=\"287\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surf1.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surf1.jpg 432w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surf1-300x199.jpg 300w\" sizes=\"(max-width: 432px) 100vw, 432px\" /> \n <h1 style=\"text-align: center;\">Services 2</h1> \n <img width=\"458\" height=\"366\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f2.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f2.jpg 458w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f2-300x240.jpg 300w\" sizes=\"(max-width: 458px) 100vw, 458px\" /> \n <h1 style=\"text-align: center;\">Services 3</h1> \n <img width=\"458\" height=\"366\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f6.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f6.jpg 458w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f6-300x240.jpg 300w\" sizes=\"(max-width: 458px) 100vw, 458px\" /> \n <h1 style=\"text-align: center;\">Services 4</h1> \n <img width=\"299\" height=\"200\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 5</h1> \n <img width=\"200\" height=\"254\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfld2.jpg\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 6</h1> \n <img width=\"200\" height=\"200\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/spfld4.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/spfld4.png 200w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/spfld4-150x150.png 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n ','Services','','inherit','closed','closed','','12-revision-v1','','','2018-02-08 15:42:06','2018-02-08 15:42:06','',12,'http://unasgrinding.com/wordpress/12-revision-v1/',0,'revision','',0),(248,1,'2018-02-08 15:46:09','2018-02-08 15:46:09','','spfdthum','','inherit','open','closed','','spfdthum','','','2018-02-08 15:46:09','2018-02-08 15:46:09','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfdthum.jpg',0,'attachment','image/jpeg',0),(249,1,'2018-02-08 15:46:12','2018-02-08 15:46:12','','spfdthum1','','inherit','open','closed','','spfdthum1','','','2018-02-08 15:46:12','2018-02-08 15:46:12','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfdthum1.jpg',0,'attachment','image/jpeg',0),(250,1,'2018-02-08 15:47:31','2018-02-08 15:47:31','<h1 style=\"text-align: center;\">Our Work 1</h1> \n <img width=\"451\" height=\"613\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge7.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge7.jpg 451w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge7-221x300.jpg 221w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <h1 style=\"text-align: center;\">Our Work 2</h1> \n <img width=\"459\" height=\"605\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge6.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge6.jpg 459w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge6-228x300.jpg 228w\" sizes=\"(max-width: 459px) 100vw, 459px\" /> \n <h1 style=\"text-align: center;\">Our Work 3</h1> \n <img width=\"400\" height=\"291\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2.jpg 400w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2-300x218.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /> \n <h1 style=\"text-align: center;\">Our Work 4</h1> \n <img width=\"347\" height=\"283\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2.jpg 347w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2-300x245.jpg 300w\" sizes=\"(max-width: 347px) 100vw, 347px\" /> \n <h1 style=\"text-align: center;\">Our Work 5</h1> \n <img width=\"240\" height=\"244\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfdthum1.jpg\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Our Work 6</h1> \n <img width=\"240\" height=\"244\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfdthum.jpg\" alt=\"\" /> \n ','Our Work','','inherit','closed','closed','','10-revision-v1','','','2018-02-08 15:47:31','2018-02-08 15:47:31','',10,'http://unasgrinding.com/wordpress/10-revision-v1/',0,'revision','',0),(254,1,'2018-02-08 15:56:33','2018-02-08 15:56:33','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/inspct1-ni3fm2ltnuw6n9hdjetgka0po7er7vvam84kqw4qs0.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-200-nlkplwfbwa9tiz9hhxhzguwi20rzsz7ikftpsz4nf4.jpg\" title=\"ge7 parts 200\" alt=\"ge7 parts 200\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"242\" height=\"200\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-08 15:56:33','2018-02-08 15:56:33','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(255,1,'2018-02-08 15:59:14','2018-02-08 15:59:14','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/inspct1-ni3fm2ltnuwbretg4fhkp1z7ro0t1cv39li194rhcg.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge7-parts-200.jpg\" title=\"ge7 parts 200\" alt=\"ge7 parts 200\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img width=\"242\" height=\"200\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" alt=\"\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-08 15:59:14','2018-02-08 15:59:14','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(256,1,'2018-02-08 16:01:46','2018-02-08 16:01:46','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge7-parts-200.jpg\" title=\"ge7 parts 200\" alt=\"ge7 parts 200\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-08 16:01:46','2018-02-08 16:01:46','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(257,1,'2018-02-08 16:05:04','2018-02-08 16:05:04','','ge7 parts 300','','inherit','open','closed','','ge7-parts-300','','','2018-02-08 16:05:04','2018-02-08 16:05:04','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge7-parts-300.jpg',0,'attachment','image/jpeg',0),(258,1,'2018-02-08 16:06:59','2018-02-08 16:06:59','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlkpztfcau3nop79wawyllg1fck3yzos300b8lqxze.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-08 16:06:59','2018-02-08 16:06:59','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(259,1,'2018-02-08 16:07:24','2018-02-08 16:07:24','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlkpztfcau3nop79wawyllg1fck3yzos300b8lqxze.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-08 16:07:24','2018-02-08 16:07:24','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(260,1,'2018-02-08 16:08:33','2018-02-08 16:08:33','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlkpztfcau3nop79wawyllg1fck3yzos300b8lqxze.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-08 16:08:33','2018-02-08 16:08:33','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(261,1,'2018-02-08 16:09:43','2018-02-08 16:09:43','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlkpztfcau3nop79wawyllg1fck3yzos300b8lqxze.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-08 16:09:43','2018-02-08 16:09:43','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(263,1,'2018-02-10 12:50:12','2018-02-10 12:50:12','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlkpztfcau3nop79wawyllg1fck3yzos300b8lqxze.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-10 12:50:12','2018-02-10 12:50:12','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(264,1,'2018-02-10 12:57:37','2018-02-10 12:57:37','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlkpztfcau3nop79wawyllg1fck3yzos300b8lqxze.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-10 12:57:37','2018-02-10 12:57:37','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(265,1,'2018-02-10 13:23:48','2018-02-10 13:23:48','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlkpztfcau3nop79wawyllg1fck3yzos300b8lqxze.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-10 13:23:48','2018-02-10 13:23:48','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(266,1,'2018-02-10 13:26:56','2018-02-10 13:26:56','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlkpztfcau3nop79wawyllg1fck3yzos300b8lqxze.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-10 13:26:56','2018-02-10 13:26:56','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(267,1,'2018-02-10 13:29:12','2018-02-10 13:29:12','\n <h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlkpztfcau3nop79wawyllg1fck3yzos300b8lqxze.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n ','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-10 13:29:12','2018-02-10 13:29:12','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(268,1,'2018-02-12 17:49:27','2018-02-12 17:49:27','<h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlrsuhq62jjfwsh38lumiwccxxr473iftfbcuod6ru.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-12 17:49:27','2018-02-12 17:49:27','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(270,1,'2018-02-12 19:24:20','2018-02-12 19:24:20','<h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlrsuhq62jjfwsh38lumiwccxxr473iftfbcuod6ru.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-12 19:24:20','2018-02-12 19:24:20','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(273,1,'2018-02-14 15:02:00','2018-02-14 15:02:00','<h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlrsuhq62jjfwsh38lumiwccxxr473iftfbcuod6ru.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-14 15:02:00','2018-02-14 15:02:00','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(278,1,'2018-02-15 18:57:38','2018-02-15 18:57:38','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h3 data-elementor-setting-key=\"title\">Precision Grinding Since 1952</h3> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>','Mobile Front Page','','publish','closed','closed','','mobile-front-page','','','2018-02-15 18:57:39','2018-02-15 18:57:39','',0,'http://unasgrinding.com/wordpress/?elementor_library=mobile-front-page',0,'elementor_library','',0),(279,1,'2018-02-15 18:57:39','2018-02-15 18:57:39','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h3 data-elementor-setting-key=\"title\">Precision Grinding Since 1952</h3> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>','Mobile Front Page','','inherit','closed','closed','','278-revision-v1','','','2018-02-15 18:57:39','2018-02-15 18:57:39','',278,'http://unasgrinding.com/wordpress/278-revision-v1/',0,'revision','',0),(280,1,'2018-02-15 19:56:15','2018-02-15 19:56:15','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlrsuhq62jjfwsh38lumiwccxxr473iftfbcuod6ru.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>','Front Page Center','','publish','closed','closed','','front-page-center','','','2018-02-15 19:56:20','2018-02-15 19:56:20','',0,'http://unasgrinding.com/wordpress/?elementor_library=front-page-center',0,'elementor_library','',0),(281,1,'2018-02-15 19:56:20','2018-02-15 19:56:20','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlrsuhq62jjfwsh38lumiwccxxr473iftfbcuod6ru.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>','Front Page Center','','inherit','closed','closed','','280-revision-v1','','','2018-02-15 19:56:20','2018-02-15 19:56:20','',280,'http://unasgrinding.com/wordpress/280-revision-v1/',0,'revision','',0),(282,1,'2018-02-15 20:14:43','2018-02-15 20:14:43','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h2 data-elementor-setting-key=\"title\">Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>','Our Work Front Page - Full','','publish','closed','closed','','our-work-front-page-full','','','2018-02-15 20:14:43','2018-02-15 20:14:43','',0,'http://unasgrinding.com/wordpress/?elementor_library=our-work-front-page-full',0,'elementor_library','',0),(283,1,'2018-02-15 20:14:43','2018-02-15 20:14:43','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h2 data-elementor-setting-key=\"title\">Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>','Our Work Front Page - Full','','inherit','closed','closed','','282-revision-v1','','','2018-02-15 20:14:43','2018-02-15 20:14:43','',282,'http://unasgrinding.com/wordpress/282-revision-v1/',0,'revision','',0),(284,1,'2018-02-15 20:15:26','2018-02-15 20:15:26','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h2 data-elementor-setting-key=\"title\">Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>','Our Work Front Page - Mobile','','publish','closed','closed','','our-work-front-page-mobile','','','2018-02-15 20:15:26','2018-02-15 20:15:26','',0,'http://unasgrinding.com/wordpress/?elementor_library=our-work-front-page-mobile',0,'elementor_library','',0),(285,1,'2018-02-15 20:15:26','2018-02-15 20:15:26','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h2 data-elementor-setting-key=\"title\">Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>','Our Work Front Page - Mobile','','inherit','closed','closed','','284-revision-v1','','','2018-02-15 20:15:26','2018-02-15 20:15:26','',284,'http://unasgrinding.com/wordpress/284-revision-v1/',0,'revision','',0),(286,1,'2018-02-15 20:26:04','2018-02-15 20:26:04','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p>','About Us','','publish','closed','closed','','about-us','','','2018-02-15 20:26:05','2018-02-15 20:26:05','',0,'http://unasgrinding.com/wordpress/?elementor_library=about-us',0,'elementor_library','',0),(287,1,'2018-02-15 20:26:05','2018-02-15 20:26:05','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p>','About Us','','inherit','closed','closed','','286-revision-v1','','','2018-02-15 20:26:05','2018-02-15 20:26:05','',286,'http://unasgrinding.com/wordpress/286-revision-v1/',0,'revision','',0),(288,1,'2018-02-15 20:34:18','2018-02-15 20:34:18','<h1 style=\"text-align: center;\">Our Work 1</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"451\" height=\"613\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge7.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge7.jpg 451w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge7-221x300.jpg 221w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <h1 style=\"text-align: center;\">Our Work 2</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"459\" height=\"605\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge6.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge6.jpg 459w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge6-228x300.jpg 228w\" sizes=\"(max-width: 459px) 100vw, 459px\" />','Our Work Top','','publish','closed','closed','','our-work-top','','','2018-02-15 20:34:18','2018-02-15 20:34:18','',0,'http://unasgrinding.com/wordpress/?elementor_library=our-work-top',0,'elementor_library','',0),(289,1,'2018-02-15 20:34:18','2018-02-15 20:34:18','<h1 style=\"text-align: center;\">Our Work 1</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"451\" height=\"613\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge7.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge7.jpg 451w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge7-221x300.jpg 221w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <h1 style=\"text-align: center;\">Our Work 2</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"459\" height=\"605\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge6.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge6.jpg 459w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/ge6-228x300.jpg 228w\" sizes=\"(max-width: 459px) 100vw, 459px\" />','Our Work Top','','inherit','closed','closed','','288-revision-v1','','','2018-02-15 20:34:18','2018-02-15 20:34:18','',288,'http://unasgrinding.com/wordpress/288-revision-v1/',0,'revision','',0),(290,1,'2018-02-15 20:34:53','2018-02-15 20:34:53','<h1 style=\"text-align: center;\">Our Work 3</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"400\" height=\"291\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2.jpg 400w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2-300x218.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /> \n <h1 style=\"text-align: center;\">Our Work 4</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"347\" height=\"283\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2.jpg 347w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2-300x245.jpg 300w\" sizes=\"(max-width: 347px) 100vw, 347px\" />','Our Work Middle','','publish','closed','closed','','our-work-middle','','','2018-02-15 20:34:54','2018-02-15 20:34:54','',0,'http://unasgrinding.com/wordpress/?elementor_library=our-work-middle',0,'elementor_library','',0),(291,1,'2018-02-15 20:34:54','2018-02-15 20:34:54','<h1 style=\"text-align: center;\">Our Work 3</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"400\" height=\"291\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2.jpg 400w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2-300x218.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /> \n <h1 style=\"text-align: center;\">Our Work 4</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"347\" height=\"283\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2.jpg 347w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2-300x245.jpg 300w\" sizes=\"(max-width: 347px) 100vw, 347px\" />','Our Work Middle','','inherit','closed','closed','','290-revision-v1','','','2018-02-15 20:34:54','2018-02-15 20:34:54','',290,'http://unasgrinding.com/wordpress/290-revision-v1/',0,'revision','',0),(292,1,'2018-02-15 20:35:24','2018-02-15 20:35:24','<h1 style=\"text-align: center;\">Our Work 5</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"240\" height=\"244\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfdthum1.jpg\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Our Work 6</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"240\" height=\"244\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfdthum.jpg\" alt=\"\" />','Our Work Bottom','','publish','closed','closed','','our-work-bottom','','','2018-02-15 20:35:24','2018-02-15 20:35:24','',0,'http://unasgrinding.com/wordpress/?elementor_library=our-work-bottom',0,'elementor_library','',0),(293,1,'2018-02-15 20:35:24','2018-02-15 20:35:24','<h1 style=\"text-align: center;\">Our Work 5</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"240\" height=\"244\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfdthum1.jpg\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Our Work 6</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"240\" height=\"244\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfdthum.jpg\" alt=\"\" />','Our Work Bottom','','inherit','closed','closed','','292-revision-v1','','','2018-02-15 20:35:24','2018-02-15 20:35:24','',292,'http://unasgrinding.com/wordpress/292-revision-v1/',0,'revision','',0),(294,1,'2018-02-15 20:43:07','2018-02-15 20:43:07','<h1 style=\"text-align: center;\">Services 1</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"432\" height=\"287\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surf1.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surf1.jpg 432w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surf1-300x199.jpg 300w\" sizes=\"(max-width: 432px) 100vw, 432px\" /> \n <h1 style=\"text-align: center;\">Services 2</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"458\" height=\"366\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f2.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f2.jpg 458w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f2-300x240.jpg 300w\" sizes=\"(max-width: 458px) 100vw, 458px\" />','Services Top','','publish','closed','closed','','services-top','','','2018-02-15 20:43:08','2018-02-15 20:43:08','',0,'http://unasgrinding.com/wordpress/?elementor_library=services-top',0,'elementor_library','',0),(295,1,'2018-02-15 20:43:08','2018-02-15 20:43:08','<h1 style=\"text-align: center;\">Services 1</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"432\" height=\"287\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surf1.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surf1.jpg 432w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surf1-300x199.jpg 300w\" sizes=\"(max-width: 432px) 100vw, 432px\" /> \n <h1 style=\"text-align: center;\">Services 2</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"458\" height=\"366\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f2.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f2.jpg 458w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f2-300x240.jpg 300w\" sizes=\"(max-width: 458px) 100vw, 458px\" />','Services Top','','inherit','closed','closed','','294-revision-v1','','','2018-02-15 20:43:08','2018-02-15 20:43:08','',294,'http://unasgrinding.com/wordpress/294-revision-v1/',0,'revision','',0),(296,1,'2018-02-15 20:43:32','2018-02-15 20:43:32','','odpic_f2.jpg','','inherit','open','closed','','odpic_f2-jpg','','','2018-02-15 20:43:32','2018-02-15 20:43:32','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2-1.jpg',0,'attachment','image/jpeg',0),(297,1,'2018-02-15 20:43:39','2018-02-15 20:43:39','','surfaceblanchardmain_r2_c2_f2.jpg','','inherit','open','closed','','surfaceblanchardmain_r2_c2_f2-jpg','','','2018-02-15 20:43:39','2018-02-15 20:43:39','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2-1.jpg',0,'attachment','image/jpeg',0),(298,1,'2018-02-15 20:43:44','2018-02-15 20:43:44','<h1 style=\"text-align: center;\">Our Work 3</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"400\" height=\"291\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2-1.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2-1.jpg 400w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2-1-300x218.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /> \n <h1 style=\"text-align: center;\">Our Work 4</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"347\" height=\"283\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2-1.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2-1.jpg 347w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2-1-300x245.jpg 300w\" sizes=\"(max-width: 347px) 100vw, 347px\" />','Our Work Middle','','publish','closed','closed','','our-work-middle-2','','','2018-02-15 20:43:44','2018-02-15 20:43:44','',0,'http://unasgrinding.com/wordpress/?elementor_library=our-work-middle-2',0,'elementor_library','',0),(299,1,'2018-02-15 20:43:44','2018-02-15 20:43:44','<h1 style=\"text-align: center;\">Our Work 3</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"400\" height=\"291\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2-1.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2-1.jpg 400w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/odpic_f2-1-300x218.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /> \n <h1 style=\"text-align: center;\">Our Work 4</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"347\" height=\"283\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2-1.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2-1.jpg 347w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/surfaceblanchardmain_r2_c2_f2-1-300x245.jpg 300w\" sizes=\"(max-width: 347px) 100vw, 347px\" />','Our Work Middle','','inherit','closed','closed','','298-revision-v1','','','2018-02-15 20:43:44','2018-02-15 20:43:44','',298,'http://unasgrinding.com/wordpress/298-revision-v1/',0,'revision','',0),(300,1,'2018-02-15 20:44:15','2018-02-15 20:44:15','','spfdthum1.jpg','','inherit','open','closed','','spfdthum1-jpg','','','2018-02-15 20:44:15','2018-02-15 20:44:15','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfdthum1-1.jpg',0,'attachment','image/jpeg',0),(301,1,'2018-02-15 20:44:17','2018-02-15 20:44:17','','spfdthum.jpg','','inherit','open','closed','','spfdthum-jpg','','','2018-02-15 20:44:17','2018-02-15 20:44:17','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfdthum-1.jpg',0,'attachment','image/jpeg',0),(302,1,'2018-02-15 20:44:19','2018-02-15 20:44:19','<h1 style=\"text-align: center;\">Our Work 5</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"240\" height=\"244\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfdthum1-1.jpg\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Our Work 6</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"240\" height=\"244\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfdthum-1.jpg\" alt=\"\" />','Our Work Bottom','','publish','closed','closed','','our-work-bottom-2','','','2018-02-15 20:44:19','2018-02-15 20:44:19','',0,'http://unasgrinding.com/wordpress/?elementor_library=our-work-bottom-2',0,'elementor_library','',0),(303,1,'2018-02-15 20:44:19','2018-02-15 20:44:19','<h1 style=\"text-align: center;\">Our Work 5</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"240\" height=\"244\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfdthum1-1.jpg\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Our Work 6</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"240\" height=\"244\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfdthum-1.jpg\" alt=\"\" />','Our Work Bottom','','inherit','closed','closed','','302-revision-v1','','','2018-02-15 20:44:19','2018-02-15 20:44:19','',302,'http://unasgrinding.com/wordpress/302-revision-v1/',0,'revision','',0),(304,1,'2018-02-15 20:45:38','2018-02-15 20:45:38','<h1 style=\"text-align: center;\">Services 3</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"458\" height=\"366\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f6.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f6.jpg 458w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f6-300x240.jpg 300w\" sizes=\"(max-width: 458px) 100vw, 458px\" /> \n <h1 style=\"text-align: center;\">Services 4</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"299\" height=\"200\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" alt=\"\" />','Services Middle','','publish','closed','closed','','services-middle','','','2018-02-15 20:45:38','2018-02-15 20:45:38','',0,'http://unasgrinding.com/wordpress/?elementor_library=services-middle',0,'elementor_library','',0),(305,1,'2018-02-15 20:45:38','2018-02-15 20:45:38','<h1 style=\"text-align: center;\">Services 3</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"458\" height=\"366\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f6.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f6.jpg 458w, http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/PicSlice_f6-300x240.jpg 300w\" sizes=\"(max-width: 458px) 100vw, 458px\" /> \n <h1 style=\"text-align: center;\">Services 4</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"299\" height=\"200\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" alt=\"\" />','Services Middle','','inherit','closed','closed','','304-revision-v1','','','2018-02-15 20:45:38','2018-02-15 20:45:38','',304,'http://unasgrinding.com/wordpress/304-revision-v1/',0,'revision','',0),(306,1,'2018-02-15 20:46:12','2018-02-15 20:46:12','<h1 style=\"text-align: center;\">Services 5</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"200\" height=\"254\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfld2.jpg\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 6</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"200\" height=\"200\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/spfld4.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/spfld4.png 200w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/spfld4-150x150.png 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" />','Services Bottom','','publish','closed','closed','','services-bottom','','','2018-02-15 20:46:12','2018-02-15 20:46:12','',0,'http://unasgrinding.com/wordpress/?elementor_library=services-bottom',0,'elementor_library','',0),(307,1,'2018-02-15 20:46:12','2018-02-15 20:46:12','<h1 style=\"text-align: center;\">Services 5</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"200\" height=\"254\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/spfld2.jpg\" alt=\"\" /> \n <h1 style=\"text-align: center;\">Services 6</h1> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"200\" height=\"200\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/spfld4.png\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/spfld4.png 200w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/spfld4-150x150.png 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" />','Services Bottom','','inherit','closed','closed','','306-revision-v1','','','2018-02-15 20:46:12','2018-02-15 20:46:12','',306,'http://unasgrinding.com/wordpress/306-revision-v1/',0,'revision','',0),(308,1,'2018-02-15 21:31:28','2018-02-15 21:31:28','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"288\" height=\"212\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Colt.jpg\" alt=\"\" /> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"300\" height=\"89\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w\" sizes=\"(max-width: 300px) 100vw, 300px\" />','Company Logos','','publish','closed','closed','','company-logos','','','2018-02-15 21:31:29','2018-02-15 21:31:29','',0,'http://unasgrinding.com/wordpress/?elementor_library=company-logos',0,'elementor_library','',0),(309,1,'2018-02-15 21:31:29','2018-02-15 21:31:29','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"288\" height=\"212\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Colt.jpg\" alt=\"\" /> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"300\" height=\"89\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w\" sizes=\"(max-width: 300px) 100vw, 300px\" />','Company Logos','','inherit','closed','closed','','308-revision-v1','','','2018-02-15 21:31:29','2018-02-15 21:31:29','',308,'http://unasgrinding.com/wordpress/308-revision-v1/',0,'revision','',0),(310,1,'2018-02-16 21:45:00','2018-02-16 21:45:00','','Unas Front 2400-1300-1500x813','','inherit','open','closed','','unas-front-2400-1300-1500x813','','','2018-02-16 21:45:00','2018-02-16 21:45:00','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/Unas-Front-2400-1300-1500x813-.jpg',0,'attachment','image/jpeg',0),(311,1,'2018-02-16 21:45:19','2018-02-16 21:45:19','<h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlrsuhq62jjfwsh38lumiwccxxr473iftfbcuod6ru.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-16 21:45:19','2018-02-16 21:45:19','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(312,1,'2018-02-16 21:46:27','2018-02-16 21:46:27','<h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlrsuhq62jjfwsh38lumiwccxxr473iftfbcuod6ru.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-16 21:46:27','2018-02-16 21:46:27','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(313,1,'2018-02-16 21:49:34','2018-02-16 21:49:34','<h2>Precision Grinding Since 1952</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h2>providing all your machining and grinding needs</h2> \n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlrsuhq62jjfwsh38lumiwccxxr473iftfbcuod6ru.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-16 21:49:34','2018-02-16 21:49:34','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(314,1,'2018-02-16 21:51:15','2018-02-16 21:51:15','','Unas-Front-2400-1300-1024x555','','inherit','open','closed','','unas-front-2400-1300-1024x555','','','2018-02-16 21:51:15','2018-02-16 21:51:15','',0,'http://unasgrinding.com/wordpress/wp-content/uploads/2018/02/Unas-Front-2400-1300-1024x555.jpg',0,'attachment','image/jpeg',0),(320,1,'2018-02-16 23:13:01','2018-02-16 23:13:01','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h2 data-elementor-setting-key=\"title\">Precision Grinding Since 1952</h2> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h2 data-elementor-setting-key=\"title\">providing all your machining and grinding needs</h2> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/about\">\n Our Mission\n </a>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>','Front Page Home Top','','publish','closed','closed','','front-page-home-top','','','2018-02-16 23:13:01','2018-02-16 23:13:01','',0,'http://unasgrinding.com/wordpress/?elementor_library=front-page-home-top',0,'elementor_library','',0),(321,1,'2018-02-16 23:13:01','2018-02-16 23:13:01','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h2 data-elementor-setting-key=\"title\">Precision Grinding Since 1952</h2> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h2 data-elementor-setting-key=\"title\">providing all your machining and grinding needs</h2> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/about\">\n Our Mission\n </a>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>','Front Page Home Top','','inherit','closed','closed','','320-revision-v1','','','2018-02-16 23:13:01','2018-02-16 23:13:01','',320,'http://unasgrinding.com/wordpress/320-revision-v1/',0,'revision','',0),(322,1,'2018-02-16 23:14:31','2018-02-16 23:14:31','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h2 data-elementor-setting-key=\"title\">Precision Grinding Since 1952</h2> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>','OLD Front Page Top','','publish','closed','closed','','old-front-page-top','','','2018-02-16 23:14:31','2018-02-16 23:14:31','',0,'http://unasgrinding.com/wordpress/?elementor_library=old-front-page-top',0,'elementor_library','',0),(323,1,'2018-02-16 23:14:31','2018-02-16 23:14:31','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h2 data-elementor-setting-key=\"title\">Precision Grinding Since 1952</h2> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>','OLD Front Page Top','','inherit','closed','closed','','322-revision-v1','','','2018-02-16 23:14:31','2018-02-16 23:14:31','',322,'http://unasgrinding.com/wordpress/322-revision-v1/',0,'revision','',0),(324,1,'2018-02-16 23:15:12','2018-02-16 23:15:12','<h2>Precision Grinding Since 1952</h2> \n <h2>providing all your machining and grinding needs</h2> \n <a href=\"/wordpress/about\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlrsuhq62jjfwsh38lumiwccxxr473iftfbcuod6ru.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-16 23:15:12','2018-02-16 23:15:12','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(325,1,'2018-02-16 23:15:37','2018-02-16 23:15:37','<h2>Precision Grinding Since 1952</h2> \n <h2>providing all your machining and grinding needs</h2> \n <a href=\"/wordpress/about\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlrsuhq62jjfwsh38lumiwccxxr473iftfbcuod6ru.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-16 23:15:37','2018-02-16 23:15:37','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(326,1,'2018-02-16 23:16:54','2018-02-16 23:16:54','<h2>Precision Grinding Since 1952</h2> \n <h2>providing all your machining and grinding needs</h2> \n <a href=\"/wordpress/about\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlrsuhq62jjfwsh38lumiwccxxr473iftfbcuod6ru.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-16 23:16:54','2018-02-16 23:16:54','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(328,1,'2018-02-16 23:32:27','2018-02-16 23:32:27','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p> \n <img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /> \n <img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /> \n <img width=\"288\" height=\"212\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Colt.jpg\" alt=\"\" /> \n <img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /> \n <img width=\"300\" height=\"89\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w\" sizes=\"(max-width: 300px) 100vw, 300px\" />','About','','inherit','closed','closed','','8-revision-v1','','','2018-02-16 23:32:27','2018-02-16 23:32:27','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(329,1,'2018-02-16 23:33:40','2018-02-16 23:33:40','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p> \n <img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /> \n <img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /> \n <img width=\"288\" height=\"212\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Colt.jpg\" alt=\"\" /> \n <img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /> \n <img width=\"300\" height=\"89\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w\" sizes=\"(max-width: 300px) 100vw, 300px\" />','About','','inherit','closed','closed','','8-revision-v1','','','2018-02-16 23:33:40','2018-02-16 23:33:40','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(330,1,'2018-02-16 23:35:30','2018-02-16 23:35:30','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p> \n <img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /> \n <img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /> \n <img width=\"288\" height=\"212\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Colt.jpg\" alt=\"\" /> \n <img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /> \n <img width=\"300\" height=\"89\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w\" sizes=\"(max-width: 300px) 100vw, 300px\" />','About','','inherit','closed','closed','','8-revision-v1','','','2018-02-16 23:35:30','2018-02-16 23:35:30','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(331,1,'2018-02-16 23:36:02','2018-02-16 23:36:02','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p> \n <img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /> \n <img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /> \n <img width=\"288\" height=\"212\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Colt.jpg\" alt=\"\" /> \n <img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /> \n <img width=\"300\" height=\"89\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w\" sizes=\"(max-width: 300px) 100vw, 300px\" />','About','','inherit','closed','closed','','8-revision-v1','','','2018-02-16 23:36:02','2018-02-16 23:36:02','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(332,1,'2018-02-16 23:36:43','2018-02-16 23:36:43','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p> \n <img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /> \n <img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /> \n <img width=\"288\" height=\"212\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Colt.jpg\" alt=\"\" /> \n <img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /> \n <img width=\"300\" height=\"89\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w\" sizes=\"(max-width: 300px) 100vw, 300px\" />','About','','inherit','closed','closed','','8-revision-v1','','','2018-02-16 23:36:43','2018-02-16 23:36:43','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(333,1,'2018-02-16 23:40:07','2018-02-16 23:40:07','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p> \n <img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /> \n <img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /> \n <img width=\"288\" height=\"212\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Colt.jpg\" alt=\"\" /> \n <img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /> \n <img width=\"300\" height=\"89\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w\" sizes=\"(max-width: 300px) 100vw, 300px\" />','About','','inherit','closed','closed','','8-revision-v1','','','2018-02-16 23:40:07','2018-02-16 23:40:07','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(334,1,'2018-02-16 23:40:46','2018-02-16 23:40:46','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p> \n <img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /> \n <img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /> \n <img width=\"288\" height=\"212\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Colt.jpg\" alt=\"\" /> \n <img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /> \n <img width=\"300\" height=\"89\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w\" sizes=\"(max-width: 300px) 100vw, 300px\" />','About','','inherit','closed','closed','','8-revision-v1','','','2018-02-16 23:40:46','2018-02-16 23:40:46','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(335,1,'2018-02-16 23:45:12','2018-02-16 23:45:12','<p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p><p>Unas Grinding Corporation was started in 1952 as an off-shoot of the Holland Machine Company. The founder, Adolph Endrelunas, graduated from trade school as a machinist in 1935, and after working 7 years at the the Hartford Special Machine Company established the Holland Machine Company in 1943. The Holland Machine Company quickly outgrew it’s original home, a two car garage, and by 1952 had thirty full time employees. It was at this time the Holland Machine Company moved it’s precision grinding operation to a neighboring four-thousand square foot building and operated this division under the name of Unas Grinding Corporation.</p><p>At it’s inception in 1952, Unas Grinding Corporation had three full time employees and mainly served the grinding needs of the Emhart Glass Company, Smythe Manufacturing and Pratt & Whitney. Today, Unas Grinding Corporation employs nearly thirty people and has grown to nearly 18,500 square feet by adding five additions to the original building and purchasing a building at 26 Cherry Street. Plans for additional expansion are now being investigated in an effort to better serve the growing needs of our customers. Major customers of Unas Grinding Corporation include General Electric Aircraft Engines, United Technologies / Pratt & Whitney and IMO Industries / Warren Pump.</p> \n <img width=\"112\" height=\"112\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/ge.jpg\" alt=\"\" /> \n <img width=\"174\" height=\"145\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/pw.jpg\" alt=\"\" /> \n <img width=\"288\" height=\"212\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/Colt.jpg\" alt=\"\" /> \n <img width=\"282\" height=\"143\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/warren.jpg\" alt=\"\" /> \n <img width=\"300\" height=\"89\" src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg\" alt=\"\" srcset=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo-300x89.jpg 300w, http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/imo.jpg 413w\" sizes=\"(max-width: 300px) 100vw, 300px\" />','About','','inherit','closed','closed','','8-revision-v1','','','2018-02-16 23:45:12','2018-02-16 23:45:12','',8,'http://unasgrinding.com/wordpress/8-revision-v1/',0,'revision','',0),(336,1,'2018-02-16 23:57:37','2018-02-16 23:57:37','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h3 data-elementor-setting-key=\"title\">Precision Grinding Since 1952</h3> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h2 data-elementor-setting-key=\"title\">providing all your machining and grinding needs</h2> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>','Front Page Top – Mobile','','publish','closed','closed','','front-page-top-mobile','','','2018-02-16 23:57:37','2018-02-16 23:57:37','',0,'http://unasgrinding.com/wordpress/?elementor_library=front-page-top-mobile',0,'elementor_library','',0),(337,1,'2018-02-16 23:57:37','2018-02-16 23:57:37','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h3 data-elementor-setting-key=\"title\">Precision Grinding Since 1952</h3> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h2 data-elementor-setting-key=\"title\">providing all your machining and grinding needs</h2> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>','Front Page Top – Mobile','','inherit','closed','closed','','336-revision-v1','','','2018-02-16 23:57:37','2018-02-16 23:57:37','',336,'http://unasgrinding.com/wordpress/336-revision-v1/',0,'revision','',0),(338,1,'2018-02-16 23:59:07','2018-02-16 23:59:07','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h3 data-elementor-setting-key=\"title\">Precision Grinding Since 1952</h3> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>','OLD Front Page Top - Mobile','','publish','closed','closed','','old-front-page-top-mobile','','','2018-02-16 23:59:09','2018-02-16 23:59:09','',0,'http://unasgrinding.com/wordpress/?elementor_library=old-front-page-top-mobile',0,'elementor_library','',0),(339,1,'2018-02-16 23:59:09','2018-02-16 23:59:09','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h3 data-elementor-setting-key=\"title\">Precision Grinding Since 1952</h3> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>','OLD Front Page Top - Mobile','','inherit','closed','closed','','338-revision-v1','','','2018-02-16 23:59:09','2018-02-16 23:59:09','',338,'http://unasgrinding.com/wordpress/338-revision-v1/',0,'revision','',0),(340,1,'2018-02-16 23:59:29','2018-02-16 23:59:29','<h2>Precision Grinding Since 1952</h2> \n <h2>providing all your machining and grinding needs</h2> \n <a href=\"/wordpress/about\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <h3>Precision Grinding Since 1952</h3> \n <h2>providing all your machining and grinding needs</h2> \n <a href=\"/wordpress/About\">\n Our Mission\n </a>\n <a href=\"/wordpress/our-work\">\n View Our Work\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/inspct1.png\" title=\"inspct1\" alt=\"inspct1\" /> \n <h3 style=\"text-align: center;\">services</h3><p style=\"text-align: center;\">The quality of our services will help you relax so you can focus on other work demands. This will help you better better utilize your time and energy.</p> \n <a href=\"/wordpress/services\">\n OUR SERVICES\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/elementor/thumbs/ge7-parts-300-nlrsuhq62jjfwsh38lumiwccxxr473iftfbcuod6ru.jpg\" title=\"ge7 parts 300\" alt=\"ge7 parts 300\" /> \n <h3 style=\"text-align: center;\">our work</h3><p style=\"text-align: center;\">Take a look at previous examples of our work that showcase our quality workmanship. We have many years of examples to showcase our experience.</p> \n <a href=\"/wordpress/our-work\">\n OUR WORK\n </a>\n <img src=\"http://unasgrinding.com/wordpress/wp-content/uploads/2017/11/contactus.png\" title=\"contactus\" alt=\"contactus\" /> \n <h3 style=\"text-align: center;\">contact us</h3><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you quotes, free advice, or just checking on the progress of an existing job.</p> \n <a href=\"/wordpress/contact\">\n CONTACT US\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>\n <h2>Our Work</h2> \n <p style=\"text-align: center;\">We believe actions speak louder than words.</p> \n <a href=\"/wordpress/our-work\">\n SEE US IN ACTION\n </a>','Home','','inherit','closed','closed','','6-revision-v1','','','2018-02-16 23:59:29','2018-02-16 23:59:29','',6,'http://unasgrinding.com/wordpress/6-revision-v1/',0,'revision','',0),(341,1,'2018-02-17 01:02:38','2018-02-17 01:02:38','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h2 data-elementor-setting-key=\"title\">Get in touch and we\'ll get back to you as soon as we can. We look forward to hearing from you!</h2>','Contact 7 Segment','','publish','closed','closed','','contact-7-segment','','','2018-02-17 01:02:38','2018-02-17 01:02:38','',0,'http://unasgrinding.com/wordpress/?elementor_library=contact-7-segment',0,'elementor_library','',0),(342,1,'2018-02-17 01:02:38','2018-02-17 01:02:38','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h2 data-elementor-setting-key=\"title\">Get in touch and we\'ll get back to you as soon as we can. We look forward to hearing from you!</h2>','Contact 7 Segment','','inherit','closed','closed','','341-revision-v1','','','2018-02-17 01:02:38','2018-02-17 01:02:38','',341,'http://unasgrinding.com/wordpress/341-revision-v1/',0,'revision','',0),(343,1,'2018-04-14 14:47:49','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-04-14 14:47:49','0000-00-00 00:00:00','',0,'http://unasgrinding.com/wordpress/?p=343',0,'post','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_smush_dir_images` -- DROP TABLE IF EXISTS `wp_smush_dir_images`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_smush_dir_images` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `path` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `resize` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `lossy` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `error` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `image_size` int(10) unsigned DEFAULT NULL, `orig_size` int(10) unsigned DEFAULT NULL, `file_time` int(10) unsigned DEFAULT NULL, `last_scan` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `meta` text COLLATE utf8mb4_unicode_520_ci, UNIQUE KEY `id` (`id`), UNIQUE KEY `path` (`path`(191)), KEY `image_size` (`image_size`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_smush_dir_images` -- LOCK TABLES `wp_smush_dir_images` WRITE; /*!40000 ALTER TABLE `wp_smush_dir_images` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_smush_dir_images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(19,2,0),(20,2,0),(21,2,0),(22,2,0),(23,2,0),(160,4,0),(161,4,0),(162,4,0),(163,4,0),(164,4,0),(165,5,0),(166,5,0),(167,5,0),(168,6,0),(169,6,0),(170,6,0),(171,6,0),(213,7,0),(278,7,0),(280,7,0),(282,7,0),(284,7,0),(286,7,0),(288,7,0),(290,7,0),(292,7,0),(294,7,0),(298,7,0),(302,7,0),(304,7,0),(306,7,0),(308,7,0),(320,7,0),(322,7,0),(336,7,0),(338,7,0),(341,7,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'nav_menu','',0,5),(3,3,'elementor_library_type','',0,0),(4,4,'style_category','',0,5),(5,5,'style_category','',0,3),(6,6,'style_category','',0,4),(7,7,'elementor_library_type','',0,20); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main','main',0),(3,'page','page',0),(4,'simple pattern style','simple-pattern-style',0),(5,'christmas style','christmas-style',0),(6,'valentine\'s day style','valentines-day-style',0),(7,'section','section',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','unasgrinding'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'locale',''),(11,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers',''),(14,1,'default_password_nag',''),(15,1,'show_welcome_panel','1'),(17,1,'wp_user-settings','widgets_access=on&libraryContent=browse&editor=tinymce&hidetb=1&editor_plain_text_paste_warning=2&mfold=o'),(18,1,'wp_user-settings-time','1518095731'),(19,1,'wp_dashboard_quick_press_last_post_id','343'),(20,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"24.147.252.0\";}'),(21,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(22,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(24,1,'wp_nf_form_preview_2','a:4:{s:2:\"id\";i:2;s:8:\"settings\";a:111:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:12:\"Contact Form\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2017-11-21 19:42:34\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"show_title\";s:1:\"1\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:5:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:18:\"spam_1511293834791\";i:4;s:18:\"send_1511293738226\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:19:\"changeEmailErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:14:\"drawerDisabled\";b:0;}s:6:\"fields\";a:5:{i:5;a:1:{s:8:\"settings\";a:69:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2017-11-21 19:42:35\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";}}i:6;a:1:{s:8:\"settings\";a:62:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2017-11-21 19:42:35\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:14:\"drawerDisabled\";b:0;}}i:7;a:1:{s:8:\"settings\";a:71:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2017-11-21 19:42:35\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";s:14:\"drawerDisabled\";b:0;}}i:9;a:1:{s:8:\"settings\";a:22:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:4:\"type\";s:4:\"spam\";s:5:\"label\";s:25:\"What is thirteen minus 6?\";s:3:\"key\";s:18:\"spam_1511293834791\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:1;s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:11:\"spam_answer\";s:1:\"7\";}}i:8;a:1:{s:8:\"settings\";a:69:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:5:\"label\";s:4:\"Send\";s:3:\"key\";s:18:\"send_1511293738226\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2017-11-21 19:42:35\";s:16:\"processing_label\";s:10:\"Sending...\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";s:14:\"drawerDisabled\";b:0;}}}s:7:\"actions\";a:4:{i:5;a:1:{s:8:\"settings\";a:26:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-11-21 19:42:36\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";}}i:8;a:1:{s:8:\"settings\";a:28:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-11-21 19:42:36\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";}}i:6;a:1:{s:8:\"settings\";a:28:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-11-21 19:42:36\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}}i:7;a:1:{s:8:\"settings\";a:25:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-11-21 19:42:36\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:60:\"<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";}}}}'),(25,1,'nav_menu_recently_edited','2'),(26,1,'closedpostboxes_cf7_style','a:0:{}'),(27,1,'metaboxhidden_cf7_style','a:1:{i:0;s:7:\"slugdiv\";}'),(29,1,'session_tokens','a:3:{s:64:\"fe523e32b676a8f8fc5a291c3d47981c3a0d47517b6a95800039722c17f0063a\";a:4:{s:10:\"expiration\";i:1523890052;s:2:\"ip\";s:12:\"24.147.252.4\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6\";s:5:\"login\";i:1523717252;}s:64:\"52f2cd531e7d886517ae93239b6d099ace8f7fcc2a2d7c592a59a6ea7ab68f0d\";a:4:{s:10:\"expiration\";i:1523892823;s:2:\"ip\";s:12:\"24.147.252.4\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6\";s:5:\"login\";i:1523720023;}s:64:\"bf0b5eef80a803b09b403a594b62e2a457498a7a23cc03483c41b341d6faa4bf\";a:4:{s:10:\"expiration\";i:1523893152;s:2:\"ip\";s:12:\"24.147.252.4\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6\";s:5:\"login\";i:1523720352;}}'),(30,1,'meta-box-order_page','a:3:{s:4:\"side\";s:36:\"submitdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:104:\"butterbean-ui-oceanwp_mb_settings,revisionsdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(31,1,'screen_layout_page','2'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'unasgrinding','$P$BwUaK3gyMtuVk2grS6j0lzigDQrVEl/','unasgrinding','jc@pcpros.com','','2017-10-03 15:18:55','',0,'unasgrinding'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ycf_fields` -- DROP TABLE IF EXISTS `wp_ycf_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ycf_fields` ( `field_id` int(11) NOT NULL AUTO_INCREMENT, `form_id` int(11) NOT NULL, `fields_data` text NOT NULL, PRIMARY KEY (`field_id`), KEY `fk_wp_ycf_fields` (`form_id`), CONSTRAINT `fk_wp_ycf_fields` FOREIGN KEY (`form_id`) REFERENCES `wp_ycf_form` (`form_id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ycf_fields` -- LOCK TABLES `wp_ycf_fields` WRITE; /*!40000 ALTER TABLE `wp_ycf_fields` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_ycf_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ycf_form` -- DROP TABLE IF EXISTS `wp_ycf_form`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ycf_form` ( `form_id` int(11) NOT NULL AUTO_INCREMENT, `type` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `options` text NOT NULL, PRIMARY KEY (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ycf_form` -- LOCK TABLES `wp_ycf_form` WRITE; /*!40000 ALTER TABLE `wp_ycf_form` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_ycf_form` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_02bb5aa_2' -- /*!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 2018-10-02 8:21:53